From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 6 18:20:08 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0548A106564A for ; Wed, 6 Jul 2011 18:20:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BDF038FC0C for ; Wed, 6 Jul 2011 18:20:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p66IK7Ji064892 for ; Wed, 6 Jul 2011 18:20:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p66IK7aj064891; Wed, 6 Jul 2011 18:20:07 GMT (envelope-from gnats) Resent-Date: Wed, 6 Jul 2011 18:20:07 GMT Resent-Message-Id: <201107061820.p66IK7aj064891@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jason Bacon Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F37F8106566C for ; Wed, 6 Jul 2011 18:10:35 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id E48318FC0A for ; Wed, 6 Jul 2011 18:10:35 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p66IAZca022951 for ; Wed, 6 Jul 2011 18:10:35 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p66IAZLr022950; Wed, 6 Jul 2011 18:10:35 GMT (envelope-from nobody) Message-Id: <201107061810.p66IAZLr022950@red.freebsd.org> Date: Wed, 6 Jul 2011 18:10:35 GMT From: Jason Bacon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158691: port bug: lang/sdcc RUN_DEPENDS update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2011 18:20:08 -0000 >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: