ports/158691: port bug: lang/sdcc RUN_DEPENDS update

Jason Bacon jwbacon at tds.net
Wed Jul 6 18:20:08 UTC 2011


>Number:         158691
>Category:       ports
>Synopsis:       port bug: lang/sdcc RUN_DEPENDS update
>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 06 18:20:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Jason Bacon
>Release:        8.2-RELEASE
>Organization:
Acadix Consulting, LLC
>Environment:
FreeBSD sculpin.jbacon.dyndns.org 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011     root at mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
gputils is required by sdcc for working with PIC processors, and hence should be included in RUN_DEPENDS as well as BUILD_DEPENDS.

>How-To-Repeat:
1. Install sdcc port/package
2. pkg_delete /var/db/pkg/gputils-*
3. Attempt to compile and link PIC code

>Fix:
Patch attached.

Patch attached with submission follows:

diff -ruN /usr/ports/lang/sdcc/Makefile sdcc/Makefile
--- /usr/ports/lang/sdcc/Makefile	2011-03-21 17:24:00.000000000 -0500
+++ sdcc/Makefile	2011-06-26 22:20:54.000000000 -0500
@@ -85,6 +85,7 @@
 PLIST_SUB+=		PIC="@comment "
 .else
 BUILD_DEPENDS+=		gpasm:${PORTSDIR}/devel/gputils
+RUN_DEPENDS+=		gpasm:${PORTSDIR}/devel/gputils
 PLIST_SUB+=		PIC=""
 .endif
 


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



More information about the freebsd-ports-bugs mailing list