why is perl being built even though port is installed and properly set in make.conf?

YONETANI Tomokazu qhwt+dragonfly-kernel at les.ath.cx
Sat Apr 3 02:45:56 PST 2004


Hi.

On Sat, Apr 03, 2004 at 11:36:12AM +0200, Tomaz Borstnar wrote:
> Hello!
> 
> 	I installed perl 5.8.2 from ports which also properly note the fact 
> 	in make.conf:
> 
> # -- use.perl generated deltas -- #
> # Created: Mon Mar 22 15:19:33 2004
> # Setting to use base perl from ports:
> PERL_VER=5.8.2
> PERL_VERSION=5.8.2
> PERL_ARCH=mach
> NOPERL=yo
> NO_PERL=yo
> NO_PERL_WRAPPER=yo
> 
> Yet right now perl is being built while doing make buildworld... 
> Considering that perl is no longer being used for building kernel it 
> could skip this part, right? Not to mention make.conf entries, of course.

I posted this to bugs@ the other day, because buildworld failed on a machine
without libperl in the base system, but received no response yet.

Index: Makefile.inc1
===================================================================
RCS file: /home/source/dragonfly/cvs/src/Makefile.inc1,v
retrieving revision 1.26
diff -u -r1.26 Makefile.inc1
--- Makefile.inc1	25 Mar 2004 20:52:43 -0000	1.26
+++ Makefile.inc1	1 Apr 2004 04:04:19 -0000
@@ -644,7 +644,7 @@
     usr.sbin/btxld usr.sbin/pwd_mkdb usr.sbin/zic usr.sbin/makewhatis \
     gnu/usr.bin/gperf gnu/usr.bin/groff gnu/usr.bin/texinfo \
     gnu/usr.bin/grep gnu/usr.bin/sort gnu/usr.bin/patch \
-    gnu/usr.bin/gzip gnu/usr.bin/perl
+    gnu/usr.bin/gzip
 	${ECHODIR} "===> ${_tool} (bootstrap-tools)"; \
 		cd ${.CURDIR}/${_tool}; \
 		${MAKE} DIRPRFX=${_tool}/ obj; \





More information about the Kernel mailing list