Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jan 2014 02:54:51 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/185513: graphics/sane-backends: Update to version 1.0.24
Message-ID:  <20140106025451.3b877a4e92687e1bd83f6d89@yahoo.com>
Resent-Message-ID: <201401051810.s05IA4l8085094@freefall.freebsd.org>

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

>Number:         185513
>Category:       ports
>Synopsis:       graphics/sane-backends: Update to version 1.0.24
>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 Jan 05 18:10:04 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 8.4-RELEASE-p4 i386
>Organization:
>Environment:
>Description:
- Update to version 1.0.24

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/graphics/sane-backends/Makefile graphics/sane-backends/Makefile
--- /usr/ports/graphics/sane-backends/Makefile	2013-11-06 22:02:03.000000000 +0900
+++ graphics/sane-backends/Makefile	2014-01-06 00:00:00.000000000 +0900
@@ -2,33 +2,22 @@
 # $FreeBSD: head/graphics/sane-backends/Makefile 330917 2013-10-19 17:21:40Z pawel $
 
 PORTNAME=	sane-backends
-PORTVERSION=	1.0.23
-PORTREVISION=	2
+PORTVERSION=	1.0.24
 CATEGORIES=	graphics
-MASTER_SITES=	http://alioth.debian.org/frs/download.php/3752/:3752 \
-		http://alioth.debian.org/frs/download.php/3753/:3753 \
-		http://alioth.debian.org/frs/download.php/3754/:3754 \
-		ftp://ftp2.sane-project.org/pub/sane/
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX}.1:3752,DEFAULT \
-		${DISTNAME}${EXTRACT_SUFX}.2:3753,DEFAULT \
-		${DISTNAME}${EXTRACT_SUFX}.3:3754,DEFAULT
-EXTRACT_ONLY=	# need to concatenate before extraction
+MASTER_SITES=	http://alioth.debian.org/frs/download.php/3958/ \
+		http://fossies.org/linux/misc/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	API for access to scanners, digitals camera, frame grabbers etc
 
-LICENSE=	GPLv2 GPLv3
-LICENSE_COMB=	dual
+LICENSE=	GPLv2 # (or later)
 
 LIB_DEPENDS=	libtiff.so:${PORTSDIR}/graphics/tiff \
 		libv4l1.so:${PORTSDIR}/multimedia/libv4l
 
-OPTIONS_DEFINE=	AVAHI CUPS DOCS GPHOTO IEEE1284 IPV6 NLS SNMP USB
-OPTIONS_DEFAULT=	USB
+OPTIONS_DEFINE=	AVAHI CUPS DOCS GPHOTO IEEE1284 IPV6 NLS SNMP
 OPTIONS_SUB=	yes
-
-USB_DESC=	USB support
-IEEE1284_DESC=	libieee1284 support
+IEEE1284_DESC=	Pararell port support via libieee1284
 
 USES=		gmake pathfix pkgconfig
 GNU_CONFIGURE=	yes
@@ -84,8 +73,8 @@
 
 post-patch:
 	@${REINPLACE_CMD} -e '/^for ac_header in/s|libc.h|cups/cups.h| ; \
-		 s|-e .*/cups.h|"$$ac_cv_header_cups_cups_h" = "yes"| ; \
-		 s|-pthread|${PTHREAD_LIBS}|' ${WRKSRC}/configure
+		 s|-e .*/cups.h|"$$ac_cv_header_cups_cups_h" = "yes"|' \
+		${WRKSRC}/configure
 	@${REINPLACE_CMD} -e '/^dist_doc_DATA/s|COPYING||' \
 		${WRKSRC}/Makefile.in
 	@${REINPLACE_CMD} -e '/^pkgconfigdir/s|@libdir@|@prefix@/libdata|' \
@@ -93,7 +82,4 @@
 	@${REINPLACE_CMD} -e '/^export PKG_CONFIG_LIBDIR=/s|@libdir@|@prefix@/libdata|' \
 		${WRKSRC}/tools/sane-config.in
 
-post-install:
-	@${CAT} ${PKGMESSAGE}
-
 .include <bsd.port.mk>
diff -urN /usr/ports/graphics/sane-backends/distinfo graphics/sane-backends/distinfo
--- /usr/ports/graphics/sane-backends/distinfo	2013-11-06 22:02:03.000000000 +0900
+++ graphics/sane-backends/distinfo	2014-01-06 00:00:00.000000000 +0900
@@ -1,6 +1,2 @@
-SHA256 (sane-backends-1.0.23.tar.gz.1) = 551d7e0c89d18ca438bfce4f1c242b59485195c493c5f935a3b11e724ee39537
-SIZE (sane-backends-1.0.23.tar.gz.1) = 1792000
-SHA256 (sane-backends-1.0.23.tar.gz.2) = b487df0d8dc921803577ee34ceaa676a4a3b6715cd4d9a229b43d6a501a1baab
-SIZE (sane-backends-1.0.23.tar.gz.2) = 1792000
-SHA256 (sane-backends-1.0.23.tar.gz.3) = af91e84cb72dc2b1fa4c7eaba948ae6ab8e2ab353f79805a21de4ac52de5b81a
-SIZE (sane-backends-1.0.23.tar.gz.3) = 1758350
+SHA256 (sane-backends-1.0.24.tar.gz) = 27c7085a54f1505d8b551e6f1e69d30e1ee57328b18429bb2225dabf4c45462d
+SIZE (sane-backends-1.0.24.tar.gz) = 5778749
diff -urN /usr/ports/graphics/sane-backends/files/patch-backend__Makefile.in graphics/sane-backends/files/patch-backend__Makefile.in
--- /usr/ports/graphics/sane-backends/files/patch-backend__Makefile.in	2013-11-06 22:02:03.000000000 +0900
+++ graphics/sane-backends/files/patch-backend__Makefile.in	2014-01-06 00:00:00.000000000 +0900
@@ -1,15 +1,15 @@
 --- backend/Makefile.in.orig	2010-04-14 09:52:59.000000000 +0900
 +++ backend/Makefile.in	2010-05-10 21:51:54.000000000 +0900
-@@ -1244,7 +1244,7 @@
- libxerox_mfp_la_LIBADD =
- am_libxerox_mfp_la_OBJECTS = libxerox_mfp_la-xerox_mfp.lo
- libxerox_mfp_la_OBJECTS = $(am_libxerox_mfp_la_OBJECTS)
+@@ -1470,7 +1470,7 @@
+ am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
+ am__v_at_0 = @
+ am__v_at_1 = 
 -DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include/sane
 +DEFAULT_INCLUDES = -I$(top_builddir)/include/sane -I$(top_builddir)/include -I.@am__isrc@
  depcomp = $(SHELL) $(top_srcdir)/depcomp
  am__depfiles_maybe = depfiles
  am__mv = mv -f
-@@ -4701,7 +4701,7 @@
+@@ -5385,7 +5385,7 @@
  	@# installed library in $(sanelibdir) to $(sanelibdir)/libsane.*.  
  	@# Having two libsane's can cause issues so get rid of it.
  	-rm -f $(DESTDIR)$(sanelibdir)/libsane.*
@@ -18,7 +18,7 @@
  	test -z "$(configdir)/dll.d" || $(MKDIR_P) "$(DESTDIR)$(configdir)/dll.d"
  	@list="$(BACKEND_CONFS_ENABLED) saned.conf dll.conf"; for cfg in $$list; do \
  	  if test ! -r $${cfg}; then continue; fi; \
-@@ -4712,6 +4712,7 @@
+@@ -5396,6 +5396,7 @@
  	  $(INSTALL_DATA) $${cfg} $(DESTDIR)$(configdir)/$${cfg} \
  	  || exit 1; \
  	  fi; \
>Release-Note:
>Audit-Trail:
>Unformatted:



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