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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/75fef47039a0
branches:  trunk
changeset: 541222:75fef47039a0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Apr 16 22:11:30 2008 +0000

description:
Update to 1.0.4:

Adam Jackson (2):
      Bug #7645: Fix a conditional that always evaluates to FALSE.
      xkbcomp 1.0.4

Alan Coopersmith (1):
      Bug 14185: MAINTAINERCLEANFILES multiply defined in Makefile.am

Daniel Drake (1):
      Bug #11025: xkbcomp COPYING file

James Cloos (3):
      Rename .cvsignore to .gitignore
      Add *~ to .gitignore to skip patch/emacs droppings
      Replace static ChangeLog with dist-hook to generate from git log

Matthieu Herrb (2):
      Also mark xkbparse.h as a generated file.
      Revert "Also mark xkbparse.h as a generated file."

Tilman Sauerbeck (3):
      Fixed an invalid memory access.
      Fixed a bunch of const correctness bugs.
      Ignore *.o and ylwrap.

diffstat:

 x11/xkbcomp/Makefile         |   4 ++--
 x11/xkbcomp/distinfo         |   9 ++++-----
 x11/xkbcomp/patches/patch-aa |  17 -----------------
 3 files changed, 6 insertions(+), 24 deletions(-)

diffs (48 lines):

diff -r 46557c252f08 -r 75fef47039a0 x11/xkbcomp/Makefile
--- a/x11/xkbcomp/Makefile      Wed Apr 16 22:07:34 2008 +0000
+++ b/x11/xkbcomp/Makefile      Wed Apr 16 22:11:30 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2007/05/07 20:13:27 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2008/04/16 22:11:30 wiz Exp $
 #
 
-DISTNAME=              xkbcomp-1.0.3
+DISTNAME=              xkbcomp-1.0.4
 CATEGORIES=            x11
 MASTER_SITES=          http://xorg.freedesktop.org/releases/individual/app/
 EXTRACT_SUFX=          .tar.bz2
diff -r 46557c252f08 -r 75fef47039a0 x11/xkbcomp/distinfo
--- a/x11/xkbcomp/distinfo      Wed Apr 16 22:07:34 2008 +0000
+++ b/x11/xkbcomp/distinfo      Wed Apr 16 22:11:30 2008 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.2 2007/02/26 18:10:58 drochner Exp $
+$NetBSD: distinfo,v 1.3 2008/04/16 22:11:30 wiz Exp $
 
-SHA1 (xkbcomp-1.0.3.tar.bz2) = b0e32f66dd9a18dd5d28cd582f062709b28e901a
-RMD160 (xkbcomp-1.0.3.tar.bz2) = b9251c0ed2fdc4e3c72dd8ce54d03063c9f56ed7
-Size (xkbcomp-1.0.3.tar.bz2) = 189992 bytes
-SHA1 (patch-aa) = bc86b786b7e7ee3dbf76379026300bbdd52f3555
+SHA1 (xkbcomp-1.0.4.tar.bz2) = c6a1772f36499387cdb72ab72b58b3bd8709a195
+RMD160 (xkbcomp-1.0.4.tar.bz2) = bd85f480d831e1105e45944d14aaa89c984bcf9c
+Size (xkbcomp-1.0.4.tar.bz2) = 202320 bytes
diff -r 46557c252f08 -r 75fef47039a0 x11/xkbcomp/patches/patch-aa
--- a/x11/xkbcomp/patches/patch-aa      Wed Apr 16 22:07:34 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2007/02/26 18:10:58 drochner Exp $
-
---- configure.orig     2007-01-22 19:48:38.000000000 +0100
-+++ configure
-@@ -2032,10 +2032,10 @@ AMSHOWCMDSAT=''
- AMDEPSHOWCMDSAT=''
- AMPRETTYECHO=true
- AMCMDECHO=echo
--if test "x$enable_pretty_cmds" == xyes;
-+if test "x$enable_pretty_cmds" = xyes;
- then
-   AMSHOWCMDSAT='@'
--  test x$enable_dependency_tracking == xno && AMDEPSHOWCMDSAT='@'
-+  test x$enable_dependency_tracking = xno && AMDEPSHOWCMDSAT='@'
-   AMPRETTYECHO=echo
-   AMCMDECHO=true
-   LT_QUIET='--quiet'



Home | Main Index | Thread Index | Old Index