svn commit: r424389 - head/graphics/tulip

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Oct 21 08:35:30 UTC 2016


Author: amdmi3
Date: Fri Oct 21 08:35:29 2016
New Revision: 424389
URL: https://svnweb.freebsd.org/changeset/ports/424389

Log:
  - Mark broken on FreeBSD 9.x:
  
  /usr/local/include/bfd.h:1629:38: error: expected ',' or '...' before 'ATTRIBUTE_UNUSED'
  
  Approved by:	portmgr blanket

Modified:
  head/graphics/tulip/Makefile

Modified: head/graphics/tulip/Makefile
==============================================================================
--- head/graphics/tulip/Makefile	Fri Oct 21 08:34:17 2016	(r424388)
+++ head/graphics/tulip/Makefile	Fri Oct 21 08:35:29 2016	(r424389)
@@ -12,6 +12,8 @@ COMMENT=	System dedicated to the visuali
 
 LICENSE=	LGPL3
 
+BROKEN_FreeBSD_9=	does not build
+
 LIB_DEPENDS=	libquazip.so:archivers/quazip \
 		libpng.so:graphics/png \
 		libOGDF.so:math/ogdf \


More information about the svn-ports-all mailing list