mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 23:31:50 -04:00
Changelog: https://www.urlfilterdb.com/products/releases.html Major changes: * Fix: potential buffer overrun with clientid * ufdbgclient has new option to choose between UNIX and TCP socket Port changes: * remove unix socket compile option. It's no longer a compile option, there is 'socket-type' configuration option instead. * minor adjustments for configure PR: 278258 Reported by: Pavel Timofeev <timp87@gmail.com> (maintainer)
18 lines
629 B
Text
18 lines
629 B
Text
--- configure.orig 2024-03-20 15:31:17 UTC
|
|
+++ configure
|
|
@@ -7847,7 +7847,6 @@ then
|
|
echo " The bash package is most likely on your UNIX distribution media."
|
|
echo " It is required to install the bash package and rerun configure."
|
|
echo
|
|
- exit 1
|
|
fi
|
|
|
|
# Extract the first word of "wget", so it can be a program name with args.
|
|
@@ -7905,7 +7904,6 @@ then
|
|
echo " The wget package is most likely on your UNIX distribution media."
|
|
echo " It is required to install the wget package and rerun configure."
|
|
echo
|
|
- exit 1
|
|
fi
|
|
|
|
# Extract the first word of "curl", so it can be a program name with args.
|