aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2011-07-30 16:57:20 +0000
committerPawel Pekala <pawel@FreeBSD.org>2011-07-30 16:57:20 +0000
commitd04d9419ad63d7187a4fc0c0ed8422ec73111d31 (patch)
tree6d50bf2148e9d96855080cb479d8bc08e7971f30 /mail
parentf9d5b7ff12e88af72135549d2b16e6337c94aabe (diff)
downloadports-d04d9419ad63d7187a4fc0c0ed8422ec73111d31.tar.gz
ports-d04d9419ad63d7187a4fc0c0ed8422ec73111d31.zip
Notes
Diffstat (limited to '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
+