diff options
author | joerg <joerg@pkgsrc.org> | 2008-03-15 12:41:36 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-03-15 12:41:36 +0000 |
commit | 8c67ea3cad7ed0ced23c5e2dbba3c7af3d313f2e (patch) | |
tree | d818994f687c5a2eb815b5bb71e7ac01094bee06 /lang/tcl-expect | |
parent | 00ffa2b84aae2652dfff22e43ae121a398012a5e (diff) | |
download | pkgsrc-8c67ea3cad7ed0ced23c5e2dbba3c7af3d313f2e.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/Makefile | 3 | ||||
-rw-r--r-- | lang/tcl-expect/distinfo | 4 | ||||
-rw-r--r-- | lang/tcl-expect/patches/patch-aa | 9 |
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. |