summaryrefslogtreecommitdiff
path: root/x11/libXmu
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-01-15 23:56:46 +0000
committerwiz <wiz@pkgsrc.org>2008-01-15 23:56:46 +0000
commit3637af6b49eca4cec1755eb8ed9146682a8a8553 (patch)
treebbae00a4f0809a838cc5f9c97ae9dc76df17e4db /x11/libXmu
parent2944991247dc627ca50c3541c20d7467b3385e5b (diff)
downloadpkgsrc-3637af6b49eca4cec1755eb8ed9146682a8a8553.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/libXmu')
-rw-r--r--x11/libXmu/Makefile4
-rw-r--r--x11/libXmu/distinfo9
-rw-r--r--x11/libXmu/patches/patch-aa17
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'