summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Kakasi/patches
diff options
context:
space:
mode:
authorsno <sno>2009-05-21 12:32:05 +0000
committersno <sno>2009-05-21 12:32:05 +0000
commite5a8d554ccce00cd41e81815cb4cf2027f85734e (patch)
tree812b8eef49957c90019b51a4ca66eb7c3695939c /textproc/p5-Text-Kakasi/patches
parent630b2224633c487ff17260fd2ad35f7bb0d0b596 (diff)
downloadpkgsrc-e5a8d554ccce00cd41e81815cb4cf2027f85734e.tar.gz
pkgsrc changes:
- Updating package for p5 module Text::Kakasi from 1.05nb4 to 2.04 - Setting license to gnu-gpl-v2 - Setting homepage to CPAN module (add original homepage to DESCR) - Add a patch to build properly Upstream changes: $Revision: 2.4 $ $Date: 2003/05/26 10:39:49 $ ! lib/Text/Kakasi/JP.pod s/Text::Kakasi/Text::Kakasi::JP/ for NAME section Thank Graham Barr <gbarr@pobox.com> for showing me the right trick. But I STILL THINK search.cpan.org is WRONG. Message-Id: <rt-22325-58215.2.40083316787562@rt.perl.org> - lib/Text/Kakasi.pod ! Kakasi.pm Merged pod back in and deleted lib/Text/Kakasi.pod 2.03 2003/05/26 04:29:26 ! lib/Text/Kakasi.pod Very minor document fixes ! Kakasi.pm Added 1st paragraph of =head1 DESCRIPTION so BSDPAN is happy. 2.02 2003/05/26 04:29:26 ! Kakasi.pm MANIFEST + lib/Text/Kakasi.pod English POD detached from Kakasi.pm prevent search.cpan.org from wrongly treats JP.pod as the main document for Kakasi. 2.01 2003/05/25 14:14:31 ! lib/Text/Kakasi/JP.pod POD retouches. ! MANIFEST + lib/Text/Kakasi/JP.pod - Kakasi/JP.pod Path renamed to prevent CPAN indexer from getting confused. 2.00 2003/05/22 18:19:11 + * ! Version jumps to 2.0 + OOP interface + cleaner XS codes + CPAN-savvy test suites + perl 5.8 Encode support = backword compatibility - ChangeLog -> ChangeLog.1 is the Changes file for ver. 1.x ! Dan Kogai <dankogai@dan.co.jp> Takes over the maintainance from NOKUBI Takatsugu <knok@daionet.gr.jp> Message-Id: <76B724DB-8B4B-11D7-9D18-000393AE4244@dan.co.jp>
Diffstat (limited to 'textproc/p5-Text-Kakasi/patches')
-rw-r--r--textproc/p5-Text-Kakasi/patches/patch-aa14
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/p5-Text-Kakasi/patches/patch-aa b/textproc/p5-Text-Kakasi/patches/patch-aa
new file mode 100644
index 00000000000..b3afd20982f
--- /dev/null
+++ b/textproc/p5-Text-Kakasi/patches/patch-aa
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.3 2009/05/21 12:32:05 sno Exp $
+
+--- Makefile.PL.orig 2009-05-21 12:15:56.000000000 +0000
++++ Makefile.PL 2009-05-21 12:17:08.000000000 +0000
+@@ -6,7 +6,7 @@
+ WriteMakefile(
+ 'NAME' => 'Text::Kakasi',
+ 'VERSION_FROM' => 'Kakasi.pm',
+- 'INC' => '-I/usr/local/include',
+- 'LIBS' => ['-L/usr/local/lib -lkakasi'],
++ 'INC' => '-I.',
++ 'LIBS' => [$ENV{LDFLAGS} . ' -lkakasi'],
+ 'DEFINE' => '-DWAKATIGAKI',
+ );