summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz>2008-04-16 22:11:30 +0000
committerwiz <wiz>2008-04-16 22:11:30 +0000
commit4ee46f952970adf8f4e7be03156ed41c5e163301 (patch)
tree6c0b7c8a8368a32c97290498bb61507c0ebeeb10 /x11
parent3e4e9e0c74b0ecffe8bca2ffe7374b96da916287 (diff)
downloadpkgsrc-4ee46f952970adf8f4e7be03156ed41c5e163301.tar.gz
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 (limited to 'x11')
-rw-r--r--x11/xkbcomp/Makefile4
-rw-r--r--x11/xkbcomp/distinfo9
-rw-r--r--x11/xkbcomp/patches/patch-aa17
3 files changed, 6 insertions, 24 deletions
diff --git a/x11/xkbcomp/Makefile b/x11/xkbcomp/Makefile
index 21bcc2d7de3..47610eb001c 100644
--- a/x11/xkbcomp/Makefile
+++ b/x11/xkbcomp/Makefile
@@ -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 --git a/x11/xkbcomp/distinfo b/x11/xkbcomp/distinfo
index b3d6e7df1ed..f40c8d0f243 100644
--- a/x11/xkbcomp/distinfo
+++ b/x11/xkbcomp/distinfo
@@ -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 --git a/x11/xkbcomp/patches/patch-aa b/x11/xkbcomp/patches/patch-aa
deleted file mode 100644
index c70df9642e0..00000000000
--- a/x11/xkbcomp/patches/patch-aa
+++ /dev/null
@@ -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'