summaryrefslogtreecommitdiff
path: root/editors/abiword-plugins/patches
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2009-04-07 16:27:08 +0000
committerdrochner <drochner@pkgsrc.org>2009-04-07 16:27:08 +0000
commit648317849991c34e5eae080ce954b097dc8b09d9 (patch)
treef9d921bd1b5c5a11ecde4675a4fd7cf70873a742 /editors/abiword-plugins/patches
parent1344b07c3c36f6f40f29fe37d5a44f6f06a69a5e (diff)
downloadpkgsrc-648317849991c34e5eae080ce954b097dc8b09d9.tar.gz
update to 2.6.8
This is a major update, I couldn't find the relevant changecogs but the last one. A couple of bugfixes. pkgsrc note: Since base and plugins are seperate distfiles now, we could abandon the Makefile.common or at least part of its complexity. I'll leave this to the MAINTAINER. Also, I'd suggest to rip -plugins into parts - many are too exotic. (There are also some new which are not built, I've just kept status quo.)
Diffstat (limited to 'editors/abiword-plugins/patches')
-rw-r--r--editors/abiword-plugins/patches/patch-aa12
-rw-r--r--editors/abiword-plugins/patches/patch-ab22
2 files changed, 22 insertions, 12 deletions
diff --git a/editors/abiword-plugins/patches/patch-aa b/editors/abiword-plugins/patches/patch-aa
deleted file mode 100644
index 0b4ae49ad9f..00000000000
--- a/editors/abiword-plugins/patches/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2006/05/09 10:09:06 joerg Exp $
-
---- tools/abidash/xp/dashboard-frontend.c.orig 2006-05-08 21:02:01.000000000 +0000
-+++ tools/abidash/xp/dashboard-frontend.c
-@@ -5,6 +5,7 @@
- #include <unistd.h>
- #include <sys/socket.h>
- #include <sys/types.h>
-+#include <sys/time.h>
- #include <netinet/in.h>
- #include <arpa/inet.h>
- #include <fcntl.h>
diff --git a/editors/abiword-plugins/patches/patch-ab b/editors/abiword-plugins/patches/patch-ab
new file mode 100644
index 00000000000..a5b0be86924
--- /dev/null
+++ b/editors/abiword-plugins/patches/patch-ab
@@ -0,0 +1,22 @@
+$NetBSD: patch-ab,v 1.1 2009/04/07 16:27:09 drochner Exp $
+
+--- configure.orig 2009-03-19 13:47:26.000000000 +0100
++++ configure
+@@ -25370,7 +25370,7 @@ else
+
+ fi
+
+-if test "$abi_cv_libxslt" == "yes"; then
++if test "$abi_cv_libxslt" = "yes"; then
+
+ pkg_failed=no
+ { $as_echo "$as_me:$LINENO: checking for LIBXSLT" >&5
+@@ -25498,7 +25498,7 @@ fi
+ LATEX_CFLAGS="$LATEX_CFLAGS "'${PLUGIN_CFLAGS}'
+ LATEX_LIBS="$LATEX_LIBS "'${PLUGIN_LIBS}'
+
+-if test "$enable_latex_builtin" == "yes"; then
++if test "$enable_latex_builtin" = "yes"; then
+ LATEX_CFLAGS="$LATEX_CFLAGS -DABI_PLUGIN_BUILTIN"
+ fi
+