ports/71091: [MAINTAINER] www/kazehakase: [add option]

Michael Johnson ahze at ahze.net
Sat Aug 28 23:10:26 UTC 2004


>Number:         71091
>Category:       ports
>Synopsis:       [MAINTAINER] www/kazehakase: [add option]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 28 23:10:20 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Michael Johnson
>Release:        FreeBSD 5.3-BETA1 i386
>Organization:
>Environment:
System: FreeBSD gentoo.ahze.net 5.3-BETA1 FreeBSD 5.3-BETA1 #64: Thu Aug 26 13:59:58 EDT 2004
>Description:
- Add option to enable a full-text search system (japanese)

Note to committer:
pr-71090 needs to committed first.
Also please remove forgotten files/patch-configure for it is empty now. 

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

--- kazehakase-0.1.9.patch begins here ---
Index: Makefile
===================================================================
RCS file: /usr/opt/cvs/freebsd-src/ports/www/kazehakase/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	28 Aug 2004 21:09:53 -0000	1.2
+++ Makefile	28 Aug 2004 22:41:33 -0000
@@ -49,6 +49,7 @@
 		LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
 
 OPTIONS=	MIGEMO "Enable Migemo (Japanese incremental search)" Off \
+		ESTRAIER "Enable a full-text search system (Japanese)" Off \
 		IMAGEMAGICK "Enable Thumbnail support (EXPERIMENTAL!)" Off
 
 FLASHPLAYER=	${LOCALBASE}/lib/libflashplayer.so.1
@@ -61,6 +62,10 @@
 .endif
 .endif
 
+.if exists(${LOCALBASE}/bin/estxview)
+WITH_ESTRAIER=	yes
+.endif
+
 .if exists(${LOCALBASE}/bin/convert)
 WITH_IMAGEMAGICK=yes
 .endif
@@ -74,6 +79,10 @@
 .endif
 .endif
 
+.if defined(WITH_ESTRAIER)
+RUN_DEPENDS+=	estxview:${PORTSDIR}/japanese/estraier
+.endif
+
 .if defined(WITH_IMAGEMAGICK)
 RUN_DEPENDS+=	convert:${PORTSDIR}/graphics/ImageMagick
 .endif
--- kazehakase-0.1.9.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list