pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xkbcomp Update to 1.1.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dae7cd0c8a85
branches:  trunk
changeset: 396073:dae7cd0c8a85
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jul 18 15:00:16 2009 +0000

description:
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.

diffstat:

 x11/xkbcomp/Makefile |  4 ++--
 x11/xkbcomp/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 69dbebde6310 -r dae7cd0c8a85 x11/xkbcomp/Makefile
--- a/x11/xkbcomp/Makefile      Sat Jul 18 14:58:17 2009 +0000
+++ b/x11/xkbcomp/Makefile      Sat Jul 18 15:00:16 2009 +0000
@@ -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 -r 69dbebde6310 -r dae7cd0c8a85 x11/xkbcomp/distinfo
--- a/x11/xkbcomp/distinfo      Sat Jul 18 14:58:17 2009 +0000
+++ b/x11/xkbcomp/distinfo      Sat Jul 18 15:00:16 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index