pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/p5-Text-ChaSen Use c++ for link since libchas...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d091087f7f47
branches: trunk
changeset: 474857:d091087f7f47
user: taca <taca%pkgsrc.org@localhost>
date: Thu May 06 13:50:32 2004 +0000
description:
Use c++ for link since libchasen.so is linked with libstdc++.
Bump PKGREVISION.
diffstat:
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(-)
diffs (42 lines):
diff -r 4ad5817aa9f5 -r d091087f7f47 textproc/p5-Text-ChaSen/Makefile
--- a/textproc/p5-Text-ChaSen/Makefile Thu May 06 13:50:20 2004 +0000
+++ b/textproc/p5-Text-ChaSen/Makefile Thu May 06 13:50:32 2004 +0000
@@ -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 -r 4ad5817aa9f5 -r d091087f7f47 textproc/p5-Text-ChaSen/distinfo
--- a/textproc/p5-Text-ChaSen/distinfo Thu May 06 13:50:20 2004 +0000
+++ b/textproc/p5-Text-ChaSen/distinfo Thu May 06 13:50:32 2004 +0000
@@ -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 -r 4ad5817aa9f5 -r d091087f7f47 textproc/p5-Text-ChaSen/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-ChaSen/patches/patch-aa Thu May 06 13:50:32 2004 +0000
@@ -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++'
+ );
Home |
Main Index |
Thread Index |
Old Index