Date: Thu, 16 May 2013 17:46:03 GMT From: Oleg Ginzburg <olevole@olevole.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/178691: sysutils/bacula* missed lzo dependency Message-ID: <201305161746.r4GHk3wi024253@oldred.FreeBSD.org> Resent-Message-ID: <201305161750.r4GHo0Fn065662@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 178691 >Category: ports >Synopsis: sysutils/bacula* missed lzo dependency >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: Thu May 16 17:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Oleg Ginzburg >Release: >Organization: >Environment: >Description: Bacula 5.2+ have lzo support: http://bacula.org/5.2.x-manuals/en/main/main/New_Features_in_5_2_x.html#SECTION00321000000000000000 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN bacula-server.bak/Makefile bacula-server/Makefile --- bacula-server.bak/Makefile 2013-05-16 21:41:15.972850000 +0400 +++ bacula-server/Makefile 2013-05-16 21:41:38.570300933 +0400 @@ -25,6 +25,8 @@ CPPFLAGS+= -I/usr/include/readline -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +LIB_DEPENDS+= lzo2:${PORTSDIR}/archivers/lzo2 + OPTIONS_DEFINE?= SQLITE3 MYSQL PGSQL MTX NLS OPENSSL OPTIONS_DEFAULT?= NLS OPENSSL PGSQL MTX_DESC= Install mtx for control of autochanger devices >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305161746.r4GHk3wi024253>