summaryrefslogtreecommitdiff
path: root/textproc/hyperestraier
diff options
context:
space:
mode:
authorobache <obache>2006-11-17 15:14:34 +0000
committerobache <obache>2006-11-17 15:14:34 +0000
commit27a0201e6a1677c3edb76075146278ad0f773e5a (patch)
treed8e670493b9b58d0c38f9c0273ffe86749859a40 /textproc/hyperestraier
parentdb58e643137139357941d28906c8a6708d35afd7 (diff)
downloadpkgsrc-27a0201e6a1677c3edb76075146278ad0f773e5a.tar.gz
Add patches for perl and ruby binding.
Diffstat (limited to 'textproc/hyperestraier')
-rw-r--r--textproc/hyperestraier/distinfo4
-rw-r--r--textproc/hyperestraier/patches/patch-ac13
-rw-r--r--textproc/hyperestraier/patches/patch-ad13
3 files changed, 29 insertions, 1 deletions
diff --git a/textproc/hyperestraier/distinfo b/textproc/hyperestraier/distinfo
index fdc523e259e..f7965dcd2e4 100644
--- a/textproc/hyperestraier/distinfo
+++ b/textproc/hyperestraier/distinfo
@@ -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 --git a/textproc/hyperestraier/patches/patch-ac b/textproc/hyperestraier/patches/patch-ac
new file mode 100644
index 00000000000..954482caa82
--- /dev/null
+++ b/textproc/hyperestraier/patches/patch-ac
@@ -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 --git a/textproc/hyperestraier/patches/patch-ad b/textproc/hyperestraier/patches/patch-ad
new file mode 100644
index 00000000000..fe98a33cbe6
--- /dev/null
+++ b/textproc/hyperestraier/patches/patch-ad
@@ -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"