diff options
author | joerg <joerg> | 2007-07-12 15:01:59 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-07-12 15:01:59 +0000 |
commit | 2e400b81846440a7609ce7919c82bb24fcc3641b (patch) | |
tree | 3bc84d78a8498fa61fc61a7775a67e0c06a3be83 /x11/libX11/Makefile | |
parent | e9d9daf6e7507b9998d0817dfcb9d7a28cbdc53e (diff) | |
download | pkgsrc-2e400b81846440a7609ce7919c82bb24fcc3641b.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/Makefile | 5 |
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 |