[Bug 229653] [PATCH] graphics/sane-backends: Make update to 1.0.27 build

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Aug 27 22:11:33 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229653

--- Comment #11 from Peter Wullinger <freebsd at dhke.de> ---
(In reply to Nathan from comment #10)

Yes, that does it. However, I now get errors from pkg-static, since pkg-message
and saned (the script) have been removed but are still referenced from
Makefile.

Was the removal intentional, i.e. is saned no longer needed/working?

If so:
--- graphics/sane-backends/Makefile     (Revision 478257)
+++ graphics/sane-backends/Makefile     (Arbeitskopie)
@@ -3,10 +3,9 @@

 PORTNAME=      sane-backends
 PORTVERSION=   1.0.27
-PORTREVISION=  3
+PORTREVISION=  4
 CATEGORIES=    graphics
-MASTER_SITES=  https://alioth.debian.org/frs/download.php/file/4146/ \
-               http://fossies.org/linux/misc/
+MASTER_SITES=  http://fossies.org/linux/misc/

 MAINTAINER=    ports at FreeBSD.org
 COMMENT=       API for access to scanners, digitals camera, frame grabbers etc
@@ -26,17 +25,14 @@
                --without-systemd
 INSTALL_TARGET=        install-strip
 USE_LDCONFIG=  yes
-USE_RC_SUBR=   saned
-WRKSRC=                ${WRKDIR}/${PORTNAME}-1.0.25

-SUB_FILES=     pkg-message
-
 USERS= saned
 GROUPS=        saned

 PORTDOCS=      *

-OPTIONS_DEFINE=                AVAHI DOCS GPHOTO IEEE1284 IPV6 NLS SNMP USB
V4L
+OPTIONS_DEFINE=                AVAHI DOCS GPHOTO IPV6 NLS SNMP USB V4L
+OPTIONS_DEFINE_i386=   IEEE1284
 OPTIONS_DEFAULT=       USB
 OPTIONS_SUB=           yes

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list