Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jul 2011 18:10:35 GMT
From:      Jason Bacon <jwbacon@tds.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/158691: port bug: lang/sdcc RUN_DEPENDS update
Message-ID:  <201107061810.p66IAZLr022950@red.freebsd.org>
Resent-Message-ID: <201107061820.p66IK7aj064891@freefall.freebsd.org>

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

>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@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:



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