diff options
author | wiz <wiz> | 2003-03-05 13:14:56 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-03-05 13:14:56 +0000 |
commit | 870a3f63022df5ce1dfe4cdda30335050b17d684 (patch) | |
tree | 06b5b4408470f0299966f75d007d6510d86daeff /x11 | |
parent | f5c56da72a59499470f1bc9c34643dd7dc4b4473 (diff) | |
download | pkgsrc-870a3f63022df5ce1dfe4cdda30335050b17d684.tar.gz |
Update to 0.2.2:
A freak hack in MwRichtext.c keeps Siag Office from crashing on Solaris.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/mowitz/Makefile | 6 | ||||
-rw-r--r-- | x11/mowitz/PLIST | 8 | ||||
-rw-r--r-- | x11/mowitz/distinfo | 8 | ||||
-rw-r--r-- | x11/mowitz/patches/patch-aa | 12 |
4 files changed, 19 insertions, 15 deletions
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 |