ports/172074: [patch] www/fusionpbx remove dead code from Makefile
Olli Hauer
ohauer at FreeBSD.org
Tue Sep 25 19:50:06 UTC 2012
>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:
More information about the freebsd-ports-bugs
mailing list