pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/openntpd/patches Remove unneeded patch after updat...
details: https://anonhg.NetBSD.org/pkgsrc/rev/387affcd137a
branches: trunk
changeset: 348510:387affcd137a
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Jun 15 12:17:05 2016 +0000
description:
Remove unneeded patch after update to 6.0p1
diffstat:
net/openntpd/patches/patch-configure | 112 -----------------------------------
1 files changed, 0 insertions(+), 112 deletions(-)
diffs (116 lines):
diff -r 977088ec642f -r 387affcd137a net/openntpd/patches/patch-configure
--- a/net/openntpd/patches/patch-configure Wed Jun 15 12:07:55 2016 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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='#'
Home |
Main Index |
Thread Index |
Old Index