From owner-svn-ports-branches@freebsd.org Thu Feb 25 16:10:25 2016 Return-Path: Delivered-To: svn-ports-branches@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 EB30EAB37AF; Thu, 25 Feb 2016 16:10:25 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 BC07025A; Thu, 25 Feb 2016 16:10:25 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1PGAOKP094204; Thu, 25 Feb 2016 16:10:24 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1PGAO1O094203; Thu, 25 Feb 2016 16:10:24 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602251610.u1PGAO1O094203@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Thu, 25 Feb 2016 16:10:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r409532 - branches/2016Q1/devel/poco X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Feb 2016 16:10:26 -0000 Author: rakuco Date: Thu Feb 25 16:10:24 2016 New Revision: 409532 URL: https://svnweb.freebsd.org/changeset/ports/409532 Log: MFH: r409509 Set ALL_TARGET to poco. The "all" target builds samples and tests regardless of whether they were disabled in the configuration script (consequently not honoring the options set in the port). Approved by: ports-secteam (feld) Modified: branches/2016Q1/devel/poco/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/devel/poco/Makefile ============================================================================== --- branches/2016Q1/devel/poco/Makefile Thu Feb 25 16:09:22 2016 (r409531) +++ branches/2016Q1/devel/poco/Makefile Thu Feb 25 16:10:24 2016 (r409532) @@ -14,6 +14,7 @@ LICENSE= BSL CONFLICTS= poco-ssl-[0-9]* USES= gmake tar:bzip2 +ALL_TARGET= poco HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --config=FreeBSD USE_LDCONFIG= yes