diff options
author | steve <steve@FreeBSD.org> | 1999-01-03 03:49:20 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-01-03 03:49:20 +0800 |
commit | 97c888a51634795565130e52dd372a8f1ab92623 (patch) | |
tree | 3dc5042ad3f71574625a5ffec5089b87793a14cc /net/openldap12/files | |
parent | be778d40df3eb8cc41aee0e5ca08b218d7fb2ab9 (diff) | |
download | freebsd-ports-gnome-97c888a51634795565130e52dd372a8f1ab92623.tar.gz freebsd-ports-gnome-97c888a51634795565130e52dd372a8f1ab92623.tar.zst freebsd-ports-gnome-97c888a51634795565130e52dd372a8f1ab92623.zip |
Update to version 1.1.2.
PR: 9241
Submitted by: maintainer
Diffstat (limited to 'net/openldap12/files')
-rw-r--r-- | net/openldap12/files/manpages | 2 | ||||
-rw-r--r-- | net/openldap12/files/patch-aa | 24 | ||||
-rw-r--r-- | net/openldap12/files/patch-ab | 11 | ||||
-rw-r--r-- | net/openldap12/files/patch-ac | 13 |
4 files changed, 1 insertions, 49 deletions
diff --git a/net/openldap12/files/manpages b/net/openldap12/files/manpages index 5cf07a5e7a8d..5e5e1e79140f 100644 --- a/net/openldap12/files/manpages +++ b/net/openldap12/files/manpages @@ -35,7 +35,7 @@ MAN3+= ldap_searchprefs.3 MAN3+= ldap_sort.3 MAN3+= ldap_ufn.3 MAN3+= ldap_url.3 -MAN3+= regex.3 +MAN5+= ldap.conf.5 MAN5+= ldapfilter.conf.5 MAN5+= ldapfriendly.5 MAN5+= ldapsearchprefs.conf.5 diff --git a/net/openldap12/files/patch-aa b/net/openldap12/files/patch-aa deleted file mode 100644 index 335c36f7f2d6..000000000000 --- a/net/openldap12/files/patch-aa +++ /dev/null @@ -1,24 +0,0 @@ ---- Make-common.orig Fri Oct 16 18:59:29 1998 -+++ Make-common Fri Oct 16 19:08:04 1998 -@@ -189,7 +189,7 @@ - - # Locations of auxilary programs - # (excepts to below are generally defined in Make-platform) --LDAP_SENDMAIL?=/usr/lib/sendmail -+LDAP_SENDMAIL?=/usr/sbin/sendmail - LDAP_EDITOR?=/usr/ucb/vi - LDAP_FINGER?=/usr/ucb/finger - -@@ -261,10 +261,10 @@ - # LDAP_ACLGROUP=-DACLGROUP - - # uncomment these lines to enable support for CRYPT passwords in LDBM. --# LDAP_CRYPT=-DLDAP_CRYPT -+LDAP_CRYPT=-DLDAP_CRYPT - # LDAP_CRYPT_LIB?= - # and comment this line out --LDAP_CRYPT_LIB= -+# LDAP_CRYPT_LIB= - - # uncomment these lines to enable support fro tcp_wrappers in servers. - # Requires tcp_wrappers. diff --git a/net/openldap12/files/patch-ab b/net/openldap12/files/patch-ab deleted file mode 100644 index 9007987a52b3..000000000000 --- a/net/openldap12/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- build/platforms/freebsd2-gcc/Make-platform.orig Wed Sep 16 11:55:05 1998 -+++ build/platforms/freebsd2-gcc/Make-platform Fri Oct 16 18:59:41 1998 -@@ -6,7 +6,7 @@ - # - # add any platform-specific overrides below here - # --EXTRACFLAGS=-O -g -+EXTRACFLAGS?=-O -g - LDBMBACKEND=-DLDBM_USE_DBBTREE - LDBMINCLUDE=-I/usr/include - diff --git a/net/openldap12/files/patch-ac b/net/openldap12/files/patch-ac deleted file mode 100644 index 847a4bf0a165..000000000000 --- a/net/openldap12/files/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ ---- build/platforms/freebsd3-gcc/Make-platform.orig Wed Sep 16 11:55:05 1998 -+++ build/platforms/freebsd3-gcc/Make-platform Fri Oct 16 19:06:39 1998 -@@ -30,8 +30,8 @@ - THREADS= -DPOSIX_THREADS -D_THREAD_SAFE -DPTHREAD_PREEMPTIVE - - # use special gcc flag to include libc_r.a --THREADSLIB= -pthread --#THREADSLIB= -lc_r -+#THREADSLIB= -pthread -+THREADSLIB= -lc_r - - # if you built/installed with -DNOLIBC_R, you'll need uncomment - # out the following |