From owner-cvs-all@FreeBSD.ORG Sun Jul 20 10:19:35 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 90C02106566B; Sun, 20 Jul 2008 10:19:35 +0000 (UTC) Date: Sun, 20 Jul 2008 10:19:35 +0000 From: Alexey Dokuchaev To: Martin Wilke Message-ID: <20080720101935.GA70465@FreeBSD.org> References: <200807191325.m6JDPNQ3092788@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200807191325.m6JDPNQ3092788@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/print/flpsed Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jul 2008 10:19:35 -0000 On Sat, Jul 19, 2008 at 01:25:22PM +0000, Martin Wilke wrote: > miwi 2008-07-19 13:25:22 UTC > > FreeBSD ports repository > > Modified files: > print/flpsed Makefile distinfo pkg-descr > Log: > - Update to 0.6.1 > - Fix dependencys > > -LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk > +BUILD_DEPENDS+= ${LOCALBASE}/lib/libfltk2.a:${PORTSDIR}/x11-toolkits/fltk2 > +RUN_DEPENDS+= ${LOCALBASE}/lib/libfltk2.a:${PORTSDIR}/x11-toolkits/fltk2 Can you elaborate on this part of the change please? It looks bogus: depending on something like widget toolkit via static library (archive) and having RUN_DEPENDS (which is, again, makes sence if application loads shared libraries via dlopen() which is hardly the case here). Thanks. ./danfe