pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/sane-backends mustek_usb2 needs pthread, so f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f30b37e14258
branches:  trunk
changeset: 506109:f30b37e14258
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Jan 12 01:21:27 2006 +0000

description:
mustek_usb2 needs pthread, so fix detection on DragonFly.

diffstat:

 graphics/sane-backends/Makefile |  3 ++-
 graphics/sane-backends/distinfo |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r b0e2a095a083 -r f30b37e14258 graphics/sane-backends/Makefile
--- a/graphics/sane-backends/Makefile   Thu Jan 12 00:48:36 2006 +0000
+++ b/graphics/sane-backends/Makefile   Thu Jan 12 01:21:27 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2005/12/31 00:03:24 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2006/01/12 01:21:27 joerg Exp $
 
 .include "Makefile.common"
 COMMENT=       API for access to scanners, digitals camera, frame grabbers etc.
@@ -50,4 +50,5 @@
 . include "../../devel/libusb/buildlink3.mk"
 .endif
 .include "../../graphics/jpeg/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r b0e2a095a083 -r f30b37e14258 graphics/sane-backends/distinfo
--- a/graphics/sane-backends/distinfo   Thu Jan 12 00:48:36 2006 +0000
+++ b/graphics/sane-backends/distinfo   Thu Jan 12 01:21:27 2006 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.18 2005/12/31 00:03:24 wiz Exp $
+$NetBSD: distinfo,v 1.19 2006/01/12 01:21:27 joerg Exp $
 
 SHA1 (sane-backends-1.0.17.tar.gz) = a73e01575458a5fb7dc265cea50c6740555e1711
 RMD160 (sane-backends-1.0.17.tar.gz) = 43e440712e9da676e235dc6148c5dda347c30e22
 Size (sane-backends-1.0.17.tar.gz) = 3588993 bytes
 SHA1 (patch-aa) = fe4f9771d72512ac6a6c246971cb5940fba184cb
+SHA1 (patch-ab) = e9ed0b400458308a5c6a2631bda475c59e9a4abd



Home | Main Index | Thread Index | Old Index