Date: 25 Aug 2004 03:37:59 +0900 From: Masafumi Otsune <info@otsune.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/70911: [MAINTAINER] mail/bsfilter Message-ID: <20040824183821.59068.qmail@a.mx.xebec1995.jp> Resent-Message-ID: <200408241840.i7OIePCU044219@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 70911 >Category: ports >Synopsis: [MAINTAINER] mail/bsfilter >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: Tue Aug 24 18:40:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Masafumi Otsune >Release: FreeBSD 4.10-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD xt.xebec1995.jp 4.10-RELEASE-p2 FreeBSD 4.10-RELEASE-p2 #0: Sat Jul 24 18:56:56 JST 2004 >Description: - Fix OPTIONS - Remove pre-build Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- bsfilter-1.0.4.patch begins here --- diff -ruN --exclude=CVS /usr/ports/mail/bsfilter.orig/Makefile /usr/ports/mail/bsfilter/Makefile --- /usr/ports/mail/bsfilter.orig/Makefile Wed Aug 25 03:29:17 2004 +++ /usr/ports/mail/bsfilter/Makefile Wed Aug 25 03:29:40 2004 @@ -21,7 +21,6 @@ USE_RUBY= yes OPTIONS= MECAB "Use japanese/mecab" off \ - CHASEN "Use japanese/chasen" off \ KAKASI "Use japanese/kakasi" off .include <bsd.port.pre.mk> @@ -32,12 +31,6 @@ .if defined(WITH_KAKASI) RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/kakasi.so:${PORTSDIR}/japanese/ruby-kakasi .endif - -pre-build: - @${ECHO_MSG} "specify algorithm of a tokenizer for Japanese language" - @${ECHO_MSG} "WITH_CHASEN=yes (japanese/chasen)" - @${ECHO_MSG} "WITH_KAKASI=yes (japanese/kakasi)" - @${ECHO_MSG} "WITH_MECAB=yes (japanese/mecab)" do-install: @${INSTALL_SCRIPT} ${WRKSRC}/bsfilter/${PORTNAME} ${PREFIX}/bin/${PORTNAME} --- bsfilter-1.0.4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040824183821.59068.qmail>