svn commit: r387703 - head/cad/kicad-devel

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu May 28 06:39:20 UTC 2015


Author: amdmi3
Date: Thu May 28 06:39:19 2015
New Revision: 387703
URL: https://svnweb.freebsd.org/changeset/ports/387703

Log:
  - Mark BROKEN on 8.x: absence of strtoll
  
  Approved by:	portmgr blanket

Modified:
  head/cad/kicad-devel/Makefile

Modified: head/cad/kicad-devel/Makefile
==============================================================================
--- head/cad/kicad-devel/Makefile	Thu May 28 06:20:21 2015	(r387702)
+++ head/cad/kicad-devel/Makefile	Thu May 28 06:39:19 2015	(r387703)
@@ -177,4 +177,10 @@ build-plist:
 			-e 's|${STAGEDIR}${DOCSDIR}|%%DOCSDIR%%|' \
 			-e 's|^|@dirrm |' >> ${PLIST}
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900000
+BROKEN=		does not build: absence of strtoll(3)
+.endif
+
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list