Index: head/textproc/mifluz/Makefile =================================================================== --- head/textproc/mifluz/Makefile (revision 379129) +++ head/textproc/mifluz/Makefile (revision 379130) @@ -1,33 +1,32 @@ # Created by: Frederic Dubuy # $FreeBSD$ PORTNAME= mifluz -PORTVERSION= 0.25.0 -PORTREVISION= 1 +PORTVERSION= 0.26.0 CATEGORIES= textproc MASTER_SITES= GNU MAINTAINER= ports@FreeBSD.org COMMENT= C++ library to build and query a full text inverted index LICENSE= GPLv3 -USE_GCC= any USES= bison iconv libtool makeinfo pathfix GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-unac +CONFIGURE_ARGS= --enable-posixmutexes \ + --without-unac +INSTALL_TARGET= install-strip USE_LDCONFIG= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + SUB_FILES= pkg-message INFO= mifluz -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - post-patch: - @${REINPLACE_CMD} -e 's|-D_THREAD_SAFE -pthread|${PTHREAD_CFLAGS}|g' \ - ${WRKSRC}/configure - + @${REINPLACE_CMD} -e \ + '/^#ifndef HAVE_ALLOCA/s|_H||' ${WRKSRC}/clib/strncoll2.c .include Index: head/textproc/mifluz/distinfo =================================================================== --- head/textproc/mifluz/distinfo (revision 379129) +++ head/textproc/mifluz/distinfo (revision 379130) @@ -1,2 +1,2 @@ -SHA256 (mifluz-0.25.0.tar.gz) = b6f52648e259c41dc07df667cd7ebced4e0b7e3f8193a0efbc7414b98457524d -SIZE (mifluz-0.25.0.tar.gz) = 1632279 +SHA256 (mifluz-0.26.0.tar.gz) = e220ad4a23a972acfffedb05d63e8c7b13a422f9008bd6af95fdb4339f94b6a4 +SIZE (mifluz-0.26.0.tar.gz) = 1648324 Index: head/textproc/mifluz/files/patch-Makefile.in =================================================================== --- head/textproc/mifluz/files/patch-Makefile.in (revision 379129) +++ head/textproc/mifluz/files/patch-Makefile.in (revision 379130) @@ -1,10 +1,20 @@ --- ./Makefile.in.orig 2013-01-16 13:41:40.786389684 +0800 +++ ./Makefile.in 2013-01-16 13:51:11.373721235 +0800 -@@ -957,6 +957,6 @@ +@@ -363,7 +363,7 @@ + # or the GNU General Public License version 2 or later + # + # +-SUBDIRS = clib db mifluz htdb search man doc test examples ++SUBDIRS = clib db mifluz htdb search man doc test + DISTCLEANFILES = autom4te.cache + EXTRA_DIST = .version acconfig.h Makefile.config mifluz.conf acinclude.m4 + bin_SCRIPTS = mifluz-config +@@ -956,7 +956,7 @@ + mkdir -p ${DESTDIR}${localstatedir}/cache/mifluz @if [ ! -d ${DESTDIR}${sysconfdir} ] ; then mkdir -p ${DESTDIR}${sysconfdir} ; fi @if [ ! -f ${DESTDIR}${sysconfdir}/mifluz.conf ] ; \ - then a="cp ${srcdir}/mifluz.conf ${DESTDIR}${sysconfdir}/mifluz.conf" ; echo $$a ; $$a ; \ + then a="cp ${srcdir}/mifluz.conf ${DESTDIR}${sysconfdir}/mifluz.conf.sample" ; echo $$a ; $$a ; \ else echo "${DESTDIR}${sysconfdir}/mifluz.conf exists, not overwritten" ; \ fi Index: head/textproc/mifluz/files/patch-db__mut_pthread.c =================================================================== --- head/textproc/mifluz/files/patch-db__mut_pthread.c (nonexistent) +++ head/textproc/mifluz/files/patch-db__mut_pthread.c (revision 379130) @@ -0,0 +1,13 @@ +--- db/mut_pthread.c.orig ++++ db/mut_pthread.c +@@ -50,6 +50,10 @@ + #define pthread_self thr_self + #endif + ++#ifndef ETIME ++#define ETIME ETIMEDOUT ++#endif ++ + /* + * __db_pthread_mutex_init -- + * Initialize a MUTEX. Property changes on: head/textproc/mifluz/files/patch-db__mut_pthread.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/textproc/mifluz/pkg-plist =================================================================== --- head/textproc/mifluz/pkg-plist (revision 379129) +++ head/textproc/mifluz/pkg-plist (revision 379130) @@ -1,121 +1,120 @@ bin/htdb_dump bin/htdb_load bin/htdb_stat bin/mifluz-config bin/mifluzdict bin/mifluzdump bin/mifluzload bin/mifluzsearch -etc/mifluz.conf.sample +@sample etc/mifluz.conf.sample include/mifluz.h include/mifluz/Configuration.h include/mifluz/Dictionary.h include/mifluz/HtMaxMin.h include/mifluz/HtTime.h include/mifluz/List.h include/mifluz/Object.h include/mifluz/ParsedString.h include/mifluz/StringList.h include/mifluz/WordBitCompress.h include/mifluz/WordContext.h include/mifluz/WordCursor.h include/mifluz/WordCursorOne.h include/mifluz/WordDB.h include/mifluz/WordDBCache.h include/mifluz/WordDBCompress.h include/mifluz/WordDBInfo.h include/mifluz/WordDead.h include/mifluz/WordDict.h include/mifluz/WordKey.h include/mifluz/WordKeyInfo.h include/mifluz/WordList.h include/mifluz/WordListMulti.h include/mifluz/WordListOne.h include/mifluz/WordMeta.h include/mifluz/WordMonitor.h include/mifluz/WordRecord.h include/mifluz/WordRecordInfo.h include/mifluz/WordReference.h include/mifluz/WordType.h include/mifluz/ber.h include/mifluz/btree.h include/mifluz/btree_auto.h include/mifluz/btree_ext.h include/mifluz/clib.h include/mifluz/common_ext.h include/mifluz/config.h include/mifluz/crdel_auto.h include/mifluz/db.h include/mifluz/db_am.h include/mifluz/db_auto.h include/mifluz/db_dispatch.h include/mifluz/db_ext.h include/mifluz/db_int.h include/mifluz/db_join.h include/mifluz/db_page.h include/mifluz/db_shash.h include/mifluz/db_swap.h include/mifluz/db_upgrade.h include/mifluz/db_verify.h include/mifluz/debug.h include/mifluz/env_ext.h -include/mifluz/example1.h include/mifluz/hash.h include/mifluz/hash_auto.h include/mifluz/hash_ext.h include/mifluz/htString.h include/mifluz/lib.h include/mifluz/lock.h include/mifluz/lock_ext.h include/mifluz/log.h include/mifluz/log_auto.h include/mifluz/log_ext.h include/mifluz/mp.h include/mifluz/mp_ext.h include/mifluz/mutex.h include/mifluz/mutex_ext.h include/mifluz/myqsort.h include/mifluz/os.h include/mifluz/os_ext.h include/mifluz/os_jump.h include/mifluz/qam.h include/mifluz/qam_auto.h include/mifluz/qam_ext.h include/mifluz/queue.h include/mifluz/region.h include/mifluz/shqueue.h include/mifluz/txn.h include/mifluz/txn_auto.h include/mifluz/txn_ext.h include/mifluz/unac.h include/mifluz/xa.h include/mifluz/xa_ext.h lib/libmifluz.a lib/libmifluz.so lib/libmifluz.so.0 -lib/libmifluz.so.0.0.25 +lib/libmifluz.so.0.0.26 man/man1/htdb_dump.1.gz man/man1/htdb_load.1.gz man/man1/htdb_stat.1.gz man/man1/mifluz-config.1.gz man/man1/mifluzdict.1.gz man/man1/mifluzdump.1.gz man/man1/mifluzload.1.gz man/man1/mifluzsearch.1.gz man/man3/Configuration.3.gz man/man3/WordContext.3.gz man/man3/WordCursor.3.gz man/man3/WordCursorOne.3.gz man/man3/WordDBInfo.3.gz man/man3/WordDict.3.gz man/man3/WordKey.3.gz man/man3/WordKeyInfo.3.gz man/man3/WordList.3.gz man/man3/WordListOne.3.gz man/man3/WordMonitor.3.gz man/man3/WordRecord.3.gz man/man3/WordRecordInfo.3.gz man/man3/WordReference.3.gz man/man3/WordType.3.gz man/man3/mifluz.3.gz @dir var/cache/mifluz