aboutsummaryrefslogtreecommitdiffstats
path: root/net/php5-ldap
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2005-12-10 03:41:41 +0800
committerale <ale@FreeBSD.org>2005-12-10 03:41:41 +0800
commit64d7c22a188ebc9690c6908f3ad9e2ce700fac8c (patch)
tree73b330d5927b3d8b74060ddca63164c1989b6d1b /net/php5-ldap
parent7ef24e382bde059ef7d7396d80f1136a0aae090e (diff)
downloadfreebsd-ports-gnome-64d7c22a188ebc9690c6908f3ad9e2ce700fac8c.tar.gz
freebsd-ports-gnome-64d7c22a188ebc9690c6908f3ad9e2ce700fac8c.tar.zst
freebsd-ports-gnome-64d7c22a188ebc9690c6908f3ad9e2ce700fac8c.zip
Finally update to PHP 5.1.1 release! (And remove unsupported extensions)
Diffstat (limited to 'net/php5-ldap')
-rw-r--r--net/php5-ldap/files/patch-config.m422
1 files changed, 0 insertions, 22 deletions
diff --git a/net/php5-ldap/files/patch-config.m4 b/net/php5-ldap/files/patch-config.m4
deleted file mode 100644
index a30ff8d70ddb..000000000000
--- a/net/php5-ldap/files/patch-config.m4
+++ /dev/null
@@ -1,22 +0,0 @@
---- config.m4.orig Sun May 8 17:59:18 2005
-+++ config.m4 Thu Sep 8 12:29:22 2005
-@@ -161,17 +161,18 @@
- _SAVE_CPPFLAGS=$CPPFLAGS
- _SAVE_LDFLAGS=$LDFLAGS
- CPPFLAGS="$CPPFLAGS -I$LDAP_INCDIR"
-+ LDFLAGS="$LDFLAGS $LDAP_SHARED_LIBADD"
- AC_CACHE_CHECK([for 3 arg ldap_set_rebind_proc], ac_cv_3arg_setrebindproc,
- [AC_TRY_COMPILE([#include <ldap.h>], [ldap_set_rebind_proc(0,0,0)],
- ac_cv_3arg_setrebindproc=yes, ac_cv_3arg_setrebindproc=no)])
- if test "$ac_cv_3arg_setrebindproc" = yes; then
- AC_DEFINE(HAVE_3ARG_SETREBINDPROC,1,[Whether 3 arg set_rebind_proc()])
- fi
-- CPPFLAGS=$_SAVE_CPPFLAGS
-
- dnl Solaris 2.8 claims to be 2004 API, but doesn't have
- dnl ldap_parse_reference() nor ldap_start_tls_s()
- AC_CHECK_FUNCS([ldap_parse_result ldap_parse_reference ldap_start_tls_s])
-+ CPPFLAGS=$_SAVE_CPPFLAGS
- LDFLAGS=$_SAVE_LDFLAGS
-
- dnl