Date: Mon, 1 Jun 2015 09:38:55 +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: r388209 - head/Mk Message-ID: <201506010938.t519ctNd063126@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Mon Jun 1 09:38:54 2015 New Revision: 388209 URL: https://svnweb.freebsd.org/changeset/ports/388209 Log: Add SUB_LIST and SUB_FILES to the helper flags. (and sort the flags) With hat: portmgr Sponsored by: Absolight Modified: head/Mk/bsd.options.mk Modified: head/Mk/bsd.options.mk ============================================================================== --- head/Mk/bsd.options.mk Mon Jun 1 09:20:35 2015 (r388208) +++ head/Mk/bsd.options.mk Mon Jun 1 09:38:54 2015 (r388209) @@ -105,12 +105,12 @@ # # For each of: # ALL_TARGET CATEGORIES CFLAGS CONFIGURE_ENV CONFLICTS CONFLICTS_BUILD -# CONFLICTS_INSTALL CPPFLAGS CXXFLAGS DISTFILES EXTRA_PATCHES +# CONFLICTS_INSTALL CPPFLAGS CXXFLAGS DISTFILES EXTRA_PATCHES INFO # INSTALL_TARGET LDFLAGS LIBS MAKE_ARGS MAKE_ENV PATCHFILES PATCH_SITES -# PLIST_DIRS PLIST_DIRSTRY PLIST_FILES PLIST_SUB INFO USES, defining ${opt}_${variable} will -# add its content to the actual variable when the option is enabled. Defining -# ${opt}_${variable}_OFF will add its content to the actual variable when the -# option is disabled. +# PLIST_DIRS PLIST_DIRSTRY PLIST_FILES PLIST_SUB SUB_FILES SUB_LIST USES, +# defining ${opt}_${variable} will add its content to the actual variable when +# the option is enabled. Defining ${opt}_${variable}_OFF will add its content +# to the actual variable when the option is disabled. # # For each of the depends target PKG FETCH EXTRACT PATCH BUILD LIB RUN, # defining ${opt}_${deptype}_DEPENDS will add its content to the actual @@ -129,11 +129,11 @@ OPTIONS_NAME?= ${PKGORIGIN:S/\//_/} OPTIONSFILE?= ${PORT_DBDIR}/${UNIQUENAME}/options OPTIONS_FILE?= ${PORT_DBDIR}/${OPTIONS_NAME}/options -_OPTIONS_FLAGS= ALL_TARGET CATEGORIES CFLAGS CONFIGURE_ENV CONFLICTS \ +_OPTIONS_FLAGS= ALL_TARGET CATEGORIES CFLAGS CONFIGURE_ENV CONFLICTS \ CONFLICTS_BUILD CONFLICTS_INSTALL CPPFLAGS CXXFLAGS DISTFILES \ - EXTRA_PATCHES INSTALL_TARGET LDFLAGS LIBS MAKE_ARGS MAKE_ENV \ - PATCHFILES PATCH_SITES PLIST_DIRS PLIST_DIRSTRY PLIST_FILES \ - PLIST_SUB USES INFO + EXTRA_PATCHES INFO INSTALL_TARGET LDFLAGS LIBS MAKE_ARGS \ + MAKE_ENV PATCHFILES PATCH_SITES PLIST_DIRS PLIST_DIRSTRY \ + PLIST_FILES PLIST_SUB SUB_FILES SUB_LIST USES _OPTIONS_DEPENDS= PKG FETCH EXTRACT PATCH BUILD LIB RUN # Set the default values for the global options, as defined by portmgr
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506010938.t519ctNd063126>