From 6d0e4fe0244bd60e32799a492aeef9dea860e36f Mon Sep 17 00:00:00 2001 From: jmmv Date: Mon, 13 Oct 2003 11:39:46 +0000 Subject: 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. --- x11/xbindkeys/Makefile | 5 +++-- x11/xbindkeys/distinfo | 3 ++- x11/xbindkeys/patches/patch-ab | 13 +++++++++++++ 3 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 x11/xbindkeys/patches/patch-ab (limited to 'x11/xbindkeys') 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_%'` -- cgit v1.2.3