aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2012-07-18 02:25:43 +0800
committerpawel <pawel@FreeBSD.org>2012-07-18 02:25:43 +0800
commitfeab7c3aa5ca8f038cbd72600976e16e113f6032 (patch)
tree43e726b06cce3a67ae749d287a99caf45a70b89e /mail
parent66c5beaf6d2110a796fc7a6fe3bf69e5fc1a8736 (diff)
downloadfreebsd-ports-gnome-feab7c3aa5ca8f038cbd72600976e16e113f6032.tar.gz
freebsd-ports-gnome-feab7c3aa5ca8f038cbd72600976e16e113f6032.tar.zst
freebsd-ports-gnome-feab7c3aa5ca8f038cbd72600976e16e113f6032.zip
Add upstream patches fixing linking problems when affected plugins are
compiled WITHOUT_NLS=yes, this fixes: /usr/local/lib/claws-mail/plugins/fancy.so: Undefined symbol "D_" problems
Diffstat (limited to 'mail')
-rw-r--r--mail/claws-mail-archiver/Makefile1
-rw-r--r--mail/claws-mail-archiver/files/patch-src-gettext.h19
-rw-r--r--mail/claws-mail-fancy/Makefile1
-rw-r--r--mail/claws-mail-fancy/files/patch-src-gettext.h19
-rw-r--r--mail/claws-mail-gtkhtml2_viewer/Makefile1
-rw-r--r--mail/claws-mail-gtkhtml2_viewer/files/patch-src-gettext.h19
-rw-r--r--mail/claws-mail-spamreport/Makefile1
-rw-r--r--mail/claws-mail-spamreport/files/patch-src-gettext.h19
8 files changed, 80 insertions, 0 deletions
diff --git a/mail/claws-mail-archiver/Makefile b/mail/claws-mail-archiver/Makefile
index 2c55ed505d2e..41fe83326fef 100644
--- a/mail/claws-mail-archiver/Makefile
+++ b/mail/claws-mail-archiver/Makefile
@@ -7,6 +7,7 @@
PORTNAME= archiver
PORTVERSION= 0.6.12
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
PKGNAMEPREFIX= claws-mail-
diff --git a/mail/claws-mail-archiver/files/patch-src-gettext.h b/mail/claws-mail-archiver/files/patch-src-gettext.h
new file mode 100644
index 000000000000..dbb219c8ff2e
--- /dev/null
+++ b/mail/claws-mail-archiver/files/patch-src-gettext.h
@@ -0,0 +1,19 @@
+$FreeBSD$
+
+Index: src/gettext.h
+===================================================================
+RCS file: /home/claws-mail/plugins/archive/src/Attic/gettext.h,v
+retrieving revision 1.1.2.2
+retrieving revision 1.1.2.3
+diff -u -r1.1.2.2 -r1.1.2.3
+--- src/gettext.h 6 Jan 2012 14:10:15 -0000 1.1.2.2
++++ src/gettext.h 9 Jul 2012 05:06:19 -0000 1.1.2.3
+@@ -69,7 +69,7 @@
+ # define bind_textdomain_codeset(Domainname, Codeset) ((const char *) (Codeset))
+
+ #define _(str) str
+-
++#define D_(domain, str) (domain, str)
+ #endif
+
+ /* A pseudo function call that serves as a marker for the automated
diff --git a/mail/claws-mail-fancy/Makefile b/mail/claws-mail-fancy/Makefile
index 9f304a8c6f67..8d94ed0a7476 100644
--- a/mail/claws-mail-fancy/Makefile
+++ b/mail/claws-mail-fancy/Makefile
@@ -7,6 +7,7 @@
PORTNAME= fancy
PORTVERSION= 0.9.16
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
PKGNAMEPREFIX= claws-mail-
diff --git a/mail/claws-mail-fancy/files/patch-src-gettext.h b/mail/claws-mail-fancy/files/patch-src-gettext.h
new file mode 100644
index 000000000000..c5f2a6d186c3
--- /dev/null
+++ b/mail/claws-mail-fancy/files/patch-src-gettext.h
@@ -0,0 +1,19 @@
+$FreeBSD$
+
+Index: src/gettext.h
+===================================================================
+RCS file: /home/claws-mail/plugins/fancy/src/Attic/gettext.h,v
+retrieving revision 1.1.2.2
+retrieving revision 1.1.2.3
+diff -u -r1.1.2.2 -r1.1.2.3
+--- src/gettext.h 6 Jan 2012 14:22:17 -0000 1.1.2.2
++++ src/gettext.h 9 Jul 2012 05:05:28 -0000 1.1.2.3
+@@ -69,7 +69,7 @@
+ # define bind_textdomain_codeset(Domainname, Codeset) ((const char *) (Codeset))
+
+ #define _(str) str
+-
++#define D_(domain, str) (domain, str)
+ #endif
+
+ /* A pseudo function call that serves as a marker for the automated
diff --git a/mail/claws-mail-gtkhtml2_viewer/Makefile b/mail/claws-mail-gtkhtml2_viewer/Makefile
index 7ca25bd9c393..35f66f912068 100644
--- a/mail/claws-mail-gtkhtml2_viewer/Makefile
+++ b/mail/claws-mail-gtkhtml2_viewer/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gtkhtml2_viewer
PORTVERSION= 0.33
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
PKGNAMEPREFIX= claws-mail-
diff --git a/mail/claws-mail-gtkhtml2_viewer/files/patch-src-gettext.h b/mail/claws-mail-gtkhtml2_viewer/files/patch-src-gettext.h
new file mode 100644
index 000000000000..1fc42b603ba7
--- /dev/null
+++ b/mail/claws-mail-gtkhtml2_viewer/files/patch-src-gettext.h
@@ -0,0 +1,19 @@
+$FreeBSD$
+
+Index: src/gettext.h
+===================================================================
+RCS file: /home/claws-mail/plugins/gtkhtml2_viewer/src/Attic/gettext.h,v
+retrieving revision 1.1.2.3
+retrieving revision 1.1.2.4
+diff -u -r1.1.2.3 -r1.1.2.4
+--- src/gettext.h 6 Jan 2012 14:23:24 -0000 1.1.2.3
++++ src/gettext.h 9 Jul 2012 05:09:48 -0000 1.1.2.4
+@@ -69,7 +69,7 @@
+ # define bind_textdomain_codeset(Domainname, Codeset) ((const char *) (Codeset))
+
+ #define _(str) str
+-
++#define D_(domain, str) (domain, str)
+ #endif
+
+ /* A pseudo function call that serves as a marker for the automated
diff --git a/mail/claws-mail-spamreport/Makefile b/mail/claws-mail-spamreport/Makefile
index 9b49c70e98d3..63dcc9573d95 100644
--- a/mail/claws-mail-spamreport/Makefile
+++ b/mail/claws-mail-spamreport/Makefile
@@ -7,6 +7,7 @@
PORTNAME= spamreport
PORTVERSION= 0.3.16
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
PKGNAMEPREFIX= claws-mail-
diff --git a/mail/claws-mail-spamreport/files/patch-src-gettext.h b/mail/claws-mail-spamreport/files/patch-src-gettext.h
new file mode 100644
index 000000000000..3a708ccff4a1
--- /dev/null
+++ b/mail/claws-mail-spamreport/files/patch-src-gettext.h
@@ -0,0 +1,19 @@
+$FreeBSD$
+
+Index: src/gettext.h
+===================================================================
+RCS file: /home/claws-mail/plugins/spam_report/src/Attic/gettext.h,v
+retrieving revision 1.1.2.3
+retrieving revision 1.1.2.4
+diff -u -r1.1.2.3 -r1.1.2.4
+--- src/gettext.h 6 Jan 2012 14:26:46 -0000 1.1.2.3
++++ src/gettext.h 9 Jul 2012 05:07:57 -0000 1.1.2.4
+@@ -69,7 +69,7 @@
+ # define bind_textdomain_codeset(Domainname, Codeset) ((const char *) (Codeset))
+
+ #define _(str) str
+-
++#define D_(domain, str) (domain, str)
+ #endif
+
+ /* A pseudo function call that serves as a marker for the automated