Index: head/graphics/sane-backends/Makefile =================================================================== --- head/graphics/sane-backends/Makefile (revision 565462) +++ head/graphics/sane-backends/Makefile (revision 565463) @@ -1,63 +1,62 @@ # Created by: gary@hotlava.com # $FreeBSD$ PORTNAME= sane-backends -PORTVERSION= 1.0.31 -PORTREVISION= 3 +DISTVERSION= 1.0.32 CATEGORIES= graphics -MASTER_SITES= https://gitlab.com/sane-project/backends/uploads/8bf1cae2e1803aefab9e5331550e5d5d/ +MASTER_SITES= https://gitlab.com/sane-project/backends/uploads/104f09c07d35519cc8e72e604f11643f/ MAINTAINER= vvd@unislabs.com COMMENT= API for accessing scanners, digital cameras, frame grabbers, etc LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff USES= compiler:c++11-lang gmake gnome jpeg libtool localbase:ldflags \ pathfix pkgconfig USE_GNOME= libxml2 USE_LDCONFIG= yes USE_RC_SUBR= saned GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-locking \ --enable-pthread \ --without-systemd INSTALL_TARGET= install-strip SUB_FILES= pkg-message USERS= saned GROUPS= saned -PLIST_SUB= SOVERSION=${PORTVERSION} +PLIST_SUB= SOVERSION=${DISTVERSION} OPTIONS_DEFINE= AVAHI DOCS GPHOTO IEEE1284 IPV6 NLS SNMP USB V4L OPTIONS_DEFAULT= AVAHI GPHOTO USB OPTIONS_SUB= yes IEEE1284_DESC= Parallel port support via libieee1284 USB_DESC= USB support AVAHI_LIB_DEPENDS= libavahi-client.so:net/avahi-app \ libcurl.so:ftp/curl \ libpoppler-glib.so:graphics/poppler-glib AVAHI_USE= GNOME=cairo,glib20 AVAHI_CONFIGURE_WITH= avahi libcurl GPHOTO_LIB_DEPENDS= libgphoto2.so:graphics/libgphoto2 GPHOTO_CONFIGURE_WITH= gphoto2 IEEE1284_LIB_DEPENDS= libieee1284.so:sysutils/libieee1284 IEEE1284_CONFIGURE_ENV_OFF= sane_cv_use_libieee1284=no IPV6_CONFIGURE_ENABLE= ipv6 NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp SNMP_CONFIGURE_WITH= snmp USB_CONFIGURE_WITH= usb V4L_LIB_DEPENDS= libv4l1.so:multimedia/libv4l V4L_CONFIGURE_WITH= v4l .include Index: head/graphics/sane-backends/distinfo =================================================================== --- head/graphics/sane-backends/distinfo (revision 565462) +++ head/graphics/sane-backends/distinfo (revision 565463) @@ -1,3 +1,3 @@ -TIMESTAMP = 1598185199 -SHA256 (sane-backends-1.0.31.tar.gz) = 4a3b10fcb398ed854777d979498645edfe66fcac2f2fd2b9117a79ff45e2a5aa -SIZE (sane-backends-1.0.31.tar.gz) = 7301484 +TIMESTAMP = 1613475639 +SHA256 (sane-backends-1.0.32.tar.gz) = 3a28c237c0a72767086202379f6dc92dbb63ec08dfbab22312cba80e238bb114 +SIZE (sane-backends-1.0.32.tar.gz) = 7349442 Index: head/graphics/sane-backends/files/patch-configure =================================================================== --- head/graphics/sane-backends/files/patch-configure (revision 565462) +++ head/graphics/sane-backends/files/patch-configure (revision 565463) @@ -1,29 +1,29 @@ ---- configure.orig 2020-08-23 11:59:54 UTC +--- configure.orig +++ configure -@@ -22134,7 +22134,7 @@ $as_echo_n "checking whether pthread_t is integer... " +@@ -22378,7 +22378,7 @@ int main () { -pthread_t k; k * 1; +pthread_t k; k = (pthread_t) -1; ; return 0; } -@@ -26279,7 +26279,7 @@ for be in ${BACKENDS}; do +@@ -26520,7 +26520,7 @@ ;; v4l) - if test "${have_linux_ioctl_defines}" != "yes" \ + if test "${have_libv4l1}" != "yes" \ || test "${have_libv4l1}" != "yes"; then echo "*** $be backend requires v4l libraries - $DISABLE_MSG" backend_supported="no" -@@ -26482,7 +26482,7 @@ for be in ${BACKENDS}; do +@@ -26734,7 +26734,7 @@ ;; v4l) - if test "${have_linux_ioctl_defines}" != "yes" \ + if test "${have_libv4l1}" != "yes" \ || test "${have_libv4l1}" != "yes"; then echo "*** $be backend requires v4l libraries - $DISABLE_MSG" backend_supported="no"