Date: Tue, 17 Jul 2012 18:25:44 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r301022 - in head/mail: claws-mail-archiver claws-mail-archiver/files claws-mail-fancy claws-mail-fancy/files claws-mail-gtkhtml2_viewer claws-mail-gtkhtml2_viewer/files claws-mail-spam... Message-ID: <201207171825.q6HIPi7F080735@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Tue Jul 17 18:25:43 2012 New Revision: 301022 URL: http://svn.freebsd.org/changeset/ports/301022 Log: 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 Added: head/mail/claws-mail-archiver/files/ head/mail/claws-mail-archiver/files/patch-src-gettext.h (contents, props changed) head/mail/claws-mail-fancy/files/ head/mail/claws-mail-fancy/files/patch-src-gettext.h (contents, props changed) head/mail/claws-mail-gtkhtml2_viewer/files/ head/mail/claws-mail-gtkhtml2_viewer/files/patch-src-gettext.h (contents, props changed) head/mail/claws-mail-spamreport/files/ head/mail/claws-mail-spamreport/files/patch-src-gettext.h (contents, props changed) Modified: head/mail/claws-mail-archiver/Makefile head/mail/claws-mail-fancy/Makefile head/mail/claws-mail-gtkhtml2_viewer/Makefile head/mail/claws-mail-spamreport/Makefile Modified: head/mail/claws-mail-archiver/Makefile ============================================================================== --- head/mail/claws-mail-archiver/Makefile Tue Jul 17 18:23:25 2012 (r301021) +++ head/mail/claws-mail-archiver/Makefile Tue Jul 17 18:25:43 2012 (r301022) @@ -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- Added: head/mail/claws-mail-archiver/files/patch-src-gettext.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/claws-mail-archiver/files/patch-src-gettext.h Tue Jul 17 18:25:43 2012 (r301022) @@ -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 Modified: head/mail/claws-mail-fancy/Makefile ============================================================================== --- head/mail/claws-mail-fancy/Makefile Tue Jul 17 18:23:25 2012 (r301021) +++ head/mail/claws-mail-fancy/Makefile Tue Jul 17 18:25:43 2012 (r301022) @@ -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- Added: head/mail/claws-mail-fancy/files/patch-src-gettext.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/claws-mail-fancy/files/patch-src-gettext.h Tue Jul 17 18:25:43 2012 (r301022) @@ -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 Modified: head/mail/claws-mail-gtkhtml2_viewer/Makefile ============================================================================== --- head/mail/claws-mail-gtkhtml2_viewer/Makefile Tue Jul 17 18:23:25 2012 (r301021) +++ head/mail/claws-mail-gtkhtml2_viewer/Makefile Tue Jul 17 18:25:43 2012 (r301022) @@ -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- Added: head/mail/claws-mail-gtkhtml2_viewer/files/patch-src-gettext.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/claws-mail-gtkhtml2_viewer/files/patch-src-gettext.h Tue Jul 17 18:25:43 2012 (r301022) @@ -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 Modified: head/mail/claws-mail-spamreport/Makefile ============================================================================== --- head/mail/claws-mail-spamreport/Makefile Tue Jul 17 18:23:25 2012 (r301021) +++ head/mail/claws-mail-spamreport/Makefile Tue Jul 17 18:25:43 2012 (r301022) @@ -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- Added: head/mail/claws-mail-spamreport/files/patch-src-gettext.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/claws-mail-spamreport/files/patch-src-gettext.h Tue Jul 17 18:25:43 2012 (r301022) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207171825.q6HIPi7F080735>