svn commit: r275056 - in stable/9: lib usr.bin
Devin Teske
dteske at FreeBSD.org
Tue Nov 25 17:08:16 UTC 2014
Author: dteske
Date: Tue Nov 25 17:08:15 2014
New Revision: 275056
URL: https://svnweb.freebsd.org/changeset/base/275056
Log:
Similar to r274192: Enable dpv(1,3): Introduced [disabled] via r275047.
This is a direct commit to stable/9 because stable/10 and above use a
better dependency calculation routine (versus simple ordering).
Thanks to: ngie, ian, jelischer, shurd, bapt
Modified:
stable/9/lib/Makefile
stable/9/usr.bin/Makefile
Modified: stable/9/lib/Makefile
==============================================================================
--- stable/9/lib/Makefile Tue Nov 25 17:07:56 2014 (r275055)
+++ stable/9/lib/Makefile Tue Nov 25 17:08:15 2014 (r275056)
@@ -22,6 +22,7 @@
# libsbuf must be built before libcam.
# libtacplus must be built before libpam.
# libutil must be built before libpam.
+# libfigpar must be built before libdpv (but after ncurses and libutil).
# libypclnt must be built before libpam.
# libgssapi must be built before librpcsec_gss
#
@@ -48,6 +49,7 @@ SUBDIR_ORDERED= ${_csu} \
libsbuf \
libtacplus \
libutil \
+ libfigpar \
${_libypclnt} \
${_libcxxrt} \
${_libcplusplus}
@@ -67,12 +69,12 @@ SUBDIR= ${SUBDIR_ORDERED} \
libdevinfo \
libdevstat \
libdisk \
+ libdpv \
libdwarf \
libedit \
${_libefi} \
libexpat \
libfetch \
- libfigpar \
libftpio \
libgeom \
${_libgpib} \
Modified: stable/9/usr.bin/Makefile
==============================================================================
--- stable/9/usr.bin/Makefile Tue Nov 25 17:07:56 2014 (r275055)
+++ stable/9/usr.bin/Makefile Tue Nov 25 17:08:15 2014 (r275056)
@@ -36,6 +36,7 @@ SUBDIR= alias \
ctlstat \
cut \
dirname \
+ dpv \
du \
ee \
elf2aout \
More information about the svn-src-stable-9
mailing list