Date: Sun, 3 Feb 2002 15:57:41 -0500 (EST) From: Joe Marcus Clarke <marcus@marcuscom.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/34592: [MAINTAINER UPDATE] Update security/pam_ldap to 1.3.7 Message-ID: <200202032057.g13KvfJ35106@shumai.marcuscom.com>
next in thread | raw e-mail | index | archive | help
>Number: 34592 >Category: ports >Synopsis: [MAINTAINER UPDATE] Update security/pam_ldap to 1.3.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Feb 03 13:00:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Joe Marcus Clarke >Release: FreeBSD 4.5-STABLE i386 >Organization: MarcusCom, Inc. >Environment: System: FreeBSD shumai.marcuscom.com 4.5-STABLE FreeBSD 4.5-STABLE #0: Sat Feb 2 17:21:37 EST 2002 marcus@shumai.marcuscom.com:/usr/obj/usr/src/sys/SHUMAI i386 >Description: Update the pam_ldap port to 1.3.7. Also, don't use automake or autoconf. >How-To-Repeat: >Fix: DELETED FILES: files/patch-ab files/patch-ac --- Makefile.orig Sun Feb 3 15:53:23 2002 +++ Makefile Sun Feb 3 15:54:49 2002 @@ -6,7 +6,7 @@ # PORTNAME= pam_ldap -PORTVERSION= 1.3.4 +PORTVERSION= 1.3.7 CATEGORIES= security net MASTER_SITES= http://www.padl.com/download/ \ ftp://ftp.padl.com/pub/ @@ -22,10 +22,11 @@ lber.1:${PORTSDIR}/net/openldap .endif -USE_AUTOCONF= yes -USE_AUTOMAKE= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ldap-lib=openldap \ - --with-ldap-dir=${LOCALBASE} + --with-ldap-dir=${LOCALBASE} \ + --with-ldap-conf-file=${PREFIX}/etc/ldap.conf +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} USE_GMAKE= yes --- distinfo.orig Sun Feb 3 15:53:30 2002 +++ distinfo Sun Feb 3 15:32:23 2002 @@ -1 +1 @@ -MD5 (pam_ldap-134.tar.gz) = 7d6583b37e02202c38ef95738880fadb +MD5 (pam_ldap-137.tar.gz) = ee8cf85a4138425364705a1986cc4561 --- files/patch-aa.orig Sun Feb 3 15:53:42 2002 +++ files/patch-aa Sun Feb 3 15:42:13 2002 @@ -1,6 +1,6 @@ ---- Makefile.in.orig Sat May 26 16:07:21 2001 -+++ Makefile.in Sat May 26 17:09:57 2001 -@@ -380,17 +380,15 @@ +--- Makefile.in.orig Sun Feb 3 15:36:48 2002 ++++ Makefile.in Sun Feb 3 15:39:06 2002 +@@ -357,17 +357,13 @@ install-exec-local: pam_ldap.so @$(NORMAL_INSTALL) @@ -9,9 +9,7 @@ -@EXTENSION_SO_FALSE@ $(INSTALL_PROGRAM) -o root -g root pam_ldap.so $(DESTDIR)$(libdir)/security/pam_ldap.so.1 -@EXTENSION_SO_FALSE@ -rm -f $(DESTDIR)$(libdir)/security/pam_ldap.so -@EXTENSION_SO_FALSE@ -ln -s $(DESTDIR)$(libdir)/security/pam_ldap.so.1 $(DESTDIR)$(libdir)/security/pam_ldap.so -+ $(mkinstalldirs) $(DESTDIR)$(libdir) -+@EXTENSION_SO_TRUE@ $(INSTALL_PROGRAM) -o root -g wheel pam_ldap.so $(DESTDIR)$(libdir)/pam_ldap.so -+@EXTENSION_SO_FALSE@ $(INSTALL_PROGRAM) -o root -g wheel pam_ldap.so $(DESTDIR)$(libdir)/pam_ldap.so ++ $(INSTALL_PROGRAM) -o root -g wheel pam_ldap.so $(DESTDIR)$(libdir)/pam_ldap.so install-data-local: @$(NORMAL_INSTALL) >Release-Note: >Audit-Trail: >Unformatted: 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?200202032057.g13KvfJ35106>