From owner-svn-ports-head@freebsd.org Mon Oct 5 12:45:30 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64E7E9B5505; Mon, 5 Oct 2015 12:45:30 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 563121D5; Mon, 5 Oct 2015 12:45:30 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t95CjUnw019151; Mon, 5 Oct 2015 12:45:30 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t95CjUVa019150; Mon, 5 Oct 2015 12:45:30 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201510051245.t95CjUVa019150@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 5 Oct 2015 12:45:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398646 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2015 12:45:30 -0000 Author: amdmi3 Date: Mon Oct 5 12:45:29 2015 New Revision: 398646 URL: https://svnweb.freebsd.org/changeset/ports/398646 Log: Add support for opt_TEST_TARGET consistent with opt_{ALL,INSTALL}_TARGET Approved by: portmgr (mat) Differential Revision: D3788 Modified: head/Mk/bsd.options.mk Modified: head/Mk/bsd.options.mk ============================================================================== --- head/Mk/bsd.options.mk Mon Oct 5 12:28:21 2015 (r398645) +++ head/Mk/bsd.options.mk Mon Oct 5 12:45:29 2015 (r398646) @@ -125,7 +125,7 @@ # EXTRACT_ONLY GH_ACCOUNT GH_PROJECT GH_TAGNAME IGNORE INFO INSTALL_TARGET # LDFLAGS LIBS MAKE_ARGS MAKE_ENV PATCHFILES PATCH_SITES PLIST_DIRS # PLIST_DIRSTRY PLIST_FILES PLIST_SUB PORTDOCS PORTEXAMPLES SUB_FILES SUB_LIST -# USES, +# TEST_TARGET 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. @@ -152,7 +152,7 @@ _OPTIONS_FLAGS= ALL_TARGET BROKEN CATEGO GH_ACCOUNT GH_PROJECT GH_TAGNAME IGNORE INFO INSTALL_TARGET \ LDFLAGS LIBS MAKE_ARGS MAKE_ENV PATCHFILES PATCH_SITES \ PLIST_DIRS PLIST_DIRSTRY PLIST_FILES PLIST_SUB PORTDOCS \ - PORTEXAMPLES SUB_FILES SUB_LIST USES + PORTEXAMPLES SUB_FILES SUB_LIST TEST_TARGET USES _OPTIONS_DEPENDS= PKG FETCH EXTRACT PATCH BUILD LIB RUN # The format here is target_family:priority:target-type