summaryrefslogtreecommitdiffstats
path: root/net/openldap/files
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-01-02 19:49:20 +0000
committersteve <steve@FreeBSD.org>1999-01-02 19:49:20 +0000
commit97c888a51634795565130e52dd372a8f1ab92623 (patch)
tree3dc5042ad3f71574625a5ffec5089b87793a14cc /net/openldap/files
parentbe778d40df3eb8cc41aee0e5ca08b218d7fb2ab9 (diff)
downloadFreeBSD-ports-97c888a51634795565130e52dd372a8f1ab92623.zip
FreeBSD-ports-97c888a51634795565130e52dd372a8f1ab92623.tar.gz
Update to version 1.1.2.
PR: 9241 Submitted by: maintainer
Diffstat (limited to 'net/openldap/files')
-rw-r--r--net/openldap/files/manpages2
-rw-r--r--net/openldap/files/patch-aa24
-rw-r--r--net/openldap/files/patch-ab11
-rw-r--r--net/openldap/files/patch-ac13
4 files changed, 1 insertions, 49 deletions
diff --git a/net/openldap/files/manpages b/net/openldap/files/manpages
index 5cf07a5..5e5e1e7 100644
--- a/net/openldap/files/manpages
+++ b/net/openldap/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/openldap/files/patch-aa b/net/openldap/files/patch-aa
deleted file mode 100644
index 335c36f..0000000
--- a/net/openldap/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/openldap/files/patch-ab b/net/openldap/files/patch-ab
deleted file mode 100644
index 9007987..0000000
--- a/net/openldap/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/openldap/files/patch-ac b/net/openldap/files/patch-ac
deleted file mode 100644
index 847a4bf..0000000
--- a/net/openldap/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
OpenPOWER on IntegriCloud