svn commit: r430237 - head/databases/xapian-core
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jan 1 03:57:44 UTC 2017
Author: sunpoet
Date: Sun Jan 1 03:57:43 2017
New Revision: 430237
URL: https://svnweb.freebsd.org/changeset/ports/430237
Log:
Remove outdated OSVERSION check
Modified:
head/databases/xapian-core/Makefile
Modified: head/databases/xapian-core/Makefile
==============================================================================
--- head/databases/xapian-core/Makefile Sun Jan 1 03:52:09 2017 (r430236)
+++ head/databases/xapian-core/Makefile Sun Jan 1 03:57:43 2017 (r430237)
@@ -28,16 +28,9 @@ PORTDOCS= *
SSE2_CONFIGURE_ENABLE= sse
-.include <bsd.port.pre.mk>
-
-# FreeBSD 9 does not have SOCK_CLOEXEC.
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000031
-CXXFLAGS+= -DSOCK_CLOEXEC=0
-.endif
-
post-install:
.for file in copydatabase delve quest
${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/${file} ${STAGEDIR}${PREFIX}/bin/xapian-${file}
.endfor
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-head
mailing list