Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Feb 2016 16:10:24 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r409532 - branches/2016Q1/devel/poco
Message-ID:  <201602251610.u1PGAO1O094203@repo.freebsd.org>

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



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