Bug 172074 - [patch] www/fusionpbx remove dead code from Makefile
Summary: [patch] www/fusionpbx remove dead code from Makefile
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-25 20:50 UTC by Olli Hauer
Modified: 2012-10-06 19:45 UTC (History)
1 user (show)

See Also:


Attachments
fusionpbx.diff (409 bytes, patch)
2012-09-25 20:50 UTC, Olli Hauer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olli Hauer freebsd_committer freebsd_triage 2012-09-25 20:50:05 UTC
remove dead code from Makefile, PLIST_SUB
variables are not used in pkg-plist

How-To-Repeat: $> grep ^% pkg-plist | grep -v ^%%WWWDIR
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-09-25 20:50:14 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-09-25 20:50:17 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 RIchard Neese 2012-09-26 05:21:13 UTC
commit
Comment 4 dfilter service freebsd_committer freebsd_triage 2012-09-26 05:39:41 UTC
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"
Comment 5 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-10-01 19:42:01 UTC
State Changed
From-To: feedback->closed

Committed. Closing.