Ports with duplicate LATEST_LINKS

Dejan Lesjak dejan.lesjak at ijs.si
Mon Mar 28 08:52:57 PST 2005


On Sunday 27 of March 2005 01:49, 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.
>
>
> Thanks,
> Kris "Annoying Reminder Guy II" Kennaway
> LATEST_LINK          PORTNAME                       MAINTAINER
> ==========================================================================
[snip]
> imake                devel/imake-4                  x11 at FreeBSD.org
> imake                devel/imake-6                  x11 at FreeBSD.org
[snip]

So this won't work:
On Monday 21 of February 2005 02:44, Kris Kennaway wrote:
> Should the NO_LATEST_LINK in devel/imake-6 be removed?  It's not going
> to conflict with imake-4 since only one of those packages is built on
> any given branch.

Should we wrap this in some X_WINDOW_SYSTEM if-check like this (for imake-6):
.if ${X_WINDOW_SYSTEM} != xorg
NO_LATEST_LINK=
.endif


Dejan


More information about the freebsd-x11 mailing list