ports/70841: [UPDATE] fix LIB_DEPENDS of ports/graphics/sane-backends
Ying-Chieh Chen
yinjieh at csie.nctu.edu.tw
Mon Aug 23 04:40:26 UTC 2004
>Number: 70841
>Category: ports
>Synopsis: [UPDATE] fix LIB_DEPENDS of ports/graphics/sane-backends
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Mon Aug 23 04:40:25 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Ying-Chieh Chen
>Release: FreeBSD 4.10-STABLE i386
>Organization:
NCTU CSIE
>Environment:
System: FreeBSD alumni 4.10-STABLE FreeBSD 4.10-STABLE #25: Fri Jul 2 07:46:15 CST 2004 wcpan at ccduty:/bsdhome/bsd4/obj/bsdhome/bsd4/src/sys/CSIEBSD i386
>Description:
sane-backends depends on gphoto2.2,
which is in libgphoto2, not in gphoto2.
>How-To-Repeat:
Apply the patch.
>Fix:
--- sane-backends.patch begins here ---
diff -ruN /usr/ports/graphics/sane-backends/Makefile sane-backends/Makefile
--- /usr/ports/graphics/sane-backends/Makefile Sun Aug 22 20:39:57 2004
+++ sane-backends/Makefile Mon Aug 23 11:13:01 2004
@@ -49,7 +49,7 @@
.endif
.if defined(WITH_GPHOTO2)
-LIB_DEPENDS+= gphoto2.2:${PORTSDIR}/graphics/gphoto2
+LIB_DEPENDS+= gphoto2.2:${PORTSDIR}/graphics/libgphoto2
PLIST_SUB+= GPHOTO2=""
.else
CONFIGURE_ARGS+= --with-gphoto2=no
--- sane-backends.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list