Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 May 2006 18:44:59 +0200
From:      Dejan Lesjak <dejan.lesjak@ijs.si>
To:        Kris Kennaway <kris@obsecurity.org>
Cc:        freebsd-x11@freebsd.org
Subject:   Re: Ports with duplicate LATEST_LINKS
Message-ID:  <200605091844.59789.dejan.lesjak@ijs.si>
In-Reply-To: <20060509163417.GE89331@xor.obsecurity.org>
References:  <200605071756.k47HuSvD033837@8ball.rtp.FreeBSD.org> <200605091804.33074.dejan.lesjak@ijs.si> <20060509163417.GE89331@xor.obsecurity.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 09 May 2006 18:34, Kris Kennaway wrote:
> I'd prefer the warning to be silenced.  You can either commit the PR
> or make the LATEST_LINK conditional on X_WINDOW_SYSTEM being set
> (i.e. for xorg have the LATEST_LINK in imake-4 and vice versa).  That
> will be a NOP, but it will shut up the script.

Ah excellent sneaky idea. Would NO_LATEST_LINK in IGNORE case like the 
following do then?

Index: imake-4/Makefile
===================================================================
RCS file: /epruveta/repos/freebsd/ports/devel/imake-4/Makefile,v
retrieving revision 1.38
diff -u -r1.38 Makefile
--- imake-4/Makefile    4 May 2006 21:40:44 -0000       1.38
+++ imake-4/Makefile    9 May 2006 16:41:05 -0000
@@ -34,6 +34,7 @@
 IGNORE=        is part of XFree86 and you have ${X_WINDOW_SYSTEM} set for 
X11\
        distribution. See The X Window System and Virtual Consoles chapter\
        of FAQ for more information
+NO_LATEST_LINK=        yes
 .endif
 
 DIST_SUBDIR=   xc
Index: imake-6/Makefile
===================================================================
RCS file: /epruveta/repos/freebsd/ports/devel/imake-6/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- imake-6/Makefile    4 May 2006 21:40:44 -0000       1.11
+++ imake-6/Makefile    9 May 2006 16:41:39 -0000
@@ -59,6 +59,7 @@
 IGNORE=        is part of X.Org and you have ${X_WINDOW_SYSTEM} set for X11\
        distribution. See The X Window System and Virtual Consoles chapter\
        of FAQ for more information
+NO_LATEST_LINK=        yes
 .endif
 
 .include <bsd.port.post.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605091844.59789.dejan.lesjak>