ports/109996: [PATCH] textproc/hyperestraier: update to 1.4.10

Gea-Suan Lin gslin at gslin.org
Tue Mar 6 14:20:03 UTC 2007


>Number:         109996
>Category:       ports
>Synopsis:       [PATCH] textproc/hyperestraier: update to 1.4.10
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 06 14:20:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.2-RELEASE FreeBSD 6.2-RELEASE #1: Sun Jan 14 14:05:12 CST 2007
>Description:
- Update to 1.4.10

Port maintainer (ahze at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- hyperestraier-1.4.10.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/textproc/hyperestraier/Makefile /home/staff/gslin/work/ports/hyperestraier/Makefile
--- /usr/ports/textproc/hyperestraier/Makefile	Sat Dec  9 03:20:52 2006
+++ /home/staff/gslin/work/ports/hyperestraier/Makefile	Tue Mar  6 22:06:29 2007
@@ -6,8 +6,7 @@
 #    $MCom: ports-stable/textproc/hyperestraier/Makefile,v 1.3 2006/10/17 11:45:45 ahze Exp $
 
 PORTNAME=	hyperestraier
-PORTVERSION=	1.4.9
-PORTREVISION=	1
+PORTVERSION=	1.4.10
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -15,7 +14,7 @@
 MAINTAINER=	ahze at FreeBSD.org
 COMMENT=	A full-text search system
 
-BUILD_DEPENDS=	qdbm>=1.8.74:${PORTSDIR}/databases/qdbm
+BUILD_DEPENDS=	qdbm>=1.8.75:${PORTSDIR}/databases/qdbm
 # check configure for min version of qdbm.
 LIB_DEPENDS=	qdbm.14:${PORTSDIR}/databases/qdbm
 
@@ -23,18 +22,25 @@
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ARGS=	--enable-bzip2 --disable-zlib
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
 
-OPTIONS=	LZO "Enable lzo support" off \
-		MECAB "Enable mecab support" off
+OPTIONS=	BZIP "Enable bzip2 support" on \
+		LZO "Enable lzo support" off \
+		MECAB "Enable mecab support" off \
+		ZLIB "Enable zlib support" off
 
 MAN1=		estcall.1 estcmd.1 estconfig.1 estmaster.1 estwaver.1
 MAN3=		estnode.3 estraier.3
 
 .include <bsd.port.pre.mk>
 
+.if defined(WITHOUT_BZIP)
+CONFIGURE_ARGS+=	--disable-bzip
+.else
+CONFIGURE_ARGS+=	--enable-bzip
+.endif
+
 .if defined(WITH_LZO)
 CONFIGURE_ARGS+=	--enable-lzo
 LIB_DEPENDS+=	lzo2:${PORTSDIR}/archivers/lzo2
@@ -46,9 +52,14 @@
 RUN_DEPENDS+=	${LOCALBASE}/lib/mecab/dic/ipadic/matrix.bin:${PORTSDIR}/japanese/mecab-ipadic
 .endif
 
+.if defined(WITH_ZLIB)
+CONFIGURE_ARGS+=	--enable-zlib
+.else
+CONFIGURE_ARGS+=	--disable-zlib
+.endif
+
 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>
diff -ruN --exclude=CVS /usr/ports/textproc/hyperestraier/distinfo /home/staff/gslin/work/ports/hyperestraier/distinfo
--- /usr/ports/textproc/hyperestraier/distinfo	Thu Nov 16 03:11:06 2006
+++ /home/staff/gslin/work/ports/hyperestraier/distinfo	Tue Mar  6 21:48:00 2007
@@ -1,3 +1,3 @@
-MD5 (hyperestraier-1.4.9.tar.gz) = 70e0533f1ca5247d8187afcb51b8d4e0
-SHA256 (hyperestraier-1.4.9.tar.gz) = 2f419774addae18267fb687f9dd157b791e415106b0552646ab1a3281fef22a1
-SIZE (hyperestraier-1.4.9.tar.gz) = 974492
+MD5 (hyperestraier-1.4.10.tar.gz) = cf4ca3dea77d161517388050654b52a6
+SHA256 (hyperestraier-1.4.10.tar.gz) = 9b64d3a3273b80494cba0511501a83f6d5c03e9268192e2ed09ac7c2c383d396
+SIZE (hyperestraier-1.4.10.tar.gz) = 1011767
diff -ruN --exclude=CVS /usr/ports/textproc/hyperestraier/pkg-plist /home/staff/gslin/work/ports/hyperestraier/pkg-plist
--- /usr/ports/textproc/hyperestraier/pkg-plist	Thu Nov 16 03:11:06 2006
+++ /home/staff/gslin/work/ports/hyperestraier/pkg-plist	Tue Mar  6 22:00:11 2007
@@ -1,3 +1,4 @@
+ at comment $FreeBSD$
 bin/estbutler
 bin/estcall
 bin/estcmd
@@ -13,11 +14,13 @@
 lib/libestraier.a
 lib/libestraier.so
 lib/libestraier.so.8
-lib/libestraier.so.8.34.0
+lib/libestraier.so.8.35.0
 libdata/pkgconfig/hyperestraier.pc
 libexec/estfraud.cgi
 libexec/estproxy.cgi
+libexec/estscout.cgi
 libexec/estseek.cgi
+libexec/estsupt.cgi
 %%DATADIR%%/COPYING
 %%DATADIR%%/ChangeLog
 %%DATADIR%%/THANKS
@@ -25,6 +28,7 @@
 %%DATADIR%%/doc/cguide-ja.html
 %%DATADIR%%/doc/common.css
 %%DATADIR%%/doc/coreframe.png
+%%DATADIR%%/doc/gateframe.png
 %%DATADIR%%/doc/icon16.png
 %%DATADIR%%/doc/index.html
 %%DATADIR%%/doc/index.ja.html
@@ -246,10 +250,12 @@
 %%DATADIR%%/estproxy.conf
 %%DATADIR%%/estraier.idl
 %%DATADIR%%/estresult.dtd
+%%DATADIR%%/estscout.conf
 %%DATADIR%%/estseek.conf
 %%DATADIR%%/estseek.help
 %%DATADIR%%/estseek.tmpl
 %%DATADIR%%/estseek.top
+%%DATADIR%%/estsupt.conf
 %%DATADIR%%/filter/estfxasis
 %%DATADIR%%/filter/estfxmantotxt
 %%DATADIR%%/filter/estfxmsotohtml
--- hyperestraier-1.4.10.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list