svn commit: r409509 - head/devel/poco

Raphael Kubo da Costa rakuco at FreeBSD.org
Thu Feb 25 12:14:03 UTC 2016


Author: rakuco
Date: Thu Feb 25 12:14:01 2016
New Revision: 409509
URL: https://svnweb.freebsd.org/changeset/ports/409509

Log:
  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).
  
  MFH:		2016Q1

Modified:
  head/devel/poco/Makefile

Modified: head/devel/poco/Makefile
==============================================================================
--- head/devel/poco/Makefile	Thu Feb 25 12:12:59 2016	(r409508)
+++ head/devel/poco/Makefile	Thu Feb 25 12:14:01 2016	(r409509)
@@ -16,6 +16,7 @@ BROKEN_FreeBSD_9_i386=	does not build
 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-all mailing list