summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2006-07-23 14:49:33 +0000
committerAkinori Hattori <hattya@gentoo.org>2006-07-23 14:49:33 +0000
commit706282fb3754c5411aa6b10b21905cd155dc78ca (patch)
tree9ae8c601620350fcdcf12b6cdeb0e526381e536f /dev-db/qdbm/files
parentppc stable (diff)
downloadgentoo-2-706282fb3754c5411aa6b10b21905cd155dc78ca.tar.gz
gentoo-2-706282fb3754c5411aa6b10b21905cd155dc78ca.tar.bz2
gentoo-2-706282fb3754c5411aa6b10b21905cd155dc78ca.zip
rename qdbm-runpath.diff to qdbm-perl-runpath.diff.
(Portage version: 2.1.1_pre3-r3)
Diffstat (limited to 'dev-db/qdbm/files')
-rw-r--r--dev-db/qdbm/files/digest-qdbm-1.8.482
-rw-r--r--dev-db/qdbm/files/digest-qdbm-1.8.492
-rw-r--r--dev-db/qdbm/files/digest-qdbm-1.8.532
-rw-r--r--dev-db/qdbm/files/qdbm-perl-runpath.diff34
4 files changed, 40 insertions, 0 deletions
diff --git a/dev-db/qdbm/files/digest-qdbm-1.8.48 b/dev-db/qdbm/files/digest-qdbm-1.8.48
index 9f8d4f8f8277..8bb027319c8a 100644
--- a/dev-db/qdbm/files/digest-qdbm-1.8.48
+++ b/dev-db/qdbm/files/digest-qdbm-1.8.48
@@ -1 +1,3 @@
MD5 ac59de1fd23478edcb906612fe48f3b8 qdbm-1.8.48.tar.gz 894581
+RMD160 d9ae92666efe7b3c24bebde6d07ee39d4cf7bf50 qdbm-1.8.48.tar.gz 894581
+SHA256 398cafb60c97e10a9855c6f9d24af782937d2d22e81255373118c3b6ce27d300 qdbm-1.8.48.tar.gz 894581
diff --git a/dev-db/qdbm/files/digest-qdbm-1.8.49 b/dev-db/qdbm/files/digest-qdbm-1.8.49
index 2642843a9518..60105e9fd859 100644
--- a/dev-db/qdbm/files/digest-qdbm-1.8.49
+++ b/dev-db/qdbm/files/digest-qdbm-1.8.49
@@ -1 +1,3 @@
MD5 0f7eb9a4bafafe7080c73980e38415e9 qdbm-1.8.49.tar.gz 894660
+RMD160 49aaddcff0f29e224a8b5bfc88c37f70e84287d3 qdbm-1.8.49.tar.gz 894660
+SHA256 7f1249b736f7ec553687de764a55388d0f79a667894a173b22c81efe8fa143ac qdbm-1.8.49.tar.gz 894660
diff --git a/dev-db/qdbm/files/digest-qdbm-1.8.53 b/dev-db/qdbm/files/digest-qdbm-1.8.53
index d9f176fe4a8c..2848e65c3452 100644
--- a/dev-db/qdbm/files/digest-qdbm-1.8.53
+++ b/dev-db/qdbm/files/digest-qdbm-1.8.53
@@ -1 +1,3 @@
MD5 5812da6105356c76e7068d588f403112 qdbm-1.8.53.tar.gz 896419
+RMD160 e1d5fbf86cddc8e1f9d6e3c04552fbfee6867104 qdbm-1.8.53.tar.gz 896419
+SHA256 641fa5def812a82464036058821cbbbe5a7a3cb0ce8e2e5f7b573fb8ab0a445a qdbm-1.8.53.tar.gz 896419
diff --git a/dev-db/qdbm/files/qdbm-perl-runpath.diff b/dev-db/qdbm/files/qdbm-perl-runpath.diff
new file mode 100644
index 000000000000..d67e27c23e02
--- /dev/null
+++ b/dev-db/qdbm/files/qdbm-perl-runpath.diff
@@ -0,0 +1,34 @@
+--- perl/Makefile.in.orig 2005-10-09 16:35:47.000000000 +1000
++++ perl/Makefile.in 2005-10-09 16:41:46.000000000 +1000
+@@ -43,15 +43,15 @@
+ cd depot && [ -f Makefile ] || \
+ $(RUNENV) perl Makefile.PL CC="$(CC)" INC="$(INC)" OPTIMIZE="$(OPTIMIZE)" \
+ LD="$(LD)" LIBS="$(LIBS)" PREFIX="$(prefix)" ; \
+- $(RUNENV) make
++ $(RUNENV) make LD_RUN_PATH=""
+ cd curia && [ -f Makefile ] || \
+ $(RUNENV) perl Makefile.PL CC="$(CC)" INC="$(INC)" OPTIMIZE="$(OPTIMIZE)" \
+ LD="$(LD)" LIBS="$(LIBS)" PREFIX="$(prefix)" ; \
+- $(RUNENV) make
++ $(RUNENV) make LD_RUN_PATH=""
+ cd villa && [ -f Makefile ] || \
+ $(RUNENV) perl Makefile.PL CC="$(CC)" INC="$(INC)" OPTIMIZE="$(OPTIMIZE)" \
+ LD="$(LD)" LIBS="$(LIBS)" PREFIX="$(prefix)" ; \
+- $(RUNENV) make
++ $(RUNENV) make LD_RUN_PATH=""
+ @printf '\n'
+ @printf '#================================================================\n'
+ @printf '# Ready to install.\n'
+@@ -69,9 +69,9 @@
+
+
+ install :
+- cd depot && $(RUNENV) make install
+- cd curia && $(RUNENV) make install
+- cd villa && $(RUNENV) make install
++ cd depot && $(RUNENV) make LD_RUN_PATH="" install
++ cd curia && $(RUNENV) make LD_RUN_PATH="" install
++ cd villa && $(RUNENV) make LD_RUN_PATH="" install
+ mkdir -p $(DESTDIR)$(MYBINDIR)
+ cp -f $(MYBINS) $(DESTDIR)$(MYBINDIR)
+ mkdir -p $(DESTDIR)$(MYDATADIR)