Ports with duplicate LATEST_LINKS
Dejan Lesjak
dejan.lesjak at ijs.si
Tue May 9 16:45:37 UTC 2006
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>
More information about the freebsd-x11
mailing list