From ajc@hal9000.halplant.net  Tue Oct  9 06:27:38 2012
Return-Path: <ajc@hal9000.halplant.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 4AE3ADD9
	for <freebsd-gnats-submit@freebsd.org>; Tue,  9 Oct 2012 06:27:38 +0000 (UTC)
	(envelope-from ajc@hal9000.halplant.net)
Received: from eastrmfepo103.cox.net (eastrmfepo103.cox.net [68.230.241.215])
	by mx1.freebsd.org (Postfix) with ESMTP id D10FB8FFD9
	for <freebsd-gnats-submit@freebsd.org>; Mon,  8 Oct 2012 21:03:44 +0000 (UTC)
Received: from eastrmimpo306 ([68.230.241.238]) by eastrmfepo103.cox.net
          (InterMail vM.8.01.04.00 201-2260-137-20101110) with ESMTP
          id <20121008210338.SLXG8874.eastrmfepo103.cox.net@eastrmimpo306>
          for <freebsd-gnats-submit@freebsd.org>;
          Mon, 8 Oct 2012 17:03:38 -0400
Received: from hal9000.halplant.net ([68.110.241.144])
	by eastrmimpo306 with cox
	id 8l3d1k00T37e3l801l3dh2; Mon, 08 Oct 2012 17:03:38 -0400
Received: by hal9000.halplant.net (Postfix, from userid 1000)
	id B66F668191; Mon,  8 Oct 2012 20:58:40 -0400 (EDT)
Message-Id: <20121009005840.B66F668191@hal9000.halplant.net>
Date: Mon,  8 Oct 2012 20:58:40 -0400 (EDT)
From: Andrew J. Caines <A.J.Caines@halplant.com>
Reply-To: Andrew J. Caines <A.J.Caines@halplant.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [maintainer update] x11-wm/blackbox to use new OPTIONS
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         172561
>Category:       ports
>Synopsis:       [maintainer update] x11-wm/blackbox to use new OPTIONS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rakuco
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 09 22:30:32 UTC 2012
>Closed-Date:    Wed Oct 10 21:51:23 UTC 2012
>Last-Modified:  Wed Oct 10 21:51:23 UTC 2012
>Originator:     Andrew J. Caines
>Release:        FreeBSD 9.1-PRERELEASE amd64
>Organization:
H.A.L. Plant
>Environment:
System: FreeBSD hal9000 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0: Mon Sep 24 19:51:13 EDT 2012 root@hal9000:/usr/obj/usr/src/sys/HAL9000 amd64


>Description:
Add new style OPTIONS to port.
>How-To-Repeat:

>Fix:
Apply patch:

diff -ruN blackbox-0.70.1_4/Makefile blackbox/Makefile
--- blackbox-0.70.1_4/Makefile	2011-10-19 23:33:06.000000000 -0400
+++ blackbox/Makefile	2012-10-08 19:21:22.000000000 -0400
@@ -28,7 +28,7 @@
 
 .include <bsd.port.options.mk>
 
-.if defined(WITH_TOOLS_ONLY)
+.if ${PORT_OPTIONS:MTOOLS_ONLY}
 PKGNAMESUFFIX=	-tools
 COMMENT+=	(tools only)
 MAKE_ARGS=	SUBDIRS="doc lib util" bin_PROGRAMS=bsetroot
@@ -43,7 +43,7 @@
 	@${REINPLACE_CMD} -e 's/_XUTIL_H_/_X11&/' ${WRKSRC}/lib/Util.hh
 
 post-install:
-.if defined(WITH_TOOLS_ONLY)
+.if ${PORT_OPTIONS:MTOOLS_ONLY}
 	@${REINPLACE_CMD} -E '/[^s]\/blackbox|bstyleconvert|lib|include/d' \
 		${TMPPLIST}
 	${INSTALL_MAN} ${MAN1:S#^#${WRKSRC}/doc/#} ${MANPREFIX}/man/man1
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->rakuco 
Responsible-Changed-By: rakuco 
Responsible-Changed-When: Wed Oct 10 21:49:26 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=172561 
State-Changed-From-To: open->closed 
State-Changed-By: rakuco 
State-Changed-When: Wed Oct 10 21:51:22 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=172561 
>Unformatted:
