Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jan 2013 18:34:15 -0500
From:      Eitan Adler <eadler@freebsd.org>
To:        Bryan Drewery <bdrewery@freebsd.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, "Timur I. Bakeyev" <timur@freebsd.org>, ports-committers@freebsd.org
Subject:   Re: svn commit: r311324 - in head: . misc/amanda-server misc/amanda25-server misc/amanda26-server misc/amanda32-server misc/instant-server net-im/kpopup net-im/linpopup net/jags net/lanbrowsing net/pro...
Message-ID:  <CAF6rxgkXjA7u7d=sasC=qBpObvDobH5BQL3eOCEXxFT0RpP6Kw@mail.gmail.com>
In-Reply-To: <510ACB0F.9040402@FreeBSD.org>
References:  <201301311914.r0VJE8R8091684@svn.freebsd.org> <510ACB0F.9040402@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 31 January 2013 14:50, Bryan Drewery <bdrewery@freebsd.org> wrote:
> On 1/31/2013 1:14 PM, Timur I. Bakeyev wrote:
>>  .if defined (WITH_SAMBA)
>> -SAMBA_PORT?= samba34
>> +SAMBA_PORT?= samba36
>>  BUILD_DEPENDS+=      smbclient:${PORTSDIR}/net/${SAMBA_PORT}
>>  RUN_DEPENDS+=        smbclient:${PORTSDIR}/net/${SAMBA_PORT}
>> -CONFIGURE_ARGS+=     --with-smbclient=${PREFIX}/bin/smbclient
>> +CONFIGURE_ARGS+=     --with-smbclient=${LOCALBASE}/bin/smbclient
>
> Shouldn't PREFIX be respected and LOCALBASE just the default?

This diff is correct.  PREFIX is where samba will be installed to.
LOCALBASE refers to where things are already installed.   In this case
smbclient is a build and run depend, which means is already installed
(and therefore in LOCALBASE).

I wish the commit log were more clear.

-- 
Eitan Adler
Source, Ports, Doc committer
Bugmeister, Ports Security teams



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAF6rxgkXjA7u7d=sasC=qBpObvDobH5BQL3eOCEXxFT0RpP6Kw>