pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Allow the last known version information to match all ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/524292ac8694
branches: trunk
changeset: 471731:524292ac8694
user: jlam <jlam%pkgsrc.org@localhost>
date: Tue Mar 30 17:10:16 2004 +0000
description:
Allow the last known version information to match all future versions of
XFree86 until we know for certain that it's different. This makes us more
bulletproof to updates in xsrc.
diffstat:
fonts/Xft2/builtin.mk | 3 ++-
x11/Xrandr-mixedcase/builtin.mk | 3 ++-
x11/Xrender/builtin.mk | 3 ++-
3 files changed, 6 insertions(+), 3 deletions(-)
diffs (51 lines):
diff -r c3af181a4958 -r 524292ac8694 fonts/Xft2/builtin.mk
--- a/fonts/Xft2/builtin.mk Tue Mar 30 17:04:06 2004 +0000
+++ b/fonts/Xft2/builtin.mk Tue Mar 30 17:10:16 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.3 2004/03/30 17:04:06 jlam Exp $
+# $NetBSD: builtin.mk,v 1.4 2004/03/30 17:10:16 jlam Exp $
_X11_TMPL= ${X11BASE}/lib/X11/config/X11.tmpl
@@ -24,6 +24,7 @@
#
_XFT2_VERSIONS= 2.1.2 2.1.1 2.1.0
_XFT2_2.1.0= 4.2.99.* 4.3 4.3.[0-9] 4.3.[0-9].* 4.3.[1-8][0-9]* 4.3.9[0-8]*
+_XFT2_2.1.0+= 4.3.99.* 4.[4-9]* 4.[1-9][0-9]*
. if !defined(XF86_VERSION)
_X11_CONFIG_VERSION_DEF= ${X11BASE}/lib/X11/config/version.def
XF86_VERSION= 3.3
diff -r c3af181a4958 -r 524292ac8694 x11/Xrandr-mixedcase/builtin.mk
--- a/x11/Xrandr-mixedcase/builtin.mk Tue Mar 30 17:04:06 2004 +0000
+++ b/x11/Xrandr-mixedcase/builtin.mk Tue Mar 30 17:10:16 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.3 2004/03/30 17:04:06 jlam Exp $
+# $NetBSD: builtin.mk,v 1.4 2004/03/30 17:10:16 jlam Exp $
_X11_TMPL= ${X11BASE}/lib/X11/config/X11.tmpl
@@ -24,6 +24,7 @@
#
_XRANDR_VERSIONS= 1.0.2 1.0.1 1.0
_XRANDR_1.0= 4.2 4.2.* 4.3 4.3.[0-9] 4.3.[0-9].* 4.3.[1-8][0-9]* 4.3.9[0-8]*
+_XRANDR_1.0+= 4.3.99.* 4.[4-9]* 4.[1-9][0-9]*
. if !defined(XF86_VERSION)
_X11_CONFIG_VERSION_DEF= ${X11BASE}/lib/X11/config/version.def
XF86_VERSION= 3.3
diff -r c3af181a4958 -r 524292ac8694 x11/Xrender/builtin.mk
--- a/x11/Xrender/builtin.mk Tue Mar 30 17:04:06 2004 +0000
+++ b/x11/Xrender/builtin.mk Tue Mar 30 17:10:16 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.3 2004/03/30 17:04:06 jlam Exp $
+# $NetBSD: builtin.mk,v 1.4 2004/03/30 17:10:16 jlam Exp $
_X11_TMPL= ${X11BASE}/lib/X11/config/X11.tmpl
@@ -26,6 +26,7 @@
_XRENDER_0.1= 4.0 4.0.* 4.1 4.1.[0-9] 4.1.[0-9].* 4.1.[1-8][0-9]* 4.1.9[0-8]*
_XRENDER_0.2= 4.1.99.* 4.2 4.2.[0-9] 4.2.[0-9].* 4.2.[1-8][0-9]* 4.2.9[0-8]*
_XRENDER_0.8= 4.2.99.* 4.3 4.3.[0-9] 4.3.[0-9].* 4.3.[1-8][0-9]* 4.3.9[0-8]*
+_XRENDER_0.8+= 4.3.99.* 4.[4-9]* 4.[1-9][0-9]*
. if !defined(XF86_VERSION)
_X11_CONFIG_VERSION_DEF= ${X11BASE}/lib/X11/config/version.def
XF86_VERSION= 3.3
Home |
Main Index |
Thread Index |
Old Index