svn commit: r335719 - head/textproc/docproj

Glen Barber gjb at FreeBSD.org
Thu Dec 5 23:03:01 UTC 2013


Author: gjb
Date: Thu Dec  5 23:03:00 2013
New Revision: 335719
URL: http://svnweb.freebsd.org/changeset/ports/335719

Log:
  Mark as BROKEN on OSVERION 1000500 and 1000501, needs updated iconv(3).
  
  Approved by:	doceng (implicit)
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/textproc/docproj/Makefile

Modified: head/textproc/docproj/Makefile
==============================================================================
--- head/textproc/docproj/Makefile	Thu Dec  5 21:47:53 2013	(r335718)
+++ head/textproc/docproj/Makefile	Thu Dec  5 23:03:00 2013	(r335719)
@@ -86,6 +86,10 @@ RUN_DEPENDS+=	${LOCALBASE}/share/fonts/O
 DEPENDS_ARGS+=	WITHOUT_X11=${WITHOUT_X11}
 .endif
 
+.if (${OSVERSION} >= 1000500 && ${OSVERSION} < 1000502)
+BROKEN=		Requires updated base iconv(3)
+.endif
+
 # generate MINIMALDOCPORTS for src/release/Makefile.inc.docports.
 # (XXX: incomplete yet)
 minimaldocports:


More information about the svn-ports-head mailing list