summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz>2016-06-15 12:17:05 +0000
committerwiz <wiz>2016-06-15 12:17:05 +0000
commitf1dfc15f007c14ef9e6e8bb14d69811303858f61 (patch)
tree4ff78fb0049df9e5b098b1755e3e3f10e13edf5b /net
parentae6c6725e41e86f922a169ea559f4fbbcc192fe8 (diff)
downloadpkgsrc-f1dfc15f007c14ef9e6e8bb14d69811303858f61.tar.gz
Remove unneeded patch after update to 6.0p1
Diffstat (limited to 'net')
-rw-r--r--net/openntpd/patches/patch-configure112
1 files changed, 0 insertions, 112 deletions
diff --git a/net/openntpd/patches/patch-configure b/net/openntpd/patches/patch-configure
deleted file mode 100644
index bf88aba1d0e..00000000000
--- a/net/openntpd/patches/patch-configure
+++ /dev/null
@@ -1,112 +0,0 @@
-$NetBSD: patch-configure,v 1.1 2016/05/14 14:55:34 bsiegert Exp $
-
-Fix library function search, upstream commit:
-
-https://github.com/openntpd-portable/openntpd-portable/commit/9d8544481180
-99fb7cd725020cc100352b9b2905
-
---- configure.orig 2016-04-25 03:32:46.254706741 +0000
-+++ configure
-@@ -12340,11 +12340,7 @@ if test "x$ac_cv_func_getauxval" = xyes;
-
- fi
-
--ac_fn_c_check_func "$LINENO" "clock_gettime" "ac_cv_func_clock_gettime"
--if test "x$ac_cv_func_clock_gettime" = xyes; then :
--
--else
-- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
-+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
- $as_echo_n "checking for library containing clock_gettime... " >&6; }
- if ${ac_cv_search_clock_gettime+:} false; then :
- $as_echo_n "(cached) " >&6
-@@ -12400,13 +12396,12 @@ if test "$ac_res" != no; then :
-
- fi
-
--fi
-+ac_fn_c_check_func "$LINENO" "clock_gettime" "ac_cv_func_clock_gettime"
-+if test "x$ac_cv_func_clock_gettime" = xyes; then :
-
--ac_fn_c_check_func "$LINENO" "dl_iterate_phdr" "ac_cv_func_dl_iterate_phdr"
--if test "x$ac_cv_func_dl_iterate_phdr" = xyes; then :
-+fi
-
--else
-- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dl_iterate_phdr" >&5
-+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dl_iterate_phdr" >&5
- $as_echo_n "checking for library containing dl_iterate_phdr... " >&6; }
- if ${ac_cv_search_dl_iterate_phdr+:} false; then :
- $as_echo_n "(cached) " >&6
-@@ -12462,6 +12457,9 @@ if test "$ac_res" != no; then :
-
- fi
-
-+ac_fn_c_check_func "$LINENO" "dl_iterate_phdr" "ac_cv_func_dl_iterate_phdr"
-+if test "x$ac_cv_func_dl_iterate_phdr" = xyes; then :
-+
- fi
-
-
-@@ -12643,30 +12641,6 @@ done
-
-
- # time-specific system functions
--for ac_func in adjfreq ntp_adjtime adjtimex
--do :
-- as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
--ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
--if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
-- cat >>confdefs.h <<_ACEOF
--#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
--_ACEOF
--
--fi
--done
--
--for ac_func in clock_gettime clock_getres
--do :
-- as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
--ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
--if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
-- cat >>confdefs.h <<_ACEOF
--#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
--_ACEOF
--
--fi
--done
--
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_getres" >&5
- $as_echo_n "checking for library containing clock_getres... " >&6; }
- if ${ac_cv_search_clock_getres+:} false; then :
-@@ -12779,6 +12753,30 @@ if test "$ac_res" != no; then :
-
- fi
-
-+for ac_func in adjfreq ntp_adjtime adjtimex
-+do :
-+ as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
-+if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
-+ cat >>confdefs.h <<_ACEOF
-+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-+_ACEOF
-+
-+fi
-+done
-+
-+for ac_func in clock_gettime clock_getres
-+do :
-+ as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
-+if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
-+ cat >>confdefs.h <<_ACEOF
-+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-+_ACEOF
-+
-+fi
-+done
-+
- if test "x$ac_cv_func_adjfreq" = xyes; then
- HAVE_ADJFREQ_TRUE=
- HAVE_ADJFREQ_FALSE='#'