Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jul 2000 10:08:09 -0400 (EDT)
From:      jim@thehousleys.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/19919: Update ports: *-rtems-gcc USE_AUTOCONF is to aggressive
Message-ID:  <200007141408.KAA10169@baby.int.thehousleys.net>

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

>Number:         19919
>Category:       ports
>Synopsis:       Update ports: *-rtems-gcc USE_AUTOCONF is to aggressive
>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:   Fri Jul 14 07:10:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     James Housley
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
The Housleys dot Net
>Environment:

	

>Description:

	USE_AUTOCONF makes too many changes to the build.  All that
	is really needed is autoheader from the autoconf package.
	Short cuts don't pay.

>How-To-Repeat:

	

>Fix:

--- Makefile.orig	Fri Jul 14 09:38:06 2000
+++ Makefile	Fri Jul 14 09:51:39 2000
@@ -27,7 +27,8 @@
 MASTERDIR=	${.CURDIR}/../i386-rtems-gcc
 PLIST=		${PKGDIR}/PLIST.${LCLTARGET}
 
-BUILD_DEPENDS=	${LCLTARGET}-as:${PORTSDIR}/devel/${LCLTARGET}-binutils \
+BUILD_DEPENDS=	autoheader:${PORTSDIR}/devel/autoconf \
+		${LCLTARGET}-as:${PORTSDIR}/devel/${LCLTARGET}-binutils \
 		${LCLTARGET}-ld:${PORTSDIR}/devel/${LCLTARGET}-binutils
 RUN_DEPENDS=	${LCLTARGET}-as:${PORTSDIR}/devel/${LCLTARGET}-binutils \
 		${LCLTARGET}-ld:${PORTSDIR}/devel/${LCLTARGET}-binutils


>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?200007141408.KAA10169>