Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Feb 2016 12:14:01 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r409509 - head/devel/poco
Message-ID:  <201602251214.u1PCE1RJ023919@repo.freebsd.org>

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



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