From owner-freebsd-stable Sat Apr 6 8: 3:32 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 C38D337B404 for ; Sat, 6 Apr 2002 08:03:27 -0800 (PST) Received: (qmail 14813 invoked from network); 6 Apr 2002 16:03:20 -0000 Received: from unknown (HELO gactr.uga.edu) ([10.10.100.125]) (envelope-sender ) by smtpgw.servers.nat (qmail-ldap-1.03) with SMTP for ; 6 Apr 2002 16:03:20 -0000 Message-ID: <3CAF1C48.2908F24F@gactr.uga.edu> Date: Sat, 06 Apr 2002 11:03:20 -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: stable@freebsd.org, 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. --- 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