From owner-freebsd-stable Fri Apr 5 8:23:45 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mail.gactr.uga.edu (smtpgw.gactr.uga.edu [128.192.37.25]) by hub.freebsd.org (Postfix) with ESMTP id CEB3837B419 for ; Fri, 5 Apr 2002 08:23:30 -0800 (PST) Received: (qmail 63270 invoked from network); 5 Apr 2002 16:23:28 -0000 Received: from unknown (HELO georgiacenter.org) ([10.10.100.125]) (envelope-sender ) by smtpgw.servers.nat (qmail-ldap-1.03) with SMTP for ; 5 Apr 2002 16:23:28 -0000 Message-ID: <3CADCF80.ACE585F0@georgiacenter.org> Date: Fri, 05 Apr 2002 11:23:28 -0500 From: "Robin P. Blanchard" Organization: Georgia Center Information Technology X-Mailer: Mozilla 4.79 [en] (X11; U; FreeBSD 4.5-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: nik@FreeBSD.org Subject: auth_ldap-1.6.0 port Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The following patch seems gets auth_ldap-1.6.0 working. # diff -u Makefile Makefile.patched --- Makefile Sun Mar 24 21:20:02 2002 +++ Makefile.patched Fri Apr 5 11:18:33 2002 @@ -12,13 +12,14 @@ MAINTAINER= nik@FreeBSD.org -BROKEN= "Looks like a missing dependency" +#BROKEN= "Looks like a missing dependency" BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 LIB_DEPENDS= lber.2:${PORTSDIR}/net/openldap2 RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 GNU_CONFIGURE= yes +CONFIGURE_ENV+= LIBS="-llber" CONFIGURE_ARGS= --with-sdk-headers=${LOCALBASE}/include \ --with-sdk-libs=${LOCALBASE}/lib \ --with-ldap-sdk=openldap -- ---------------------------------------- Robin P. Blanchard Systems Design and Support Georgia Center for Continuing Education fon: 706.542.2404 <> fax: 706.542.6546 ---------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message