ports/170806: [PATCH] www/fusionpbx: fix PDOPGSQ, PDOMYSQL ports option

Artis Caune Artis.Caune at gmail.com
Mon Aug 20 22:30:12 UTC 2012


>Number:         170806
>Category:       ports
>Synopsis:       [PATCH] www/fusionpbx: fix PDOPGSQ, PDOMYSQL ports option
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 20 22:30:11 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Artis Caune
>Release:        stable/9
>Organization:
>Environment:
FreeBSD freebsd 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE r239148: Fri Aug 10 00:00:00 UTC 2012 root at freebsd:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
There is a typo in Makefile for PDOPGSQ, PDOMYSQL ports options.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2012-08-21 10:21:19.635156504 +1200
+++ Makefile	2012-08-21 10:21:50.470930643 +1200
@@ -45,13 +45,13 @@
 .endif
 .endfor
 
-.if ${PORT_OPTIONS:MPDOPGSQL)
+.if ${PORT_OPTIONS:MPDOPGSQL}
 USE_PGSQL=	yes
 USE_PHP+=	pgsql pdo_pgsql
 PLIST_SUB+=	WITH_PDOPGSQL=""
 .endif
 
-.if ${PORT_OPTIONS:MPDOMYSQL)
+.if ${PORT_OPTIONS:MPDOMYSQL}
 USE_MYSQL=	client
 USE_PHP+=	mysql pdo_mysql
 PLIST_SUB+=	WITH_PDOMYSQL=""


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



More information about the freebsd-ports-bugs mailing list