Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Feb 2002 10:35:09 -0500 (EST)
From:      Joe Marcus Clarke <marcus@marcuscom.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/34697: [PATCH] Update mail/balsa to 1.3.1
Message-ID:  <200202071535.g17FZ9N35529@shumai.marcuscom.com>

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

>Number:         34697
>Category:       ports
>Synopsis:       [PATCH] Update mail/balsa to 1.3.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 07 07:40:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Joe Marcus Clarke
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
MarcusCom, Inc.
>Environment:
System: FreeBSD shumai.marcuscom.com 4.5-STABLE FreeBSD 4.5-STABLE #0: Sat Feb 2 17:21:37 EST 2002 marcus@shumai.marcuscom.com:/usr/obj/usr/src/sys/SHUMAI i386


	
>Description:
Update the balsa port to 1.3.1.
>How-To-Repeat:
	
>Fix:
ADDED FILES:
  files/patch-src::sendmsg-window.c


--- Makefile.orig	Thu Feb  7 10:30:57 2002
+++ Makefile	Thu Feb  7 10:25:25 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	balsa
-PORTVERSION=	1.3.0
+PORTVERSION=	1.3.1
 CATEGORIES=	mail gnome
 MASTER_SITES=	http://www.theochem.kth.se/~pawsa/balsa/ \
 		ftp://ftp.newton.cx/pub/balsa/
@@ -32,6 +32,7 @@
 		--with-ssl
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
 		LIBS="-L${LOCALBASE}/lib -lgiconv"
+CONFIGURE_TARGET=   --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
 
 MAN1=		balsa.1
 

--- distinfo.orig	Thu Feb  7 10:31:04 2002
+++ distinfo	Thu Feb  7 09:51:06 2002
@@ -1 +1 @@
-MD5 (balsa-1.3.0.tar.gz) = 7309370fe64d633df5fe46b1a1a25a82
+MD5 (balsa-1.3.1.tar.gz) = f918d83397b29bac8818c8a101c9dac0


--- files/patch-aa.orig	Thu Feb  7 10:31:19 2002
+++ files/patch-aa	Thu Feb  7 09:53:30 2002
@@ -1,13 +1,10 @@
-
-$FreeBSD: ports/mail/balsa/files/patch-aa,v 1.4 2001/11/07 08:51:15 sobomax Exp $
-
---- src/Makefile.in.orig	Tue Nov  6 12:02:00 2001
-+++ src/Makefile.in	Tue Nov  6 12:03:19 2001
-@@ -216,7 +216,6 @@
+--- src/Makefile.in.orig	Thu Feb  7 05:56:51 2002
++++ src/Makefile.in	Thu Feb  7 09:53:04 2002
+@@ -230,7 +230,6 @@
  	$(top_builddir)/libmutt/libmutt.a	\
  	$(top_builddir)/libinit_balsa/libinit_balsa.a \
  	-lpspell \
--	-lltdl \
+-	-lltdl	\
+ 	-lgdbm	\
  	$(INTLLIBS) \
  	$(PCRE_LIBS) \
- 	$(PTHREAD_LIB)

ADDED FILE: files/patch-src::sendmsg-window.c

--- src/sendmsg-window.c.orig	Thu Feb  7 10:04:41 2002
+++ src/sendmsg-window.c	Thu Feb  7 10:04:50 2002
@@ -785,7 +785,7 @@
         return; 
     } 
     if (pid == 0) {
-        setpgrp();
+        setpgrp(0, 0);
         
         command = g_strdup_printf(balsa_app.extern_editor_command, filename); 
         cmdline = g_strsplit(command, " ", 1024); 
>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?200202071535.g17FZ9N35529>