From owner-freebsd-gnome@FreeBSD.ORG Thu Mar 27 12:06:43 2003 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6E6E37B401; Thu, 27 Mar 2003 12:06:43 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6554843F3F; Thu, 27 Mar 2003 12:06:42 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h2RK6ETc054771; Thu, 27 Mar 2003 15:06:14 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Martin Klaffenboeck In-Reply-To: <20030327200418.GA6031@martin.kleinerdrache.org> References: <20030326164855.6317.qmail@httpd.terions.de> <20030327175025.GC377@martin.kleinerdrache.org> <1048787881.973.17.camel@gyros> <20030327200418.GA6031@martin.kleinerdrache.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-yV66ub0+v1b3ZdC0sMB0" Organization: MarcusCom, Inc. Message-Id: <1048795589.973.19.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.3 Date: 27 Mar 2003 15:06:30 -0500 X-Spam-Status: No, hits=-37.6 required=5.0 tests=AWL,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,QUOTE_TWICE_1,REFERENCES, REPLY_WITH_QUOTES,USER_AGENT_XIMIAN autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) cc: FreeBSD-gnats-submit@freebsd.org cc: gnome freebsd Subject: Re: update balsa2 to 2.0.10 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2003 20:06:46 -0000 --=-yV66ub0+v1b3ZdC0sMB0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-03-27 at 15:04, Martin Klaffenboeck wrote: > Am 2003.03.27 18:58 schrieb(en) Joe Marcus Clarke: > > On Thu, 2003-03-27 at 12:50, Martin Klaffenboeck wrote: > > > Maybe interesting for balsa2 users: > > > > > > Now the filters marked with "use while checking for new emails" > > works > > > much better: > > > > > > - you do not have to open the inbox folder, > > > - you do not have to restart balsa2 when inbox was empty on checking > >=20 > > > for emails. > >=20 > > I see you didn't add a gpgme dependency. I think the new GPG code > > requires this. Can you take a look? Thanks. >=20 > Hm. > pkg_info | grep gpgme > didn't find the package here, but balsa built just fine. >=20 > Maybe this is optionally? >=20 > I don't know how to work with optionally things right now. Would=20 > something like >=20 > .if defined(WITH_GPGME) > LIB_DEPENDS+=3D gpgme.9:${PORTSDIR}/security/gpgme > CONFIGURE_ARGS+=3D --enable-gpgme > .fi Change the WITH argument to WITH_GPG. >=20 > work? Where do I have to put this? Do I have to use >=20 > .include >=20 > somewhere? Not for this. Joe >=20 > But from ./configure --help: >=20 > --enable-gpgme build with GPGME/RFC3156 support=20 > (experimental) default=3Dno >=20 > But for optional purposes it seems to be ok for me. >=20 > Martin >=20 > > Joe > >=20 > > > > > > Martin > > > > > > > > > Am 2003.03.26 17:48 schrieb(en) Martin Klaffenboeck: > > > > > > > > >Submitter-Id: current-users > > > > >Originator: Martin Klaffenboeck > > > > >Organization: =20 > > > > >Confidential: no > > > > >Synopsis: update balsa2 to 2.0.10 > > > > >Severity: non-critical > > > > >Priority: low > > > > >Category: ports > > > > >Class: update > > > > >Release: FreeBSD 4.8-RC i386 > > > > >Environment: > > > > System: FreeBSD martin.kleinerdrache.org 4.8-RC FreeBSD 4.8-RC > > #26: > > > > Tue Mar 25 18:25:51 CET 2003 > > > > martin@martin.kleinerdrache.org:/usr/obj/usr/src/sys/MYKERNEL > > > > i386 > > > > > > > > > > > > =20 > > > > >Description: > > > > This is the update for balsa2 from 2.0.9 to 2.0.10. > > > > > > > > Should be allright. > > > > > > > > Martin > > > > =20 > > > > >How-To-Repeat: > > > > =20 > > > > >Fix: > > > > > > > > =20 > > > > > > > > --- balsa2.diff begins here --- > > > > diff -Nur balsa2.orig/Makefile balsa2/Makefile > > > > --- balsa2.orig/Makefile Wed Feb 26 11:13:16 2003 > > > > +++ balsa2/Makefile Wed Mar 26 16:53:29 2003 > > > > @@ -6,7 +6,7 @@ > > > > # > > > > > > > > PORTNAME=3D balsa2 > > > > -PORTVERSION=3D 2.0.9 > > > > +PORTVERSION=3D 2.0.10 > > > > CATEGORIES=3D mail gnome > > > > MASTER_SITES=3D http://www.theochem.kth.se/~pawsa/balsa/ \ > > > > ftp://ftp.newton.cx/pub/balsa/ > > > > diff -Nur balsa2.orig/distinfo balsa2/distinfo > > > > --- balsa2.orig/distinfo Wed Feb 26 11:13:16 2003 > > > > +++ balsa2/distinfo Wed Mar 26 16:54:36 2003 > > > > @@ -1 +1 @@ > > > > -MD5 (balsa-2.0.9.tar.bz2) =3D f8fc07818ee1d854d77b806d315ba0e2 > > > > +MD5 (balsa-2.0.10.tar.bz2) =3D c4e5325df8b9ddbf62778094568a6814 > > > > diff -Nur balsa2.orig/files/patch-configure > > > > balsa2/files/patch-configure > > > > --- balsa2.orig/files/patch-configure Wed Feb 19 16:47:27 > > 2003 > > > > +++ balsa2/files/patch-configure Wed Mar 26 17:09:38 2003 > > > > @@ -1,8 +1,8 @@ > > > > ---- configure.orig Sun Feb 16 10:45:05 2003 > > > > -+++ configure Wed Feb 19 03:52:18 2003 > > > > -@@ -8294,13 +8294,13 @@ > > > > +--- configure.orig Mon Mar 24 23:43:20 2003 > > > > ++++ configure Wed Mar 26 17:00:43 2003 > > > > +@@ -9004,13 +9004,13 @@ > > > > + else > > > > > > > > - if test x$enable_deprecated_pspell =3D xyes ; then > > > > > > > > -echo "$as_me:$LINENO: checking for new_pspell_manager in > > -lpspell" > > > > >&5 > > > > -echo $ECHO_N "checking for new_pspell_manager in -lpspell... > > > > $ECHO_C" >&6 > > > > @@ -17,17 +17,13 @@ > > > > +LIBS=3D"-lpspell -lstdc++ $LIBS" > > > > cat >conftest.$ac_ext <<_ACEOF > > > > #line $LINENO "configure" > > > > - #include "confdefs.h" > > > > -@@ -8311,7 +8311,7 @@ > > > > + /* confdefs.h. */ > > > > +@@ -9025,11 +9025,11 @@ > > > > #endif > > > > /* We use char because int might match the return type of a gcc2 > > > > builtin and then its argument prototype would still apply. > > */ > > > > -char new_pspell_manager (); > > > > +char new_aspell_speller (); > > > > - #ifdef F77_DUMMY_MAIN > > > > - # ifdef __cplusplus > > > > - extern "C" > > > > -@@ -8321,7 +8321,7 @@ > > > > int > > > > main () > > > > { > > > > @@ -36,17 +32,18 @@ > > > > ; > > > > return 0; > > > > } > > > > -@@ -8338,18 +8338,18 @@ > > > > +@@ -9046,19 +9046,19 @@ > > > > ac_status=3D$? > > > > echo "$as_me:$LINENO: \$? =3D $ac_status" >&5 > > > > (exit $ac_status); }; }; then > > > > - ac_cv_lib_pspell_new_pspell_manager=3Dyes > > > > -+ ac_cv_lib_pspell_new_aspell_speller=3Dyes > > > > ++ ac_cv_lib_pspell_new_aspell_speller=3Dyes > > > > else > > > > echo "$as_me: failed program was:" >&5 > > > > - cat conftest.$ac_ext >&5 > > > > + sed 's/^/| /' conftest.$ac_ext >&5 > > > > + > > > > -ac_cv_lib_pspell_new_pspell_manager=3Dno > > > > -+ac_cv_lib_pspell_new_aspell_speller=3Dno > > > > ++ ac_cv_lib_pspell_new_aspell_speller=3Dno > > > > fi > > > > rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext > > > > LIBS=3D$ac_check_lib_save_LIBS > > > > @@ -54,13 +51,13 @@ > > > > -echo "$as_me:$LINENO: result: > > $ac_cv_lib_pspell_new_pspell_manager" > > > > >&5 > > > > -echo "${ECHO_T}$ac_cv_lib_pspell_new_pspell_manager" >&6 > > > > -if test $ac_cv_lib_pspell_new_pspell_manager =3D yes; then > > > > -+echo "$as_me:$LINENO: result: > > $ac_cv_lib_pspell_new_aspell_speller" > > > > >&5 > > > > -+echo "${ECHO_T}$ac_cv_lib_pspell_new_aspell_speller" >&6 > > > > -+if test $ac_cv_lib_pspell_new_aspell_speller =3D yes; then > > > > ++ echo "$as_me:$LINENO: result: > > $ac_cv_lib_pspell_new_aspell_speller" > > > > >&5 > > > > ++ echo "${ECHO_T}$ac_cv_lib_pspell_new_aspell_speller" >&6 > > > > ++ if test $ac_cv_lib_pspell_new_aspell_speller =3D yes; then > > > > cat >>confdefs.h <<_ACEOF > > > > #define HAVE_LIBPSPELL 1 > > > > _ACEOF > > > > -@@ -10931,7 +10931,7 @@ > > > > +@@ -10491,7 +10491,7 @@ > > > > echo $ECHO_N "(cached) $ECHO_C" >&6 > > > > else > > > > ac_check_lib_save_LIBS=3D$LIBS > > > > @@ -68,8 +65,8 @@ > > > > +LIBS=3D"-lldap -llber $LIBS" > > > > cat >conftest.$ac_ext <<_ACEOF > > > > #line $LINENO "configure" > > > > - #include "confdefs.h" > > > > -@@ -10986,7 +10986,7 @@ > > > > + /* confdefs.h. */ > > > > +@@ -10545,7 +10545,7 @@ > > > > #define ENABLE_LDAP 1 > > > > _ACEOF > > > > > > > > diff -Nur balsa2.orig/pkg-plist balsa2/pkg-plist > > > > --- balsa2.orig/pkg-plist Fri Jan 31 10:06:09 2003 > > > > +++ balsa2/pkg-plist Wed Mar 26 17:38:34 2003 > > > > @@ -54,6 +54,7 @@ > > > > share/locale/ko/LC_MESSAGES/balsa.mo > > > > share/locale/lt/LC_MESSAGES/balsa.mo > > > > share/locale/lv/LC_MESSAGES/balsa.mo > > > > +share/locale/ml/LC_MESSAGES/balsa.mo > > > > share/locale/ms/LC_MESSAGES/balsa.mo > > > > share/locale/nl/LC_MESSAGES/balsa.mo > > > > share/locale/nn/LC_MESSAGES/balsa.mo > > > > --- balsa2.diff ends here --- > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > with "unsubscribe freebsd-gnome" in the body of the message > > > > > > > > > > > > > > -- > > PGP Key : http://www.marcuscom.com/pgp.asc > >=20 > >=20 > >=20 --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-yV66ub0+v1b3ZdC0sMB0 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+g1nFb2iPiv4Uz4cRAka9AJ0Tf93pPlIW43UrzcnSiuJ1zKcf8gCfd6r+ P+fZnw9KwnT950MvstjnjhY= =Bo2t -----END PGP SIGNATURE----- --=-yV66ub0+v1b3ZdC0sMB0--