Date: Sat, 5 May 2001 13:25:52 -0300 From: "Mario Sergio Fujikawa Ferreira" <lioux@uol.com.br> To: Hajimu UMEMOTO <ume@mahoroba.org> Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/27093: qpopper-4.0.1 - make fails Message-ID: <20010505132551.A43072@Fedaykin.here> In-Reply-To: <20010506.010810.07556033.ume@mahoroba.org>; from ume@mahoroba.org on Sun, May 06, 2001 at 01:07:48AM %2B0900 References: <200105051550.f45Fo2F51925@freefall.freebsd.org> <20010506.010810.07556033.ume@mahoroba.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--wRRV7LY7NUeQGEoC Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sun, May 06, 2001 at 01:07:48AM +0900, Hajimu UMEMOTO wrote: > >>>>> On Sat, 5 May 2001 08:50:02 -0700 (PDT) > >>>>> "Mario Sergio Fujikawa Ferreira" <lioux@uol.com.br> said: > > lioux> Humm, there seems to have something odd with your CFLAGS. Could you try > lioux> cleaning your CFLAGS? I mean, please comment all CFLAGS entries inside your > lioux> /etc/make.conf. Let me know what happens. > > lioux> I am suspecting that the gdbm port is conflicting. This might be due > lioux> to a -I/usr/local/include inside your CFLAGS. > > I met same problem here. If gdbm is installed, configure find it out > and set `#define HAVE_GDBM_H 1' into config.h. It causes the problem. > I did delete HAVE_GDBM_H line from config.h after `make configure' for > workaround. Could you try the following patch? -- Mario S F Ferreira - UnB - Brazil - "I guess this is a signature." lioux at ( freebsd dot org | linf dot unb dot br ) flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature --wRRV7LY7NUeQGEoC Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="mail.qpopper.patch" diff -ruN /usr/ports/mail/qpopper/Makefile mail/qpopper/Makefile --- /usr/ports/mail/qpopper/Makefile Sat Apr 28 04:48:42 2001 +++ mail/qpopper/Makefile Sat May 5 13:24:58 2001 @@ -27,7 +27,7 @@ OS_DEFS="-DSETPROCTITLE ${OS_DEFS}" CONFIGURE_ARGS= --enable-apop=${PREFIX}/etc/qpopper/pop.auth \ --enable-nonauth-file=/etc/ftpusers \ - --with-apopuid=pop \ + --with-apopuid=pop --without-gdbm \ --enable-keep-temp-drop MAN8= qpopauth.8 qpopper.8 --wRRV7LY7NUeQGEoC-- 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?20010505132551.A43072>