pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ttt Ensure that there are no empty runtime library...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cae9fd0c1d93
branches:  trunk
changeset: 500059:cae9fd0c1d93
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sat Oct 01 20:45:05 2005 +0000

description:
Ensure that there are no empty runtime library search path to the -R flag.
Bump PKGREVISION.

diffstat:

 net/ttt/Makefile         |   3 ++-
 net/ttt/distinfo         |   3 ++-
 net/ttt/patches/patch-aa |  13 +++++++++++++
 3 files changed, 17 insertions(+), 2 deletions(-)

diffs (41 lines):

diff -r fb5305dcf8be -r cae9fd0c1d93 net/ttt/Makefile
--- a/net/ttt/Makefile  Sat Oct 01 19:59:39 2005 +0000
+++ b/net/ttt/Makefile  Sat Oct 01 20:45:05 2005 +0000
@@ -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 -r fb5305dcf8be -r cae9fd0c1d93 net/ttt/distinfo
--- a/net/ttt/distinfo  Sat Oct 01 19:59:39 2005 +0000
+++ b/net/ttt/distinfo  Sat Oct 01 20:45:05 2005 +0000
@@ -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 -r fb5305dcf8be -r cae9fd0c1d93 net/ttt/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ttt/patches/patch-aa  Sat Oct 01 20:45:05 2005 +0000
@@ -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=""



Home | Main Index | Thread Index | Old Index