Re: exim 4.69 won't build

2008-09-29 Thread Mark Foster
Alex Kozlov wrote: Remove NO_NIS/WITHOUT_NIS from make.conf/src.conf I do have WITHOUT_NIS in /etc/make.conf or add this to make.conf: .if ${.CURDIR:N*/ports/mail/exim} == "" WITHOUT_PERL=yes WITHOUT_NIS=yes .endif This one fixed it, thanks a lot! -- The more stuff you have, the less i

Re: exim 4.69 won't build

2008-09-28 Thread Alex Kozlov
On Sun, Sep 28, 2008 at 10:05:49AM -0700, Mark Foster wrote: > I'm getting this error when trying to compile (via make) the mail/exim > port (v4.69). > ... > cc -o exim > lookups/lookups.a(nis.o)(.text+0x33): In function `nis0_find': > : undefined reference to `yp_match' > lookups/lookups.a(nis.o)

Re: exim 4.69 won't build

2008-09-28 Thread Garrett Cooper
On Sun, Sep 28, 2008 at 10:05 AM, Mark Foster <[EMAIL PROTECTED]> wrote: > I'm getting this error when trying to compile (via make) the mail/exim port > (v4.69). > ... > cc -o exim > lookups/lookups.a(nis.o)(.text+0x33): In function `nis0_find': > : undefined reference to `yp_match' > lookups/looku

exim 4.69 won't build

2008-09-28 Thread Mark Foster
I'm getting this error when trying to compile (via make) the mail/exim port (v4.69). ... cc -o exim lookups/lookups.a(nis.o)(.text+0x33): In function `nis0_find': : undefined reference to `yp_match' lookups/lookups.a(nis.o)(.text+0xa0): In function `nis_find': : undefined reference to `yp_match'