summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-10-01 20:45:05 +0000
committerkristerw <kristerw>2005-10-01 20:45:05 +0000
commit7cd5cd4ee4ccf751de31494e648ca983a36f6c02 (patch)
tree7df7489b2a9655691db5c5996da8b5250b9bc939 /net
parent287c3e6bf882696fa6223f4a2f6efa19d1e3bc57 (diff)
downloadpkgsrc-7cd5cd4ee4ccf751de31494e648ca983a36f6c02.tar.gz
Ensure that there are no empty runtime library search path to the -R flag.
Bump PKGREVISION.
Diffstat (limited to 'net')
-rw-r--r--net/ttt/Makefile3
-rw-r--r--net/ttt/distinfo3
-rw-r--r--net/ttt/patches/patch-aa13
3 files changed, 17 insertions, 2 deletions
diff --git a/net/ttt/Makefile b/net/ttt/Makefile
index cafd6d41f14..c2abc95f897 100644
--- a/net/ttt/Makefile
+++ b/net/ttt/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2005/06/01 18:03:08 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2005/10/01 20:45:05 kristerw Exp $
#
DISTNAME= ttt-1.8
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.csl.sony.co.jp/pub/kjc/
diff --git a/net/ttt/distinfo b/net/ttt/distinfo
index 278d24e557d..f7204c4505a 100644
--- a/net/ttt/distinfo
+++ b/net/ttt/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2005/02/24 12:14:06 agc Exp $
+$NetBSD: distinfo,v 1.5 2005/10/01 20:45:05 kristerw Exp $
SHA1 (ttt-1.8.tar.gz) = bc6e8ceb81ff4bc6cc24b2aeaa5e4ca4c662ed7e
RMD160 (ttt-1.8.tar.gz) = 0a24a6aefbd3bd17f0de469832883e648535b882
Size (ttt-1.8.tar.gz) = 134687 bytes
+SHA1 (patch-aa) = 9ac1ab4d6305e0305d1f5de118a5760f2af533ed
diff --git a/net/ttt/patches/patch-aa b/net/ttt/patches/patch-aa
new file mode 100644
index 00000000000..1e590757a9c
--- /dev/null
+++ b/net/ttt/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2005/10/01 20:45:05 kristerw Exp $
+
+--- configure.orig Sat Oct 1 22:38:51 2005
++++ configure Sat Oct 1 22:39:17 2005
+@@ -2001,7 +2001,7 @@
+ tttIncludes=""
+ tttLibraries=""
+ tttAuxLibs=""
+-tttRunPath=""
++tttRunPath="${PREFIX}/lib"
+ tttFlags=""
+
+ ttt_ckcmd_tcl_home=""