Date: Sun, 16 May 2004 01:59:52 +0200 From: Oliver Eikemeier <eikemeier@fillmore-labs.com> To: Kris Kennaway <kris@obsecurity.org> Cc: ports@FreeBSD.org Subject: Re: Ports with duplicate LATEST_LINKS Message-ID: <40A6AEF8.8050003@fillmore-labs.com> In-Reply-To: <20040515223352.GA30459@xor.obsecurity.org> References: <200405150313.i4F3DagV071595@8ball.rtp.freebsd.org> <40A612A1.3020801@fillmore-labs.com> <20040515223352.GA30459@xor.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Kris Kennaway wrote: > On Sat, May 15, 2004 at 02:52:49PM +0200, Oliver Eikemeier wrote: > >>Kris Kennaway wrote: >> >>>Dear port maintainers, >>> >>>The following list includes ports maintained by you that have duplicate >>>LATEST_LINK values. They should either be modified to use a unique >>>LATEST_LINK or suppressed using NO_LATEST_LINK, to avoid overwriting >>>each other in the packages/Latest directory. If your ports conflict with >>>ports maintained by another person, please coordinate your efforts with >>>them. >> >>Kris, please don't suggest using NO_LATEST_LINK. Just recommend to set >>LATEST_LINK to a unique value, so that pkg_add -r ${LATEST_LINK} works. >>Most port committers don't use packages, so this feature is not widely >>understood. > > OTOH, pkg_add -r ${SOMEBIZARRENAMETHATNOONEWILLEVERGUESS} is unproductive :) Most often, ${PKGNAMEPREFIX}${.CURDIR:T} is a reasonable default (except for the perl ports, where the directory name already contains p5-), which is easily guessable. This won't help with security/hydra and www/hydra, but now I have to look up the version number on the web site and do pkg_add ftp://ftp.freebsd.org/pub/FreeBSD/ports/alpha/packages-5-current/www/hydra-0.1.4_1.tbz or pkg_add ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4-stable/www/hydra-0.1.4_1.tbz instead of simply doing pkg_add -r www_hydra no matter what the version number of hydra is nor which os version on which platform I'm running. Besides, they'll get a unique UNIQUENAME for free. We could display the latest link names on the web listing, and it's better to have to look them up once than figuring out all the details every time. -Oliver
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40A6AEF8.8050003>