svn commit: r409532 - branches/2016Q1/devel/poco

Raphael Kubo da Costa rakuco at FreeBSD.org
Thu Feb 25 16:10:26 UTC 2016


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


More information about the svn-ports-branches mailing list