mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 00:09:15 -04:00
Changelog: https://github.com/squid-cache/squid/releases/tag/SQUID_6_13 - Move MASTER_SITES to github - upstream stopped publishing archives anywhere except github. - Improve local patches for build NIS support. - Rename patch-src-cf.data.pre to patch-src_cf.data.pre and refresh. PR: 285493 Approved by: Pavel Timofeev <timp87@gmail.com> (maintainer) Co-authored-by: Pavel Timofeev <timp87@gmail.com> MFH: 2025Q2
27 lines
956 B
Text
27 lines
956 B
Text
--- configure.orig 2025-02-01 11:08:28 UTC
|
|
+++ configure
|
|
@@ -43956,7 +43956,7 @@ BUILD_HELPER="NIS"
|
|
##
|
|
|
|
BUILD_HELPER="NIS"
|
|
- for ac_header in sys/types.h rpc/rpc.h rpcsvc/ypclnt.h rpcsvc/yp_prot.h crypt.h
|
|
+ for ac_header in sys/types.h rpc/rpc.h rpcsvc/ypclnt.h rpcsvc/yp_prot.h rpcsvc/crypt.h
|
|
do :
|
|
as_ac_Header=`printf "%s\n" "ac_cv_header_$ac_header" | $as_tr_sh`
|
|
ac_fn_cxx_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "
|
|
@@ -50825,6 +50825,7 @@ ac_fn_cxx_check_type "$LINENO" "cpu_set_t" "ac_cv_type
|
|
|
|
ac_fn_cxx_check_type "$LINENO" "cpu_set_t" "ac_cv_type_cpu_set_t" "
|
|
#if HAVE_SCHED_H
|
|
+#define _WITH_CPU_SET_T
|
|
#include <sched.h>
|
|
#endif
|
|
|
|
@@ -53793,6 +53794,7 @@ else $as_nop
|
|
# include <sys/ioccom.h>
|
|
# include <netinet/in.h>
|
|
#undef minor_t
|
|
+# include <net/if.h> /* IFNAMSIZ */
|
|
# include <netinet/ip_compat.h>
|
|
# include <netinet/ip_fil.h>
|
|
# include <netinet/ip_nat.h>
|