Date: Wed, 10 Jul 2002 17:50:04 -0700 (PDT) From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: freebsd-ports@FreeBSD.org Subject: Re: ports/40288: moving saslv1 includes files to make it easier to add saslv2 Message-ID: <200207110050.g6B0o4tu081588@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/40288; it has been noted by GNATS. From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/40288: moving saslv1 includes files to make it easier to add saslv2 Date: Thu, 11 Jul 2002 03:48:54 +0300 Adding to audit trail: | Date: Sun, 7 Jul 2002 11:52:58 -0700 | From: "David O'Brien" <obrien@freebsd.org> | Subject: Re: moving saslv1 includes files to make it easier to add saslv2 | Message-Id: <20020707185258.GD58914@dragon.nuxi.com> | | On Sun, Jul 07, 2002 at 02:18:04PM +0200, Mathieu Arnold wrote: | > Index: mail/mutt/files/patch-configure.in | > =================================================================== | > RCS file: /home/ncvs/ports/mail/mutt/files/patch-configure.in,v | > retrieving revision 1.2 | > diff -u -r1.2 patch-configure.in | > --- mail/mutt/files/patch-configure.in 22 Jun 2002 00:15:41 -0000 1.2 | > +++ mail/mutt/files/patch-configure.in 2 Jul 2002 14:41:12 -0000 | > @@ -14,7 +14,7 @@ | > if test "$with_sasl" != "yes" | > then | > - CPPFLAGS="$CPPFLAGS -I$with_sasl/include" | > -+ CPPFLAGS="$CPPFLAGS -I$with_sasl/include/sasl" | > ++ CPPFLAGS="$CPPFLAGS -I$with_sasl/include/sasl1" | > LDFLAGS="$LDFLAGS -L$with_sasl/lib" | > fi | | This is not commit ready. You are removing parts from the existing | ports/mail/mutt/files/patch-configure.in: | | | --- configure.in.orig Fri Jun 21 14:52:03 2002 | +++ configure.in Fri Jun 21 14:54:07 2002 | @@ -515,7 +515,7 @@ | AC_MSG_ERROR([SSL support is only useful with POP or IMAP support]) | fi | | - if test "$with_ssl" != "yes" | + if test "$with_ssl" != "yes" && x$withval != x/usr | then | LDFLAGS="$LDFLAGS -L$withval/lib" | CPPFLAGS="$CPPFLAGS -I$withval/include" | @@ -609,6 +609,8 @@ | [if test $enableval = yes; then | AC_DEFINE(USE_FLOCK,1, [ Define to use flock() to lock mailboxes. ]) | fi]) | + | +MUTTLIBS="$MUTTLIBS -lxpg4" | | mutt_cv_fcntl=yes | AC_ARG_ENABLE(fcntl, [ --disable-fcntl Do NOT use fcntl() to lock files ], | | ---------------------------------------------------------------------- | | Date: Sun, 07 Jul 2002 21:59:37 +0200 | From: Mathieu Arnold <m@absolight.fr> | Subject: Re: moving saslv1 includes files to make it easier to add saslv2 | Message-Id: <518748671.1026079177@sauron> | | --On dimanche 7 juillet 2002 11:52 -0700 David O'Brien <obrien@freebsd.org> wrote: | > On Sun, Jul 07, 2002 at 02:18:04PM +0200, Mathieu Arnold wrote: | >> Index: mail/mutt/files/patch-configure.in | >> =================================================================== | >> RCS file: /home/ncvs/ports/mail/mutt/files/patch-configure.in,v | >> retrieving revision 1.2 | >> diff -u -r1.2 patch-configure.in | >> --- mail/mutt/files/patch-configure.in 22 Jun 2002 00:15:41 -0000 1.2 | >> +++ mail/mutt/files/patch-configure.in 2 Jul 2002 14:41:12 -0000 | >> @@ -14,7 +14,7 @@ | >> if test "$with_sasl" != "yes" | >> then | >> - CPPFLAGS="$CPPFLAGS -I$with_sasl/include" | >> -+ CPPFLAGS="$CPPFLAGS -I$with_sasl/include/sasl" | >> ++ CPPFLAGS="$CPPFLAGS -I$with_sasl/include/sasl1" | >> LDFLAGS="$LDFLAGS -L$with_sasl/lib" | >> fi | > | > This is not commit ready. You are removing parts from the existing | > ports/mail/mutt/files/patch-configure.in: | | This patch is not removing anything, it's replacing one line. (unless I'm | mistaken on what diff/patch does.) | | ---------------------------------------------------------------------- | | Date: Sun, 7 Jul 2002 13:41:35 -0700 | From: "David O'Brien" <obrien@freebsd.org> | Subject: Re: moving saslv1 includes files to make it easier to add saslv2 | Message-Id: <20020707204135.GA89971@dragon.nuxi.com> | | On Sun, Jul 07, 2002 at 09:59:37PM +0200, Mathieu Arnold wrote: | > > This is not commit ready. You are removing parts from the existing | > > ports/mail/mutt/files/patch-configure.in: | > | > This patch is not removing anything, it's replacing one line. (unless I'm | > mistaken on what diff/patch does.) | | Opps sorry, I read this too fast -- this is a patch to the patch; not a | replacement patch file. 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?200207110050.g6B0o4tu081588>