svn commit: r418721 - head/devel/elfutils
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Jul 18 17:23:47 UTC 2016
Author: amdmi3
Date: Mon Jul 18 17:23:45 2016
New Revision: 418721
URL: https://svnweb.freebsd.org/changeset/ports/418721
Log:
- Fix FreeBSD version requirement (only builds on 10.3+, requires futimens(2))
Reported by: pkg-fallout
Approved by: portmgr blanket
Modified:
head/devel/elfutils/Makefile
Modified: head/devel/elfutils/Makefile
==============================================================================
--- head/devel/elfutils/Makefile Mon Jul 18 17:16:23 2016 (r418720)
+++ head/devel/elfutils/Makefile Mon Jul 18 17:23:45 2016 (r418721)
@@ -49,8 +49,8 @@ pre-configure:
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 1000000
-IGNORE= requires FreeBSD 10.0 (strchrnul)
+.if ${OSVERSION} < 1003000
+IGNORE= requires FreeBSD 10.3 (futimens)
.endif
.include <bsd.port.post.mk>
More information about the svn-ports-all
mailing list