Date: Fri, 24 Dec 1999 07:16:34 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org Subject: ports/15665: Update port: mail/balsa to 0.6.0 Message-ID: <19991224151634.287E215350@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 15665 >Category: ports >Synopsis: Update port: mail/balsa to 0.6.0 >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: Fri Dec 24 07:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: >Organization: >Environment: >Description: * Updated version 0.4.9.5 to 0.6.0 New file: patches/patch-ah patches/patch-ai patches/patch-aj patches/patch-ak >How-To-Repeat: >Fix: diff -urN /usr/ports/mail/balsa/Makefile mail/balsa/Makefile --- /usr/ports/mail/balsa/Makefile Sun Dec 5 20:15:45 1999 +++ mail/balsa/Makefile Thu Dec 23 07:17:52 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: balsa -# Version required: 0.4.9.5 +# Version required: 0.6.0 # Date created: 02 December 1998 # Whom: Glenn Johnson <gljohns@bellsouth.net> # # $FreeBSD: ports/mail/balsa/Makefile,v 1.12 1999/12/04 23:26:11 cpiazza Exp $ # -DISTNAME= balsa-0.4.9.5 +DISTNAME= balsa-0.6.0 CATEGORIES= mail gnome MASTER_SITES= ftp://ftp.balsa.net/pub/balsa/ @@ -17,12 +17,14 @@ PropList.2:${PORTSDIR}/devel/libPropList GTK_CONFIG?= ${X11BASE}/bin/gtk12-config +GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config USE_X_PREFIX= yes USE_LIBTOOL= yes LIBTOOLFILES= configure libmutt/configure CONFIGURE_ENV= CPPFLAGS='-I${LOCALBASE}/include' \ GTK_CONFIG='${GTK_CONFIG}' \ + GLIB_CONFIG='${GLIB_CONFIG}' \ LIBS='-L${LOCALBASE}/lib' CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome \ diff -urN /usr/ports/mail/balsa/files/md5 mail/balsa/files/md5 --- /usr/ports/mail/balsa/files/md5 Sat Nov 27 08:16:06 1999 +++ mail/balsa/files/md5 Thu Dec 23 03:43:42 1999 @@ -1 +1 @@ -MD5 (balsa-0.4.9.5.tar.gz) = b723043e86768d9c09af6fc76a9a63c2 +MD5 (balsa-0.6.0.tar.gz) = 3660c39d9a1a5712bfc51edf685b6308 diff -urN /usr/ports/mail/balsa/patches/patch-ah mail/balsa/patches/patch-ah --- /usr/ports/mail/balsa/patches/patch-ah Thu Jan 1 09:00:00 1970 +++ mail/balsa/patches/patch-ah Thu Dec 23 04:45:27 1999 @@ -0,0 +1,11 @@ +--- images/Makefile.in.orig Wed Dec 22 15:21:16 1999 ++++ images/Makefile.in Thu Dec 23 04:45:18 1999 +@@ -135,7 +135,7 @@ + + EXTRA_DIST = $(balsa_BITMAPS) + @sys_install_TRUE@balsabitmapsdir = $(gnomedatadir)/pixmaps/balsa +-@sys_install_FALSE@balsabitmapsdir = $(prefix)/pixmaps/balsa ++@sys_install_FALSE@balsabitmapsdir = $(gnomedatadir)/pixmaps/balsa + + balsabitmaps_DATA = $(balsa_BITMAPS) + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff -urN /usr/ports/mail/balsa/patches/patch-ai mail/balsa/patches/patch-ai --- /usr/ports/mail/balsa/patches/patch-ai Thu Jan 1 09:00:00 1970 +++ mail/balsa/patches/patch-ai Thu Dec 23 05:15:06 1999 @@ -0,0 +1,20 @@ +--- libmutt/rfc1524.c.orig Fri Jan 3 23:18:25 1997 ++++ libmutt/rfc1524.c Thu Dec 23 05:14:52 1999 +@@ -455,7 +455,7 @@ + if (s[0] == '\0') + { + snprintf (s, l, "%s/muttXXXXXX", buf); +- mktemp (s); ++ mkstemp (s); + } + else + { +@@ -466,7 +466,7 @@ + if ((period = strrchr (tmp, '.')) != NULL) + *period = 0; + snprintf (s, l, "%s/%s.XXXXXX", buf, tmp); +- mktemp (s); ++ mkstemp (s); + if (period != NULL) + { + *period = '.'; diff -urN /usr/ports/mail/balsa/patches/patch-aj mail/balsa/patches/patch-aj --- /usr/ports/mail/balsa/patches/patch-aj Thu Jan 1 09:00:00 1970 +++ mail/balsa/patches/patch-aj Thu Dec 23 05:23:17 1999 @@ -0,0 +1,11 @@ +--- po/Makefile.in.in.orig Wed Dec 22 15:06:25 1999 ++++ po/Makefile.in.in Thu Dec 23 05:22:51 1999 +@@ -18,7 +18,7 @@ + + prefix = @prefix@ + exec_prefix = @exec_prefix@ +-datadir = $(prefix)/@DATADIRNAME@ ++datadir = $(prefix)/share + localedir = $(datadir)/locale + gnulocaledir = $(prefix)/share/locale + gettextsrcdir = $(prefix)/share/gettext/po diff -urN /usr/ports/mail/balsa/patches/patch-ak mail/balsa/patches/patch-ak --- /usr/ports/mail/balsa/patches/patch-ak Thu Jan 1 09:00:00 1970 +++ mail/balsa/patches/patch-ak Thu Dec 23 05:47:23 1999 @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig Wed Dec 22 15:21:28 1999 ++++ src/Makefile.in Thu Dec 23 05:47:06 1999 +@@ -138,7 +138,7 @@ + + # index-child.h \ + +-INCLUDES = -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(top_srcdir) -I$(top_srcdir)/libbalsa -I$(top_srcdir)/idl -I$(top_builddir)/libmutt -I$(top_srcdir)/libmutt $(GNOME_INCLUDEDIR) ++INCLUDES = -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(top_srcdir) -I$(top_srcdir)/libbalsa -I$(top_srcdir)/idl -I$(top_builddir)/libmutt -I$(top_srcdir)/libmutt $(GNOME_INCLUDEDIR) + + + #libbalsa appearing twice is not a bug -- it is mutually dependent with libmutt diff -urN /usr/ports/mail/balsa/pkg/PLIST mail/balsa/pkg/PLIST --- /usr/ports/mail/balsa/pkg/PLIST Sun May 30 19:45:17 1999 +++ mail/balsa/pkg/PLIST Fri Dec 24 22:33:06 1999 @@ -2,19 +2,41 @@ etc/CORBA/servers/balsa.gnorba etc/sound/events/balsa.soundlist etc/sound/events/email.soundlist -lib/libbalsasrv.a -share/gnome/pixmaps/balsa/attachment.png -share/gnome/pixmaps/balsa/balsa_icon.png -share/gnome/pixmaps/balsa/balsa_logo.png +share/gnome/gnome/help/balsa/C/g327.htm +@exec ln -sf t1.htm %D/share/gnome/gnome/help/balsa/C/index.html +@unexec rm -f %D/share/gnome/gnome/help/balsa/C/index.html +share/gnome/gnome/help/balsa/C/t1.htm +share/gnome/gnome/help/balsa/C/topic.dat +share/gnome/gnome/help/balsa/C/x188.htm +share/gnome/gnome/help/balsa/C/x24.htm +share/gnome/gnome/help/balsa/C/x244.htm +share/gnome/gnome/help/balsa/C/x277.htm +share/gnome/gnome/help/balsa/C/x324.htm +share/gnome/gnome/help/balsa/C/x35.htm +share/gnome/idl/balsa.idl +share/gnome/pixmaps/balsa/attachment.png +share/gnome/pixmaps/balsa/balsa-logo.png +share/gnome/pixmaps/balsa/balsa-top.png +share/gnome/pixmaps/balsa/balsa-watermark.png +share/gnome/pixmaps/balsa/balsa_icon.png +share/gnome/pixmaps/balsa/balsa_logo.png share/gnome/sounds/balsa/newmail.wav share/gnome/sounds/balsa/startup.wav +share/locale/da/LC_MESSAGES/balsa.mo share/locale/de/LC_MESSAGES/balsa.mo share/locale/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 share/locale/ga/LC_MESSAGES/balsa.mo share/locale/it/LC_MESSAGES/balsa.mo share/locale/ko/LC_MESSAGES/balsa.mo +share/locale/nl/LC_MESSAGES/balsa.mo share/locale/no/LC_MESSAGES/balsa.mo +share/locale/pl/LC_MESSAGES/balsa.mo +share/locale/pt_BR/LC_MESSAGES/balsa.mo +share/locale/ru/LC_MESSAGES/balsa.mo @dirrm share/gnome/sounds/balsa @dirrm share/gnome/pixmaps/balsa +@dirrm share/gnome/gnome/help/balsa/C +@dirrm share/gnome/gnome/help/balsa >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?19991224151634.287E215350>