Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jan 2017 03:57:43 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r430237 - head/databases/xapian-core
Message-ID:  <201701010357.v013vh7B072324@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701010357.v013vh7B072324>