Date: Sun, 11 Sep 2016 18:19:44 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421863 - head/devel/uclcmd Message-ID: <201609111819.u8BIJixF008431@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609111819.u8BIJixF008431>