Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 May 2006 17:43:09 +0900 (JST)
From:      TAKATSU Tomonari <tota@rtfm.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        nobutaka@FreeBSD.org, Kris Kennaway <kris@obsecurity.org>
Subject:   ports/97195: [PATCH] japanese/mecab: fix pkg-plist and pkg-message
Message-ID:  <20060513084309.F14426D447@rtfm.jp>
Resent-Message-ID: <200605130850.k4D8oJpM067767@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         97195
>Category:       ports
>Synopsis:       [PATCH] japanese/mecab: fix pkg-plist and pkg-message
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 13 08:50:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     TAKATSU Tomonari
>Release:        FreeBSD 5.5-PRERELEASE i386
>Organization:
none (personal)
>Environment:
System: FreeBSD photon.rtfm.jp 5.5-PRERELEASE FreeBSD 5.5-PRERELEASE #0: Fri Mar 31 15:10:42 JST 2006
>Description:
- fix pkg-plist
- add pkg-message

>How-To-Repeat:
>Fix:

begin 644 mecab-0.91_1.patch
diff -urN mecab.orig/Makefile mecab/Makefile
--- mecab.orig/Makefile	Thu May 11 18:12:24 2006
+++ mecab/Makefile	Sat May 13 17:23:12 2006
@@ -7,6 +7,7 @@
 
 PORTNAME=	mecab
 PORTVERSION=	0.91
+PORTREVISION=	1
 CATEGORIES=	japanese textproc
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_JP}
 MASTER_SITE_SUBDIR=	${PORTNAME}/${SUB_DIR}
@@ -34,6 +35,7 @@
 	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
 .endfor
 .endif
+	@${CAT} ${PKGMESSAGE}
 
 post-patch:
 	${REINPLACE_CMD} -e 's/-lpthread/${PTHREAD_LIBS}/g' \
diff -urN mecab.orig/pkg-message mecab/pkg-message
--- mecab.orig/pkg-message	Thu Jan  1 09:00:00 1970
+++ mecab/pkg-message	Sat May 13 17:30:29 2006
@@ -0,0 +1,6 @@
+
+========================================================
+                     **** NOTE ****
+  ipadic was splitted into japanese/mecab-ipadic port.
+========================================================
+
diff -urN mecab.orig/pkg-plist mecab/pkg-plist
--- mecab.orig/pkg-plist	Thu May 11 18:12:24 2006
+++ mecab/pkg-plist	Sat May 13 16:59:10 2006
@@ -13,6 +13,7 @@
 libexec/mecab/mecab-system-eval
 libexec/mecab/mecab-test-gen
 libexec/mecab/mecab-tool
+@dirrm libexec/mecab
 etc/mecabrc
 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS
 %%PORTDOCS%%%%DOCSDIR%%/README
end

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060513084309.F14426D447>