From a51be48b852d93776951a802a54099c50c7a875c Mon Sep 17 00:00:00 2001 From: taca Date: Thu, 6 May 2004 13:50:32 +0000 Subject: Use c++ for link since libchasen.so is linked with libstdc++. Bump PKGREVISION. --- textproc/p5-Text-ChaSen/Makefile | 4 ++-- textproc/p5-Text-ChaSen/distinfo | 3 ++- textproc/p5-Text-ChaSen/patches/patch-aa | 12 ++++++++++++ 3 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 textproc/p5-Text-ChaSen/patches/patch-aa (limited to 'textproc') diff --git a/textproc/p5-Text-ChaSen/Makefile b/textproc/p5-Text-ChaSen/Makefile index 43a9d9789dc..23e67ae6da0 100644 --- a/textproc/p5-Text-ChaSen/Makefile +++ b/textproc/p5-Text-ChaSen/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2004/05/05 00:28:50 snj Exp $ +# $NetBSD: Makefile,v 1.6 2004/05/06 13:50:32 taca Exp $ DISTNAME= Text-ChaSen-1.03 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 SVR4_PKGNAME= p5tcs CATEGORIES= japanese textproc MASTER_SITES= http://www.daionet.gr.jp/~knok/chasen/ diff --git a/textproc/p5-Text-ChaSen/distinfo b/textproc/p5-Text-ChaSen/distinfo index 25ab703ed52..18d8fe89a45 100644 --- a/textproc/p5-Text-ChaSen/distinfo +++ b/textproc/p5-Text-ChaSen/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/05/31 13:01:18 seb Exp $ +$NetBSD: distinfo,v 1.2 2004/05/06 13:50:32 taca Exp $ SHA1 (Text-ChaSen-1.03.tar.gz) = e9634b0ba5cc6920d84039d0bf12e1608dd1a32f Size (Text-ChaSen-1.03.tar.gz) = 4836 bytes SHA1 (ChaSen.pm-1.03-pod-fix.diff) = f89708e63d73b6b29fb13a3b7f4802233ed175e6 Size (ChaSen.pm-1.03-pod-fix.diff) = 239 bytes +SHA1 (patch-aa) = eda93770c3893cb85b6bf016a78e60adfeceee8c diff --git a/textproc/p5-Text-ChaSen/patches/patch-aa b/textproc/p5-Text-ChaSen/patches/patch-aa new file mode 100644 index 00000000000..3a06b27fa19 --- /dev/null +++ b/textproc/p5-Text-ChaSen/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1 2004/05/06 13:50:32 taca Exp $ + +--- Makefile.PL.orig 1999-08-18 15:58:18.000000000 +0900 ++++ Makefile.PL +@@ -3,5 +3,6 @@ use ExtUtils::MakeMaker; + WriteMakefile( + 'NAME' => 'Text::ChaSen', + 'VERSION_FROM' => 'ChaSen.pm', +- 'LIBS' => ['-lchasen'] ++ 'LIBS' => ['-lchasen'], ++ 'LD' => 'c++' + ); -- cgit v1.2.3