summaryrefslogtreecommitdiff
path: root/x11/libXrandr/Makefile
diff options
context:
space:
mode:
authorbjs <bjs>2008-07-13 23:31:51 +0000
committerbjs <bjs>2008-07-13 23:31:51 +0000
commita5acb8ee5392b19a7bb574a6b60aedf907aefbff (patch)
tree5b8b712482c2ebc64e611def4c8644ad4fa53109 /x11/libXrandr/Makefile
parentb65535f640413e7702c9091130f3c337b213f24e (diff)
downloadpkgsrc-a5acb8ee5392b19a7bb574a6b60aedf907aefbff.tar.gz
Update to version 1.2.3. ChangeLog:
commit 203fc002b6948c3942f0461a0346dd07b633222d Bug #16430: Ignore ConfigureNotify on non-root windows in UpdateConfiguration commit 332eee90c4d00be3b11049e0261323abe89a96dc Rename parameters to clarify QueryVersion/QueryExtension. These parameters are not treated as input. Rename them to make the inner workings slightly more obvious. X.Org Bug 14511 <http://bugs.freedesktop.org/show_bug.cgi?id=14511> commit 824f3d4a3a4669526a5c391c6668df0384b49cdb Bug #14388: Remove XRRScreenConfig() and XRRConfig() from Xrandr.h. It seems that they were never actually implemented. Also remove the corresponding manpage symlinks. commit 23a47035818390ca197179a9a69a54badb370990 Hide some private symbols. XExtensionInfo, XRRExtensionName, XRRFindDisplay, _XRRHasRates and _XRRVersionHandler are internal to libXrandr. Don't export them.
Diffstat (limited to 'x11/libXrandr/Makefile')
-rw-r--r--x11/libXrandr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libXrandr/Makefile b/x11/libXrandr/Makefile
index b043558a684..04cde51e0ae 100644
--- a/x11/libXrandr/Makefile
+++ b/x11/libXrandr/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2008/05/24 21:45:15 tnn Exp $
+# $NetBSD: Makefile,v 1.8 2008/07/13 23:31:51 bjs Exp $
#
-DISTNAME= libXrandr-1.2.2
+DISTNAME= libXrandr-1.2.3
CATEGORIES= x11 devel
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2