pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/hyperestraier Add patches for perl and ruby b...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b541e4a29cdc
branches: trunk
changeset: 521673:b541e4a29cdc
user: obache <obache%pkgsrc.org@localhost>
date: Fri Nov 17 15:14:34 2006 +0000
description:
Add patches for perl and ruby binding.
diffstat:
textproc/hyperestraier/distinfo | 4 +++-
textproc/hyperestraier/patches/patch-ac | 13 +++++++++++++
textproc/hyperestraier/patches/patch-ad | 13 +++++++++++++
3 files changed, 29 insertions(+), 1 deletions(-)
diffs (48 lines):
diff -r 4419971920f3 -r b541e4a29cdc textproc/hyperestraier/distinfo
--- a/textproc/hyperestraier/distinfo Fri Nov 17 15:13:43 2006 +0000
+++ b/textproc/hyperestraier/distinfo Fri Nov 17 15:14:34 2006 +0000
@@ -1,7 +1,9 @@
-$NetBSD: distinfo,v 1.21 2006/11/11 12:42:20 obache Exp $
+$NetBSD: distinfo,v 1.22 2006/11/17 15:14:34 obache Exp $
SHA1 (hyperestraier-1.4.9.tar.gz) = d9933d42c0dd76e118753282d2772ef76b50c501
RMD160 (hyperestraier-1.4.9.tar.gz) = 3541cc0421d01a2d5e222ac8fab63b57abf2b422
Size (hyperestraier-1.4.9.tar.gz) = 974492 bytes
SHA1 (patch-aa) = bab0503d5af614063e9df47e3b1476d3c503c939
SHA1 (patch-ab) = ada246537ef1ffa5fd4491b6cc99fa47b1a364e5
+SHA1 (patch-ac) = 561b99d3bd8c7090a8329c90263a2eed16c4d189
+SHA1 (patch-ad) = 377d995e656dd85f33bcb4654530a254c26aabd0
diff -r 4419971920f3 -r b541e4a29cdc textproc/hyperestraier/patches/patch-ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hyperestraier/patches/patch-ac Fri Nov 17 15:14:34 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2006/11/17 15:14:34 obache Exp $
+
+--- perlnative/Makefile.in.orig 2006-09-06 12:30:26.000000000 +0900
++++ perlnative/Makefile.in
+@@ -44,7 +44,7 @@ RUNENV = LD_LIBRARY_PATH=.:..:/lib:/usr/
+ all :
+ ( cd src && if ! [ -f Makefile ] ; \
+ then $(RUNENV) $(PERL) Makefile.PL CC="$(CC)" INC="$(INC)" OPTIMIZE="$(OPTIMIZE)" \
+- LD="$(LD)" LIBS="$(LIBS)" PREFIX="$(prefix)" ; fi )
++ LD="$(LD)" LIBS="$(LIBS)" PREFIX="$(prefix)" INSTALLDIRS=vendor; fi )
+ ( cd src && make )
+ @printf '\n'
+ @printf '#================================================================\n'
diff -r 4419971920f3 -r b541e4a29cdc textproc/hyperestraier/patches/patch-ad
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hyperestraier/patches/patch-ad Fri Nov 17 15:14:34 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2006/11/17 15:14:34 obache Exp $
+
+--- rubynative/configure.orig 2006-11-11 19:57:57.000000000 +0900
++++ rubynative/configure
+@@ -1285,7 +1285,7 @@ fi
+ printf '%s\n' "$RDOC"
+
+ # Librarh path
+-myrblibdir=`ruby -rrbconfig -e 'puts(Config::CONFIG.fetch("sitelibdir"))'`
++myrblibdir=`ruby -rrbconfig -e 'puts(Config::CONFIG.fetch("sitearchdir"))'`
+ if test -n "$myrblibdir"
+ then
+ MYRBLIBDIR="$myrblibdir"
Home |
Main Index |
Thread Index |
Old Index