svn commit: r421863 - head/devel/uclcmd

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Sep 11 18:19:45 UTC 2016


Author: amdmi3
Date: Sun Sep 11 18:19:44 2016
New Revision: 421863
URL: https://svnweb.freebsd.org/changeset/ports/421863

Log:
  - Mark BROKEN on 9.x: does not build: requires mkostemp(3) which is only available on FreeBSD 10+
  
  Approved by:	portmgr blanket

Modified:
  head/devel/uclcmd/Makefile

Modified: head/devel/uclcmd/Makefile
==============================================================================
--- head/devel/uclcmd/Makefile	Sun Sep 11 18:15:23 2016	(r421862)
+++ head/devel/uclcmd/Makefile	Sun Sep 11 18:19:44 2016	(r421863)
@@ -12,6 +12,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libucl.so:textproc/libucl
 
+BROKEN_FreeBSD_9=	does not build: requires mkostemp(3) which is only available on FreeBSD 10+
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	allanjude
 GH_TAGNAME=	0d336e9


More information about the svn-ports-head mailing list