summaryrefslogtreecommitdiff
path: root/devel/libmatchbox
diff options
context:
space:
mode:
authorpeter <peter@pkgsrc.org>2005-12-31 13:21:44 +0000
committerpeter <peter@pkgsrc.org>2005-12-31 13:21:44 +0000
commit50728318490c7a7bb498eccf07d5ed645af00096 (patch)
tree285863e76885953aa0eeea87143f7c97142a593e /devel/libmatchbox
parentf61c00219959608f718966bfcc0e63493109df7d (diff)
downloadpkgsrc-50728318490c7a7bb498eccf07d5ed645af00096.tar.gz
Update to version 1.7.
Changes: 2005-04-08 mallum,,, <mallum@openedhand.com> * configure.ac: * libmb/Makefile.am: Bump up version to 1.7 2005-03-30 mallum,,, <mallum@openedhand.com> * libmb/mbpixbuf.c: (_load_xpm_file): Fix potential overflow in xmp loader. via Andreas Gunnarsson. 2005-03-29 mallum,,, <mallum@openedhand.com> * libmb/mbdotdesktop.c: (_parse_desktop_entry): Fix pontential overflow by 1 in scanf call. * libmb/mbutil.c: Ditch alloca.h include. Fixes via ML post from Andreas Gunnarsson 2005-03-16 mallum,,, <mallum@openedhand.com> * Makefile.am: * configure.ac: * tests/Makefile.am: * tests/menu/Makefile.am: Add tests/menu to dist and make sure make dist includes it. 2005-03-16 mallum,,, <mallum@openedhand.com> * libmb/hash.c: * libmb/mbdotdesktop.c: * libmb/mbexp.c: * libmb/mbmenu.c: * libmb/mbpixbuf.c: * libmb/mbtray.c: * libmb/mbutil.c: Add _GNU_SOURCE define to fix -DXOPEN_SOURCE issues. 2005-03-07 Ross Burton <ross@burtonini.com> * tests/Makefile.am: Add oh.h to pixbuf_SOURCES. 2005-02-22 mallum,,, <mallum@openedhand.com> * configure.ac: move AC_CONFIG_AUX_DIR above AM_INIT_AUTOMAKE 2005-02-22 mallum,,, <mallum@openedhand.com> * libmb/mbtray.c: (get_xevent_timed): Make timeouts work more correctly. Fixes bug with large timeouts never getting called like with the clock applet.
Diffstat (limited to 'devel/libmatchbox')
-rw-r--r--devel/libmatchbox/Makefile7
-rw-r--r--devel/libmatchbox/distinfo9
-rw-r--r--devel/libmatchbox/patches/patch-aa16
3 files changed, 7 insertions, 25 deletions
diff --git a/devel/libmatchbox/Makefile b/devel/libmatchbox/Makefile
index 55463ab89cd..b9e222916a3 100644
--- a/devel/libmatchbox/Makefile
+++ b/devel/libmatchbox/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2005/08/10 20:56:15 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2005/12/31 13:21:44 peter Exp $
#
-DISTNAME= libmatchbox-1.6
-PKGREVISION= 1
+DISTNAME= libmatchbox-1.7
CATEGORIES= devel
-MASTER_SITES= http://projects.o-hand.com/matchbox/sources/libmatchbox/1.6/
+MASTER_SITES= http://projects.o-hand.com/matchbox/sources/libmatchbox/1.7/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://projects.o-hand.com/matchbox/
diff --git a/devel/libmatchbox/distinfo b/devel/libmatchbox/distinfo
index 1fa59b6b8cf..74102ee8c53 100644
--- a/devel/libmatchbox/distinfo
+++ b/devel/libmatchbox/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.3 2005/04/07 13:43:15 ben Exp $
+$NetBSD: distinfo,v 1.4 2005/12/31 13:21:44 peter Exp $
-SHA1 (libmatchbox-1.6.tar.gz) = 1a473949fccb9009d2ef6977138b6a8e05a1f770
-RMD160 (libmatchbox-1.6.tar.gz) = 13dc0816b58184e2fd898f787bdeafc781aede0d
-Size (libmatchbox-1.6.tar.gz) = 393371 bytes
-SHA1 (patch-aa) = 43720a2e1929e88d903c6784ff96f501302919fa
+SHA1 (libmatchbox-1.7.tar.gz) = ede48e8890d12466e48fdf7e0b0345e5c65f1dd6
+RMD160 (libmatchbox-1.7.tar.gz) = 583a76637fc7db5a58282762adbc6d1f4d0e0695
+Size (libmatchbox-1.7.tar.gz) = 315574 bytes
diff --git a/devel/libmatchbox/patches/patch-aa b/devel/libmatchbox/patches/patch-aa
deleted file mode 100644
index 741adf2463a..00000000000
--- a/devel/libmatchbox/patches/patch-aa
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2005/04/07 13:43:15 ben Exp $
-
---- libmb/mbutil.c.orig 2004-12-13 14:27:38.000000000 -0800
-+++ libmb/mbutil.c
-@@ -17,8 +17,11 @@
- * Boston, MA 02111-1307, USA.
- */
-
-+#include "config.h"
- #include "mbutil.h"
-+#ifdef HAVE_ALLOCA_H
- #include <alloca.h>
-+#endif
-
- #define MAX_ARGS 255
-