diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-23 15:55:53 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-23 15:55:53 +0000 |
commit | 0c7ea54ffe053e27ffebe3c85fbb9e0808fcd3e7 (patch) | |
tree | 59ead76acd2923dd55882f400d5408020ba119ec | |
parent | 884ba4e1db523a9e9bf4ea71d7ecd97e9aa7862c (diff) | |
download | ports-0c7ea54ffe053e27ffebe3c85fbb9e0808fcd3e7.tar.gz ports-0c7ea54ffe053e27ffebe3c85fbb9e0808fcd3e7.zip |
Notes
-rw-r--r-- | mail/balsa/Makefile | 6 | ||||
-rw-r--r-- | mail/balsa/distinfo | 2 | ||||
-rw-r--r-- | mail/balsa/files/patch-src::print.c | 14 | ||||
-rw-r--r-- | mail/balsa2/Makefile | 6 | ||||
-rw-r--r-- | mail/balsa2/distinfo | 2 | ||||
-rw-r--r-- | mail/balsa2/files/patch-src::print.c | 14 |
6 files changed, 38 insertions, 6 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index 12b799a81ad6..27f21c5114ae 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -6,7 +6,7 @@ # PORTNAME= balsa -PORTVERSION= 1.1.3 +PORTVERSION= 1.1.4 #PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \ @@ -17,13 +17,15 @@ MAINTAINER= sobomax@FreeBSD.org LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList \ pspell.4:${PORTSDIR}/textproc/pspell \ gnomeprint.13:${PORTSDIR}/print/gnomeprint \ - giconv.2:${PORTSDIR}/converters/libiconv + giconv.2:${PORTSDIR}/converters/libiconv \ + gtkhtml.8:${PORTSDIR}/www/gtkhtml USE_X_PREFIX= yes USE_GNOME= yes USE_LIBTOOL= yes LIBTOOLFILES= configure libmutt/configure CONFIGURE_ARGS= --enable-threads \ + --enable-gtkhtml \ --disable-more-warnings CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lgiconv" diff --git a/mail/balsa/distinfo b/mail/balsa/distinfo index 3b18b7240272..5eaf907d5104 100644 --- a/mail/balsa/distinfo +++ b/mail/balsa/distinfo @@ -1 +1 @@ -MD5 (balsa-1.1.3.tar.gz) = 9d90a44d7c04b480aaa68e15e5894c13 +MD5 (balsa-1.1.4.tar.gz) = 1ba025cefaae403cb099e61ac2acf356 diff --git a/mail/balsa/files/patch-src::print.c b/mail/balsa/files/patch-src::print.c new file mode 100644 index 000000000000..1fe05a38e213 --- /dev/null +++ b/mail/balsa/files/patch-src::print.c @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- src/print.c 2001/04/23 15:33:41 1.1 ++++ src/print.c 2001/04/23 15:33:56 +@@ -22,7 +22,7 @@ + #include <gnome.h> + #include <config.h> + #include <balsa-app.h> +-#include <iconv.h> ++#include <giconv.h> + + #include "print.h" + diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile index 12b799a81ad6..27f21c5114ae 100644 --- a/mail/balsa2/Makefile +++ b/mail/balsa2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= balsa -PORTVERSION= 1.1.3 +PORTVERSION= 1.1.4 #PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \ @@ -17,13 +17,15 @@ MAINTAINER= sobomax@FreeBSD.org LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList \ pspell.4:${PORTSDIR}/textproc/pspell \ gnomeprint.13:${PORTSDIR}/print/gnomeprint \ - giconv.2:${PORTSDIR}/converters/libiconv + giconv.2:${PORTSDIR}/converters/libiconv \ + gtkhtml.8:${PORTSDIR}/www/gtkhtml USE_X_PREFIX= yes USE_GNOME= yes USE_LIBTOOL= yes LIBTOOLFILES= configure libmutt/configure CONFIGURE_ARGS= --enable-threads \ + --enable-gtkhtml \ --disable-more-warnings CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lgiconv" diff --git a/mail/balsa2/distinfo b/mail/balsa2/distinfo index 3b18b7240272..5eaf907d5104 100644 --- a/mail/balsa2/distinfo +++ b/mail/balsa2/distinfo @@ -1 +1 @@ -MD5 (balsa-1.1.3.tar.gz) = 9d90a44d7c04b480aaa68e15e5894c13 +MD5 (balsa-1.1.4.tar.gz) = 1ba025cefaae403cb099e61ac2acf356 diff --git a/mail/balsa2/files/patch-src::print.c b/mail/balsa2/files/patch-src::print.c new file mode 100644 index 000000000000..1fe05a38e213 --- /dev/null +++ b/mail/balsa2/files/patch-src::print.c @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- src/print.c 2001/04/23 15:33:41 1.1 ++++ src/print.c 2001/04/23 15:33:56 +@@ -22,7 +22,7 @@ + #include <gnome.h> + #include <config.h> + #include <balsa-app.h> +-#include <iconv.h> ++#include <giconv.h> + + #include "print.h" + |