PERFORCE change 177893 for review

Garrett Cooper gcooper at FreeBSD.org
Fri May 7 10:13:56 UTC 2010


http://p4web.freebsd.org/@@177893?ac=10

Change 177893 by gcooper at gcooper-bayonetta on 2010/05/07 10:12:55

	1. Add a conditional block for libpkg .
	2. Add libarchive to _prebuild_libs .
	3. Move libfetch to _prebuild_libs for libpkg to avoid always building
	   libfetch first serially unnecessarily.

Affected files ...

.. //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/Makefile.inc1#4 edit

Differences ...

==== //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/Makefile.inc1#4 (text+ko) ====

@@ -1111,7 +1111,7 @@
 		${_kerberos5_lib_libhx509} ${_kerberos5_lib_libkrb5} \
 		${_kerberos5_lib_libroken} \
 		lib/libbz2 lib/libcom_err lib/libcrypt \
-		lib/libexpat lib/libfetch \
+		lib/libexpat \
 		${_lib_libgssapi} ${_lib_libipx} \
 		lib/libkiconv lib/libkvm lib/libmd \
 		lib/ncurses/ncurses lib/ncurses/ncursesw \
@@ -1177,6 +1177,10 @@
 lib/libfetch__L lib/libradius__L: lib/libmd__L
 .endif
 
+.if ${MK_PKGTOOLS} != "no"
+_prebuild_libs+= lib/libarchive lib/libfetch
+.endif
+
 .for _lib in ${_prereq_libs}
 ${_lib}__PL: .PHONY
 .if exists(${.CURDIR}/${_lib})


More information about the p4-projects mailing list