Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Aug 2018 11:14:55 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r476348 - head/graphics/fig2sxd
Message-ID:  <201808041114.w74BEt2d020182@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808041114.w74BEt2d020182>