summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-07-18 15:00:16 +0000
committerwiz <wiz@pkgsrc.org>2009-07-18 15:00:16 +0000
commitf18c8721f35985a756ac944427d32f3af27c79ef (patch)
tree9fb13aee1fbd8cfceebe0e44538bc71590d3c773
parent736ab8a2c9ba1ba17f0e28f336af3feb8e2da4cb (diff)
downloadpkgsrc-f18c8721f35985a756ac944427d32f3af27c79ef.tar.gz
Update to 1.1.0:
xkbcomp wanted a release. This version does not have a lot of new features but enough code was modified to justify the 1.1.0 bump. The most interesting feature is the ability to configure the xkb data dir at configure time rather than being forced to the hardcoded default. Other changes include a few bug fixes, cleanups, comments and a run of 'indent' over the repository. The latter may require distribution patches to be adjusted. Cheers, Peter Alan Coopersmith (5): Check for strdup & strcasecmp before assuming we need to provide our own Remove X_NOT_POSIX #ifdefs Remove #if 0'd typedef that appears nowhere else. sprintf -> snprintf conversions Use temporary buffer for generating Uxxx names to avoid overflow Dan Nicholson (1): Allow the default XKB config root to be set from configure Matthieu Herrb (1): Minimal man page addition for new -i option. Paulo Cesar Pereira de Andrade (2): Correct make distcheck and most gcc and sparse warnings. Correct a remaining of a wrong change to make some DEBUG_VAR's static. Peter Hutterer (13): Remove RCS tags. Add a few explanatory comments. Indent fixes. If we're not using XkbDesc, don't require it as a parameter. Add some explanatory comments Silence valgrind warnings. Remove useless longestPath variable. More comments. Don't pass useless handlers around in HandleIncludeKeycodes. Remove unused merge parameter from HandleKeyNameVar. Don't overwrite previously assigned type indices with useless ones. Check for NULL strings before calling strdup. Bump to 1.1.0.
-rw-r--r--x11/xkbcomp/Makefile4
-rw-r--r--x11/xkbcomp/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/xkbcomp/Makefile b/x11/xkbcomp/Makefile
index eccf66cfd98..449f1304162 100644
--- a/x11/xkbcomp/Makefile
+++ b/x11/xkbcomp/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2008/05/24 21:45:18 tnn Exp $
+# $NetBSD: Makefile,v 1.7 2009/07/18 15:00:16 wiz Exp $
#
-DISTNAME= xkbcomp-1.0.5
+DISTNAME= xkbcomp-1.1.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
diff --git a/x11/xkbcomp/distinfo b/x11/xkbcomp/distinfo
index 272745f168d..77f922862d9 100644
--- a/x11/xkbcomp/distinfo
+++ b/x11/xkbcomp/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2008/05/09 04:01:55 bjs Exp $
+$NetBSD: distinfo,v 1.5 2009/07/18 15:00:16 wiz Exp $
-SHA1 (xkbcomp-1.0.5.tar.bz2) = 9485bb7763ae06e48f12638deeed5b42abe61cbd
-RMD160 (xkbcomp-1.0.5.tar.bz2) = 09af0ab2c714066846ede7317564b658623d3c9e
-Size (xkbcomp-1.0.5.tar.bz2) = 201382 bytes
+SHA1 (xkbcomp-1.1.0.tar.bz2) = 78d710d64e64df1894dd2b49ff9b0113b3af4746
+RMD160 (xkbcomp-1.1.0.tar.bz2) = eed82db28ffb36ebef91d3b79b966349037ba51d
+Size (xkbcomp-1.1.0.tar.bz2) = 218419 bytes