summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2005-12-09 19:41:41 +0000
committerAlex Dupre <ale@FreeBSD.org>2005-12-09 19:41:41 +0000
commit0edcc400292e872cca3456e62be5cffc5ef26333 (patch)
treecc6c372c23a2ece9493d977bfe87c7c39e5e2cf8 /net
parentBuild and install the extensions during build target (diff)
Finally update to PHP 5.1.1 release! (And remove unsupported extensions)
Notes
Notes: svn path=/head/; revision=150749
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/php5-ldap/files/patch-config.m422
-rw-r--r--net/php5-yp/Makefile14
3 files changed, 0 insertions, 37 deletions
diff --git a/net/Makefile b/net/Makefile
index 8ecf70c4a049..3ff4a2bbea4f 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -559,7 +559,6 @@
SUBDIR += php5-soap
SUBDIR += php5-sockets
SUBDIR += php5-xmlrpc
- SUBDIR += php5-yp
SUBDIR += phpldapadmin
SUBDIR += pipsecd
SUBDIR += plb
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
diff --git a/net/php5-yp/Makefile b/net/php5-yp/Makefile
deleted file mode 100644
index 7f235b91fcc1..000000000000
--- a/net/php5-yp/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# New ports collection makefile for: php5-yp
-# Date created: 7 Jul 2004
-# Whom: Alex Dupre <ale@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-CATEGORIES= net
-
-MASTERDIR= ${.CURDIR}/../../lang/php5
-
-PKGNAMESUFFIX= -yp
-
-.include "${MASTERDIR}/Makefile"