svn commit: r411618 - branches/2016Q1/misc/freebsd-doc-en

Antoine Brodin antoine at FreeBSD.org
Mon Mar 21 20:41:23 UTC 2016


Author: antoine
Date: Mon Mar 21 20:41:22 2016
New Revision: 411618
URL: https://svnweb.freebsd.org/changeset/ports/411618

Log:
  MFH: r411616
  
  Ignore on the 9.3 i386 package builders, java seems to have issues in
  9.3 i386 jails on the package builders
  
  Reported by:	pkg-fallout

Modified:
  branches/2016Q1/misc/freebsd-doc-en/Makefile
Directory Properties:
  branches/2016Q1/   (props changed)

Modified: branches/2016Q1/misc/freebsd-doc-en/Makefile
==============================================================================
--- branches/2016Q1/misc/freebsd-doc-en/Makefile	Mon Mar 21 20:41:05 2016	(r411617)
+++ branches/2016Q1/misc/freebsd-doc-en/Makefile	Mon Mar 21 20:41:22 2016	(r411618)
@@ -54,6 +54,10 @@ OPTIONS_SET+=	${AVAILABLEFORMATS}
 
 .include <bsd.port.options.mk>
 
+.if defined(PACKAGE_BUILDING) && ${OSVERSION} < 1000000 && ${ARCH} == i386
+IGNORE=	fails to build on the package builders in 9.x i386 jails due to java exceptions
+.endif
+
 .for O in ${AVAILABLEFORMATS}
 .if ${PORT_OPTIONS:M${O}}
 DOCFORMAT+=	${O:tl:S,_,-,}


More information about the svn-ports-all mailing list