From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 28 10:10:29 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD35316A41F for ; Sun, 28 Aug 2005 10:10:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 598DB43D45 for ; Sun, 28 Aug 2005 10:10:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7SAAIkf028415 for ; Sun, 28 Aug 2005 10:10:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7SAAIaJ028414; Sun, 28 Aug 2005 10:10:18 GMT (envelope-from gnats) Resent-Date: Sun, 28 Aug 2005 10:10:18 GMT Resent-Message-Id: <200508281010.j7SAAIaJ028414@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2EC216A41F for ; Sun, 28 Aug 2005 10:03:21 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from hfep03.dion.ne.jp (hfep03.dion.ne.jp [203.181.105.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4F4843D45 for ; Sun, 28 Aug 2005 10:03:20 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([219.108.136.159]) by hfep03.dion.ne.jp with SMTP id <20050828100314466.PWIK@hfep03.dion.ne.jp> for ; Sun, 28 Aug 2005 19:03:14 +0900 Message-Id: <20050828190037.2684b5b2.tkato432@yahoo.com> Date: Sun, 28 Aug 2005 19:00:37 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/85383: Update port: graphics/sane-backends to 1.0.16 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2005 10:10:30 -0000 >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 .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 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: