head	1.4;
access;
symbols
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3;
locks; strict;
comment	@# @;


1.4
date	2002.02.04.23.14.31;	author pat;	state dead;
branches;
next	1.3;

1.3
date	2001.07.09.23.26.15;	author dwcjr;	state Exp;
branches;
next	1.2;

1.2
date	2001.06.11.20.11.29;	author dwcjr;	state Exp;
branches;
next	1.1;

1.1
date	2001.06.08.19.00.20;	author dwcjr;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Update to 1.3.7

PR:		34592
Submitted by:	maintainer
@
text
@--- Makefile.am.orig	Mon Jan  8 18:00:14 2001
+++ Makefile.am	Mon Jun 11 11:44:42 2001
@@@@ -4,24 +4,18 @@@@
 
 pam_ldap_so_SOURCES = pam_ldap.c pam_ldap.h md5.c md5.h
 pam_ldap_so_LDFLAGS = @@pam_ldap_so_LDFLAGS@@
+CPPFLAGS = @@CPPFLAGS@@ -DLDAP_CONF_FILE=\"$(sysconfdir)/ldap.conf\"
 
 
 install-exec-local: pam_ldap.so
 	@@$(NORMAL_INSTALL)
-	$(mkinstalldirs) $(DESTDIR)$(libdir)/security
-if EXTENSION_SO
-	$(INSTALL_PROGRAM) -o root -g root pam_ldap.so $(DESTDIR)$(libdir)/security/pam_ldap.so
-else
-	$(INSTALL_PROGRAM) -o root -g root pam_ldap.so $(DESTDIR)$(libdir)/security/pam_ldap.so.1
-	-rm -f $(DESTDIR)$(libdir)/security/pam_ldap.so
-	-ln -s $(DESTDIR)$(libdir)/security/pam_ldap.so.1 $(DESTDIR)$(libdir)/security/pam_ldap.so
-endif
+	$(INSTALL_PROGRAM) -o root -g wheel pam_ldap.so $(DESTDIR)$(libdir)/pam_ldap.so
 
 install-data-local:
 	@@$(NORMAL_INSTALL)
-	@@if test ! -f $(DESTDIR)$(sysconfdir)/ldap.conf; then \
+	@@if test ! -f $(DESTDIR)$(sysconfdir)/ldap.conf.dist; then \
 		$(mkinstalldirs) $(DESTDIR)$(sysconfdir); \
-		$(INSTALL_DATA) -o root -g root $(srcdir)/ldap.conf $(DESTDIR)$(sysconfdir)/ldap.conf; \
+		$(INSTALL_DATA) -o root -g wheel $(srcdir)/ldap.conf $(DESTDIR)$(sysconfdir)/ldap.conf.dist; \
 	fi
 
 uninstall-local:
@


1.3
log
@Update to 1.1.9
Update patch-ac to set compiler flags correctly.

PR:		28850
Submitted by:	maintainer
@
text
@@


1.2
log
@Fix patches to use etc instead of etc/pam_ldap
Bump PORTREVISION
@
text
@d7 1
a7 1
+CFLAGS = @@CFLAGS@@ -DLDAP_CONF_FILE=\"$(sysconfdir)/ldap.conf\"
@


1.1
log
@New pam port for ldap authentication.

PR:		27673
Submitted by:	Joe Marcus Clarke <marcus@@marcuscom.com>
Reviewed by:	will
@
text
@d1 8
a8 3
--- Makefile.am.orig	Sat May 26 17:13:48 2001
+++ Makefile.am	Sat May 26 17:20:03 2001
@@@@ -8,20 +8,13 @@@@
@

