svn commit: r476348 - head/graphics/fig2sxd

Gerald Pfeifer gerald at FreeBSD.org
Sat Aug 4 11:14:55 UTC 2018


Author: gerald
Date: Sat Aug  4 11:14:54 2018
New Revision: 476348
URL: https://svnweb.freebsd.org/changeset/ports/476348

Log:
  Add a reference to PR 226177 which tracks the breakage of this port by
  clang 6.0.0.
  
  PR:		226178

Modified:
  head/graphics/fig2sxd/Makefile

Modified: head/graphics/fig2sxd/Makefile
==============================================================================
--- head/graphics/fig2sxd/Makefile	Sat Aug  4 10:56:56 2018	(r476347)
+++ head/graphics/fig2sxd/Makefile	Sat Aug  4 11:14:54 2018	(r476348)
@@ -19,7 +19,7 @@ PLIST_FILES=	bin/fig2sxd man/man1/fig2sxd.1.gz
 
 .include <bsd.port.pre.mk>
 
-# does not compile with clang 6.0.0
+# Does not compile with clang 6.0.0; PR 226178.
 .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200056
 USE_GCC=	yes
 .endif


More information about the svn-ports-all mailing list