Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 May 2004 12:25:59 +0200
From:      Oliver Eikemeier <eikemeier@fillmore-labs.com>
To:        pav@FreeBSD.org
Cc:        ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/mail Makefile ports/mail/postfix20 Makefile
Message-ID:  <40A1FBB7.6080504@fillmore-labs.com>
In-Reply-To: <1084355593.54941.13.camel@pav.hide.vol.cz>
References:  <200405120849.i4C8n5PT030149@repoman.freebsd.org> <40A1F232.7020903@fillmore-labs.com> <1084355593.54941.13.camel@pav.hide.vol.cz>

next in thread | previous in thread | raw e-mail | index | archive | help
Pav Lucistnik wrote:

> V st, 12. 05. 2004 v 11:45, Oliver Eikemeier p=ED=B9e:
>=20
>>>pav         2004/05/12 01:49:05 PDT
>>>
>>>  FreeBSD ports repository
>>>
>>>  Modified files:
>>>    mail                 Makefile=20
>>>    mail/postfix20       Makefile=20
>>>  Log:
>>>  After repocopy from mail/postfix, add mail/postfix20 port with postf=
ix 2.0.x
>>>  for people who don't want to update to 2.1.x right now.
>>
>>I guess
>>
>>  LATEST_LINK=3D	postfix20
>>
>>would have been more appropriate than
>>
>>  NO_LATEST_LINK=3D	yes
>>
>>At least you could do
>>
>>  pkg_add -r postfix20
>>
>>instead of knowing the precise version number then.
>=20
> I suppose pkg_add -r postfix20 is more unintuitive than pkg_add -r
> postfix-2.0.20, but I don't see how this could break anything so let it=

> be.

That is not the way pkg_add and LATEST_LINK works. If you want to install=

a package that has no LATEST_LINK set you have to specify the full URL,
including your OS version.

LATEST_LINK actually does some useful magic, and it's basically free, sin=
ce
you it will only add the overhead of one inode. So NO_LATEST_LINK should
only be set by ports that are not expected to be installed by package use=
rs,
for example because they are of highly experimental nature.

-Oliver



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