Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Sep 2012 19:49:52 GMT
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        r.neese@gmail.com
Subject:   ports/172074: [patch] www/fusionpbx remove dead code from Makefile
Message-ID:  <201209251949.q8PJnqpY018288@freefall.freebsd.org>
Resent-Message-ID: <201209251950.q8PJo5Dp018341@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         172074
>Category:       ports
>Synopsis:       [patch] www/fusionpbx remove dead code from Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 25 19:50:05 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     ohauer
>Release:        
>Organization:
>Environment:

>Description:
remove dead code from Makefile, PLIST_SUB
variables are not used in pkg-plist

>How-To-Repeat:
$> grep ^% pkg-plist | grep -v ^%%WWWDIR

>Fix:

--- fusionpbx.diff begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 304799)
+++ Makefile	(working copy)
@@ -37,14 +37,6 @@
 
 .include <bsd.port.options.mk>
 
-.for opt in ${ALL_OPTIONS}
-.if ${PORT_OPTIONS:M${opt}}
-PLIST_SUB+=	${opt}=""
-.else
-PLIST_SUB+=	${opt}="@comment "
-.endif
-.endfor
-
 .if ${PORT_OPTIONS:MPDOPGSQL}
 USE_PGSQL=	yes
 USE_PHP+=	pgsql pdo_pgsql
--- fusionpbx.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209251949.q8PJnqpY018288>