Date: Tue, 28 Jan 2014 16:47:07 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341631 - head/textproc/hyperestraier Message-ID: <201401281647.s0SGl7SV071659@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Tue Jan 28 16:47:07 2014 New Revision: 341631 URL: http://svnweb.freebsd.org/changeset/ports/341631 QAT: https://qat.redports.org/buildarchive/r341631/ Log: - Support staging - Use new options knobs Sponsored by: Absolight Modified: head/textproc/hyperestraier/Makefile head/textproc/hyperestraier/pkg-plist Modified: head/textproc/hyperestraier/Makefile ============================================================================== --- head/textproc/hyperestraier/Makefile Tue Jan 28 16:47:06 2014 (r341630) +++ head/textproc/hyperestraier/Makefile Tue Jan 28 16:47:07 2014 (r341631) @@ -13,7 +13,7 @@ COMMENT= A full-text search system BUILD_DEPENDS= qdbm>=1.8.77:${PORTSDIR}/databases/qdbm # check configure for min version of qdbm. -LIB_DEPENDS= qdbm.14:${PORTSDIR}/databases/qdbm +LIB_DEPENDS= libqdbm.so.14:${PORTSDIR}/databases/qdbm USES= iconv USE_LDCONFIG= yes @@ -26,26 +26,16 @@ OPTIONS_DEFINE= LZO MECAB LZO_DESC= Enable lzo support MECAB_DESC= Enable mecab support -MAN1= estcall.1 estcmd.1 estconfig.1 estmaster.1 estwaver.1 -MAN3= estnode.3 estraier.3 +LZO_CONFIGURE_ENABLE= lzo +LZO_LIB_DEPENDS= liblzo2.so:${PORTSDIR}/archivers/lzo2 -NO_STAGE= yes -.include <bsd.port.pre.mk> - -.if ${PORT_OPTIONS:MLZO} -CONFIGURE_ARGS+= --enable-lzo -LIB_DEPENDS+= lzo2:${PORTSDIR}/archivers/lzo2 -.endif - -.if ${PORT_OPTIONS:MMECAB} -CONFIGURE_ARGS+= --enable-mecab -LIB_DEPENDS+= mecab:${PORTSDIR}/japanese/mecab -RUN_DEPENDS+= ${LOCALBASE}/lib/mecab/dic/ipadic/matrix.bin:${PORTSDIR}/japanese/mecab-ipadic -.endif +MECAB_CONFIGURE_ENABLE= mecab +MECAB_LIB_DEPENDS= libmecab.so:${PORTSDIR}/japanese/mecab +MECAB_RUN_DEPENDS= ${LOCALBASE}/lib/mecab/dic/ipadic/matrix.bin:${PORTSDIR}/japanese/mecab-ipadic post-patch: @${REINPLACE_CMD} -e 's|@libdir@/pkgconfig|${PREFIX}/libdata/pkgconfig|' \ ${WRKSRC}/Makefile.in ${RM} -f ${WRKSRC}/doc/intro-en.html~ ${WRKSRC}/doc/intro-ja.html~ -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/textproc/hyperestraier/pkg-plist ============================================================================== --- head/textproc/hyperestraier/pkg-plist Tue Jan 28 16:47:06 2014 (r341630) +++ head/textproc/hyperestraier/pkg-plist Tue Jan 28 16:47:07 2014 (r341631) @@ -20,6 +20,13 @@ libexec/estproxy.cgi libexec/estscout.cgi libexec/estseek.cgi libexec/estsupt.cgi +man/man1/estcall.1.gz +man/man1/estcmd.1.gz +man/man1/estconfig.1.gz +man/man1/estmaster.1.gz +man/man1/estwaver.1.gz +man/man3/estnode.3.gz +man/man3/estraier.3.gz %%DATADIR%%/COPYING %%DATADIR%%/ChangeLog %%DATADIR%%/THANKS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401281647.s0SGl7SV071659>