Date: Mon, 3 Mar 2014 18:56:44 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346952 - head/Mk Message-ID: <201403031856.s23Iuibk066801@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Mon Mar 3 18:56:44 2014 New Revision: 346952 URL: http://svnweb.freebsd.org/changeset/ports/346952 QAT: https://qat.redports.org/buildarchive/r346952/ Log: Correctly sort the DEPENDS targets. Sponsored by: Absolight Modified: head/Mk/bsd.options.mk Modified: head/Mk/bsd.options.mk ============================================================================== --- head/Mk/bsd.options.mk Mon Mar 3 18:47:37 2014 (r346951) +++ head/Mk/bsd.options.mk Mon Mar 3 18:56:44 2014 (r346952) @@ -112,7 +112,7 @@ # ${opt}_${variable}_OFF will add its content to the actual variable when the # option is disabled. # -# For each of the depends target PKG EXTRACT PATCH FETCH BUILD LIB RUN, +# For each of the depends target PKG FETCH EXTRACT PATCH BUILD LIB RUN, # defining ${opt}_${deptype}_DEPENDS will add its content to the actual # dependency when the option is enabled. Defining # ${opt}_${deptype}_DEPENDS_OFF will add its content to the actual dependency @@ -134,7 +134,7 @@ _OPTIONS_FLAGS= ALL_TARGET CATEGORIES CF EXTRA_PATCHES INSTALL_TARGET LDFLAGS MAKE_ARGS MAKE_ENV \ PATCHFILES PATCH_SITES PLIST_DIRS PLIST_DIRSTRY PLIST_FILES \ USES -_OPTIONS_DEPENDS= PKG EXTRACT PATCH FETCH BUILD LIB RUN +_OPTIONS_DEPENDS= PKG FETCH EXTRACT PATCH BUILD LIB RUN # Set the default values for the global options, as defined by portmgr .if !defined(NOPORTDOCS)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403031856.s23Iuibk066801>