Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jun 2000 08:15:53 -0700 (PDT)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/19524: Update port: mail/balsa
Message-ID:  <20000626151553.3ADE337B780@hub.freebsd.org>

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

>Number:         19524
>Category:       ports
>Synopsis:       Update port: mail/balsa
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 26 08:20:04 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.0-RELEASE i386
>Organization:
>Environment:
>Description:
- Enable multithreading support
- Fix path for refering balsa.mo files

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/mail/balsa/Makefile mail/balsa/Makefile
--- /usr/ports/mail/balsa/Makefile	Thu Jun 22 19:13:50 2000
+++ mail/balsa/Makefile	Sat Jun 24 01:27:49 2000
@@ -30,7 +30,7 @@
 CONFIGURE_ARGS=	--localstatedir=${PREFIX}/share/gnome \
 		--datadir=${PREFIX}/share/gnome \
 		--with-gnome=${PREFIX} \
-		--enable-system-install
+		--enable-threads
 
 MAN1=		balsa.1
 
diff -urN /usr/ports/mail/balsa/patches/patch-ak mail/balsa/patches/patch-ak
--- /usr/ports/mail/balsa/patches/patch-ak	Thu Jun 22 19:13:52 2000
+++ mail/balsa/patches/patch-ak	Sat Jun 24 01:05:20 2000
@@ -5,7 +5,7 @@
  #	spell-check.h		\
  
 -INCLUDES =  	-DGNOMELOCALEDIR=\""$(datadir)/locale"\" 	-I$(top_srcdir) 	-I$(top_srcdir)/libbalsa 	-I$(top_builddir)/libmutt 	-I$(top_srcdir)/libmutt 	 $(GNOME_INCLUDEDIR)
-+INCLUDES =  	-DGNOMELOCALEDIR=\""$(datadir)/share/locale"\" 	-I$(top_srcdir) 	-I$(top_srcdir)/libbalsa 	-I$(top_builddir)/libmutt 	-I$(top_srcdir)/libmutt 	 $(GNOME_INCLUDEDIR)
++INCLUDES =  	-DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" 	-I$(top_srcdir) 	-I$(top_srcdir)/libbalsa 	-I$(top_builddir)/libmutt 	-I$(top_srcdir)/libmutt 	 $(GNOME_INCLUDEDIR)
  
  
  #libbalsa appearing twice is not a bug -- it is mutually dependent with libmutt


>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?20000626151553.3ADE337B780>