From aac311ac58fc90e6a2ba7631084323943ca14a19 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 5 Mar 2003 13:14:56 +0000 Subject: Update to 0.2.2: A freak hack in MwRichtext.c keeps Siag Office from crashing on Solaris. --- x11/mowitz/Makefile | 6 ++++-- x11/mowitz/PLIST | 8 +++++--- x11/mowitz/distinfo | 8 ++++---- x11/mowitz/patches/patch-aa | 12 ++++++------ 4 files changed, 19 insertions(+), 15 deletions(-) (limited to 'x11/mowitz') diff --git a/x11/mowitz/Makefile b/x11/mowitz/Makefile index dc4dd4c9bdf..a8bda5122c6 100644 --- a/x11/mowitz/Makefile +++ b/x11/mowitz/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/01/16 05:40:54 uebayasi Exp $ +# $NetBSD: Makefile,v 1.2 2003/03/05 13:14:56 wiz Exp $ -DISTNAME= Mowitz-0.2.1 +DISTNAME= Mowitz-0.2.2 CATEGORIES= x11 MASTER_SITES= ftp://siag.nu/pub/mowitz/ @@ -9,6 +9,8 @@ HOMEPAGE= http://siag.nu/mowitz/ COMMENT= "More widgets" library USE_BUILDLINK2= yes +USE_LIBTOOL= yes +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool GNU_CONFIGURE= yes USE_X11= yes diff --git a/x11/mowitz/PLIST b/x11/mowitz/PLIST index 6b12dc99003..adfeb663573 100644 --- a/x11/mowitz/PLIST +++ b/x11/mowitz/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/01/16 05:40:54 uebayasi Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/03/05 13:14:56 wiz Exp $ bin/mowitz-config include/Mowitz/Mowitz.h include/Mowitz/MwCanvas.h @@ -89,9 +89,11 @@ include/Mowitz/MwXutils.h include/Mowitz/MwFormat.h include/Mowitz/MwXFormat.h include/Mowitz/MwFormatP.h -lib/libMowitz.so.2.1 -lib/libMowitz.la lib/libMowitz.a +lib/libMowitz.la +lib/libMowitz.so +lib/libMowitz.so.2 +lib/libMowitz.so.2.2 share/Mowitz/fonts/agd.afm share/Mowitz/fonts/agdo.afm share/Mowitz/fonts/agw.afm diff --git a/x11/mowitz/distinfo b/x11/mowitz/distinfo index 3cc7b5db900..936442b641c 100644 --- a/x11/mowitz/distinfo +++ b/x11/mowitz/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/01/16 05:40:54 uebayasi Exp $ +$NetBSD: distinfo,v 1.2 2003/03/05 13:14:56 wiz Exp $ -SHA1 (Mowitz-0.2.1.tar.gz) = 4ef55a2e5a294880ce4cab3df1f3749758d0d92c -Size (Mowitz-0.2.1.tar.gz) = 1029051 bytes -SHA1 (patch-aa) = a4c54c4150b276b8de10d497c2b1541e2e2323f1 +SHA1 (Mowitz-0.2.2.tar.gz) = 534a8b9e56b5816f134a9d20410cf77a257586fd +Size (Mowitz-0.2.2.tar.gz) = 1036719 bytes +SHA1 (patch-aa) = a154f49e00a8b1fd5819c5c14b72ee986a772629 diff --git a/x11/mowitz/patches/patch-aa b/x11/mowitz/patches/patch-aa index 9b5a1196a57..c97172ba48e 100644 --- a/x11/mowitz/patches/patch-aa +++ b/x11/mowitz/patches/patch-aa @@ -1,11 +1,11 @@ -$NetBSD: patch-aa,v 1.1.1.1 2003/01/16 05:40:54 uebayasi Exp $ +$NetBSD: patch-aa,v 1.2 2003/03/05 13:14:56 wiz Exp $ ---- doc/Makefile.in.orig Mon May 6 15:12:07 2002 +--- doc/Makefile.in.orig Fri Jan 17 22:02:14 2003 +++ doc/Makefile.in -@@ -88,7 +88,7 @@ - am__include = @am__include@ - am__quote = @am__quote@ - install_sh = @install_sh@ +@@ -121,7 +121,7 @@ sbindir = @sbindir@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ -docdir = $(prefix)/doc/Mowitz +docdir = $(datadir)/doc/Mowitz -- cgit v1.2.3