summaryrefslogtreecommitdiff
path: root/net/openldap
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-10-26 13:02:26 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-10-26 13:02:26 +0000
commit6e2efdfc7073e3815cd5534b518dbd9603df91d6 (patch)
treeee9a2d24e7fef50db3abad755f7d27e53ad0df8f /net/openldap
parentActivate gnumeric. (diff)
Upgrade to 1.0.2.
Notes
Notes: svn path=/head/; revision=14196
Diffstat (limited to 'net/openldap')
-rw-r--r--net/openldap/Makefile6
-rw-r--r--net/openldap/distinfo2
-rw-r--r--net/openldap/files/patch-aa49
-rw-r--r--net/openldap/files/patch-ab30
-rw-r--r--net/openldap/files/patch-ac32
5 files changed, 52 insertions, 67 deletions
diff --git a/net/openldap/Makefile b/net/openldap/Makefile
index 5a3db43bf9ef..91d17b253b8b 100644
--- a/net/openldap/Makefile
+++ b/net/openldap/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: openldap
-# Version required: 1.0.1
+# Version required: 1.0.2
# Date created: 20 Sep 1998
# Whom: Lachlan O'Dea
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/10/10 04:40:45 steve Exp $
#
-DISTNAME= openldap-1.0.1
+DISTNAME= openldap-1.0.2
CATEGORIES= net
MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/
EXTRACT_SUFX= .tgz
diff --git a/net/openldap/distinfo b/net/openldap/distinfo
index 9357252deebc..e4ea03816940 100644
--- a/net/openldap/distinfo
+++ b/net/openldap/distinfo
@@ -1 +1 @@
-MD5 (openldap-1.0.1.tgz) = 26ea15718640bd76a41598ce413c8e24
+MD5 (openldap-1.0.2.tgz) = c451152abce9273cb1403cab4940b2e6
diff --git a/net/openldap/files/patch-aa b/net/openldap/files/patch-aa
index bfa9c66bc95a..335c36f7f2d6 100644
--- a/net/openldap/files/patch-aa
+++ b/net/openldap/files/patch-aa
@@ -1,25 +1,24 @@
-*** Make-common.orig Fri Sep 4 13:28:19 1998
---- Make-common Mon Sep 21 14:35:10 1998
-***************
-*** 261,270 ****
- # LDAP_ACLGROUP=-DACLGROUP
-
- # uncomment these lines to enable support for CRYPT passwords in LDBM.
-! # LDAP_CRYPT=-DLDAP_CRYPT
- # LDAP_CRYPT_LIB?=
- # and comment this line out
-! LDAP_CRYPT_LIB=
-
- # uncomment these lines to enable support fro tcp_wrappers in servers.
- # Requires tcp_wrappers.
---- 261,270 ----
- # LDAP_ACLGROUP=-DACLGROUP
-
- # uncomment these lines to enable support for CRYPT passwords in LDBM.
-! LDAP_CRYPT=-DLDAP_CRYPT
- # LDAP_CRYPT_LIB?=
- # and comment this line out
-! # LDAP_CRYPT_LIB=
-
- # uncomment these lines to enable support fro tcp_wrappers in servers.
- # Requires tcp_wrappers.
+--- 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
index 6fff54cd4064..9007987a52b3 100644
--- a/net/openldap/files/patch-ab
+++ b/net/openldap/files/patch-ab
@@ -1,19 +1,11 @@
-*** build/platforms/freebsd2-gcc/Make-platform.orig Mon Sep 21 14:44:56 1998
---- build/platforms/freebsd2-gcc/Make-platform Mon Sep 21 14:53:32 1998
-***************
-*** 6,12 ****
- #
- # add any platform-specific overrides below here
- #
-! EXTRACFLAGS=-O -g
- LDBMBACKEND=-DLDBM_USE_DBBTREE
- LDBMINCLUDE=-I/usr/include
-
---- 6,12 ----
- #
- # add any platform-specific overrides below here
- #
-! EXTRACFLAGS?=-O -g
- LDBMBACKEND=-DLDBM_USE_DBBTREE
- LDBMINCLUDE=-I/usr/include
-
+--- 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
index 2f33c00ad1f1..847a4bf0a165 100644
--- a/net/openldap/files/patch-ac
+++ b/net/openldap/files/patch-ac
@@ -1,19 +1,13 @@
-*** build/platforms/freebsd3-gcc/Make-platform.orig Mon Sep 21 14:45:53 1998
---- build/platforms/freebsd3-gcc/Make-platform Mon Sep 21 14:53:44 1998
-***************
-*** 6,12 ****
- #
- # add any platform-specific overrides below here
- #
-! EXTRACFLAGS=-O -g
- LDBMBACKEND=-DLDBM_USE_DBBTREE
- LDBMINCLUDE=-I/usr/include
-
---- 6,12 ----
- #
- # add any platform-specific overrides below here
- #
-! EXTRACFLAGS?=-O -g
- LDBMBACKEND=-DLDBM_USE_DBBTREE
- LDBMINCLUDE=-I/usr/include
-
+--- 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