Date: Sun, 3 May 2020 20:49:30 +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: r533824 - head/www/xapian-omega Message-ID: <202005032049.043KnUfQ065093@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun May 3 20:49:29 2020 New Revision: 533824 URL: https://svnweb.freebsd.org/changeset/ports/533824 Log: Cosmetic change Modified: head/www/xapian-omega/Makefile Modified: head/www/xapian-omega/Makefile ============================================================================== --- head/www/xapian-omega/Makefile Sun May 3 20:49:24 2020 (r533823) +++ head/www/xapian-omega/Makefile Sun May 3 20:49:29 2020 (r533824) @@ -17,14 +17,6 @@ BUILD_DEPENDS= xapian-core>=${PORTVERSION}:databases/x LIB_DEPENDS= libpcre.so:devel/pcre \ libxapian.so:databases/xapian-core -CONFLICTS_INSTALL= xapian-omega12 - -OPTIONS_DEFINE= DOCS EXAMPLES ICONV -OPTIONS_DEFAULT=ICONV -ICONV_DESC= Enable iconv character set conversion support - -PORTSCOUT= limitw:1,even - USES= compiler:c++11-lang libtool localbase perl5 shebangfix tar:xz CONFIGURE_ARGS= --datarootdir=${DATADIR} --docdir=${DOCSDIR} \ @@ -35,7 +27,15 @@ GNU_CONFIGURE= yes USE_CXXSTD= c++11 USE_LDCONFIG= yes +CONFLICTS_INSTALL= xapian-omega12 + +PORTSCOUT= limitw:1,even + SHEBANG_FILES= dbi2omega htdig2omega mbox2omega + +OPTIONS_DEFINE= DOCS EXAMPLES ICONV +OPTIONS_DEFAULT=ICONV +ICONV_DESC= Enable iconv character set conversion support ICONV_CONFIGURE_ON= ac_cv_search_iconv=${ICONV_LIB} ICONV_CONFIGURE_WITH= iconv
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005032049.043KnUfQ065093>