remove dead code from Makefile, PLIST_SUB variables are not used in pkg-plist How-To-Repeat: $> grep ^% pkg-plist | grep -v ^%%WWWDIR
Maintainer of www/fusionpbx, Please note that PR ports/172074 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/172074 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
commit
Author: ohauer Date: Wed Sep 26 04:39:30 2012 New Revision: 304874 URL: http://svn.freebsd.org/changeset/ports/304874 Log: - remove dead code from Makefile PR: ports/172074 Submitted by: ohauer Approved by: Richard E Neese <r.neese@gmail.com> (maintainer) Modified: head/www/fusionpbx/Makefile Modified: head/www/fusionpbx/Makefile ============================================================================== --- head/www/fusionpbx/Makefile Wed Sep 26 03:18:26 2012 (r304873) +++ head/www/fusionpbx/Makefile Wed Sep 26 04:39:30 2012 (r304874) @@ -37,14 +37,6 @@ PDOMYSQL_DESC= Install MySQL PDO Connect .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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Closing.