mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
I'm not touching ruby19/ruby20/ruby21, but they also check for :MDOCS without defining it in OPTIONS_DEFINE.
This commit is contained in:
parent
4d962acc36
commit
d7ecdbf615
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361959
@ -24,6 +24,8 @@ MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
|
||||
PORTDOCS= *
|
||||
PLIST_SUB= PORTVER=${PORTVERSION:R}
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "powerpc"
|
||||
|
@ -38,6 +38,8 @@ PORTDOCS= AUTHORS BUGS Benchres COPYING COPYING.DOC \
|
||||
|
||||
INFO= gforth vmgen
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == i386 || ${ARCH} == powerpc
|
||||
|
@ -24,7 +24,7 @@ MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
PLIST_SUB+= GPROLOG_VER=${PORTVERSION}
|
||||
|
||||
OPTIONS_DEFINE= FD
|
||||
OPTIONS_DEFINE= FD DOCS EXAMPLES
|
||||
OPTIONS_DEFAULT=FD
|
||||
FD_DESC= Enable finite domain constraint solver
|
||||
|
||||
|
@ -15,7 +15,7 @@ LIB_DEPENDS= libslang.so:${PORTSDIR}/devel/libslang2\
|
||||
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
OPTIONS_DEFINE= MYSQL SQLITE FIREBIRD PGSQL
|
||||
OPTIONS_DEFINE= MYSQL SQLITE FIREBIRD PGSQL DOCS
|
||||
|
||||
NOT_FOR_ARCHS= sparc64
|
||||
NOT_FOR_ARCHS_REASON= does not compile on sparc64: assertion failed
|
||||
|
@ -26,6 +26,8 @@ SHEBANG_FILES= rake spec spec_translator Rakefile '*.rb'
|
||||
|
||||
PLIST_SUB+= PORTNAME=${PORTNAME} PORTVERSION=${PORTVERSION} JRUBY_HOME=${JRUBY_HOME:S,${PREFIX}/,,}
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
pre-patch:
|
||||
|
@ -26,7 +26,7 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
|
||||
|
||||
LICENSE_FILE= doc/license/MLton-LICENSE
|
||||
|
||||
OPTIONS_DEFINE= SMLNJ MINGW32
|
||||
OPTIONS_DEFINE= SMLNJ MINGW32 DOCS
|
||||
SMLNJ_DESC= Bootstrap with SML/NJ (can take >15 hours)
|
||||
MINGW32_DESC= Add the mingw32 target (requires wine)
|
||||
|
||||
|
@ -33,7 +33,7 @@ DOCS= CHANGES CodePatterns.html ExpressionEvaluation.html \
|
||||
manual_frame.html newLISPdoc.html \
|
||||
newlisp_index.html newlisp_manual.html \
|
||||
|
||||
OPTIONS_DEFINE= GMP GSL MYSQL PGSQL SQLITE GUISERV
|
||||
OPTIONS_DEFINE= GMP GSL MYSQL PGSQL SQLITE GUISERV DOCS EXAMPLES
|
||||
GSL_DESC= GSL (GNU Scientific Library)
|
||||
GUISERV_DESC= Install GUI server (in Java)
|
||||
|
||||
|
@ -30,7 +30,7 @@ DOCS= CHANGES CodePatterns.html ExpressionEvaluation.html \
|
||||
manual_frame.html newLISPdoc.html \
|
||||
newlisp_index.html newlisp_manual.html \
|
||||
|
||||
OPTIONS_DEFINE= GMP GSL MYSQL PGSQL SQLITE GUISERV
|
||||
OPTIONS_DEFINE= GMP GSL MYSQL PGSQL SQLITE GUISERV DOCS EXAMPLES
|
||||
GSL_DESC= GSL (GNU Scientific Library)
|
||||
GUISERV_DESC= Install GUI server (in Java)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user