aboutsummaryrefslogtreecommitdiffstats
path: root/mail/claws-mail
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2011-07-31 00:57:20 +0800
committerpawel <pawel@FreeBSD.org>2011-07-31 00:57:20 +0800
commit30e5a9c3146ef1a09c21e316085e1d981a312736 (patch)
treede5a1ca288acc32b2674587de06a84c72833dbe7 /mail/claws-mail
parente4aec16674f6b725a40c3913a4c7418ee0a8e629 (diff)
downloadfreebsd-ports-gnome-30e5a9c3146ef1a09c21e316085e1d981a312736.tar.gz
freebsd-ports-gnome-30e5a9c3146ef1a09c21e316085e1d981a312736.tar.zst
freebsd-ports-gnome-30e5a9c3146ef1a09c21e316085e1d981a312736.zip
- unbreak
Approved by: miwi (mentor)
Diffstat (limited to 'mail/claws-mail')
-rw-r--r--mail/claws-mail/Makefile2
-rw-r--r--mail/claws-mail/files/patch-src-wizard.c19
2 files changed, 19 insertions, 2 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile
index bd98a977c40f..5af3356c866c 100644
--- a/mail/claws-mail/Makefile
+++ b/mail/claws-mail/Makefile
@@ -24,8 +24,6 @@ LIB_DEPENDS= etpan:${PORTSDIR}/mail/libetpan \
execinfo:${PORTSDIR}/devel/libexecinfo
RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support
-BROKEN= does not compile
-
CONFLICTS= sylpheed-claws
LICENSE= GPLv3
diff --git a/mail/claws-mail/files/patch-src-wizard.c b/mail/claws-mail/files/patch-src-wizard.c
new file mode 100644
index 000000000000..2e2c957c5e4f
--- /dev/null
+++ b/mail/claws-mail/files/patch-src-wizard.c
@@ -0,0 +1,19 @@
+Index: src/wizard.c
+===================================================================
+RCS file: //claws/src/Attic/wizard.c,v
+retrieving revision 1.1.2.83
+retrieving revision 1.1.2.84
+diff -u -r1.1.2.83 -r1.1.2.84
+--- src/wizard.c 2 Mar 2011 21:23:38 -0000 1.1.2.83
++++ src/wizard.c 3 Jul 2011 17:24:06 -0000 1.1.2.84
+@@ -1253,8 +1253,8 @@
+ GtkWidget *hbox;
+ GtkWidget *hbox_spc;
+ GtkWidget *smtp_auth_table;
+-#ifdef USE_GNUTLS
+ GtkWidget *label;
++#ifdef USE_GNUTLS
+ GtkWidget *button;
+ GtkWidget *smtp_cert_table;
+ #endif
+