Summary: | www/squid: update to 5.3 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Pavel Timofeev <timp87> | ||||||
Component: | Individual Port(s) | Assignee: | Daniel Engberg <diizzy> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | diizzy, ml, nc, sa.inbox | ||||||
Priority: | --- | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
URL: | http://www.squid-cache.org/Versions/v5/squid-5.3-RELEASENOTES.html | ||||||||
Attachments: |
|
Description
Pavel Timofeev
2022-01-04 17:14:43 UTC
Update mirror list so it matches what upstream recommends http://www.squid-cache.org/Download/http-mirrors.html http://www.squid-cache.org/Download/mirrors.html http://ca.squid-cache.org/Versions/v5/ --> Dead mirror Sort USES Instead of setting CFLAGS, LDFLAGS manually use the LOCALBASE helper ( https://docs.freebsd.org/en/books/porters-handbook/uses/#uses-localbase ). You can also use OPT1_USES however looking at the Makeifle I'd suggest that you set it globally instead. Created attachment 230763 [details]
port patch2
Is there anything else I can improve? I think it looks pretty good, I'm planning to have another look at it this week. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=d792ff1863af044ec543b679d5b0ed0e88614e51 commit d792ff1863af044ec543b679d5b0ed0e88614e51 Author: Pavel Timofeev <timp87@gmail.com> AuthorDate: 2022-01-19 10:11:37 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2022-01-19 10:11:41 +0000 www/squid: update to 5.3: New port: Google Chat plugin for libpurple Changelog: http://www.squid-cache.org/Versions/v5/squid-5.3-RELEASENOTES.html PR: 260927 www/squid/Makefile | 51 ++++++++------------- www/squid/distinfo | 6 +-- www/squid/files/patch-compat_cpu.h | 4 +- www/squid/files/patch-configure | 75 ++++--------------------------- www/squid/files/patch-include_squid.h | 4 +- www/squid/files/patch-src-cf.data.pre | 4 +- www/squid/files/patch-src_enums.h | 2 +- www/squid/files/patch-src_ip_Intercept.cc | 4 +- www/squid/files/patch-src_tools.cc | 4 +- www/squid/pkg-plist | 57 ++++++++++++++++++++--- 10 files changed, 92 insertions(+), 119 deletions(-) Sorry for the wait and the borked commit message :/ Thanks for your contribution |