From 655c4b3f152b0d394f17f7dcaaad7c35bbbf9232 Mon Sep 17 00:00:00 2001 From: obache Date: Sat, 28 Jul 2012 08:39:30 +0000 Subject: Update medit to 1.1.1. 2012-07-27 Yevgen Muntyan * === Released 1.1.1 === Fixed some build errors: Check for sys/wait.h, so that HAVE_SYS_WAIT_H is defined when needed. Link with gmodule explicitly. --- editors/medit/Makefile | 5 ++--- editors/medit/distinfo | 9 ++++----- editors/medit/patches/patch-moo_mooutils_mooutils-fs.c | 16 ---------------- 3 files changed, 6 insertions(+), 24 deletions(-) delete mode 100644 editors/medit/patches/patch-moo_mooutils_mooutils-fs.c diff --git a/editors/medit/Makefile b/editors/medit/Makefile index 53a994fbb5b..d10bef1c95f 100644 --- a/editors/medit/Makefile +++ b/editors/medit/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2012/06/14 07:45:32 sbd Exp $ +# $NetBSD: Makefile,v 1.3 2012/07/28 08:39:30 obache Exp $ # -DISTNAME= medit-1.1.0 -PKGREVISION= 1 +DISTNAME= medit-1.1.1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mooedit/} EXTRACT_SUFX= .tar.bz2 diff --git a/editors/medit/distinfo b/editors/medit/distinfo index 7a5790fc763..9b7212e2518 100644 --- a/editors/medit/distinfo +++ b/editors/medit/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.1 2012/06/10 12:50:33 obache Exp $ +$NetBSD: distinfo,v 1.2 2012/07/28 08:39:30 obache Exp $ -SHA1 (medit-1.1.0.tar.bz2) = d5df19871dc617f89ff02334205d69683032681e -RMD160 (medit-1.1.0.tar.bz2) = db517a029aaf07a8b81c556e131763c63ccb2d89 -Size (medit-1.1.0.tar.bz2) = 1698094 bytes -SHA1 (patch-moo_mooutils_mooutils-fs.c) = 34381d77d50202619ca56e5cbbe3c1bb7df3e628 +SHA1 (medit-1.1.1.tar.bz2) = 4d89b11fe61a6d1f8cc3feed90925bf22abb48be +RMD160 (medit-1.1.1.tar.bz2) = 6014dc93cb6a11d6479acb4ea2ef4b8825929934 +Size (medit-1.1.1.tar.bz2) = 1714015 bytes diff --git a/editors/medit/patches/patch-moo_mooutils_mooutils-fs.c b/editors/medit/patches/patch-moo_mooutils_mooutils-fs.c deleted file mode 100644 index 87b8e9a4274..00000000000 --- a/editors/medit/patches/patch-moo_mooutils_mooutils-fs.c +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-moo_mooutils_mooutils-fs.c,v 1.1 2012/06/10 12:50:33 obache Exp $ - -* existence of sys/wait.h is not checked by configure script. - https://sourceforge.net/tracker/?func=detail&aid=3532386&group_id=167563&atid=843451 - ---- moo/mooutils/mooutils-fs.c.orig 2012-03-04 11:37:37.000000000 +0000 -+++ moo/mooutils/mooutils-fs.c -@@ -45,7 +45,7 @@ - #define S_IRWXU 0 - #endif - --#ifdef HAVE_SYS_WAIT_H -+#ifndef __WIN32__ - #include - #endif - #ifdef HAVE_UNISTD_H -- cgit v1.2.3