From owner-freebsd-ports Sun Jul 23 8:10:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C65537BC32 for ; Sun, 23 Jul 2000 08:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA25327; Sun, 23 Jul 2000 08:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from thehousleys.net (frenchknot.ne.mediaone.net [24.147.224.201]) by hub.freebsd.org (Postfix) with ESMTP id 2F8DE37BAA4 for ; Sun, 23 Jul 2000 08:05:25 -0700 (PDT) (envelope-from housley@thehousleys.net) Received: from baby.int.thehousleys.net (baby.int.thehousleys.net. [192.168.0.24]) by thehousleys.net (8.9.3/8.9.3) with ESMTP id LAA95654 for ; Sun, 23 Jul 2000 11:05:24 -0400 (EDT) (envelope-from housley@thehousleys.net) Received: (from housley@localhost) by baby.int.thehousleys.net (8.9.3/8.9.3) id LAA07390; Sun, 23 Jul 2000 11:05:24 -0400 (EDT) (envelope-from housley) Message-Id: <200007231505.LAA07390@baby.int.thehousleys.net> Date: Sun, 23 Jul 2000 11:05:24 -0400 (EDT) From: "James E. Housley" Reply-To: housley@thehousleys.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/20124: Port update: *-rtems-g77 - add autoheader buildepend Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 20124 >Category: ports >Synopsis: Port update: *-rtems-g77 - add autoheader buildepend >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 23 08:10:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: James E. Housley >Release: FreeBSD 4.1-RC i386 >Organization: The Housleys dot Net >Environment: >Description: g77 depends upon gcc. But if gcc is installed as a package the autoheader is not installed. >How-To-Repeat: >Fix: --- Makefile.orig Mon Jul 10 00:32:04 2000 +++ Makefile Sun Jul 23 10:40:28 2000 @@ -27,7 +27,8 @@ MASTERDIR= ${.CURDIR}/../i386-rtems-g77 PLIST= ${PKGDIR}/PLIST.${LCLTARGET} -BUILD_DEPENDS= ${LCLTARGET}-gcc:${PORTSDIR}/devel/${LCLTARGET}-gcc +BUILD_DEPENDS= autoheader:${PORTSDIR}/devel/autoconf \ + ${LCLTARGET}-gcc:${PORTSDIR}/devel/${LCLTARGET}-gcc RUN_DEPENDS= ${LCLTARGET}-gcc:${PORTSDIR}/devel/${LCLTARGET}-gcc PKGNAMEPREFIX= ${LCLTARGET}- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message