make index fails in mail/tpop3d

Ceri Davies ceri at submonkey.net
Mon Nov 15 01:44:57 PST 2004


On Mon, Nov 15, 2004 at 08:59:44AM +0100, Michael Reifenberger wrote:
> Hi,
> make index fails due to mail/tpop3d references to the non-existing
> net/openldap20-client when compiled with WITH_LDAP=YES

I sent the maintainer a patch a week or so ago; no response yet.
It's attached if anyone else would care to review/commit it.

Ceri
-- 
Only two things are infinite, the universe and human stupidity, and I'm
not sure about the former.			  -- Einstein (attrib.)
-------------- next part --------------
Index: ports/mail/tpop3d/Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/tpop3d/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- ports/mail/tpop3d/Makefile	4 Dec 2003 13:16:47 -0000	1.13
+++ ports/mail/tpop3d/Makefile	3 Nov 2004 20:14:26 -0000
@@ -30,7 +30,7 @@
 .endif
 
 .if defined(WITH_LDAP)
-LIB_DEPENDS+=		ldap.2:${PORTSDIR}/net/openldap20-client
+USE_OPENLDAP=		yes
 CONFIGURE_ARGS+=	--enable-auth-ldap --with-openldap-root=${LOCALBASE}
 .endif
 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20041115/c53cc1af/attachment.bin


More information about the freebsd-ports mailing list