summaryrefslogtreecommitdiff
path: root/x11/libX11/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2007-07-12 15:01:59 +0000
committerjoerg <joerg>2007-07-12 15:01:59 +0000
commitf042d65524a89107b72b0667be1b7095d3ec372f (patch)
tree3bc84d78a8498fa61fc61a7775a67e0c06a3be83 /x11/libX11/Makefile
parentba959c281a7903f370455e3876823c7a99d57783 (diff)
downloadpkgsrc-f042d65524a89107b72b0667be1b7095d3ec372f.tar.gz
Update do libX11-1.1.2. Major changes include:
- fixed integer overflows [ patched before ] - fixed file descriptor leak - allow re-entrant Xlib calls from _XIOError for the sake of atexit handlers or ELF/C++ destructors - define XTHREADLIB and XTHREAD_CFLAGS [ not perfect, but used for now ] - Many constness and some 64bit issues fixed - Added man apge for XKB Add a NetBSD xsrc patch to unlock mutexes before destroying them.
Diffstat (limited to 'x11/libX11/Makefile')
-rw-r--r--x11/libX11/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile
index f58a56ec422..3634e0d89e3 100644
--- a/x11/libX11/Makefile
+++ b/x11/libX11/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2007/07/03 13:35:49 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2007/07/12 15:01:59 joerg Exp $
#
-DISTNAME= libX11-1.1.1
-PKGREVISION= 1
+DISTNAME= libX11-1.1.2
CATEGORIES= x11 devel
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/
EXTRACT_SUFX= .tar.bz2