From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 25 19:50:06 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 0C85F1065672 for ; Tue, 25 Sep 2012 19:50:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B6ED78FC12 for ; Tue, 25 Sep 2012 19:50:05 +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 q8PJo5ES018342 for ; Tue, 25 Sep 2012 19:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8PJo5Dp018341; Tue, 25 Sep 2012 19:50:05 GMT (envelope-from gnats) Resent-Date: Tue, 25 Sep 2012 19:50:05 GMT Resent-Message-Id: <201209251950.q8PJo5Dp018341@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, Olli Hauer Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CA81E106566B for ; Tue, 25 Sep 2012 19:49:52 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B68478FC0A; Tue, 25 Sep 2012 19:49:52 +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 q8PJnq7X018290; Tue, 25 Sep 2012 19:49:52 GMT (envelope-from ohauer@freefall.freebsd.org) Received: (from ohauer@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8PJnqpY018288; Tue, 25 Sep 2012 19:49:52 GMT (envelope-from ohauer) Message-Id: <201209251949.q8PJnqpY018288@freefall.freebsd.org> Date: Tue, 25 Sep 2012 19:49:52 GMT From: Olli Hauer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: r.neese@gmail.com Subject: ports/172074: [patch] www/fusionpbx remove dead code from Makefile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Sep 2012 19:50:06 -0000 >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 -.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: