aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-12-05 07:00:45 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-12-05 07:00:45 +0000
commit9306332160155f77e6ff7d115b8f9ddc046cd8b7 (patch)
tree359c108260a61d199a2675da3d5dbd7deaa7fd0a
parent84ad3e47f251b3f41622d91f3a8aaba275b3c0d5 (diff)
downloadports-9306332160155f77e6ff7d115b8f9ddc046cd8b7.tar.gz
ports-9306332160155f77e6ff7d115b8f9ddc046cd8b7.zip
MFH: r516941
Remove unneeded patch Reported by: pkg-fallout
Notes
Notes: svn path=/branches/2019Q4/; revision=519067
-rw-r--r--sysutils/cfengine-devel/files/patch-m4__strndup.m456
-rw-r--r--sysutils/cfengine310/files/patch-m4__strndup.m456
-rw-r--r--sysutils/cfengine311/files/patch-m4__strndup.m456
-rw-r--r--sysutils/cfengine312/files/patch-m4__strndup.m456
-rw-r--r--sysutils/cfengine313/files/patch-m4__strndup.m456
-rw-r--r--sysutils/cfengine314/files/patch-m4__strndup.m456
6 files changed, 0 insertions, 336 deletions
diff --git a/sysutils/cfengine-devel/files/patch-m4__strndup.m4 b/sysutils/cfengine-devel/files/patch-m4__strndup.m4
deleted file mode 100644
index cb6d41d2e7cf..000000000000
--- a/sysutils/cfengine-devel/files/patch-m4__strndup.m4
+++ /dev/null
@@ -1,56 +0,0 @@
-Index: m4/strndup.m4
-===================================================================
---- /dev/null 2014-07-29 08:00:54.000000000 -0700
-+++ m4/strndup.m4 2014-07-29 08:01:42.499328796 -0700
-@@ -0,0 +1,51 @@
-+# strndup.m4 serial 21
-+dnl Copyright (C) 2002-2003, 2005-2013 Free Software Foundation, Inc.
-+dnl This file is free software; the Free Software Foundation
-+dnl gives unlimited permission to copy and/or distribute it,
-+dnl with or without modifications, as long as this notice is preserved.
-+
-+AC_DEFUN([cf3_FUNC_STRNDUP],
-+[
-+ AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles
-+ AC_CHECK_DECLS([strndup])
-+ AC_REPLACE_FUNCS([strndup])
-+ if test $ac_cv_have_decl_strndup = no; then
-+ HAVE_DECL_STRNDUP=0
-+ fi
-+
-+ if test $ac_cv_func_strndup = yes; then
-+ HAVE_STRNDUP=1
-+ # AIX 5.3 has a function that tries to copy the entire range specified
-+ # by n, instead of just the length of src.
-+ AC_CACHE_CHECK([for working strndup], [cf3_cv_func_strndup_works],
-+ [AC_RUN_IFELSE([
-+ AC_LANG_PROGRAM([[#include <string.h>
-+ #include <stdlib.h>]], [[
-+#if !HAVE_DECL_STRNDUP
-+ extern
-+ #ifdef __cplusplus
-+ "C"
-+ #endif
-+ char *strndup (const char *, size_t);
-+#endif
-+ char *s;
-+ // Will crash if strndup tries to traverse all 2GB.
-+ s = strndup ("string", 2000000000);
-+ return 0;]])],
-+ [cf3_cv_func_strndup_works=yes],
-+ [cf3_cv_func_strndup_works=no],
-+ [
-+changequote(,)dnl
-+ case $host_os in
-+ aix | aix[3-6]*) cf3_cv_func_strndup_works="guessing no";;
-+ *) cf3_cv_func_strndup_works="guessing yes";;
-+ esac
-+changequote([,])dnl
-+ ])])
-+ case $cf3_cv_func_strndup_works in
-+ *no) AC_LIBOBJ([strndup]) ;;
-+ esac
-+ else
-+ HAVE_STRNDUP=0
-+ fi
-+])
diff --git a/sysutils/cfengine310/files/patch-m4__strndup.m4 b/sysutils/cfengine310/files/patch-m4__strndup.m4
deleted file mode 100644
index cb6d41d2e7cf..000000000000
--- a/sysutils/cfengine310/files/patch-m4__strndup.m4
+++ /dev/null
@@ -1,56 +0,0 @@
-Index: m4/strndup.m4
-===================================================================
---- /dev/null 2014-07-29 08:00:54.000000000 -0700
-+++ m4/strndup.m4 2014-07-29 08:01:42.499328796 -0700
-@@ -0,0 +1,51 @@
-+# strndup.m4 serial 21
-+dnl Copyright (C) 2002-2003, 2005-2013 Free Software Foundation, Inc.
-+dnl This file is free software; the Free Software Foundation
-+dnl gives unlimited permission to copy and/or distribute it,
-+dnl with or without modifications, as long as this notice is preserved.
-+
-+AC_DEFUN([cf3_FUNC_STRNDUP],
-+[
-+ AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles
-+ AC_CHECK_DECLS([strndup])
-+ AC_REPLACE_FUNCS([strndup])
-+ if test $ac_cv_have_decl_strndup = no; then
-+ HAVE_DECL_STRNDUP=0
-+ fi
-+
-+ if test $ac_cv_func_strndup = yes; then
-+ HAVE_STRNDUP=1
-+ # AIX 5.3 has a function that tries to copy the entire range specified
-+ # by n, instead of just the length of src.
-+ AC_CACHE_CHECK([for working strndup], [cf3_cv_func_strndup_works],
-+ [AC_RUN_IFELSE([
-+ AC_LANG_PROGRAM([[#include <string.h>
-+ #include <stdlib.h>]], [[
-+#if !HAVE_DECL_STRNDUP
-+ extern
-+ #ifdef __cplusplus
-+ "C"
-+ #endif
-+ char *strndup (const char *, size_t);
-+#endif
-+ char *s;
-+ // Will crash if strndup tries to traverse all 2GB.
-+ s = strndup ("string", 2000000000);
-+ return 0;]])],
-+ [cf3_cv_func_strndup_works=yes],
-+ [cf3_cv_func_strndup_works=no],
-+ [
-+changequote(,)dnl
-+ case $host_os in
-+ aix | aix[3-6]*) cf3_cv_func_strndup_works="guessing no";;
-+ *) cf3_cv_func_strndup_works="guessing yes";;
-+ esac
-+changequote([,])dnl
-+ ])])
-+ case $cf3_cv_func_strndup_works in
-+ *no) AC_LIBOBJ([strndup]) ;;
-+ esac
-+ else
-+ HAVE_STRNDUP=0
-+ fi
-+])
diff --git a/sysutils/cfengine311/files/patch-m4__strndup.m4 b/sysutils/cfengine311/files/patch-m4__strndup.m4
deleted file mode 100644
index cb6d41d2e7cf..000000000000
--- a/sysutils/cfengine311/files/patch-m4__strndup.m4
+++ /dev/null
@@ -1,56 +0,0 @@
-Index: m4/strndup.m4
-===================================================================
---- /dev/null 2014-07-29 08:00:54.000000000 -0700
-+++ m4/strndup.m4 2014-07-29 08:01:42.499328796 -0700
-@@ -0,0 +1,51 @@
-+# strndup.m4 serial 21
-+dnl Copyright (C) 2002-2003, 2005-2013 Free Software Foundation, Inc.
-+dnl This file is free software; the Free Software Foundation
-+dnl gives unlimited permission to copy and/or distribute it,
-+dnl with or without modifications, as long as this notice is preserved.
-+
-+AC_DEFUN([cf3_FUNC_STRNDUP],
-+[
-+ AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles
-+ AC_CHECK_DECLS([strndup])
-+ AC_REPLACE_FUNCS([strndup])
-+ if test $ac_cv_have_decl_strndup = no; then
-+ HAVE_DECL_STRNDUP=0
-+ fi
-+
-+ if test $ac_cv_func_strndup = yes; then
-+ HAVE_STRNDUP=1
-+ # AIX 5.3 has a function that tries to copy the entire range specified
-+ # by n, instead of just the length of src.
-+ AC_CACHE_CHECK([for working strndup], [cf3_cv_func_strndup_works],
-+ [AC_RUN_IFELSE([
-+ AC_LANG_PROGRAM([[#include <string.h>
-+ #include <stdlib.h>]], [[
-+#if !HAVE_DECL_STRNDUP
-+ extern
-+ #ifdef __cplusplus
-+ "C"
-+ #endif
-+ char *strndup (const char *, size_t);
-+#endif
-+ char *s;
-+ // Will crash if strndup tries to traverse all 2GB.
-+ s = strndup ("string", 2000000000);
-+ return 0;]])],
-+ [cf3_cv_func_strndup_works=yes],
-+ [cf3_cv_func_strndup_works=no],
-+ [
-+changequote(,)dnl
-+ case $host_os in
-+ aix | aix[3-6]*) cf3_cv_func_strndup_works="guessing no";;
-+ *) cf3_cv_func_strndup_works="guessing yes";;
-+ esac
-+changequote([,])dnl
-+ ])])
-+ case $cf3_cv_func_strndup_works in
-+ *no) AC_LIBOBJ([strndup]) ;;
-+ esac
-+ else
-+ HAVE_STRNDUP=0
-+ fi
-+])
diff --git a/sysutils/cfengine312/files/patch-m4__strndup.m4 b/sysutils/cfengine312/files/patch-m4__strndup.m4
deleted file mode 100644
index cb6d41d2e7cf..000000000000
--- a/sysutils/cfengine312/files/patch-m4__strndup.m4
+++ /dev/null
@@ -1,56 +0,0 @@
-Index: m4/strndup.m4
-===================================================================
---- /dev/null 2014-07-29 08:00:54.000000000 -0700
-+++ m4/strndup.m4 2014-07-29 08:01:42.499328796 -0700
-@@ -0,0 +1,51 @@
-+# strndup.m4 serial 21
-+dnl Copyright (C) 2002-2003, 2005-2013 Free Software Foundation, Inc.
-+dnl This file is free software; the Free Software Foundation
-+dnl gives unlimited permission to copy and/or distribute it,
-+dnl with or without modifications, as long as this notice is preserved.
-+
-+AC_DEFUN([cf3_FUNC_STRNDUP],
-+[
-+ AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles
-+ AC_CHECK_DECLS([strndup])
-+ AC_REPLACE_FUNCS([strndup])
-+ if test $ac_cv_have_decl_strndup = no; then
-+ HAVE_DECL_STRNDUP=0
-+ fi
-+
-+ if test $ac_cv_func_strndup = yes; then
-+ HAVE_STRNDUP=1
-+ # AIX 5.3 has a function that tries to copy the entire range specified
-+ # by n, instead of just the length of src.
-+ AC_CACHE_CHECK([for working strndup], [cf3_cv_func_strndup_works],
-+ [AC_RUN_IFELSE([
-+ AC_LANG_PROGRAM([[#include <string.h>
-+ #include <stdlib.h>]], [[
-+#if !HAVE_DECL_STRNDUP
-+ extern
-+ #ifdef __cplusplus
-+ "C"
-+ #endif
-+ char *strndup (const char *, size_t);
-+#endif
-+ char *s;
-+ // Will crash if strndup tries to traverse all 2GB.
-+ s = strndup ("string", 2000000000);
-+ return 0;]])],
-+ [cf3_cv_func_strndup_works=yes],
-+ [cf3_cv_func_strndup_works=no],
-+ [
-+changequote(,)dnl
-+ case $host_os in
-+ aix | aix[3-6]*) cf3_cv_func_strndup_works="guessing no";;
-+ *) cf3_cv_func_strndup_works="guessing yes";;
-+ esac
-+changequote([,])dnl
-+ ])])
-+ case $cf3_cv_func_strndup_works in
-+ *no) AC_LIBOBJ([strndup]) ;;
-+ esac
-+ else
-+ HAVE_STRNDUP=0
-+ fi
-+])
diff --git a/sysutils/cfengine313/files/patch-m4__strndup.m4 b/sysutils/cfengine313/files/patch-m4__strndup.m4
deleted file mode 100644
index cb6d41d2e7cf..000000000000
--- a/sysutils/cfengine313/files/patch-m4__strndup.m4
+++ /dev/null
@@ -1,56 +0,0 @@
-Index: m4/strndup.m4
-===================================================================
---- /dev/null 2014-07-29 08:00:54.000000000 -0700
-+++ m4/strndup.m4 2014-07-29 08:01:42.499328796 -0700
-@@ -0,0 +1,51 @@
-+# strndup.m4 serial 21
-+dnl Copyright (C) 2002-2003, 2005-2013 Free Software Foundation, Inc.
-+dnl This file is free software; the Free Software Foundation
-+dnl gives unlimited permission to copy and/or distribute it,
-+dnl with or without modifications, as long as this notice is preserved.
-+
-+AC_DEFUN([cf3_FUNC_STRNDUP],
-+[
-+ AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles
-+ AC_CHECK_DECLS([strndup])
-+ AC_REPLACE_FUNCS([strndup])
-+ if test $ac_cv_have_decl_strndup = no; then
-+ HAVE_DECL_STRNDUP=0
-+ fi
-+
-+ if test $ac_cv_func_strndup = yes; then
-+ HAVE_STRNDUP=1
-+ # AIX 5.3 has a function that tries to copy the entire range specified
-+ # by n, instead of just the length of src.
-+ AC_CACHE_CHECK([for working strndup], [cf3_cv_func_strndup_works],
-+ [AC_RUN_IFELSE([
-+ AC_LANG_PROGRAM([[#include <string.h>
-+ #include <stdlib.h>]], [[
-+#if !HAVE_DECL_STRNDUP
-+ extern
-+ #ifdef __cplusplus
-+ "C"
-+ #endif
-+ char *strndup (const char *, size_t);
-+#endif
-+ char *s;
-+ // Will crash if strndup tries to traverse all 2GB.
-+ s = strndup ("string", 2000000000);
-+ return 0;]])],
-+ [cf3_cv_func_strndup_works=yes],
-+ [cf3_cv_func_strndup_works=no],
-+ [
-+changequote(,)dnl
-+ case $host_os in
-+ aix | aix[3-6]*) cf3_cv_func_strndup_works="guessing no";;
-+ *) cf3_cv_func_strndup_works="guessing yes";;
-+ esac
-+changequote([,])dnl
-+ ])])
-+ case $cf3_cv_func_strndup_works in
-+ *no) AC_LIBOBJ([strndup]) ;;
-+ esac
-+ else
-+ HAVE_STRNDUP=0
-+ fi
-+])
diff --git a/sysutils/cfengine314/files/patch-m4__strndup.m4 b/sysutils/cfengine314/files/patch-m4__strndup.m4
deleted file mode 100644
index cb6d41d2e7cf..000000000000
--- a/sysutils/cfengine314/files/patch-m4__strndup.m4
+++ /dev/null
@@ -1,56 +0,0 @@
-Index: m4/strndup.m4
-===================================================================
---- /dev/null 2014-07-29 08:00:54.000000000 -0700
-+++ m4/strndup.m4 2014-07-29 08:01:42.499328796 -0700
-@@ -0,0 +1,51 @@
-+# strndup.m4 serial 21
-+dnl Copyright (C) 2002-2003, 2005-2013 Free Software Foundation, Inc.
-+dnl This file is free software; the Free Software Foundation
-+dnl gives unlimited permission to copy and/or distribute it,
-+dnl with or without modifications, as long as this notice is preserved.
-+
-+AC_DEFUN([cf3_FUNC_STRNDUP],
-+[
-+ AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles
-+ AC_CHECK_DECLS([strndup])
-+ AC_REPLACE_FUNCS([strndup])
-+ if test $ac_cv_have_decl_strndup = no; then
-+ HAVE_DECL_STRNDUP=0
-+ fi
-+
-+ if test $ac_cv_func_strndup = yes; then
-+ HAVE_STRNDUP=1
-+ # AIX 5.3 has a function that tries to copy the entire range specified
-+ # by n, instead of just the length of src.
-+ AC_CACHE_CHECK([for working strndup], [cf3_cv_func_strndup_works],
-+ [AC_RUN_IFELSE([
-+ AC_LANG_PROGRAM([[#include <string.h>
-+ #include <stdlib.h>]], [[
-+#if !HAVE_DECL_STRNDUP
-+ extern
-+ #ifdef __cplusplus
-+ "C"
-+ #endif
-+ char *strndup (const char *, size_t);
-+#endif
-+ char *s;
-+ // Will crash if strndup tries to traverse all 2GB.
-+ s = strndup ("string", 2000000000);
-+ return 0;]])],
-+ [cf3_cv_func_strndup_works=yes],
-+ [cf3_cv_func_strndup_works=no],
-+ [
-+changequote(,)dnl
-+ case $host_os in
-+ aix | aix[3-6]*) cf3_cv_func_strndup_works="guessing no";;
-+ *) cf3_cv_func_strndup_works="guessing yes";;
-+ esac
-+changequote([,])dnl
-+ ])])
-+ case $cf3_cv_func_strndup_works in
-+ *no) AC_LIBOBJ([strndup]) ;;
-+ esac
-+ else
-+ HAVE_STRNDUP=0
-+ fi
-+])