aboutsummaryrefslogtreecommitdiff
path: root/net/perldap/files
diff options
context:
space:
mode:
authorPaul Richards <paul@FreeBSD.org>2001-04-17 18:37:39 +0000
committerPaul Richards <paul@FreeBSD.org>2001-04-17 18:37:39 +0000
commit15be191c34e0ed17f935ff0e9fa8f33a9f76b14e (patch)
treea9371fba1ef28bed6cfa1520ecd0e1dc1ed37532 /net/perldap/files
parent0c703c596de6777f0f25c1b9cc9372108209b005 (diff)
downloadports-15be191c34e0ed17f935ff0e9fa8f33a9f76b14e.tar.gz
ports-15be191c34e0ed17f935ff0e9fa8f33a9f76b14e.zip
Notes
Diffstat (limited to 'net/perldap/files')
-rw-r--r--net/perldap/files/patch-0119
-rw-r--r--net/perldap/files/patch-0213
-rw-r--r--net/perldap/files/patch-0311
3 files changed, 43 insertions, 0 deletions
diff --git a/net/perldap/files/patch-01 b/net/perldap/files/patch-01
new file mode 100644
index 000000000000..8ad30a4cbb1d
--- /dev/null
+++ b/net/perldap/files/patch-01
@@ -0,0 +1,19 @@
+--- Makefile.PL.orig Tue Aug 24 18:30:46 1999
++++ Makefile.PL Tue Aug 29 10:32:23 2000
+@@ -90,13 +90,13 @@
+
+
+ opendir(DIR,$lib_ldap);
+-@files = grep{/ldap|lber/} readdir(DIR);
++@files = grep{/mozldap|mozlber/} readdir(DIR);
+ closedir(DIR);
+
+ if (!((@ldaplib = grep{/ldapssl.*\.($libexts)$/} @files) && $ssl_def))
+ {
+- @ldaplib = grep{/ldap.*\.($libexts)$/} @files;
+- @lberlib = grep{/lber.*\.($libexts)$/} @files;
++ @ldaplib = grep{/mozldap.*\.($libexts)$/} @files;
++ @lberlib = grep{/mozlber.*\.($libexts)$/} @files;
+ }
+
+ if ($#ldaplib < 0)
diff --git a/net/perldap/files/patch-02 b/net/perldap/files/patch-02
new file mode 100644
index 000000000000..c1914a31e594
--- /dev/null
+++ b/net/perldap/files/patch-02
@@ -0,0 +1,13 @@
+--- API.xs.orig Thu Aug 24 22:13:31 2000
++++ API.xs Thu Aug 24 22:11:55 2000
+@@ -37,8 +37,8 @@
+ #endif
+
+ /* LDAP C SDK Include Files */
+-#include <lber.h>
+-#include <ldap.h>
++#include <mozlber.h>
++#include <mozldap.h>
+
+ /* SSL is only available in Binary */
+ #ifdef USE_SSL
diff --git a/net/perldap/files/patch-03 b/net/perldap/files/patch-03
new file mode 100644
index 000000000000..c4f4f9cc60ef
--- /dev/null
+++ b/net/perldap/files/patch-03
@@ -0,0 +1,11 @@
+--- constant.h.orig Thu Aug 24 22:13:54 2000
++++ constant.h Thu Aug 24 22:12:11 2000
+@@ -35,7 +35,7 @@
+ }
+ #endif
+
+-#include <ldap.h>
++#include <mozldap.h>
+
+ static int
+ not_here(s)