update to 1.0.3
changes: accept negative numbers in geometry co-ordinates avoid use of uninitialised variable
This commit is contained in:
parent
909bf3b5f1
commit
63b86da548
3 changed files with 24 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2006/11/07 17:23:58 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2007/02/26 18:10:58 drochner Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xkbcomp-1.0.2
|
||||
DISTNAME= xkbcomp-1.0.3
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2006/11/07 17:23:58 joerg Exp $
|
||||
$NetBSD: distinfo,v 1.2 2007/02/26 18:10:58 drochner Exp $
|
||||
|
||||
SHA1 (xkbcomp-1.0.2.tar.bz2) = 2e01ea15e85a815a40d028df794bdc41aed1a25c
|
||||
RMD160 (xkbcomp-1.0.2.tar.bz2) = 9d20df260ab15711b5c3ceb8c75019b5fbb5149f
|
||||
Size (xkbcomp-1.0.2.tar.bz2) = 185124 bytes
|
||||
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
|
||||
|
|
17
x11/xkbcomp/patches/patch-aa
Normal file
17
x11/xkbcomp/patches/patch-aa
Normal file
|
@ -0,0 +1,17 @@
|
|||
$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'
|
Loading…
Reference in a new issue