Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Aug 2005 19:00:37 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/85383: Update port: graphics/sane-backends to 1.0.16
Message-ID:  <20050828190037.2684b5b2.tkato432@yahoo.com>
Resent-Message-ID: <200508281010.j7SAAIaJ028414@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         85383
>Category:       ports
>Synopsis:       Update port: graphics/sane-backends to 1.0.16
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 28 10:10:18 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.11-RELEASE-p11 i386
>Organization:
>Environment:
>Description:
- Update to version 1.0.16

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/graphics/sane-backends/Makefile graphics/sane-backends/Makefile
--- /usr/ports/graphics/sane-backends/Makefile	Thu Jun  2 10:38:55 2005
+++ graphics/sane-backends/Makefile	Sun Aug 21 03:50:57 2005
@@ -6,9 +6,10 @@
 #
 
 PORTNAME=	sane-backends
-PORTVERSION=	1.0.15
+PORTVERSION=	1.0.16
 CATEGORIES=	graphics
-MASTER_SITES=	ftp://ftp.sane-project.org/pub/sane/%SUBDIR%/ \
+MASTER_SITES=	http://alioth.debian.org/download.php/1079/ \
+		ftp://ftp.sane-project.org/pub/sane/%SUBDIR%/ \
 		ftp://ftp2.sane-project.org/pub/sane/%SUBDIR%/ \
 		ftp://ftp3.sane-project.org/pub/sane/%SUBDIR%/ \
 		ftp://gd.tuwien.ac.at/hci/sane/%SUBDIR%/ \
@@ -20,20 +21,21 @@
 
 LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg
 
-USE_GNOME=	gnometarget lthack
-USE_GMAKE=	yes
-USE_LIBTOOL_VER=15
+OPTIONS=	USB "USB support" on \
+		NLS "NLS support" on \
+		GPHOTO2 "gPhoto2 support" off
+
+USE_GNOME=	gnometarget
 USE_REINPLACE=	yes
+USE_GMAKE=	yes
+USE_LIBTOOL_VER=	15
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
-MAKE_ENV=	NOPORTDOCS=${NOPORTDOCS} \
-		DOCSDIR="${DOCSDIR}"
+CONFIGURE_ARGS=	--with-docdir=${DOCSDIR}
+MAKE_ENV=	NOPORTDOCS=${NOPORTDOCS}
 INSTALLS_SHLIB=	yes
 
-OPTIONS=	USB "USB support" on \
-		NLS "NLS support" on \
-		GPHOTO2 "gPhoto2 support" off
-
+.include "Makefile.man"
 .include <bsd.port.pre.mk>
 
 .if defined(WITHOUT_USB)
@@ -61,10 +63,7 @@
 .endif
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|LIBTOOL =.*|LIBTOOL = ${LIBTOOL}|' \
-		${WRKSRC}/backend/Makefile.in ${WRKSRC}/frontend/Makefile.in \
-		${WRKSRC}/japi/Makefile.in ${WRKSRC}/lib/Makefile.in \
-		${WRKSRC}/sanei/Makefile.in ${WRKSRC}/tools/Makefile.in
+	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
+		's|= \.\./libtool|= @LIBTOOL@|g'
 
-.include "Makefile.man"
 .include <bsd.port.post.mk>
diff -urN /usr/ports/graphics/sane-backends/Makefile.man graphics/sane-backends/Makefile.man
--- /usr/ports/graphics/sane-backends/Makefile.man	Fri Nov 26 19:54:05 2004
+++ graphics/sane-backends/Makefile.man	Mon Aug  8 03:39:36 2005
@@ -22,6 +22,7 @@
 MAN5+=	sane-dmc.5
 MAN5+=	sane-epson.5
 MAN5+=	sane-fujitsu.5
+MAN5+=	sane-genesys.5
 MAN5+=	sane-gphoto2.5
 MAN5+=	sane-gt68xx.5
 MAN5+=	sane-hp.5
@@ -51,6 +52,7 @@
 MAN5+=	sane-scsi.5
 MAN5+=	sane-sharp.5
 MAN5+=	sane-sm3600.5
+MAN5+=	sane-sm3840.5
 MAN5+=	sane-snapscan.5
 MAN5+=	sane-sp15c.5
 MAN5+=	sane-st400.5
diff -urN /usr/ports/graphics/sane-backends/distinfo graphics/sane-backends/distinfo
--- /usr/ports/graphics/sane-backends/distinfo	Wed Nov 10 19:08:15 2004
+++ graphics/sane-backends/distinfo	Mon Aug  8 03:16:24 2005
@@ -1,2 +1,2 @@
-MD5 (sane-backends-1.0.15.tar.gz) = 3b804f35cdfbc5ad2d201ffe078bbac9
-SIZE (sane-backends-1.0.15.tar.gz) = 3231759
+MD5 (sane-backends-1.0.16.tar.gz) = bec9b9262246316b4ebfe2bc7451aa28
+SIZE (sane-backends-1.0.16.tar.gz) = 3409799
diff -urN /usr/ports/graphics/sane-backends/files/patch-configure graphics/sane-backends/files/patch-configure
--- /usr/ports/graphics/sane-backends/files/patch-configure	Fri Jul  9 01:33:53 2004
+++ graphics/sane-backends/files/patch-configure	Mon Aug  8 03:17:39 2005
@@ -1,11 +1,11 @@
---- configure.orig	Thu Jul  8 18:29:34 2004
-+++ configure	Thu Jul  8 18:29:51 2004
-@@ -6464,7 +6464,7 @@
+--- configure.orig	Sun Aug  7 18:50:27 2005
++++ configure	Mon Aug  8 03:17:30 2005
+@@ -6868,7 +6868,7 @@
  
  
  
 -for ac_header in fcntl.h unistd.h libc.h sys/dsreq.h sys/select.h \
 +for ac_header in fcntl.h unistd.h sys/dsreq.h sys/select.h \
-     sys/time.h sys/shm.h \
+     sys/time.h sys/shm.h sys/ipc.h sys/signal.h \
      sys/scanio.h scsi.h sys/scsi.h sys/scsicmd.h sys/scsiio.h \
-     bsd/dev/scsireg.h scsi/sg.h /usr/src/linux/include/scsi/sg.h io/cam/cam.h \
+     bsd/dev/scsireg.h scsi/sg.h /usr/src/linux/include/scsi/sg.h \
diff -urN /usr/ports/graphics/sane-backends/files/patch-doc_Makefile.in graphics/sane-backends/files/patch-doc_Makefile.in
--- /usr/ports/graphics/sane-backends/files/patch-doc_Makefile.in	Wed Nov 10 19:08:15 2004
+++ graphics/sane-backends/files/patch-doc_Makefile.in	Mon Aug  8 03:19:31 2005
@@ -1,14 +1,5 @@
---- doc/Makefile.in.orig	Wed Aug  4 01:22:28 2004
-+++ doc/Makefile.in	Tue Nov  9 12:19:47 2004
-@@ -25,7 +25,7 @@
- includedir = @includedir@
- oldincludedir = /usr/include
- configdir = ${sysconfdir}/sane.d
--docdir=$(prefix)/doc/sane-@VERSION@
-+docdir=$(DOCSDIR)
- 
- MKDIR = $(top_srcdir)/mkinstalldirs
- INSTALL = @INSTALL@
+--- doc/Makefile.in.orig	Sat Jul 16 06:19:07 2005
++++ doc/Makefile.in	Mon Aug  8 03:19:18 2005
 @@ -56,7 +56,7 @@
  SECT7   = sane.7
  SECT8	= saned.8
diff -urN /usr/ports/graphics/sane-backends/pkg-plist graphics/sane-backends/pkg-plist
--- /usr/ports/graphics/sane-backends/pkg-plist	Thu Jun  2 10:38:55 2005
+++ graphics/sane-backends/pkg-plist	Mon Aug  8 04:09:17 2005
@@ -20,6 +20,7 @@
 etc/sane.d/dmc.conf
 etc/sane.d/epson.conf
 etc/sane.d/fujitsu.conf
+etc/sane.d/genesys.conf
 %%GPHOTO2%%etc/sane.d/gphoto2.conf
 etc/sane.d/gt68xx.conf
 etc/sane.d/hp.conf
@@ -42,6 +43,7 @@
 etc/sane.d/saned.conf
 etc/sane.d/sceptre.conf
 etc/sane.d/sharp.conf
+etc/sane.d/sm3840.conf
 etc/sane.d/snapscan.conf
 etc/sane.d/sp15c.conf
 etc/sane.d/st400.conf
@@ -97,6 +99,8 @@
 lib/sane/libsane-epson.so.1
 lib/sane/libsane-fujitsu.so
 lib/sane/libsane-fujitsu.so.1
+lib/sane/libsane-genesys.so
+lib/sane/libsane-genesys.so.1
 %%GPHOTO2%%lib/sane/libsane-gphoto2.so
 %%GPHOTO2%%lib/sane/libsane-gphoto2.so.1
 lib/sane/libsane-gt68xx.so
@@ -143,6 +147,8 @@
 lib/sane/libsane-sharp.so.1
 %%USB%%lib/sane/libsane-sm3600.so
 %%USB%%lib/sane/libsane-sm3600.so.1
+lib/sane/libsane-sm3840.so
+lib/sane/libsane-sm3840.so.1
 lib/sane/libsane-snapscan.so
 lib/sane/libsane-snapscan.so.1
 lib/sane/libsane-sp15c.so
@@ -189,6 +195,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/README.unixware2
 %%PORTDOCS%%%%DOCSDIR%%/README.unixware7
 %%PORTDOCS%%%%DOCSDIR%%/README.windows
+%%PORTDOCS%%%%DOCSDIR%%/README.zeta
 %%PORTDOCS%%%%DOCSDIR%%/canon/canon.changes
 %%PORTDOCS%%%%DOCSDIR%%/canon/canon.install2700F.txt
 %%PORTDOCS%%%%DOCSDIR%%/gt68xx/gt68xx.CHANGES
@@ -256,6 +263,7 @@
 %%NLS%%share/locale/it/LC_MESSAGES/sane-backends.mo
 %%NLS%%share/locale/nl/LC_MESSAGES/sane-backends.mo
 %%NLS%%share/locale/no/LC_MESSAGES/sane-backends.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/sane-backends.mo
 %%NLS%%share/locale/pt/LC_MESSAGES/sane-backends.mo
 %%NLS%%share/locale/ru/LC_MESSAGES/sane-backends.mo
 %%NLS%%share/locale/sv/LC_MESSAGES/sane-backends.mo
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050828190037.2684b5b2.tkato432>