Date: Sun, 3 May 2020 20:50:34 +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: r533837 - head/databases/ruby-xapian Message-ID: <202005032050.043KoYV5066655@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun May 3 20:50:34 2020 New Revision: 533837 URL: https://svnweb.freebsd.org/changeset/ports/533837 Log: Cosmetic change Modified: head/databases/ruby-xapian/Makefile Modified: head/databases/ruby-xapian/Makefile ============================================================================== --- head/databases/ruby-xapian/Makefile Sun May 3 20:50:29 2020 (r533836) +++ head/databases/ruby-xapian/Makefile Sun May 3 20:50:34 2020 (r533837) @@ -18,12 +18,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= xapian-core>=${PORTVERSION}:databases/xapian-core LIB_DEPENDS= libxapian.so:databases/xapian-core -CONFLICTS_INSTALL= xapian-bindings12 - -OPTIONS_DEFINE= DOCS - -PORTSCOUT= limitw:1,even - USES= compiler:c++11-lang libtool tar:xz USE_RUBY= yes @@ -46,6 +40,12 @@ INSTALL_TARGET= install-strip USE_CXXSTD= c++11 PORTDOCS= * + +CONFLICTS_INSTALL= xapian-bindings12 + +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?202005032050.043KoYV5066655>