Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Mar 2012 14:34:24 GMT
From:      Alex Bakhtin <Alex.Bakhtin@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/166009: graphics/sane-backends is broken if option WITHSNMP=yes
Message-ID:  <201203131434.q2DEYOor004064@red.freebsd.org>
Resent-Message-ID: <201203131440.q2DEe23S061663@freefall.freebsd.org>

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

>Number:         166009
>Category:       ports
>Synopsis:       graphics/sane-backends is broken if option WITHSNMP=yes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 13 14:40:02 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Alex Bakhtin
>Release:        8-stable
>Organization:
>Environment:
>Description:
graphics/sane-backends is broken if option WITH_SNMP=yes because of missing '+' sign in the Makefile. If WITH_SNMP is enabled wrong LIB_DEPENDS value is used (no tiff and jpeg libs).



>How-To-Repeat:
Build package with SNMP enabled in tinderbox.

>Fix:
--- Makefile.orig       2012-03-13 17:25:19.078363510 +0300
+++ Makefile    2012-03-13 17:25:40.461570314 +0300
@@ -85,7 +85,7 @@
 .endif

 .if defined(WITH_SNMP)
-LIB_DEPENDS=           netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp
+LIB_DEPENDS+=          netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp
 .else
 CONFIGURE_ARGS+=       --without-snmp
 .endif


>Release-Note:
>Audit-Trail:
>Unformatted:



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