diff options
author | wiz <wiz@pkgsrc.org> | 2002-07-13 21:35:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-07-13 21:35:15 +0000 |
commit | abb4d6e1ecf8e682f1db7e6e1e262a977579bb41 (patch) | |
tree | a3588843c1611ee58e26e7caaddb8f8ae44ec7a4 /security/pam-ldap/patches/patch-aa | |
parent | da709ece9960305d9c99e64e2d23380eb9de7017 (diff) | |
download | pkgsrc-abb4d6e1ecf8e682f1db7e6e1e262a977579bb41.tar.gz |
Update to 150. Last version was 77, so ChangeLog would be too big to add
here -- lots of new features and bug fixes.
Distfile has version number now, so this should fix pkg/17588.
Diffstat (limited to 'security/pam-ldap/patches/patch-aa')
-rw-r--r-- | security/pam-ldap/patches/patch-aa | 28 |
1 files changed, 9 insertions, 19 deletions
diff --git a/security/pam-ldap/patches/patch-aa b/security/pam-ldap/patches/patch-aa index 5375ce59789..09ff21e92fa 100644 --- a/security/pam-ldap/patches/patch-aa +++ b/security/pam-ldap/patches/patch-aa @@ -1,17 +1,8 @@ -$NetBSD: patch-aa,v 1.1.1.1 2000/10/21 18:47:46 rh Exp $ +$NetBSD: patch-aa,v 1.2 2002/07/13 21:35:15 wiz Exp $ ---- Makefile.in.orig Thu Oct 12 23:25:50 2000 +--- Makefile.in.orig Fri Jun 28 06:21:15 2002 +++ Makefile.in -@@ -83,7 +83,7 @@ - - - DEFS = @DEFS@ -I. -I$(srcdir) -I. --CPPFLAGS = @CPPFLAGS@ -+CPPFLAGS = @CPPFLAGS@ -DETCPAMDIR=\"${PREFIX}/etc/pam\" - LDFLAGS = @LDFLAGS@ - LIBS = @LIBS@ - pam_ldap_so_OBJECTS = pam_ldap.o md5.o -@@ -380,17 +380,11 @@ +@@ -365,16 +365,13 @@ install-exec-local: pam_ldap.so @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(libdir)/security @@ -19,15 +10,14 @@ $NetBSD: patch-aa,v 1.1.1.1 2000/10/21 18:47:46 rh Exp $ -@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 -+ ${BSD_INSTALL_PROGRAM} pam_ldap.so ${DESTDIR}${libdir}/security/pam_ldap.so ++ ${BSD_INSTALL_PROGRAM} pam_ldap.so $(DESTDIR)$(libdir)/security/pam_ldap.so install-data-local: @$(NORMAL_INSTALL) -- @if test ! -f $(DESTDIR)$(etcdir)/ldap.conf; then \ -- $(mkinstalldirs) $(DESTDIR)$(etcdir); \ -- $(INSTALL_DATA) -o root -g root $(srcdir)/ldap.conf $(DESTDIR)$(etcdir)/ldap.conf; \ -- fi -+ ${BSD_INSTALL_DATA} $(srcdir)/ldap.conf ${PREFIX}/etc/pam/ldap.conf; + @if test ! -f $(DESTDIR)$(sysconfdir)/ldap.conf; then \ + $(mkinstalldirs) $(DESTDIR)$(sysconfdir); \ +- $(INSTALL_DATA) -o root -g root $(srcdir)/ldap.conf $(DESTDIR)$(sysconfdir)/ldap.conf; \ ++ $(BSD_INSTALL_DATA) $(srcdir)/ldap.conf $(DESTDIR)$(sysconfdir)/ldap.conf; \ + fi uninstall-local: - @$(NORMAL_UNINSTALL) |