pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/quirc Make this package build with thread-enabled...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4edac97ff05a
branches:  trunk
changeset: 475967:4edac97ff05a
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon May 31 07:25:58 2004 +0000

description:
Make this package build with thread-enabled Tcl.

diffstat:

 chat/quirc/Makefile         |   4 +++-
 chat/quirc/distinfo         |   3 ++-
 chat/quirc/patches/patch-ae |  14 ++++++++++++++
 3 files changed, 19 insertions(+), 2 deletions(-)

diffs (50 lines):

diff -r 0ea508eaeedb -r 4edac97ff05a chat/quirc/Makefile
--- a/chat/quirc/Makefile       Mon May 31 02:18:44 2004 +0000
+++ b/chat/quirc/Makefile       Mon May 31 07:25:58 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/05/07 01:14:47 xtraeme Exp $
+# $NetBSD: Makefile,v 1.7 2004/05/31 07:25:58 minskim Exp $
 #
 
 DISTNAME=      quirc-0.9.84
@@ -14,6 +14,8 @@
 USE_GNU_TOOLS+=        make
 USE_X11=       YES
 
+CONFIGURE_ARGS+=       --with-tcl=${BUILDLINK_PREFIX.tcl}
+
 .include "../../lang/tcl/buildlink3.mk"
 .include "../../x11/tk/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 0ea508eaeedb -r 4edac97ff05a chat/quirc/distinfo
--- a/chat/quirc/distinfo       Mon May 31 02:18:44 2004 +0000
+++ b/chat/quirc/distinfo       Mon May 31 07:25:58 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2004/03/12 06:07:12 minskim Exp $
+$NetBSD: distinfo,v 1.5 2004/05/31 07:25:58 minskim Exp $
 
 SHA1 (quirc-0.9.84.tar.gz) = 0d9aa3f35616c3d5e6835a318266f1c71232e4d1
 Size (quirc-0.9.84.tar.gz) = 341962 bytes
@@ -6,3 +6,4 @@
 SHA1 (patch-ab) = 15356ff0598db83eeaf549b29a8d285eb6a27630
 SHA1 (patch-ac) = 4353b22eb607d2e1f158ba4a2668ebf1e2616de7
 SHA1 (patch-ad) = 37a6e3525dc0ff7655fd62c8981eb81eae916126
+SHA1 (patch-ae) = 61486f04dc9c227ae753ec355b83a5c77aa278aa
diff -r 0ea508eaeedb -r 4edac97ff05a chat/quirc/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/quirc/patches/patch-ae       Mon May 31 07:25:58 2004 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ae,v 1.3 2004/05/31 07:25:58 minskim Exp $
+
+--- configure.orig     2004-01-13 01:23:06.000000000 -0600
++++ configure
+@@ -5737,7 +5737,8 @@ if test "${with_tcl_version+set}" = set;
+   TCL_VERSION="$with_tcl_version"
+ fi;
+ 
+-
++. ${TCL_LIB_DIR}/tclConfig.sh
++LIBS="${LIBS}${TCL_LIBS}"
+ TCL_DONE=0
+ TK_DONE=0
+ TCL_HEADER=tcl.h



Home | Main Index | Thread Index | Old Index