Fri Jan 15 18:40:25 2010 UTC ()
Update to libXmu-1.0.5. Changes:

Add libX11 to libXmu dependencies
Add README with pointers to mailing list, bugzilla & git repos
Add pointer to API docs in xorg-docs to README
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
libXmu 1.0.5
Switch to winsock2
Fix build problems on WIN32 platforms
libXmu: check for LONG64, not LONG_64
nuke RCS Ids
Compile warning fix by using Cardinal instead of int.
Janitor: make distcheck, compiler warnings, .gitignore.


(tnn)
diff -r1.4 -r1.5 pkgsrc/x11/libXmu/Makefile
diff -r1.3 -r1.4 pkgsrc/x11/libXmu/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/x11/libXmu/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/libXmu/Makefile 2008/05/24 21:45:15 1.4
+++ pkgsrc/x11/libXmu/Makefile 2010/01/15 18:40:25 1.5
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.4 2008/05/24 21:45:15 tnn Exp $ 1# $NetBSD: Makefile,v 1.5 2010/01/15 18:40:25 tnn Exp $
2# 2#
3 3
4DISTNAME= libXmu-1.0.4 4DISTNAME= libXmu-1.0.5
5CATEGORIES= x11 devel 5CATEGORIES= x11 devel
6MASTER_SITES= ${MASTER_SITE_XORG:=lib/} 6MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= joerg@NetBSD.org 9MAINTAINER= joerg@NetBSD.org
10HOMEPAGE= http://xorg.freedesktop.org/ 10HOMEPAGE= http://xorg.freedesktop.org/
11COMMENT= X Miscellaneous Utilities library 11COMMENT= X Miscellaneous Utilities library
12 12
13PKG_INSTALLATION_TYPES= overwrite pkgviews 13PKG_INSTALLATION_TYPES= overwrite pkgviews
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16USE_LIBTOOL= yes 16USE_LIBTOOL= yes
17PKGCONFIG_OVERRIDE+= xmu.pc.in 17PKGCONFIG_OVERRIDE+= xmu.pc.in

cvs diff -r1.3 -r1.4 pkgsrc/x11/libXmu/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/libXmu/distinfo 2008/01/15 23:56:46 1.3
+++ pkgsrc/x11/libXmu/distinfo 2010/01/15 18:40:25 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2008/01/15 23:56:46 wiz Exp $ 1$NetBSD: distinfo,v 1.4 2010/01/15 18:40:25 tnn Exp $
2 2
3SHA1 (libXmu-1.0.4.tar.bz2) = e2ecbce02184efd8899a34554575e1f3b6815295 3SHA1 (libXmu-1.0.5.tar.bz2) = e7ff5960f2374852b941f909cdbdeafe7d29322f
4RMD160 (libXmu-1.0.4.tar.bz2) = d1c1b185842456f65766df89f6a370f0d679ad29 4RMD160 (libXmu-1.0.5.tar.bz2) = 3d07f6ca5dc5ddb571dd25e35253dba3baff834b
5Size (libXmu-1.0.4.tar.bz2) = 305347 bytes 5Size (libXmu-1.0.5.tar.bz2) = 323286 bytes