svn commit: r245346 - head/release
Hiroki Sato
hrs at FreeBSD.org
Sat Jan 12 22:41:30 UTC 2013
Author: hrs
Date: Sat Jan 12 22:41:29 2013
New Revision: 245346
URL: http://svnweb.freebsd.org/changeset/base/245346
Log:
Set WITHOUT_SVN=yes for textproc/docproj.
Submitted by: gjb
Modified:
head/release/generate-release.sh
Modified: head/release/generate-release.sh
==============================================================================
--- head/release/generate-release.sh Sat Jan 12 22:20:37 2013 (r245345)
+++ head/release/generate-release.sh Sat Jan 12 22:41:29 2013 (r245346)
@@ -160,7 +160,7 @@ build_docports()
{
# Could not install textproc/docproj from pkg(8) or pkg_add(1). Build
# the port as final fallback.
- chroot ${CHROOTDIR} /bin/sh -c 'make -C /usr/ports/textproc/docproj BATCH=yes WITH_JADETEX=no WITHOUT_X11=yes WITHOUT_PYTHON=yes install clean' || \
+ chroot ${CHROOTDIR} /bin/sh -c 'make -C /usr/ports/textproc/docproj BATCH=yes WITHOUT_SVN=yes WITH_JADETEX=no WITHOUT_X11=yes WITHOUT_PYTHON=yes install clean' || \
{ echo "*** Could not build the textproj/docproj port. Exiting."; exit 2; }
}
More information about the svn-src-head
mailing list