Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Nov 2002 19:08:03 +1100 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45469: [patch] bsd.ports.mk: automatic USE_PERL5_RUN when USE_AUTOCONF is selected
Message-ID:  <20021119080803.2E0596A712B@k7.mavetju>

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

>Number:         45469
>Category:       ports
>Synopsis:       [patch] bsd.ports.mk: automatic USE_PERL5_RUN when USE_AUTOCONF is selected
>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:   Tue Nov 19 00:10:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 4.5-RELEASE FreeBSD 4.5-RELEASE #4: Sat Sep 14 10:41:50 EST 2002 edwin@k7.mavetju:/usr/src/sys/compile/k7 i386


>Description:

Autom4te, part of autoconf, is written in perl. Therefor, all ports
running autoconf now have USE_PERL5(_BUILD)=yes in their Makefile,
even if it's not their responsibility.

>How-To-Repeat:
>Fix:


--- bsd.port.orig	Tue Nov 19 19:04:33 2002
+++ bsd.port.mk	Tue Nov 19 19:07:36 2002
@@ -173,7 +173,7 @@
 #				Implies USE_AUTOCONF.  If set with
 #				unknown value, defaults to 213.
 # USE_AUTOCONF	- Says that the port uses autoconf.  Implies
-#				GNU_CONFIGURE and USE_AUTOCONF_VER?=213.
+#				USE_PERL5_BUILD, GNU_CONFIGURE and USE_AUTOCONF_VER?=213.
 # AUTOCONF	- Set to path of GNU autoconf if not in $PATH (default:
 #				according to USE_AUTOCONF_VER value)
 # AUTOCONF_ARGS	- Pass these args to ${AUTOCONF} if ${USE_AUTOCONF} is set.
@@ -903,6 +903,7 @@
 USE_AUTOCONF?=	yes
 USE_AUTOCONF_VER?=	213
 
+USE_PERL5_BUILD=yes		# for autom4te
 GNU_CONFIGURE=	yes
 .endif
 .if defined(USE_AUTOCONF_VER)

>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?20021119080803.2E0596A712B>