summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2006-12-02 17:58:22 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2006-12-02 17:58:22 +0000
commitff1c943e0af98b01f9c2b1e14c0444bba5aca2e3 (patch)
treeb8efef069fb5151286fcb28f18534de93c3ad65e
parent6694db7079fd5df62e3db16172f802bfecd28aa3 (diff)
These libraries need a version bump.
-rw-r--r--lib/libGL/shlib_version2
-rw-r--r--lib/libX11/Makefile.bsd-wrapper4
-rw-r--r--lib/libXfixes/Makefile.bsd-wrapper4
-rw-r--r--lib/libXfont/Makefile.bsd-wrapper4
4 files changed, 7 insertions, 7 deletions
diff --git a/lib/libGL/shlib_version b/lib/libGL/shlib_version
index 66178967e..c39ce1656 100644
--- a/lib/libGL/shlib_version
+++ b/lib/libGL/shlib_version
@@ -1,3 +1,3 @@
-major=4
+major=5
minor=0
diff --git a/lib/libX11/Makefile.bsd-wrapper b/lib/libX11/Makefile.bsd-wrapper
index 744552a8a..99c40ea30 100644
--- a/lib/libX11/Makefile.bsd-wrapper
+++ b/lib/libX11/Makefile.bsd-wrapper
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2006/12/02 17:58:21 matthieu Exp $
-SHARED_LIBS= X11 9.0
+SHARED_LIBS= X11 10.0
CONFIGURE_ARGS= --without-xcb --enable-tcp-transport --enable-unix-transport --enable-IPv6
diff --git a/lib/libXfixes/Makefile.bsd-wrapper b/lib/libXfixes/Makefile.bsd-wrapper
index 4962469c0..7b64e8194 100644
--- a/lib/libXfixes/Makefile.bsd-wrapper
+++ b/lib/libXfixes/Makefile.bsd-wrapper
@@ -1,5 +1,5 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2006/12/02 17:58:21 matthieu Exp $
-SHARED_LIBS= Xfixes 4.0
+SHARED_LIBS= Xfixes 4.1
.include <bsd.xorg.mk>
diff --git a/lib/libXfont/Makefile.bsd-wrapper b/lib/libXfont/Makefile.bsd-wrapper
index 82b81c20c..68a08d875 100644
--- a/lib/libXfont/Makefile.bsd-wrapper
+++ b/lib/libXfont/Makefile.bsd-wrapper
@@ -1,5 +1,5 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2006/12/02 17:58:21 matthieu Exp $
-SHARED_LIBS= Xfont 4.0
+SHARED_LIBS= Xfont 5.0
.include <bsd.xorg.mk>