From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 9 22:30:33 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C0101379 for ; Tue, 9 Oct 2012 22:30:33 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [8.8.178.135]) by mx1.freebsd.org (Postfix) with ESMTP id 79D7E8FC26 for ; Tue, 9 Oct 2012 22:30:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q99MUXB1043836 for ; Tue, 9 Oct 2012 22:30:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q99MUXdr043835; Tue, 9 Oct 2012 22:30:33 GMT (envelope-from gnats) Resent-Date: Tue, 9 Oct 2012 22:30:33 GMT Resent-Message-Id: <201210092230.q99MUXdr043835@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Andrew J. Caines" Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4AE3ADD9 for ; 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 ; 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 ; 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" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/172561: [maintainer update] x11-wm/blackbox to use new OPTIONS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: "Andrew J. Caines" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Oct 2012 22:30:33 -0000 >Number: 172561 >Category: ports >Synopsis: [maintainer update] x11-wm/blackbox to use new OPTIONS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Oct 09 22:30:32 UTC 2012 >Closed-Date: >Last-Modified: >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 -.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: >Unformatted: