[Bug 285493] www/squid: update to 6.13
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 285493] www/squid: update to 6.13"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 285493] www/squid: update to 6.13"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 285493] www/squid: update to 6.13"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 285493] www/squid: update to 6.13"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Mar 2025 05:25:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285493
Bug ID: 285493
Summary: www/squid: update to 6.13
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs@FreeBSD.org
Reporter: timp87@gmail.com
Created attachment 258757
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=258757&action=edit
port patch
1. The project stopped publishing archives anywhere except github.
- migrate to github (remove *_SITES and PATCH_SITE_SUBDIR, add USE_GITHUB,
GH_*)
- add autoreconf and libtool to USES to generate configure and other files that
were part of "bootstrapped" distro previously
- split patch for configure into parts:
- remove upsteamed part to fix build with no nettle
- move TP_IPF fix part to files/patch-acinclude_os-deps.m4
- move _WITH_CPU_SET_T fix part to files/patch-configure.ac
- move NIS build part to files/patch-src_auth_basic_NIS_required.m4 (see
below for more NIS things)
2. Set BOOL_DEFINED via CPPFLAGS for NIS build. The previous patch for NIS was
refering to the freebsd issue that has been fixed for a long time. So setting
BOOL_DEFINED is the proper way to avoid conflict of bool definition.
3. Restore fixes for cript.h detection in
files/patch-src_auth_basic_getpwnam_required.m4 and files/patch-configure.ac.
This was in the tree, but I removed them at some point. This is actually
needed.
4. Set BINARY_ALIAS for gmake as there are places in the build where code like
"sed -e 'something' Makefile | make -f -" is executed.
5. Update change_files (remove all Makefile.in, add release-3.[01].sgml)
6. Remove missing RELEASENOTES.html nowadays from MYDOCS
7. Regenerate existing patches (files/patch-compat_compat.h and
files/patch-src-cf.data.pre)
--
You are receiving this mail because:
You are the assignee for the bug.