pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/pear Change /tmp directory used on installation (...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6ba5e5e0b7cb
branches:  trunk
changeset: 546485:6ba5e5e0b7cb
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Tue Sep 02 17:37:59 2008 +0000

description:
Change /tmp directory used on installation (fix for PR 39449)

diffstat:

 lang/pear/Makefile         |  5 +++--
 lang/pear/distinfo         |  4 ++--
 lang/pear/patches/patch-aa |  4 ++--
 3 files changed, 7 insertions(+), 6 deletions(-)

diffs (52 lines):

diff -r 1d923f6184b0 -r 6ba5e5e0b7cb lang/pear/Makefile
--- a/lang/pear/Makefile        Tue Sep 02 13:12:43 2008 +0000
+++ b/lang/pear/Makefile        Tue Sep 02 17:37:59 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2007/09/05 19:46:55 jdolecek Exp $
+# $NetBSD: Makefile,v 1.6 2008/09/02 17:37:59 adrianp Exp $
 #
 
 DISTNAME=      PEAR-1.5.4
@@ -53,7 +53,8 @@
 SUBST_CLASSES+=                config
 SUBST_STAGE.config=    post-patch
 SUBST_FILES.config=    install/go-pear.php
-SUBST_SED.config=      -e "s|@PREFIX@|${PREFIX}|g"
+SUBST_SED.config=      -e "s|@WRKSRC@|${WRKSRC}|g"
+SUBST_SED.config+=     -e "s|@PREFIX@|${PREFIX}|g"
 SUBST_SED.config+=     -e "s|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|g"
 SUBST_MESSAGE.config=  Fixing configuration files.
 
diff -r 1d923f6184b0 -r 6ba5e5e0b7cb lang/pear/distinfo
--- a/lang/pear/distinfo        Tue Sep 02 13:12:43 2008 +0000
+++ b/lang/pear/distinfo        Tue Sep 02 17:37:59 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2007/05/16 12:19:08 adrianp Exp $
+$NetBSD: distinfo,v 1.3 2008/09/02 17:37:59 adrianp Exp $
 
 SHA1 (Archive_Tar-1.3.2.tgz) = 40a16c6fe6cee12d9fd87d487785db2949ffa9ff
 RMD160 (Archive_Tar-1.3.2.tgz) = cec105d1cdefd502f209c24c217645cec723d7a2
@@ -12,4 +12,4 @@
 SHA1 (Structures_Graph-1.0.2.tgz) = 300aa0a2effb0b39c4fa8a63a834748ae99c2855
 RMD160 (Structures_Graph-1.0.2.tgz) = 8eb53f6da109b90bab5d8101e99183a1ae116404
 Size (Structures_Graph-1.0.2.tgz) = 30947 bytes
-SHA1 (patch-aa) = 5ff9804287e0fcea8eadf8b03f5292f11da3a5e6
+SHA1 (patch-aa) = 13701f071f8500da7365245e63fe6c6c2fc2b624
diff -r 1d923f6184b0 -r 6ba5e5e0b7cb lang/pear/patches/patch-aa
--- a/lang/pear/patches/patch-aa        Tue Sep 02 13:12:43 2008 +0000
+++ b/lang/pear/patches/patch-aa        Tue Sep 02 17:37:59 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1.1.1 2007/05/05 21:21:47 adrianp Exp $
+$NetBSD: patch-aa,v 1.2 2008/09/02 17:37:59 adrianp Exp $
 
 --- install/go-pear.php.orig   2007-04-15 23:09:15.000000000 +0100
 +++ install/go-pear.php
@@ -120,7 +120,7 @@
 -        $test_dir  = '$php_dir/tests';
 -        $temp_dir   = '$prefix/temp';
 +        $test_dir  = '$php_dir/test';
-+        $temp_dir  = '/tmp';
++        $temp_dir  = '@WRKSRC@/tmp';
 +
 +/*
  



Home | Main Index | Thread Index | Old Index