Switch graphics/tinyows to new OPTIONS framework How-To-Repeat: make -C /usr/ports/graphic/tinyows rmconfig config
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
Class Changed From-To: update->maintainer-update Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Responsible Changed From-To: miwi->freebsd-ports-bugs back to pool
Responsible Changed From-To: freebsd-ports-bugs->scheidell I'll take it.
State Changed From-To: open->closed Committed. Thanks!
Author: scheidell Date: Mon Aug 6 10:31:40 2012 New Revision: 302157 URL: http://svn.freebsd.org/changeset/ports/302157 Log: - Switch to new OPTIONS framework PR: ports/168893 Submitted by: Joris Dedieu <joris.dedieu@gmail.com> (maintainer) Modified: head/graphics/tinyows/Makefile Modified: head/graphics/tinyows/Makefile ============================================================================== --- head/graphics/tinyows/Makefile Mon Aug 6 10:28:27 2012 (r302156) +++ head/graphics/tinyows/Makefile Mon Aug 6 10:31:40 2012 (r302157) @@ -20,11 +20,12 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/postgre USE_BZIP2= YES GNU_CONFIGURE= YES -OPTIONS= FASTCGI "Support FASTCGI" on \ +OPTIONS_DEFINE= FASTCGI +OPTIONS_DEFAULT= FASTCGI -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> -.if defined(WITH_FASTCGI) +.if ${PORT_OPTIONS:MFASTCGI} BUILD_DEPENDS+= ${LOCALBASE}/bin/cgi-fcgi:${PORTSDIR}/www/fcgi CONFIGURE_ARGS+= --with-fastcgi=${LOCALBASE} .endif @@ -33,4 +34,4 @@ post-install: ${MKDIR} ${WWWDIR}/cgi-bin/ ${INSTALL_PROGRAM} ${WRKSRC}/tinyows ${WWWDIR}/cgi-bin/tinyows -.include <bsd.port.post.mk> +.include <bsd.port.mk> _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"