View | Details | Raw Unified | Return to bug 253562 | Differences between
and this patch

Collapse All | Expand All

(-)graphics/sane-backends/Makefile (-4 / +3 lines)
Lines 2-11 Link Here
2
# $FreeBSD: head/graphics/sane-backends/Makefile 564779 2021-02-09 11:10:57Z tcberner $
2
# $FreeBSD: head/graphics/sane-backends/Makefile 564779 2021-02-09 11:10:57Z tcberner $
3
3
4
PORTNAME=	sane-backends
4
PORTNAME=	sane-backends
5
PORTVERSION=	1.0.31
5
DISTVERSION=	1.0.32
6
PORTREVISION=	3
7
CATEGORIES=	graphics
6
CATEGORIES=	graphics
8
MASTER_SITES=	https://gitlab.com/sane-project/backends/uploads/8bf1cae2e1803aefab9e5331550e5d5d/
7
MASTER_SITES=	https://gitlab.com/sane-project/backends/uploads/104f09c07d35519cc8e72e604f11643f/
9
8
10
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	ports@FreeBSD.org
11
COMMENT=	API for accessing scanners, digital cameras, frame grabbers, etc
10
COMMENT=	API for accessing scanners, digital cameras, frame grabbers, etc
Lines 33-39 Link Here
33
USERS=		saned
32
USERS=		saned
34
GROUPS=		saned
33
GROUPS=		saned
35
34
36
PLIST_SUB=	SOVERSION=${PORTVERSION}
35
PLIST_SUB=	SOVERSION=${DISTVERSION}
37
36
38
OPTIONS_DEFINE=		AVAHI DOCS GPHOTO IEEE1284 IPV6 NLS SNMP USB V4L
37
OPTIONS_DEFINE=		AVAHI DOCS GPHOTO IEEE1284 IPV6 NLS SNMP USB V4L
39
OPTIONS_DEFAULT=	AVAHI GPHOTO USB
38
OPTIONS_DEFAULT=	AVAHI GPHOTO USB
(-)graphics/sane-backends/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1598185199
1
TIMESTAMP = 1613475639
2
SHA256 (sane-backends-1.0.31.tar.gz) = 4a3b10fcb398ed854777d979498645edfe66fcac2f2fd2b9117a79ff45e2a5aa
2
SHA256 (sane-backends-1.0.32.tar.gz) = 3a28c237c0a72767086202379f6dc92dbb63ec08dfbab22312cba80e238bb114
3
SIZE (sane-backends-1.0.31.tar.gz) = 7301484
3
SIZE (sane-backends-1.0.32.tar.gz) = 7349442
(-)graphics/sane-backends/files/patch-configure (-4 / +4 lines)
Lines 1-6 Link Here
1
--- configure.orig	2020-08-23 11:59:54 UTC
1
--- configure.orig
2
+++ configure
2
+++ configure
3
@@ -22134,7 +22134,7 @@ $as_echo_n "checking whether pthread_t is integer... "
3
@@ -22378,7 +22378,7 @@
4
 int
4
 int
5
 main ()
5
 main ()
6
 {
6
 {
Lines 9-15 Link Here
9
   ;
9
   ;
10
   return 0;
10
   return 0;
11
 }
11
 }
12
@@ -26279,7 +26279,7 @@ for be in ${BACKENDS}; do
12
@@ -26520,7 +26520,7 @@
13
     ;;
13
     ;;
14
 
14
 
15
     v4l)
15
     v4l)
Lines 18-24 Link Here
18
       || test "${have_libv4l1}" != "yes"; then
18
       || test "${have_libv4l1}" != "yes"; then
19
       echo "*** $be backend requires v4l libraries - $DISABLE_MSG"
19
       echo "*** $be backend requires v4l libraries - $DISABLE_MSG"
20
       backend_supported="no"
20
       backend_supported="no"
21
@@ -26482,7 +26482,7 @@ for be in ${BACKENDS}; do
21
@@ -26734,7 +26734,7 @@
22
     ;;
22
     ;;
23
 
23
 
24
     v4l)
24
     v4l)

Return to bug 253562