summaryrefslogtreecommitdiff
path: root/lang/php54
diff options
context:
space:
mode:
authorasau <asau>2014-03-19 21:50:22 +0000
committerasau <asau>2014-03-19 21:50:22 +0000
commit55c707b8d2275c69de837a0a38c9385425721eff (patch)
treec42dd5313fbba715ac0ecdd8d1e9984a7a8bf095 /lang/php54
parente50ea4dc0cb11adb23fca87822d1e592567cbcf4 (diff)
downloadpkgsrc-55c707b8d2275c69de837a0a38c9385425721eff.tar.gz
Stop treating FreeBSD 10 as FreeBSD 1.
This lets a number of PHP extensions build. Bump package revision.
Diffstat (limited to 'lang/php54')
-rw-r--r--lang/php54/Makefile3
-rw-r--r--lang/php54/distinfo6
-rw-r--r--lang/php54/patches/patch-aclocal.m440
-rw-r--r--lang/php54/patches/patch-build_libtool.m440
-rw-r--r--lang/php54/patches/patch-configure58
5 files changed, 142 insertions, 5 deletions
diff --git a/lang/php54/Makefile b/lang/php54/Makefile
index 6ba01f52888..ec10986f545 100644
--- a/lang/php54/Makefile
+++ b/lang/php54/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.18 2014/03/09 14:08:17 taca Exp $
+# $NetBSD: Makefile,v 1.19 2014/03/19 21:50:22 asau Exp $
#
# We can't omit PKGNAME here to handle PKG_OPTIONS.
#
PKGNAME= php-${PHP_BASE_VERS}
+PKGREVISION= 1
CATEGORIES= lang
HOMEPAGE= http://www.php.net/
diff --git a/lang/php54/distinfo b/lang/php54/distinfo
index a2031626bf1..c6b7b43a470 100644
--- a/lang/php54/distinfo
+++ b/lang/php54/distinfo
@@ -1,10 +1,12 @@
-$NetBSD: distinfo,v 1.34 2014/03/09 14:08:17 taca Exp $
+$NetBSD: distinfo,v 1.35 2014/03/19 21:50:22 asau Exp $
SHA1 (php-5.4.26.tar.bz2) = d8b309f4891e2a0a8061a518162fa267e0304a01
RMD160 (php-5.4.26.tar.bz2) = 5714914bd6704234b87b28faa66ded286f35e712
Size (php-5.4.26.tar.bz2) = 12270535 bytes
SHA1 (patch-acinclude.m4) = 71635e5381abf99a9fc9f2537b1c2f18e8096f00
-SHA1 (patch-configure) = 592b4521f78d7dbfa666dab21e85a64196c3978c
+SHA1 (patch-aclocal.m4) = eae2ed8ea2985933c4fe88ba52577c14ac88eb92
+SHA1 (patch-build_libtool.m4) = 6dfef7c07a42dc54611c104265ef43c50a4e88ca
+SHA1 (patch-configure) = 361f943d4aa2ef18335091f3c7ebcc5c17b37810
SHA1 (patch-ext_gd_config.m4) = 2353efe6f25e1081b41d61033c3185cc643c7891
SHA1 (patch-ext_imap_config.m4) = 01681e8b54ee586ec4db72a5da2d0aec3fa89fcc
SHA1 (patch-ext_mssql_php__mssql.c) = 732e48b05086180585a3087c2e9737db557dbc3b
diff --git a/lang/php54/patches/patch-aclocal.m4 b/lang/php54/patches/patch-aclocal.m4
new file mode 100644
index 00000000000..05c6a47d5a0
--- /dev/null
+++ b/lang/php54/patches/patch-aclocal.m4
@@ -0,0 +1,40 @@
+$NetBSD: patch-aclocal.m4,v 1.1 2014/03/19 21:50:23 asau Exp $
+
+--- aclocal.m4.orig 2014-03-05 08:26:32.000000000 +0000
++++ aclocal.m4
+@@ -4546,7 +4546,7 @@ dgux*)
+ shlibpath_var=LD_LIBRARY_PATH
+ ;;
+
+-freebsd1*)
++freebsd1|freebsd1.*)
+ dynamic_linker=no
+ ;;
+
+@@ -4557,7 +4557,7 @@ freebsd* | dragonfly*)
+ objformat=`/usr/bin/objformat`
+ else
+ case $host_os in
+- freebsd[[123]]*) objformat=aout ;;
++ freebsd[[123]]|freebsd[[123]].*) objformat=aout ;;
+ *) objformat=elf ;;
+ esac
+ fi
+@@ -6173,7 +6173,7 @@ case $host_os in
+ ;;
+ esac
+ ;;
+- freebsd[[12]]*)
++ freebsd[[12]]|freebsd[[12]].*)
+ # C++ shared libraries reported to be fairly broken before switch to ELF
+ _LT_AC_TAGVAR(ld_shlibs, $1)=no
+ ;;
+@@ -8856,7 +8856,7 @@ _LT_EOF
+ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+ ;;
+
+- freebsd1*)
++ freebsd1|freebsd1.*)
+ _LT_AC_TAGVAR(ld_shlibs, $1)=no
+ ;;
+
diff --git a/lang/php54/patches/patch-build_libtool.m4 b/lang/php54/patches/patch-build_libtool.m4
new file mode 100644
index 00000000000..79a55b75731
--- /dev/null
+++ b/lang/php54/patches/patch-build_libtool.m4
@@ -0,0 +1,40 @@
+$NetBSD: patch-build_libtool.m4,v 1.1 2014/03/19 21:50:23 asau Exp $
+
+--- build/libtool.m4.orig 2014-03-05 08:07:14.000000000 +0000
++++ build/libtool.m4
+@@ -1532,7 +1532,7 @@ dgux*)
+ shlibpath_var=LD_LIBRARY_PATH
+ ;;
+
+-freebsd1*)
++freebsd1|freebsd1.*)
+ dynamic_linker=no
+ ;;
+
+@@ -1543,7 +1543,7 @@ freebsd* | dragonfly*)
+ objformat=`/usr/bin/objformat`
+ else
+ case $host_os in
+- freebsd[[123]]*) objformat=aout ;;
++ freebsd[[123]]|freebsd[[123]].*) objformat=aout ;;
+ *) objformat=elf ;;
+ esac
+ fi
+@@ -3159,7 +3159,7 @@ case $host_os in
+ ;;
+ esac
+ ;;
+- freebsd[[12]]*)
++ freebsd[[12]]|freebsd[[12]].*)
+ # C++ shared libraries reported to be fairly broken before switch to ELF
+ _LT_AC_TAGVAR(ld_shlibs, $1)=no
+ ;;
+@@ -5842,7 +5842,7 @@ _LT_EOF
+ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+ ;;
+
+- freebsd1*)
++ freebsd1|freebsd1.*)
+ _LT_AC_TAGVAR(ld_shlibs, $1)=no
+ ;;
+
diff --git a/lang/php54/patches/patch-configure b/lang/php54/patches/patch-configure
index 79bf78c4bad..f71f01b126c 100644
--- a/lang/php54/patches/patch-configure
+++ b/lang/php54/patches/patch-configure
@@ -1,6 +1,6 @@
-$NetBSD: patch-configure,v 1.5 2014/01/11 17:03:57 taca Exp $
+$NetBSD: patch-configure,v 1.6 2014/03/19 21:50:23 asau Exp $
---- configure.orig 2014-01-08 02:58:52.000000000 +0000
+--- configure.orig 2014-03-05 08:26:39.000000000 +0000
+++ configure
@@ -23554,7 +23554,7 @@ fi
if test "$found_openssl" = "no"; then
@@ -52,3 +52,57 @@ $NetBSD: patch-configure,v 1.5 2014/01/11 17:03:57 taca Exp $
fi
if test "$PHP_THREAD_SAFETY" = "yes" && test "$PHP_MYSQL" = "yes"; then
+@@ -108735,7 +108730,7 @@ if test -z "$aix_libpath"; then aix_libp
+ hardcode_shlibpath_var=no
+ ;;
+
+- freebsd1*)
++ freebsd1|freebsd1.*)
+ ld_shlibs=no
+ ;;
+
+@@ -109384,7 +109379,7 @@ dgux*)
+ shlibpath_var=LD_LIBRARY_PATH
+ ;;
+
+-freebsd1*)
++freebsd1|freebsd1.*)
+ dynamic_linker=no
+ ;;
+
+@@ -109395,7 +109390,7 @@ freebsd* | dragonfly*)
+ objformat=`/usr/bin/objformat`
+ else
+ case $host_os in
+- freebsd[123]*) objformat=aout ;;
++ freebsd[123]|freebsd[123].*) objformat=aout ;;
+ *) objformat=elf ;;
+ esac
+ fi
+@@ -111475,7 +111470,7 @@ if test -z "$aix_libpath"; then aix_libp
+ ;;
+ esac
+ ;;
+- freebsd[12]*)
++ freebsd[12]|freebsd[12].*)
+ # C++ shared libraries reported to be fairly broken before switch to ELF
+ ld_shlibs_CXX=no
+ ;;
+@@ -113021,7 +113016,7 @@ dgux*)
+ shlibpath_var=LD_LIBRARY_PATH
+ ;;
+
+-freebsd1*)
++freebsd1|freebsd1.*)
+ dynamic_linker=no
+ ;;
+
+@@ -113032,7 +113027,7 @@ freebsd* | dragonfly*)
+ objformat=`/usr/bin/objformat`
+ else
+ case $host_os in
+- freebsd[123]*) objformat=aout ;;
++ freebsd[123]|freebsd[123].*) objformat=aout ;;
+ *) objformat=elf ;;
+ esac
+ fi