summaryrefslogtreecommitdiff
path: root/mail/balsa
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-03-06 11:07:37 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-03-06 11:07:37 +0000
commit0d57081ce006a0d2999fbbbf6fca4e7659fa0cc3 (patch)
tree737091d99603b2aaeeb910bdaaa0150c86ea92f3 /mail/balsa
parentUpdate to 0.6. Include manpage submitted by Dave Chapeskie. (diff)
Update to 1.1.2.
Notes
Notes: svn path=/head/; revision=39119
Diffstat (limited to 'mail/balsa')
-rw-r--r--mail/balsa/Makefile7
-rw-r--r--mail/balsa/distinfo2
-rw-r--r--mail/balsa/files/patch-libmutt::charset.c14
-rw-r--r--mail/balsa/files/patch-libmutt::charset.h14
-rw-r--r--mail/balsa/pkg-plist1
5 files changed, 33 insertions, 5 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile
index bbdc36e2b3fd..dd2448130d72 100644
--- a/mail/balsa/Makefile
+++ b/mail/balsa/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= balsa
-PORTVERSION= 1.1.1
+PORTVERSION= 1.1.2
#PORTREVISION= 1
CATEGORIES= mail gnome
MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \
@@ -16,7 +16,8 @@ MAINTAINER= sobomax@FreeBSD.org
LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList \
pspell.4:${PORTSDIR}/textproc/pspell \
- gnomeprint.13:${PORTSDIR}/print/gnomeprint
+ gnomeprint.13:${PORTSDIR}/print/gnomeprint \
+ giconv.2:${PORTSDIR}/converters/libiconv
USE_X_PREFIX= yes
USE_GNOME= yes
@@ -25,7 +26,7 @@ LIBTOOLFILES= configure libmutt/configure
CONFIGURE_ARGS= --enable-threads \
--disable-more-warnings
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
+ LIBS="-L${LOCALBASE}/lib -lgiconv"
MAN1= balsa.1
diff --git a/mail/balsa/distinfo b/mail/balsa/distinfo
index 9103993e667c..6059e425ab43 100644
--- a/mail/balsa/distinfo
+++ b/mail/balsa/distinfo
@@ -1 +1 @@
-MD5 (balsa-1.1.1.tar.gz) = 37d480cfe0c178934663f9fcf856940f
+MD5 (balsa-1.1.2.tar.gz) = 6b4f9cf4997728157f14dc8c798a8735
diff --git a/mail/balsa/files/patch-libmutt::charset.c b/mail/balsa/files/patch-libmutt::charset.c
new file mode 100644
index 000000000000..3c57eacaedc5
--- /dev/null
+++ b/mail/balsa/files/patch-libmutt::charset.c
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- libmutt/charset.c 2001/03/06 10:39:57 1.1
++++ libmutt/charset.c 2001/03/06 10:40:07
+@@ -29,7 +29,7 @@
+ #include <unistd.h>
+ #include <errno.h>
+
+-#include <iconv.h>
++#include <giconv.h>
+
+ #include "mutt.h"
+ #include "charset.h"
diff --git a/mail/balsa/files/patch-libmutt::charset.h b/mail/balsa/files/patch-libmutt::charset.h
new file mode 100644
index 000000000000..7e490597f1dc
--- /dev/null
+++ b/mail/balsa/files/patch-libmutt::charset.h
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- libmutt/charset.h 2001/03/06 10:38:56 1.1
++++ libmutt/charset.h 2001/03/06 10:39:08
+@@ -19,7 +19,7 @@
+ #ifndef _CHARSET_H
+ #define _CHARSET_H
+
+-#include <iconv.h>
++#include <giconv.h>
+
+ int mutt_convert_string (char **, const char *, const char *);
+
diff --git a/mail/balsa/pkg-plist b/mail/balsa/pkg-plist
index 46a1337d90f5..596b8f43ac45 100644
--- a/mail/balsa/pkg-plist
+++ b/mail/balsa/pkg-plist
@@ -68,7 +68,6 @@ share/locale/de/LC_MESSAGES/balsa.mo
share/locale/el/LC_MESSAGES/balsa.mo
share/locale/en_GB/LC_MESSAGES/balsa.mo
share/locale/es/LC_MESSAGES/balsa.mo
-share/locale/es_ES/LC_MESSAGES/balsa.mo
share/locale/et/LC_MESSAGES/balsa.mo
share/locale/fi/LC_MESSAGES/balsa.mo
share/locale/fr/LC_MESSAGES/balsa.mo