pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/sane-backends Get sane-backends building on L...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1b40147add41
branches:  trunk
changeset: 597580:1b40147add41
user:      sbd <sbd%pkgsrc.org@localhost>
date:      Mon Jan 02 22:26:39 2012 +0000

description:
Get sane-backends building on Linux again by adding a buildlink for
graphics/libv4l and updateing PLIST.Linux

diffstat:

 graphics/sane-backends/Makefile    |  7 +++++--
 graphics/sane-backends/PLIST.Linux |  4 +++-
 2 files changed, 8 insertions(+), 3 deletions(-)

diffs (40 lines):

diff -r 1b262d44cf42 -r 1b40147add41 graphics/sane-backends/Makefile
--- a/graphics/sane-backends/Makefile   Mon Jan 02 20:56:38 2012 +0000
+++ b/graphics/sane-backends/Makefile   Mon Jan 02 22:26:39 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2011/08/30 01:30:01 gdt Exp $
+# $NetBSD: Makefile,v 1.54 2012/01/02 22:26:39 sbd Exp $
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 PKGREVISION=   1
@@ -15,7 +15,7 @@
 # the .o
 MAKE_JOBS_SAFE=                NO
 
-USE_TOOLS+=            msgfmt msgmerge
+USE_TOOLS+=            msgfmt msgmerge pkg-config
 USE_PKGLOCALEDIR=      YES
 
 CONFIGURE_ARGS+=       --with-gphoto2=no
@@ -69,6 +69,9 @@
 .if (${OPSYS} != "SunOS")
 . include "../../devel/libusb/buildlink3.mk"
 .endif
+.if (${OPSYS} == "Linux")
+.include "../../graphics/libv4l/buildlink3.mk"
+.endif
 .include "../../graphics/tiff/buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
diff -r 1b262d44cf42 -r 1b40147add41 graphics/sane-backends/PLIST.Linux
--- a/graphics/sane-backends/PLIST.Linux        Mon Jan 02 20:56:38 2012 +0000
+++ b/graphics/sane-backends/PLIST.Linux        Mon Jan 02 22:26:39 2012 +0000
@@ -1,5 +1,7 @@
-@comment $NetBSD: PLIST.Linux,v 1.2 2005/09/27 09:29:56 wiz Exp $
+@comment $NetBSD: PLIST.Linux,v 1.3 2012/01/02 22:26:40 sbd Exp $
 lib/sane/libsane-qcam.la
 lib/sane/libsane-v4l.la
 share/examples/sane/qcam.conf
 share/examples/sane/v4l.conf
+man/man5/sane-qcam.5
+man/man5/sane-v4l.5



Home | Main Index | Thread Index | Old Index