Subject: pkg/34525: [update] devel/libmatchbox
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Martin Wilke <miwi@FreeBSD.org>
List: pkgsrc-bugs
Date: 09/14/2006 18:10:01
>Number:         34525
>Category:       pkg
>Synopsis:       [update] devel/libmatchbox
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Thu Sep 14 18:10:00 +0000 2006
>Originator:     Martin Wilke
>Release:        NetBSD 4.0_BETA i386
>Organization:
>Environment:


System: NetBSD 4.0_BETA (GENERIC) #0: Thu Aug 31 02:51:57 UTC 2006
	builds@b4.netbsd.org:/home/builds/ab/netbsd-4/i386/200608300000Z-obj/home/builds/ab/netbsd-4/src/sys/arch/i386/compile/GENERIC



>Description:


- Update to 1.9

- Changelog
	 Fix mb_want_warning(s) typo
	 Remove various non-critical stderr warnings.                                
       	 Make old behaviour reproduce-able via setting MB_WARNINGS env var.
	 Set PID hint correctly.


-  1.8	
	 Fix xsettings never actually getting used :(                                
         A Little reformatting.
	 Rework pc file to use requires
	 Fix various GCC 4 warnings
	 Allow for timeout to be cleared. 
	 Backout 2005-10-12 change, needs proper fix  
	 Detach SHM test correctly via patch from Tapani
	 Hack to allow parsing of [icon theme] .desktop files   
	 Tweak for people that try to compile without-x                              
         Dont put ellipses right after a space
	 Check for AC_PATH_XTRA fail. 




>How-To-Repeat:





>Fix:


--- libmatchbox.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/pkgsrc/devel/libmatchbox/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- Makefile	17 Apr 2006 13:46:01 -0000	1.15
+++ Makefile	14 Sep 2006 16:55:31 -0000
@@ -1,10 +1,9 @@
 # $NetBSD: Makefile,v 1.15 2006/04/17 13:46:01 wiz Exp $
 #
 
-DISTNAME=	libmatchbox-1.7
-PKGREVISION=	3
+DISTNAME=	libmatchbox-1.9
 CATEGORIES=	devel
-MASTER_SITES=	http://projects.o-hand.com/matchbox/sources/libmatchbox/1.7/
+MASTER_SITES=	http://projects.o-hand.com/matchbox/sources/libmatchbox/1.9/
 
 MAINTAINER=	pkgsrc-users@NetBSD.org
 HOMEPAGE=	http://projects.o-hand.com/matchbox/
Index: distinfo
===================================================================
RCS file: /home/pcvs/pkgsrc/devel/libmatchbox/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo	31 Dec 2005 13:21:44 -0000	1.4
+++ distinfo	14 Sep 2006 16:55:39 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.4 2005/12/31 13:21:44 peter Exp $
 
-SHA1 (libmatchbox-1.7.tar.gz) = ede48e8890d12466e48fdf7e0b0345e5c65f1dd6
-RMD160 (libmatchbox-1.7.tar.gz) = 583a76637fc7db5a58282762adbc6d1f4d0e0695
-Size (libmatchbox-1.7.tar.gz) = 315574 bytes
+SHA1 (libmatchbox-1.9.tar.gz) = 9a14f77c7bf0c7ea7177929bbf306bdad7f4a6fe
+RMD160 (libmatchbox-1.9.tar.gz) = 4620db3da81a6acd69694cd6cec8393ec8d91a05
+Size (libmatchbox-1.9.tar.gz) = 418576 bytes
--- libmatchbox.diff ends here ---