pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/php74 lang/php74: reduce warnings
details: https://anonhg.NetBSD.org/pkgsrc/rev/f1922c46578a
branches: trunk
changeset: 448324:f1922c46578a
user: taca <taca%pkgsrc.org@localhost>
date: Sun Mar 07 13:11:06 2021 +0000
description:
lang/php74: reduce warnings
Reduce warnings on build time.
diffstat:
lang/php74/distinfo | 3 +-
lang/php74/patches/patch-build_libtool.m4 | 75 +++++++++++++++++++++++++++++++
2 files changed, 77 insertions(+), 1 deletions(-)
diffs (94 lines):
diff -r 40f70b1f679d -r f1922c46578a lang/php74/distinfo
--- a/lang/php74/distinfo Sun Mar 07 13:09:37 2021 +0000
+++ b/lang/php74/distinfo Sun Mar 07 13:11:06 2021 +0000
@@ -1,9 +1,10 @@
-$NetBSD: distinfo,v 1.20 2021/03/06 13:29:02 taca Exp $
+$NetBSD: distinfo,v 1.21 2021/03/07 13:11:06 taca Exp $
SHA1 (php-7.4.16.tar.xz) = d0464bc5d9b2b834d6f28c48983258fbfaacef71
RMD160 (php-7.4.16.tar.xz) = 75f9663ce97374118ffb2a96d7197effac6090c0
SHA512 (php-7.4.16.tar.xz) = a7845fe0a7c334829bfa9518d3f2947036e1b03c8f4346622f9ab37563ff3af03f6559878b83aa0e6ad69e9919b6478345a0cc6ec59161ef36c64a5073e83f84
Size (php-7.4.16.tar.xz) = 10334672 bytes
+SHA1 (patch-build_libtool.m4) = 3656eb516fb14defd4b0964fe21e117c630be856
SHA1 (patch-configure) = 5e9c9c06f6d819d5ba2832d648f41363f40f3108
SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640
SHA1 (patch-ext_intl_breakiterator_codepointiterator__internal.cpp) = c6702b071a1881ed35a1c1adc0e07ce53335e2e7
diff -r 40f70b1f679d -r f1922c46578a lang/php74/patches/patch-build_libtool.m4
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/php74/patches/patch-build_libtool.m4 Sun Mar 07 13:11:06 2021 +0000
@@ -0,0 +1,75 @@
+$NetBSD: patch-build_libtool.m4,v 1.1 2021/03/07 13:11:06 taca Exp $
+
+Stop warnings on newer autoconf.
+
+--- build/libtool.m4.orig 2021-03-02 10:35:17.000000000 +0000
++++ build/libtool.m4
+@@ -676,8 +676,11 @@ s390*-*linux*|sparc*-*linux*)
+ CFLAGS="$CFLAGS -belf"
+ AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
+ [AC_LANG_SAVE
+- AC_LANG_C
+- AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
++ AC_LANG([C])
++ AC_LINK_IFELSE(
++ [AC_LANG_PROGRAM([],[])],
++ [lt_cv_cc_needs_belf=yes],
++ [lt_cv_cc_needs_belf=no])
+ AC_LANG_RESTORE])
+ if test x"$lt_cv_cc_needs_belf" != x"yes"; then
+ # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
+@@ -1196,7 +1199,7 @@ if test "$_LT_AC_TAGVAR(lt_cv_prog_compi
+ ln conftest.a conftest.b 2>/dev/null && hard_links=no
+ AC_MSG_RESULT([$hard_links])
+ if test "$hard_links" = no; then
+- AC_MSG_WARN([\`$CC' does not support \`-c -o', so \`make -j' may be unsafe])
++ AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
+ need_locks=warn
+ fi
+ else
+@@ -1923,15 +1926,15 @@ AC_ARG_WITH([tags],
+
+ if test -f "$ltmain" && test -n "$tagnames"; then
+ if test ! -f "${ofile}"; then
+- AC_MSG_WARN([output file \`$ofile' does not exist])
++ AC_MSG_WARN([output file `$ofile' does not exist])
+ fi
+
+ if test -z "$LTCC"; then
+ eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
+ if test -z "$LTCC"; then
+- AC_MSG_WARN([output file \`$ofile' does not look like a libtool script])
++ AC_MSG_WARN([output file `$ofile' does not look like a libtool script])
+ else
+- AC_MSG_WARN([using \`LTCC=$LTCC', extracted from \`$ofile'])
++ AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
+ fi
+ fi
+ if test -z "$LTCFLAGS"; then
+@@ -1954,7 +1957,7 @@ if test -f "$ltmain" && test -n "$tagnam
+
+ if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
+ then
+- AC_MSG_ERROR([tag name \"$tagname\" already exists])
++ AC_MSG_ERROR([tag name "$tagname" already exists])
+ fi
+
+ # Update the list of available tags.
+@@ -2727,7 +2730,7 @@ AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_L
+ AC_DEFUN([_LT_AC_LANG_C_CONFIG],
+ [lt_save_CC="$CC"
+ AC_LANG_SAVE
+-AC_LANG_C
++AC_LANG([C])
+
+ # Source file extension for C test sources.
+ ac_ext=c
+@@ -2808,7 +2811,7 @@ CC="$lt_save_CC"
+ AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)])
+ AC_DEFUN([_LT_AC_LANG_CXX_CONFIG],
+ [AC_LANG_SAVE
+-AC_LANG_CPLUSPLUS
++AC_LANG([C++])
+ AC_REQUIRE([AC_PROG_CXX])
+ AC_REQUIRE([_LT_AC_PROG_CXXCPP])
+
Home |
Main Index |
Thread Index |
Old Index