svn commit: r410520 - head/devel/objecthash

Edward Tomasz Napierala trasz at FreeBSD.org
Mon Mar 7 13:17:33 UTC 2016


Author: trasz
Date: Mon Mar  7 13:17:31 2016
New Revision: 410520
URL: https://svnweb.freebsd.org/changeset/ports/410520

Log:
  Mark broken on 9; doesn't build.
  
  MFC after:	1 month
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/devel/objecthash/Makefile

Modified: head/devel/objecthash/Makefile
==============================================================================
--- head/devel/objecthash/Makefile	Mon Mar  7 12:53:01 2016	(r410519)
+++ head/devel/objecthash/Makefile	Mon Mar  7 13:17:31 2016	(r410520)
@@ -13,6 +13,8 @@ LICENSE=	APACHE20
 LIB_DEPENDS=	libicudata.so:${PORTSDIR}/devel/icu \
 		libjson-c.so:${PORTSDIR}/devel/json-c
 
+BROKEN_FreeBSD_9=	does not build on FreeBSD < 10.x
+
 USES=		pkgconfig
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list