summaryrefslogtreecommitdiff
path: root/lang/tcl-expect
diff options
context:
space:
mode:
authorjoerg <joerg>2008-03-15 12:41:36 +0000
committerjoerg <joerg>2008-03-15 12:41:36 +0000
commit03020405655acfc8e21e276e44c9d0d9c1e5eacc (patch)
treed818994f687c5a2eb815b5bb71e7ac01094bee06 /lang/tcl-expect
parent01058ae87479a4ff99bf6962f6bbef91f01d6d44 (diff)
downloadpkgsrc-03020405655acfc8e21e276e44c9d0d9c1e5eacc.tar.gz
Don't leak WRKDIR reference for the DESTDIR case. Bump revision.
Diffstat (limited to 'lang/tcl-expect')
-rw-r--r--lang/tcl-expect/Makefile3
-rw-r--r--lang/tcl-expect/distinfo4
-rw-r--r--lang/tcl-expect/patches/patch-aa9
3 files changed, 11 insertions, 5 deletions
diff --git a/lang/tcl-expect/Makefile b/lang/tcl-expect/Makefile
index 3bd8a16c430..c6690a01f85 100644
--- a/lang/tcl-expect/Makefile
+++ b/lang/tcl-expect/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.23 2007/12/11 21:40:42 heinz Exp $
+# $NetBSD: Makefile,v 1.24 2008/03/15 12:41:36 joerg Exp $
PKG_DESTDIR_SUPPORT= user-destdir
.include "Makefile.common"
PKGNAME= tcl-expect-${EXPECT_VERSION}
+PKGREVISION= 1
CATEGORIES= lang
MAINTAINER= jwise@NetBSD.org
diff --git a/lang/tcl-expect/distinfo b/lang/tcl-expect/distinfo
index 174a717fde7..21f8a4e38d3 100644
--- a/lang/tcl-expect/distinfo
+++ b/lang/tcl-expect/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.13 2006/05/13 08:58:37 skrll Exp $
+$NetBSD: distinfo,v 1.14 2008/03/15 12:41:36 joerg Exp $
SHA1 (expect-5.43.0.tar.bz2) = a73530772f9d735e98175c7807efa8e785c5fa60
RMD160 (expect-5.43.0.tar.bz2) = 27966c50923700a0b491d65cf54bd0e80eb6fa39
Size (expect-5.43.0.tar.bz2) = 419691 bytes
-SHA1 (patch-aa) = 81f45deba61affb5d2e0d3d0f91a67217e543b8e
+SHA1 (patch-aa) = 491b62648c5e733df1741ef3ea7313bae527531f
SHA1 (patch-ab) = 642e714e58bfe72b332cb89559e1f55df9b6052f
SHA1 (patch-ac) = 85702dac9cbc55875110cbed6ec3e73b7c66d07f
SHA1 (patch-ad) = 460fcc04e6f1936fbb2669c80be91e790173b0a3
diff --git a/lang/tcl-expect/patches/patch-aa b/lang/tcl-expect/patches/patch-aa
index 3066ae86216..df4f5b2b173 100644
--- a/lang/tcl-expect/patches/patch-aa
+++ b/lang/tcl-expect/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.4 2004/11/30 20:30:19 adam Exp $
+$NetBSD: patch-aa,v 1.5 2008/03/15 12:41:36 joerg Exp $
--- Makefile.in.orig 2004-05-07 18:10:30.000000000 +0000
+++ Makefile.in
@@ -53,7 +53,12 @@ $NetBSD: patch-aa,v 1.4 2004/11/30 20:30:19 adam Exp $
AR = ar
ARFLAGS = cr
-@@ -321,14 +323,14 @@ LIB_RUNTIME_DIR = $(tcl_libdir)
+@@ -317,18 +319,18 @@ EXP_AND_TK_LIBS = $(LDFLAGS) @EXP_AND_TK
+ CFLAGS_INT = $(MH_CFLAGS) $(CPPFLAGS) $(XCFLAGS)
+
+ LIB_INSTALL_DIR = $(tcl_libdir)
+-LIB_RUNTIME_DIR = $(tcl_libdir)
++LIB_RUNTIME_DIR = $(prefix)/lib
# I don't understand why Tcl splits these up, but it does. LIB_RUNTIME_DIR
# can appear as part of the LD_SEARCH_FLAGS inherited by configure.