pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xbindkeys Fix a test in the configure script that ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/db2613b41d05
branches:  trunk
changeset: 462786:db2613b41d05
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Mon Oct 13 11:39:46 2003 +0000

description:
Fix a test in the configure script that could cause different results
depending on the shell beeing used (thus introducing a hidden dependancy).
As a side effect, the package now uses pthreads.  Bump PKGREVISION to 2.

diffstat:

 x11/xbindkeys/Makefile         |   5 +++--
 x11/xbindkeys/distinfo         |   3 ++-
 x11/xbindkeys/patches/patch-ab |  13 +++++++++++++
 3 files changed, 18 insertions(+), 3 deletions(-)

diffs (43 lines):

diff -r ba9b5993063d -r db2613b41d05 x11/xbindkeys/Makefile
--- a/x11/xbindkeys/Makefile    Mon Oct 13 11:10:29 2003 +0000
+++ b/x11/xbindkeys/Makefile    Mon Oct 13 11:39:46 2003 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2003/09/17 15:08:34 jmmv Exp $
+# $NetBSD: Makefile,v 1.7 2003/10/13 11:39:46 jmmv Exp $
 #
 
 .include "Makefile.common"
 
-PKGREVISION=   1
+PKGREVISION=   2
 
+.include "../../mk/pthread.buildlink2.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r ba9b5993063d -r db2613b41d05 x11/xbindkeys/distinfo
--- a/x11/xbindkeys/distinfo    Mon Oct 13 11:10:29 2003 +0000
+++ b/x11/xbindkeys/distinfo    Mon Oct 13 11:39:46 2003 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2003/09/17 15:08:36 jmmv Exp $
+$NetBSD: distinfo,v 1.4 2003/10/13 11:39:46 jmmv Exp $
 
 SHA1 (xbindkeys-1.5.5.tar.gz) = f568d80c40f7163be21d7e02fb1c50ed1a4d28d5
 Size (xbindkeys-1.5.5.tar.gz) = 85470 bytes
 SHA1 (patch-aa) = 4343ab36cc1727dc0cf21be810c8c3decf0f5704
+SHA1 (patch-ab) = 2873d0b02dd4791102f106c369f02d9bf99902f9
diff -r ba9b5993063d -r db2613b41d05 x11/xbindkeys/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xbindkeys/patches/patch-ab    Mon Oct 13 11:39:46 2003 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2003/10/13 11:39:46 jmmv Exp $
+
+--- configure.orig     2002-10-05 12:17:31.000000000 +0200
++++ configure
+@@ -1577,7 +1577,7 @@ else
+   enable_pthread=yes
+ fi
+ 
+-if test x$enable_pthread == xyes; then
++if test x$enable_pthread = xyes; then
+    for ac_hdr in pthread.h
+ do
+ ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`



Home | Main Index | Thread Index | Old Index