ports/149023: fix for port: science/gchemutils

Timothy Beyer beyert at cs.ucr.edu
Wed Jul 28 06:10:02 UTC 2010


>Number:         149023
>Category:       ports
>Synopsis:       fix for port: science/gchemutils
>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:   Wed Jul 28 06:10:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Timothy Beyer
>Release:        FreeBSD 8.0-RELEASE-p2 i386
>Organization:
None
>Environment:
FreeBSD aeonserv.aeonnet 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Fri Jan 29 18:00:42 PST 2010     beyert at aeonserv.aeonnet:/usr/src/sys/i386/compile/CUSTOM  i386
>Description:
On the line of the port specifying the dependency for math/gnumeric, there is a (possibly) incorrect base of ${PORTSDIRS} specified.  This breaks a script that I wrote that captures the output of make all-depends-list.
>How-To-Repeat:
see line 59 of the Makefile, where PORTSDIRS should probably be PORTSDIR.
>Fix:
The following patch:

--- Makefile.diff begins here ---
--- Makefile.orig	2010-07-25 03:37:47.000000000 -0700
+++ Makefile	2010-07-27 22:49:31.000000000 -0700
@@ -56,7 +56,7 @@
 .endif
 
 .if exists(${LOCALBASE}/bin/gnumeric)
-RUN_DEPENDS+=	gnumeric:${PORTSDIRS}/math/gnumeric
+RUN_DEPENDS+=	gnumeric:${PORTSDIR}/math/gnumeric
 PLIST_SUB+=	GNUMERIC=""
 .else
 PLIST_SUB+=	GNUMERIC="@comment "
--- Makefile.diff ends here ---

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



More information about the freebsd-ports-bugs mailing list