summaryrefslogtreecommitdiffstats
path: root/release/release.sh
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2013-11-13 17:49:07 +0000
committergjb <gjb@FreeBSD.org>2013-11-13 17:49:07 +0000
commita1d0c0dabbbd472de103f01fe90c87fc1376578a (patch)
tree2f05ade43f3f240b64d4028e9d7b60bf92bd49c5 /release/release.sh
parent7463e74d772423488d7c9389a93e8b8b7d1bbea3 (diff)
downloadFreeBSD-src-a1d0c0dabbbd472de103f01fe90c87fc1376578a.zip
FreeBSD-src-a1d0c0dabbbd472de103f01fe90c87fc1376578a.tar.gz
Since the doc/ toolchain conversion to docbook 5.0, JADETEX
is no longer a valid option, so remove 'WITHOUT_JADETEX=yes' from PBUILD_FLAGS. While here, also remove 'WITHOUT_X11=yes', since it will cause a dependency conflict by requiring both print/ghostscript9 and print/ghostscript9-nox11. Switch to OPTIONSNG format (WITHOUT_* -> OPTIONS_UNSET='FOO'), and unset the FOP option, which requires Java (although it is disabled by default). Also unset the 'IGOR' option, since textproc/igor is a validation tool, not necessarily a dependency of the doc/ build itself. While here, reduce the line length of PBUILD_FLAGS. MFC after: 3 days Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'release/release.sh')
-rwxr-xr-xrelease/release.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/release/release.sh b/release/release.sh
index ad91308..7ac18a9 100755
--- a/release/release.sh
+++ b/release/release.sh
@@ -174,7 +174,8 @@ build_doc_ports() {
## Trick the ports 'run-autotools-fixup' target to do the right thing.
_OSVERSION=$(sysctl -n kern.osreldate)
if [ -d ${CHROOTDIR}/usr/doc ] && [ "x${NODOC}" = "x" ]; then
- PBUILD_FLAGS="OSVERSION=${_OSVERSION} WITHOUT_JADETEX=yes WITHOUT_X11=yes BATCH=yes"
+ PBUILD_FLAGS="OSVERSION=${_OSVERSION} BATCH=yes"
+ PBUILD_FLAGS="${PBUILD_FLAGS} OPTIONS_UNSET='FOP IGOR'"
chroot ${CHROOTDIR} make -C /usr/ports/textproc/docproj \
${PBUILD_FLAGS} install clean distclean
fi
OpenPOWER on IntegriCloud