svn commit: r390562 - head/graphics/oyranos

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 25 11:42:25 UTC 2015


Author: amdmi3
Date: Thu Jun 25 11:42:24 2015
New Revision: 390562
URL: https://svnweb.freebsd.org/changeset/ports/390562

Log:
  - Mark BROKEN on 9.x:
  
  clang++: error: unknown argument: '-R/usr/local/lib'
  
  Approved by:	portmgr blanket
  Reported by:	pkg-fallout

Modified:
  head/graphics/oyranos/Makefile

Modified: head/graphics/oyranos/Makefile
==============================================================================
--- head/graphics/oyranos/Makefile	Thu Jun 25 11:39:08 2015	(r390561)
+++ head/graphics/oyranos/Makefile	Thu Jun 25 11:42:24 2015	(r390562)
@@ -24,6 +24,8 @@ LIB_DEPENDS=	libraw.so:${PORTSDIR}/graph
 		liblcms2.so:${PORTSDIR}/graphics/lcms2 \
 		libXcm.so:${PORTSDIR}/x11/libXcm
 
+BROKEN_FreeBSD_9=	does not build
+
 USES=		cmake gettext iconv pkgconfig tar:bzip2
 USE_GL=		yes
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list