diff options
author | wiz <wiz@pkgsrc.org> | 2008-01-15 23:56:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-01-15 23:56:46 +0000 |
commit | 5251eb9dfb0279d53dad577f9ac80b544952a155 (patch) | |
tree | bbae00a4f0809a838cc5f9c97ae9dc76df17e4db /x11 | |
parent | 780fb31735e82c8d8f558f2443a0ddf0327d822d (diff) | |
download | pkgsrc-5251eb9dfb0279d53dad577f9ac80b544952a155.tar.gz |
Update to 1.0.4:
Alan Coopersmith:
Add hooks for checking sources with tools like lint & sparse
Clear sparse warnings: Using plain integer as NULL pointer
Coverity #52: Dead code in get_os_name()
Version bump: 1.0.4
James Cloos:
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-hook to generate from git log
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXmu/Makefile | 4 | ||||
-rw-r--r-- | x11/libXmu/distinfo | 9 | ||||
-rw-r--r-- | x11/libXmu/patches/patch-aa | 17 |
3 files changed, 6 insertions, 24 deletions
diff --git a/x11/libXmu/Makefile b/x11/libXmu/Makefile index cef782db5ad..2fbf7359d5a 100644 --- a/x11/libXmu/Makefile +++ b/x11/libXmu/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2006/12/09 11:49:38 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2008/01/15 23:56:46 wiz Exp $ # -DISTNAME= libXmu-1.0.3 +DISTNAME= libXmu-1.0.4 CATEGORIES= x11 devel MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/ EXTRACT_SUFX= .tar.bz2 diff --git a/x11/libXmu/distinfo b/x11/libXmu/distinfo index a77803440c1..984bf55b7a9 100644 --- a/x11/libXmu/distinfo +++ b/x11/libXmu/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.2 2006/12/09 11:49:38 joerg Exp $ +$NetBSD: distinfo,v 1.3 2008/01/15 23:56:46 wiz Exp $ -SHA1 (libXmu-1.0.3.tar.bz2) = 7f2baa63b68ff8bdb524f3d5a2643066a556973b -RMD160 (libXmu-1.0.3.tar.bz2) = 25930eae64e2f8898864a4f756848bff810d3999 -Size (libXmu-1.0.3.tar.bz2) = 296622 bytes -SHA1 (patch-aa) = cadbe71bbd894931c02339e4bdd8cc4c0a4a4438 +SHA1 (libXmu-1.0.4.tar.bz2) = e2ecbce02184efd8899a34554575e1f3b6815295 +RMD160 (libXmu-1.0.4.tar.bz2) = d1c1b185842456f65766df89f6a370f0d679ad29 +Size (libXmu-1.0.4.tar.bz2) = 305347 bytes diff --git a/x11/libXmu/patches/patch-aa b/x11/libXmu/patches/patch-aa deleted file mode 100644 index 38f5f25dc1a..00000000000 --- a/x11/libXmu/patches/patch-aa +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2006/12/09 11:49:38 joerg Exp $ - ---- configure.orig 2006-12-09 12:45:30.000000000 +0100 -+++ configure -@@ -2252,10 +2252,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' |