Date: Sun, 3 May 2020 20:49:49 +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: r533828 - head/databases/p5-Xapian Message-ID: <202005032049.043KnnTH065547@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun May 3 20:49:49 2020 New Revision: 533828 URL: https://svnweb.freebsd.org/changeset/ports/533828 Log: Cosmetic change Modified: head/databases/p5-Xapian/Makefile Modified: head/databases/p5-Xapian/Makefile ============================================================================== --- head/databases/p5-Xapian/Makefile Sun May 3 20:49:44 2020 (r533827) +++ head/databases/p5-Xapian/Makefile Sun May 3 20:49:49 2020 (r533828) @@ -18,10 +18,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= xapian-core>=${PORTVERSION:R}:databases/xapian-core LIB_DEPENDS= libxapian.so:databases/xapian-core -OPTIONS_DEFINE= DOCS - -PORTSCOUT= limitw:1,even - USES= compiler:c++11-lang libtool perl5 tar:xz CONFIGURE_ARGS= --datarootdir=${DATADIR} \ @@ -44,6 +40,10 @@ LDFLAGS+= -L${LOCALBASE}/lib/perl5/${PERL_VER}/mach/CO USE_CXXSTD= c++11 PORTDOCS= * + +PORTSCOUT= limitw:1,even + +OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|-lstdc++||g' ${WRKSRC}/configure
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005032049.043KnnTH065547>