Index: head/mail/bogofilter-qdbm/Makefile =================================================================== --- head/mail/bogofilter-qdbm/Makefile (revision 125757) +++ head/mail/bogofilter-qdbm/Makefile (revision 125758) @@ -1,26 +1,26 @@ # New ports collection makefile for: bogofilter-qdbm # Date created: 2004-01-02 # Whom: Matthias Andree # # $FreeBSD$ # PORTNAME= bogofilter -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail PKGNAMESUFFIX= -qdbm MAINTAINER= matthias.andree@gmx.de -LIB_DEPENDS= qdbm.4:${PORTSDIR}/databases/qdbm +LIB_DEPENDS= qdbm.6:${PORTSDIR}/databases/qdbm CONFLICTS= bogofilter-[0-9]* bogofilter-tdb-[0-9]* [a-z][a-z]-bogofilter-[0-9]* CONFIGURE_ARGS= --with-database=qdbm CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" DESCR= ${PKGDIR}/pkg-descr MASTERDIR= ${.CURDIR}/../bogofilter .include "${MASTERDIR}/Makefile" Property changes on: head/mail/bogofilter-qdbm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/textproc/estraier/Makefile =================================================================== --- head/textproc/estraier/Makefile (revision 125757) +++ head/textproc/estraier/Makefile (revision 125758) @@ -1,61 +1,61 @@ # New ports collection makefile for: estraier # Date created: 2004-08-28 # Whom: Michael Johnson # # $FreeBSD$ # PORTNAME= estraier PORTVERSION= 1.2.25 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ahze@FreeBSD.org COMMENT= A full-text search system for personal use -LIB_DEPENDS= qdbm.4:${PORTSDIR}/databases/qdbm +LIB_DEPENDS= qdbm.6:${PORTSDIR}/databases/qdbm USE_ICONV= yes GNU_CONFIGURE= yes USE_REINPLACE= yes CONFIGURE_ARGS= --with-sysqdbm \ --enable-dlfilter \ --enable-devel CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/include ${PTHREAD_LIBS}" OPTIONS= CHASEN "Japanese Morphological Analysis Support" On \ MECAB "Part-of-Speech and Morphological Analyzer" Off \ KAKASI "Language processing filter/converter" On .include .if !defined(WITHOUT_CHASEN) LIB_DEPENDS+= chasen.0:${PORTSDIR}/japanese/chasen-base CONFIGURE_ARGS+= --enable-chasen .endif .if ${OSVERSION} > 500000 .if ${ARCH} == i386 && defined(WITH_MECAB) LIB_DEPENDS+= mecab.0:${PORTSDIR}/japanese/mecab CONFIGURE_ARGS+= --enable-mecab .endif .endif .if !defined(WITHOUT_KAKASI) LIB_DEPENDS+= kakasi.3:${PORTSDIR}/japanese/kakasi CONFIGURE_ARGS+= --enable-kakasi .endif post-patch: @${REINPLACE_CMD} -e 's|-O2|${CFLAGS}|' ${WRKSRC}/configure ${WRKSRC}/Makefile.in .include Property changes on: head/textproc/estraier/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property