Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jul 2000 11:05:24 -0400 (EDT)
From:      "James E. Housley" <housley@thehousleys.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/20124: Port update: *-rtems-g77 - add autoheader buildepend
Message-ID:  <200007231505.LAA07390@baby.int.thehousleys.net>

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

>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




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