ports/144162: [patch] graphics/php5-chartdirector fix typo in Makefile

Andrius Morkunas hinokind at gmail.com
Sun Feb 21 09:10:04 UTC 2010


>Number:         144162
>Category:       ports
>Synopsis:       [patch] graphics/php5-chartdirector fix typo in Makefile
>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:   Sun Feb 21 09:10:04 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Andrius Morkunas
>Release:        
>Organization:
>Environment:
>Description:
ONLY_FOR_ARCH= i386 amd64
should be
ONLY_FOR_ARCHS= i386 amd64
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN graphics/php5-chartdirector.orig/Makefile graphics/php5-chartdirector/Makefile
--- graphics/php5-chartdirector.orig/Makefile	2009-11-04 08:09:55.000000000 +0000
+++ graphics/php5-chartdirector/Makefile	2010-02-21 09:05:03.600677325 +0000
@@ -17,7 +17,7 @@
 
 USE_PHP=	yes
 NO_BUILD=	yes
-ONLY_FOR_ARCH=	i386 amd64
+ONLY_FOR_ARCHS=	i386 amd64
 SUB_FILES=	pkg-message
 IGNORE_WITH_PHP?=4
 DEFAULT_PHP_VER?=5


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



More information about the freebsd-ports-bugs mailing list