diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-06 11:07:37 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-06 11:07:37 +0000 |
commit | 0d57081ce006a0d2999fbbbf6fca4e7659fa0cc3 (patch) | |
tree | 737091d99603b2aaeeb910bdaaa0150c86ea92f3 /mail/balsa2 | |
parent | a6307737b802580d9582dd4d18ef7efdf17a2b44 (diff) | |
download | ports-0d57081ce006a0d2999fbbbf6fca4e7659fa0cc3.tar.gz ports-0d57081ce006a0d2999fbbbf6fca4e7659fa0cc3.zip |
Notes
Diffstat (limited to 'mail/balsa2')
-rw-r--r-- | mail/balsa2/Makefile | 7 | ||||
-rw-r--r-- | mail/balsa2/distinfo | 2 | ||||
-rw-r--r-- | mail/balsa2/files/patch-libmutt::charset.c | 14 | ||||
-rw-r--r-- | mail/balsa2/files/patch-libmutt::charset.h | 14 | ||||
-rw-r--r-- | mail/balsa2/pkg-plist | 1 |
5 files changed, 33 insertions, 5 deletions
diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile index bbdc36e2b3fd..dd2448130d72 100644 --- a/mail/balsa2/Makefile +++ b/mail/balsa2/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/balsa2/distinfo b/mail/balsa2/distinfo index 9103993e667c..6059e425ab43 100644 --- a/mail/balsa2/distinfo +++ b/mail/balsa2/distinfo @@ -1 +1 @@ -MD5 (balsa-1.1.1.tar.gz) = 37d480cfe0c178934663f9fcf856940f +MD5 (balsa-1.1.2.tar.gz) = 6b4f9cf4997728157f14dc8c798a8735 diff --git a/mail/balsa2/files/patch-libmutt::charset.c b/mail/balsa2/files/patch-libmutt::charset.c new file mode 100644 index 000000000000..3c57eacaedc5 --- /dev/null +++ b/mail/balsa2/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/balsa2/files/patch-libmutt::charset.h b/mail/balsa2/files/patch-libmutt::charset.h new file mode 100644 index 000000000000..7e490597f1dc --- /dev/null +++ b/mail/balsa2/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/balsa2/pkg-plist b/mail/balsa2/pkg-plist index 46a1337d90f5..596b8f43ac45 100644 --- a/mail/balsa2/pkg-plist +++ b/mail/balsa2/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 |