pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/sane-backends * Make it link on DragonFly and...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/03257d4672a5
branches:  trunk
changeset: 397888:03257d4672a5
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Thu Aug 20 03:53:20 2009 +0000

description:
* Make it link on DragonFly and maybe some others (sane_find_scanner needs
  to be linked against libcam).
* Fix PLIST for platforms not building sane-pint backend.
* Bump PKGREVISION.

diffstat:

 graphics/sane-backends/Makefile         |   3 ++-
 graphics/sane-backends/PLIST            |   4 ++--
 graphics/sane-backends/distinfo         |   3 ++-
 graphics/sane-backends/patches/patch-af |  13 +++++++++++++
 4 files changed, 19 insertions(+), 4 deletions(-)

diffs (66 lines):

diff -r d77475629d79 -r 03257d4672a5 graphics/sane-backends/Makefile
--- a/graphics/sane-backends/Makefile   Wed Aug 19 20:57:07 2009 +0000
+++ b/graphics/sane-backends/Makefile   Thu Aug 20 03:53:20 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2009/08/15 17:53:11 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2009/08/20 03:53:20 hasso Exp $
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
@@ -7,6 +7,7 @@
 
 DISTNAME=      sane-backends-${SANE_VERSION}
 DISTFILES=     ${DISTNAME}${EXTRACT_SUFX}
+PKGREVISION=   1
 
 # lib/Makefile.in builds .o files and then .a, but rules for shlibs,
 # while apparently independent, cause libtool to create .o again,
diff -r d77475629d79 -r 03257d4672a5 graphics/sane-backends/PLIST
--- a/graphics/sane-backends/PLIST      Wed Aug 19 20:57:07 2009 +0000
+++ b/graphics/sane-backends/PLIST      Thu Aug 20 03:53:20 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.23 2009/08/15 17:53:11 wiz Exp $
+@comment $NetBSD: PLIST,v 1.24 2009/08/20 03:53:20 hasso Exp $
 bin/gamma4scanimage
 bin/sane-config
 bin/sane-find-scanner
@@ -131,7 +131,7 @@
 man/man5/sane-net.5
 man/man5/sane-niash.5
 man/man5/sane-pie.5
-man/man5/sane-pint.5
+${PLIST.pint}man/man5/sane-pint.5
 man/man5/sane-pixma.5
 man/man5/sane-plustek.5
 man/man5/sane-plustek_pp.5
diff -r d77475629d79 -r 03257d4672a5 graphics/sane-backends/distinfo
--- a/graphics/sane-backends/distinfo   Wed Aug 19 20:57:07 2009 +0000
+++ b/graphics/sane-backends/distinfo   Thu Aug 20 03:53:20 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.24 2009/08/15 17:53:11 wiz Exp $
+$NetBSD: distinfo,v 1.25 2009/08/20 03:53:20 hasso Exp $
 
 SHA1 (sane-backends-1.0.20.tar.gz) = 3b4d2ecde8be404bb44269771cf5dc6e4c10b086
 RMD160 (sane-backends-1.0.20.tar.gz) = b80c0a15a75b3bce07060d65aecdcaf7860c323b
@@ -8,3 +8,4 @@
 SHA1 (patch-ac) = 7e4e710b0a570e677bdca6054ace3df07bbb909a
 SHA1 (patch-ad) = ffd50b49305c05bda28de0536ca54171baff6892
 SHA1 (patch-ae) = bf9b53fd5c9b74915769afe9e17bed292a8a9ed9
+SHA1 (patch-af) = f2b74ea5f61591c426158ff11f07ba36a90c5acc
diff -r d77475629d79 -r 03257d4672a5 graphics/sane-backends/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/sane-backends/patches/patch-af   Thu Aug 20 03:53:20 2009 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2009/08/20 03:53:20 hasso Exp $
+
+--- tools/Makefile.in.orig     2009-08-18 22:45:01 +0300
++++ tools/Makefile.in  2009-08-18 22:45:38 +0300
+@@ -270,7 +270,7 @@ sane_find_scanner_SOURCES = sane-find-sc
+                           ../backend/sane_strstatus.c
+ 
+ sane_find_scanner_LDADD = ../sanei/libsanei.la ../lib/liblib.la \
+-                        @USB_LIBS@ @IEEE1284_LIBS@
++                        @USB_LIBS@ @IEEE1284_LIBS@ @SCSI_LIBS@
+ 
+ gamma4scanimage_SOURCES = gamma4scanimage.c
+ gamma4scanimage_LDADD = @MATH_LIB@



Home | Main Index | Thread Index | Old Index