Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Sep 2001 17:50:16 -0700 (PDT)
From:      John Merryweather Cooper <john_m_cooper@yahoo.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        gnome@freebsd.org
Subject:   ports/30662: [PATCH] Upgrade Balsa to version 1.2.0
Message-ID:  <200109190050.f8J0oGk35962@localhost.MSHOME>

next in thread | raw e-mail | index | archive | help

>Number:         30662
>Category:       ports
>Synopsis:       [PATCH] Upgrade Balsa to version 1.2.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 18 18:00:03 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     John Merryweather Cooper
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD johncoop.MSHOME 4.4-STABLE FreeBSD 4.4-STABLE #4: Mon Sep 17 00:17:22 PDT 2001 jmcoopr@johncoop.MSHOME:/usr/obj/usr/src/sys/JOHNCOOP i386


	
>Description:
	This patch updates Balsa to 1.2.0.  This version includes:

		* incorporates my /s/fclose/pclose fix so that
		  procmail doesn't generate a zillion zombies
		* OPENSSL/TLS now functional
		* OPENLDAP now fully functional
		* interface cleanup
		* improved URL recognition using PCRE
		* eliminates some dead lock bugs in mbox handling
		* greatly improved IMAP support
		* some sound issues dealt with

>How-To-Repeat:
	N/A

>Fix:

Note, patch-aa has been altered and renamed to patch-src::Makefile.in.
patch-ab has been removed as obsolete.  patch-libmutt::rfc2047.c has
been added (renames <iconv.h> to <giconv.h>).  pkg-plist has been adjusted
to reflect one additional help file and relocation of zh locale file.

diff -ruN follows:

diff -ruN balsa/Makefile balsa.new/Makefile
--- balsa/Makefile	Tue Sep 11 03:40:32 2001
+++ balsa.new/Makefile	Tue Sep 18 17:24:30 2001
@@ -2,26 +2,33 @@
 # Date created:				02 December 1998
 # Whom:					Glenn Johnson <gljohns@bellsouth.net>
 #
-# $FreeBSD: ports/mail/balsa/Makefile,v 1.47 2001/07/20 12:09:05 sobomax Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	balsa
-PORTVERSION=	1.1.7
+PORTVERSION=	1.2.0
 CATEGORIES=	mail gnome
 MASTER_SITES=	http://www.theochem.kth.se/~pawsa/balsa/ \
 		ftp://ftp.newton.cx/pub/balsa/
 
 MAINTAINER=	gnome@FreeBSD.org
 
-LIB_DEPENDS=	esmtp.5:${PORTSDIR}/mail/libesmtp
+LIB_DEPENDS=	esmtp.5:${PORTSDIR}/mail/libesmtp \
+		ldap.2:${PORTSDIR}/net/openldap2 \
+		aspell.11:${PORTSDIR}/textproc/aspell \
+		pcre.0:${PORTSDIR}/devel/pcre
+RUN_DEPENDS=	${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell
 
 USE_X_PREFIX=	yes
 USE_GNOME=	yes
 USE_LIBTOOL=	yes
+USE_OPENSSL=	yes
 LIBTOOLFILES=	libmutt/configure
 CONFIGURE_ARGS=	--enable-threads \
 		--enable-gtkhtml \
-		--disable-more-warnings
+		--enable-ldap \
+		--disable-more-warnings \
+		--with-ssl
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LIBS="-L${LOCALBASE}/lib -lgiconv"
 
diff -ruN balsa/distinfo balsa.new/distinfo
--- balsa/distinfo	Tue Sep 11 03:40:32 2001
+++ balsa.new/distinfo	Tue Sep 18 16:00:38 2001
@@ -1 +1 @@
-MD5 (balsa-1.1.7.tar.gz) = 9a6cda3e70a8877308a4ff55da8dcec9
+MD5 (balsa-1.2.0.tar.gz) = 8936f2f1ac6356c76cf29b70e1bf8a32
diff -ruN balsa/files/patch-aa balsa.new/files/patch-aa
--- balsa/files/patch-aa	Wed Feb  7 04:30:13 2001
+++ balsa.new/files/patch-aa	Wed Dec 31 16:00:00 1969
@@ -1,14 +0,0 @@
-
-$FreeBSD: ports/mail/balsa/files/patch-aa,v 1.2 2001/02/07 12:30:13 sobomax Exp $
-
---- src/Makefile.in.orig	Wed Feb  7 13:35:25 2001
-+++ src/Makefile.in	Wed Feb  7 13:36:25 2001
-@@ -152,7 +152,7 @@
- 
- CFLAGS = @CFLAGS@ $(GTKHTML_CFLAGS) $(PIXBUF_FLAGS)
- 
--balsa_LDADD =  	$(top_builddir)/libbalsa/libbalsa.a		$(top_builddir)/libmutt/imap/libimap.a		$(top_builddir)/libmutt/libmutt.a		$(top_builddir)/libinit_balsa/libinit_balsa.a 	-lpspell 	-lltdl 	@LIBESD_LIB@ 	$(GNOME_LIBDIR) 	$(GNOMEUI_LIBS) 	$(INTLLIBS) 	$(PTHREAD_LIB) 	$(GNOME_PRINT_LIBS) 	$(GTKHTML_LIBS)		$(PIXBUF_LIBS)
-+balsa_LDADD =  	$(top_builddir)/libbalsa/libbalsa.a		$(top_builddir)/libmutt/imap/libimap.a		$(top_builddir)/libmutt/libmutt.a		$(top_builddir)/libinit_balsa/libinit_balsa.a 	-lpspell 	@LIBESD_LIB@ 	$(GNOME_LIBDIR) 	$(GNOMEUI_LIBS) 	$(INTLLIBS) 	$(PTHREAD_LIB) 	$(GNOME_PRINT_LIBS) 	$(GTKHTML_LIBS)		$(PIXBUF_LIBS)
- 
- 
- balsa_DEPENDENCIES =  	$(top_builddir)/libbalsa/libbalsa.a		$(top_builddir)/libmutt/libmutt.a	        $(top_builddir)/libmutt/imap/libimap.a		$(top_builddir)/libmutt/libmutt.a		$(top_builddir)/libinit_balsa/libinit_balsa.a
diff -ruN balsa/files/patch-ab balsa.new/files/patch-ab
--- balsa/files/patch-ab	Tue Sep 19 00:57:34 2000
+++ balsa.new/files/patch-ab	Wed Dec 31 16:00:00 1969
@@ -1,13 +0,0 @@
---- configure	2000/09/19 07:22:11	1.1
-+++ configure	2000/09/19 07:29:28
-@@ -3480,8 +3480,8 @@
- fi
- 
- 
--LDFLAGS="$balsa_save_LDFLAGS"
--LIBS="$balsa_save_LIBS"
-+#LDFLAGS="$balsa_save_LDFLAGS"
-+#LIBS="$balsa_save_LIBS"
- 
- for ac_hdr in libgnomeui/gnome-window-icon.h
- do
diff -ruN balsa/files/patch-libmutt::rfc2047.c balsa.new/files/patch-libmutt::rfc2047.c
--- balsa/files/patch-libmutt::rfc2047.c	Wed Dec 31 16:00:00 1969
+++ balsa.new/files/patch-libmutt::rfc2047.c	Tue Sep 18 16:19:50 2001
@@ -0,0 +1,11 @@
+--- libmutt/rfc2047.c	Wed Jul 18 10:47:01 2001
++++ libmutt/rfc2047.c.new	Tue Sep 18 16:18:18 2001
+@@ -24,7 +24,7 @@
+ 
+ #include <ctype.h>
+ #include <errno.h>
+-#include <iconv.h>
++#include <giconv.h>
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
diff -ruN balsa/files/patch-src::Makefile.in balsa.new/files/patch-src::Makefile.in
--- balsa/files/patch-src::Makefile.in	Wed Dec 31 16:00:00 1969
+++ balsa.new/files/patch-src::Makefile.in	Tue Sep 18 16:07:30 2001
@@ -0,0 +1,11 @@
+--- src/Makefile.in	Tue Sep 18 07:25:22 2001
++++ src/Makefile.in.new	Tue Sep 18 16:06:40 2001
+@@ -149,7 +149,7 @@
+ 
+ CFLAGS = @CFLAGS@ $(PCRE_CFLAGS) 
+ 
+-balsa_LDADD =  	$(top_builddir)/libbalsa/libbalsa.a		$(top_builddir)/libmutt/imap/libimap.a		$(top_builddir)/libmutt/libmutt.a		$(top_builddir)/libinit_balsa/libinit_balsa.a 	-lpspell 	-lltdl 	$(INTLLIBS) 	$(PCRE_LIBS) 	$(PTHREAD_LIB)
++balsa_LDADD =  	$(top_builddir)/libbalsa/libbalsa.a		$(top_builddir)/libmutt/imap/libimap.a		$(top_builddir)/libmutt/libmutt.a		$(top_builddir)/libinit_balsa/libinit_balsa.a 	-lpspell 	$(INTLLIBS) 	$(PCRE_LIBS) 	$(PTHREAD_LIB)
+ 
+ 
+ balsa_DEPENDENCIES =  	$(top_builddir)/libbalsa/libbalsa.a		$(top_builddir)/libmutt/libmutt.a	        $(top_builddir)/libmutt/imap/libimap.a		$(top_builddir)/libmutt/libmutt.a		$(top_builddir)/libinit_balsa/libinit_balsa.a
diff -ruN balsa/pkg-plist balsa.new/pkg-plist
--- balsa/pkg-plist	Fri Mar 30 05:39:09 2001
+++ balsa.new/pkg-plist	Tue Sep 18 17:09:29 2001
@@ -25,6 +25,7 @@
 share/gnome/help/balsa/C/index.html
 share/gnome/help/balsa/C/its-not-working.html
 share/gnome/help/balsa/C/ln7.html
+share/gnome/help/balsa/C/mbox-formats.html
 share/gnome/help/balsa/C/stylesheet-images/caution.gif
 share/gnome/help/balsa/C/stylesheet-images/home.gif
 share/gnome/help/balsa/C/stylesheet-images/important.gif
@@ -92,7 +93,7 @@
 share/locale/tr/LC_MESSAGES/balsa.mo
 share/locale/uk/LC_MESSAGES/balsa.mo
 share/locale/wa/LC_MESSAGES/balsa.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/balsa.mo
+share/locale/zh_CN/LC_MESSAGES/balsa.mo
 @dirrm share/gnome/sounds/balsa
 @dirrm share/gnome/pixmaps/balsa
 @dirrm share/gnome/help/balsa/C/stylesheet-images
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109190050.f8J0oGk35962>