Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Nov 2014 17:08:15 +0000 (UTC)
From:      Devin Teske <dteske@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r275056 - in stable/9: lib usr.bin
Message-ID:  <201411251708.sAPH8Fi4067969@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411251708.sAPH8Fi4067969>