Date: Tue, 15 Jul 2014 16:51:35 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361975 - in head/science: afni liblinear Message-ID: <201407151651.s6FGpZGw075422@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Tue Jul 15 16:51:34 2014 New Revision: 361975 URL: http://svnweb.freebsd.org/changeset/ports/361975 QAT: https://qat.redports.org/buildarchive/r361975/ Log: Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. Modified: head/science/afni/Makefile head/science/liblinear/Makefile Modified: head/science/afni/Makefile ============================================================================== --- head/science/afni/Makefile Tue Jul 15 16:50:33 2014 (r361974) +++ head/science/afni/Makefile Tue Jul 15 16:51:34 2014 (r361975) @@ -45,6 +45,8 @@ USES= gettext iconv gmake motif perl5 # Some prereqs use gcc anyway USE_GCC= yes +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> BROKEN_sparc64= Does not compile: "undefined reference to '_mcount'" Modified: head/science/liblinear/Makefile ============================================================================== --- head/science/liblinear/Makefile Tue Jul 15 16:50:33 2014 (r361974) +++ head/science/liblinear/Makefile Tue Jul 15 16:51:34 2014 (r361975) @@ -14,7 +14,7 @@ COMMENT= A library for Large Linear Clas LICENSE= BSD LICENSE_FILE= ${WRKSRC}/COPYRIGHT -OPTIONS_DEFINE= OPTIMIZED_CFLAGS +OPTIONS_DEFINE= OPTIMIZED_CFLAGS DOCS OPTIONS_DEFAULT=OPTIMIZED_CFLAGS USES= zip
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407151651.s6FGpZGw075422>