Tue Sep 2 17:37:59 2008 UTC ()
Change /tmp directory used on installation (fix for PR 39449)


(adrianp)
diff -r1.5 -r1.6 pkgsrc/lang/pear/Makefile
diff -r1.2 -r1.3 pkgsrc/lang/pear/distinfo
diff -r1.1.1.1 -r1.2 pkgsrc/lang/pear/patches/patch-aa

cvs diff -r1.5 -r1.6 pkgsrc/lang/pear/Makefile (expand / switch to context diff)
--- pkgsrc/lang/pear/Makefile 2007/09/05 19:46:55 1.5
+++ pkgsrc/lang/pear/Makefile 2008/09/02 17:37:59 1.6
@@ -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.
 

cvs diff -r1.2 -r1.3 pkgsrc/lang/pear/distinfo (expand / switch to context diff)
--- pkgsrc/lang/pear/distinfo 2007/05/16 12:19:08 1.2
+++ pkgsrc/lang/pear/distinfo 2008/09/02 17:37:59 1.3
@@ -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

cvs diff -r1.1.1.1 -r1.2 pkgsrc/lang/pear/patches/Attic/patch-aa (expand / switch to context diff)
--- pkgsrc/lang/pear/patches/Attic/patch-aa 2007/05/05 21:21:47 1.1.1.1
+++ pkgsrc/lang/pear/patches/Attic/patch-aa 2008/09/02 17:37:59 1.2
@@ -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';
 +
 +/*