Index: head/databases/xapian-core/Makefile =================================================================== --- head/databases/xapian-core/Makefile (revision 430236) +++ head/databases/xapian-core/Makefile (revision 430237) @@ -1,43 +1,36 @@ # Created by: J.F. Dockes # $FreeBSD$ PORTNAME= xapian-core PORTVERSION= 1.2.24 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Probabilistic text search database engine LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= DOCS SSE2 SSE2_DESC= Use SSE2 for floating point PORTSCOUT= limitw:1,even GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes USES= libtool pathfix tar:xz PORTDOCS= * SSE2_CONFIGURE_ENABLE= sse -.include - -# 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 +.include