PERFORCE change 137713 for review

Warner Losh imp at FreeBSD.org
Fri Mar 14 14:04:59 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=137713

Change 137713 by imp at imp_lighthouse on 2008/03/14 14:04:30

	Tweaks to get this building until we can do a proper merge/review
	of what's going on.  cross endian builds seem to be failing in
	libmagic.
	
	Plus a silly tweak for a program that should be there.  Must
	investigate why.

Affected files ...

.. //depot/projects/arm/src/lib/Makefile#12 edit
.. //depot/projects/arm/src/sbin/Makefile#10 edit
.. //depot/projects/arm/src/usr.bin/Makefile#10 edit

Differences ...

==== //depot/projects/arm/src/lib/Makefile#12 (text+ko) ====

@@ -32,7 +32,7 @@
 	libcalendar libcam libcompat libdevinfo libdevstat libdisk \
 	libedit libexpat libfetch libftpio libgeom ${_libgpib} \
 	${_libgssapi} libipsec \
-	${_libipx} libkiconv libmagic libmemstat ${_libmilter} ${_libmp} \
+	${_libipx} libkiconv libmemstat ${_libmilter} ${_libmp} \
 	${_libncp} ${_libngatm} libopie libpam libpcap \
 	libpmc librt ${_libsdp} ${_libsm} ${_libsmb} \
 	${_libsmdb} \

==== //depot/projects/arm/src/sbin/Makefile#10 (text+ko) ====

@@ -108,7 +108,7 @@
 _pfctl=		pfctl
 _pflogd=	pflogd
 .endif
-
+_pflogd=
 .if ${MK_INET6} != "no"
 _ping6=		ping6
 _rtsol=		rtsol

==== //depot/projects/arm/src/usr.bin/Makefile#10 (text+ko) ====

@@ -59,7 +59,6 @@
 	expand \
 	false \
 	fetch \
-	file \
 	file2c \
 	find \
 	finger \


More information about the p4-projects mailing list