summaryrefslogtreecommitdiff
path: root/x11/xbindkeys
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-10-13 11:39:46 +0000
committerjmmv <jmmv@pkgsrc.org>2003-10-13 11:39:46 +0000
commitbea35109f01488ed21d765424c7fdcf9a30a7bb3 (patch)
treebd86d2682d65b605c3b2a344455f3cbdc267e55c /x11/xbindkeys
parent6d5cb546f0d67448affdaff214f5cf745b528c98 (diff)
downloadpkgsrc-bea35109f01488ed21d765424c7fdcf9a30a7bb3.tar.gz
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 (limited to 'x11/xbindkeys')
-rw-r--r--x11/xbindkeys/Makefile5
-rw-r--r--x11/xbindkeys/distinfo3
-rw-r--r--x11/xbindkeys/patches/patch-ab13
3 files changed, 18 insertions, 3 deletions
diff --git a/x11/xbindkeys/Makefile b/x11/xbindkeys/Makefile
index f688d12dfec..b7b28514270 100644
--- a/x11/xbindkeys/Makefile
+++ b/x11/xbindkeys/Makefile
@@ -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 --git a/x11/xbindkeys/distinfo b/x11/xbindkeys/distinfo
index f31145eb1eb..8d9c928256c 100644
--- a/x11/xbindkeys/distinfo
+++ b/x11/xbindkeys/distinfo
@@ -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 --git a/x11/xbindkeys/patches/patch-ab b/x11/xbindkeys/patches/patch-ab
new file mode 100644
index 00000000000..8398918f4f1
--- /dev/null
+++ b/x11/xbindkeys/patches/patch-ab
@@ -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_%'`