Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Oct 2010 22:28:29 GMT
From:      Chris St Denis <chris@smartt.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/151765: Update port: textproc/pear-Numbers_Words installs in wrong place
Message-ID:  <201010262228.o9QMSTuW023008@www.freebsd.org>
Resent-Message-ID: <201010262230.o9QMU66f027354@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         151765
>Category:       ports
>Synopsis:       Update port: textproc/pear-Numbers_Words installs in wrong place
>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 Oct 26 22:30:06 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Chris St Denis
>Release:        
>Organization:
SmarttNet
>Environment:
>Description:
port textproc/pear-Numbers_Words installs Words directly into /usr/local/share/pear/ instead of into the correct location /usr/local/share/pear/Numbers/
>How-To-Repeat:

>Fix:
Add the category to the port's makefile

patch below:

--- Makefile.old        2010-10-26 15:21:11.000000000 -0700
+++ Makefile    2010-10-26 15:21:42.000000000 -0700
@@ -15,6 +15,8 @@
 BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
 RUN_DEPENDS=   ${BUILD_DEPENDS}

+CATEGORY=      Numbers
+
 FILES=         Words.php Words/lang.bg.php Words/lang.cs.php \
                Words/lang.de.php Words/lang.dk.php Words/lang.en_100.php \
                Words/lang.en_GB.php Words/lang.en_US.php Words/lang.es.php \


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010262228.o9QMSTuW023008>