diff options
author | drochner <drochner> | 2001-10-30 17:47:19 +0000 |
---|---|---|
committer | drochner <drochner> | 2001-10-30 17:47:19 +0000 |
commit | 6539a179a3004d08860371d0bf1ed07aad21478d (patch) | |
tree | b0b139b14ac9e528c052c005ae055d6e2969fa97 /editors/abiword/patches | |
parent | a0ffaf1d71d9f4f5f95bcd5968a65c799956e232 (diff) | |
download | pkgsrc-6539a179a3004d08860371d0bf1ed07aad21478d.tar.gz |
update to 0.9.4
changes:
Fully editable styles on Windows and Unix.
New and improved import/export filters. This includes the initial
release of a Word Perfect import filter.
Dramatically faster spell checking.
Plus new artwork, many bug fixes, speed ups and behind the scenes work.
Diffstat (limited to 'editors/abiword/patches')
-rw-r--r-- | editors/abiword/patches/patch-aa | 13 | ||||
-rw-r--r-- | editors/abiword/patches/patch-ac | 18 | ||||
-rw-r--r-- | editors/abiword/patches/patch-ad | 10 | ||||
-rw-r--r-- | editors/abiword/patches/patch-aj | 19 |
4 files changed, 19 insertions, 41 deletions
diff --git a/editors/abiword/patches/patch-aa b/editors/abiword/patches/patch-aa deleted file mode 100644 index 3173ed2261b..00000000000 --- a/editors/abiword/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2001/05/24 04:28:19 jlam Exp $ - ---- Makefile.orig Mon Mar 5 10:59:38 2001 -+++ Makefile -@@ -20,7 +20,7 @@ - ## 02111-1307, USA. - - ABI_ROOT :=$(shell pwd) --prefix :=/usr/local -+prefix :=${PREFIX} - - ################################################################## - ## Useful options: diff --git a/editors/abiword/patches/patch-ac b/editors/abiword/patches/patch-ac deleted file mode 100644 index f74e2eaa748..00000000000 --- a/editors/abiword/patches/patch-ac +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-ac,v 1.6 2001/08/10 04:50:08 jlam Exp $ - ---- src/af/util/xp/ut_endian.h.orig Wed Jul 18 10:48:29 2001 -+++ src/af/util/xp/ut_endian.h -@@ -48,6 +48,13 @@ - #elif defined(_LITTLE_ENDIAN) - #define UT_LITTLE_ENDIAN - #endif -+#elif defined(__NetBSD__) -+ #include <machine/endian.h> -+ #if BYTE_ORDER == LITTLE_ENDIAN -+ #define UT_LITTLE_ENDIAN -+ #elif BYTE_ORDER == BIG_ENDIAN -+ #define UT_BIG_ENDIAN -+ #endif - #else /* this is for Linux */ - #include <endian.h> - #if __BYTE_ORDER == __LITTLE_ENDIAN diff --git a/editors/abiword/patches/patch-ad b/editors/abiword/patches/patch-ad index e3be685910d..ea3111e8306 100644 --- a/editors/abiword/patches/patch-ad +++ b/editors/abiword/patches/patch-ad @@ -1,8 +1,8 @@ -$NetBSD: patch-ad,v 1.6 2001/05/24 04:28:20 jlam Exp $ +$NetBSD: patch-ad,v 1.7 2001/10/30 17:47:20 drochner Exp $ ---- src/config/require/unix/Makefile.orig Tue Oct 31 21:23:23 2000 -+++ src/config/require/unix/Makefile -@@ -180,7 +180,7 @@ +--- src/config/require/unix/Makefile.orig Fri Aug 10 15:54:54 2001 ++++ src/config/require/unix/Makefile Tue Oct 30 16:16:17 2001 +@@ -185,7 +185,7 @@ fi else @@ -10,4 +10,4 @@ $NetBSD: patch-ad,v 1.6 2001/05/24 04:28:20 jlam Exp $ + @if [ ! -r /usr/include/iconv.h -a ! -r /usr/local/include/iconv.h -a ! -r ${LOCALBASE}/include/iconv.h ]; then \ if [ -d $(ABI_ROOT)/../libiconv ]; then \ echo Found libiconv in peer directory; \ - if [ ! -r $(ABI_ROOT)/../libiconv/src/config.h ]; then \ + if [ ! -r $(ABI_ROOT)/../libiconv/lib/config.h ]; then \ diff --git a/editors/abiword/patches/patch-aj b/editors/abiword/patches/patch-aj index db38898540a..bf5b8a02721 100644 --- a/editors/abiword/patches/patch-aj +++ b/editors/abiword/patches/patch-aj @@ -1,8 +1,8 @@ -$NetBSD: patch-aj,v 1.3 2001/08/10 04:50:09 jlam Exp $ +$NetBSD: patch-aj,v 1.4 2001/10/30 17:47:20 drochner Exp $ ---- src/config/abi_defs.mk.orig Wed Jul 18 09:01:58 2001 -+++ src/config/abi_defs.mk -@@ -584,7 +584,7 @@ +--- src/config/abi_defs.mk.orig Sat Sep 22 00:16:17 2001 ++++ src/config/abi_defs.mk Tue Oct 30 16:55:51 2001 +@@ -587,7 +587,7 @@ ABI_OPTIONS +=GnomeVFS:On endif @@ -11,7 +11,7 @@ $NetBSD: patch-aj,v 1.3 2001/08/10 04:50:09 jlam Exp $ # the bonobo target is known not to work properly yet ifdef ABI_OPT_BONOBO -@@ -614,7 +614,7 @@ +@@ -617,7 +617,7 @@ ABI_OPT_GNOME= GTK_CFLAGS := $(shell $(GTK_CONFIG) --cflags) GTK_LIBS := $(shell $(GTK_CONFIG) --libs) @@ -20,3 +20,12 @@ $NetBSD: patch-aj,v 1.3 2001/08/10 04:50:09 jlam Exp $ CFLAGS += $(GTK_CFLAGS) $(GLIB_CFLAGS) EXTRA_LIBS += $(GTK_LIBS) # +@@ -705,7 +705,7 @@ + # it's the easiest way to ensure that we always include iconv.h + # with it set (to prevent linker mismatches with wv's version) + # +-CFLAGS += -DLIBICONV_PLUG ++#CFLAGS += -DLIBICONV_PLUG + + ifeq ($(ABI_NATIVE),unix) + CFLAGS += -DSUPPORTS_UT_IDLE=1 |