pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/sane-backends sane-backends: PLIST fix for Da...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e6efa940daa3
branches: trunk
changeset: 399359:e6efa940daa3
user: maya <maya%pkgsrc.org@localhost>
date: Wed Aug 07 15:52:13 2019 +0000
description:
sane-backends: PLIST fix for Darwin, which apparently enables another backend
(it's unclear why it only gets enabled on OS X)
>From clement bouvier in PR pkg/54444.
diffstat:
graphics/sane-backends/Makefile | 5 +++--
graphics/sane-backends/PLIST | 4 +++-
2 files changed, 6 insertions(+), 3 deletions(-)
diffs (50 lines):
diff -r f3204ebb95ed -r e6efa940daa3 graphics/sane-backends/Makefile
--- a/graphics/sane-backends/Makefile Wed Aug 07 13:59:09 2019 +0000
+++ b/graphics/sane-backends/Makefile Wed Aug 07 15:52:13 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2018/05/15 13:19:50 jperkin Exp $
+# $NetBSD: Makefile,v 1.70 2019/08/07 15:52:13 maya Exp $
.include "Makefile.common"
COMMENT= API for access to scanners, digital cameras, frame grabbers, etc
@@ -25,13 +25,14 @@
.include "../../mk/bsd.prefs.mk"
-PLIST_VARS+= mustek pint sm3600
+PLIST_VARS+= mustek pint sm3600 kvs40xx
.if (${OPSYS} == "SunOS") || (${OPSYS} == "Linux") || (${OPSYS} == "DragonFly") || (${OPSYS} == "FreeBSD")
PLIST.sm3600= yes
.elif (${OPSYS} == "Darwin")
PLIST.mustek= yes
PLIST.sm3600= yes
+PLIST.kvs40xx= yes
.else
PLIST.pint= yes
PLIST.sm3600= yes
diff -r f3204ebb95ed -r e6efa940daa3 graphics/sane-backends/PLIST
--- a/graphics/sane-backends/PLIST Wed Aug 07 13:59:09 2019 +0000
+++ b/graphics/sane-backends/PLIST Wed Aug 07 15:52:13 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.33 2018/05/15 14:58:08 jperkin Exp $
+@comment $NetBSD: PLIST,v 1.34 2019/08/07 15:52:13 maya Exp $
bin/gamma4scanimage
bin/sane-config
bin/sane-find-scanner
@@ -71,6 +71,7 @@
lib/sane/libsane-kodakaio.la
lib/sane/libsane-kvs1025.la
lib/sane/libsane-kvs20xx.la
+${PLIST.kvs40xx}lib/sane/libsane-kvs40xx.la
lib/sane/libsane-leo.la
lib/sane/libsane-lexmark.la
lib/sane/libsane-ma1509.la
@@ -156,6 +157,7 @@
man/man5/sane-kodakaio.5
man/man5/sane-kvs1025.5
man/man5/sane-kvs20xx.5
+${PLIST.kvs40xx}man/man5/sane-kvs40xx.5
man/man5/sane-leo.5
man/man5/sane-lexmark.5
man/man5/sane-ma1509.5
Home |
Main Index |
Thread Index |
Old Index