Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 03 Jan 2026 01:34:18 +0000
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Pavel Timofeev <timp87@gmail.com>
Subject:   git: ccc35a9759dc - main - www/squid: Fix recognise GSSAPI_BASE on 14.3
Message-ID:  <6958721a.3d857.5a669886@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ccc35a9759dce849def2c8ea3869a4f03c3a4cdc

commit ccc35a9759dce849def2c8ea3869a4f03c3a4cdc
Author:     Pavel Timofeev <timp87@gmail.com>
AuthorDate: 2026-01-03 01:31:17 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-01-03 01:31:17 +0000

    www/squid: Fix recognise GSSAPI_BASE on 14.3
    
    PR:     292098
---
 www/squid/Makefile              |  1 +
 www/squid/files/patch-configure | 88 +++++++++++++++++++++++++++++++++++++++--
 2 files changed, 85 insertions(+), 4 deletions(-)

diff --git a/www/squid/Makefile b/www/squid/Makefile
index 8c84abfc4281..52ab01d14cf4 100644
--- a/www/squid/Makefile
+++ b/www/squid/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	squid
 DISTVERSION=	7.3
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	https://github.com/${PORTNAME}-cache/${PORTNAME}/releases/download/${PORTNAME:tu}_${DISTVERSION:S|.|_|g}/
 
diff --git a/www/squid/files/patch-configure b/www/squid/files/patch-configure
index ff43b2fabcc3..f87538d28673 100644
--- a/www/squid/files/patch-configure
+++ b/www/squid/files/patch-configure
@@ -19,7 +19,47 @@
  fi
       ;;
  esac
-@@ -35530,15 +35530,15 @@ then :
+@@ -33791,9 +33791,6 @@ else $as_nop
+ #elif HAVE_GSSAPI_H
+ #include <gssapi.h>
+ #endif
+-#if HAVE_GSSAPI_GSSAPI_KRB5_H
+-#include <gssapi/gssapi_krb5.h>
+-#endif
+ #if HAVE_GSSAPI_GSSAPI_GENERIC_H
+ #include <gssapi/gssapi_generic.h>
+ #endif
+@@ -33871,9 +33868,6 @@ else $as_nop
+ #elif HAVE_GSSAPI_H
+ #include <gssapi.h>
+ #endif
+-#if HAVE_GSSAPI_GSSAPI_KRB5_H
+-#include <gssapi/gssapi_krb5.h>
+-#endif
+ #if HAVE_GSSAPI_GSSAPI_GENERIC_H
+ #include <gssapi/gssapi_generic.h>
+ #endif
+@@ -35197,9 +35191,6 @@ else $as_nop
+ #elif HAVE_GSSAPI_H
+ #include <gssapi.h>
+ #endif
+-#if HAVE_GSSAPI_GSSAPI_KRB5_H
+-#include <gssapi/gssapi_krb5.h>
+-#endif
+ #if HAVE_GSSAPI_GSSAPI_GENERIC_H
+ #include <gssapi/gssapi_generic.h>
+ #endif
+@@ -35277,9 +35268,6 @@ else $as_nop
+ #elif HAVE_GSSAPI_H
+ #include <gssapi.h>
+ #endif
+-#if HAVE_GSSAPI_GSSAPI_KRB5_H
+-#include <gssapi/gssapi_krb5.h>
+-#endif
+ #if HAVE_GSSAPI_GSSAPI_GENERIC_H
+ #include <gssapi/gssapi_generic.h>
+ #endif
+@@ -35530,15 +35518,15 @@ then :
        with_heimdal_krb5=yes
        if test -d "$withval/lib64"
  then :
@@ -38,7 +78,47 @@
  fi
       ;;
  esac
-@@ -40801,7 +40801,7 @@ BUILD_HELPER="NIS"
+@@ -36777,9 +36765,6 @@ else $as_nop
+ #elif HAVE_GSSAPI_H
+ #include <gssapi.h>
+ #endif
+-#if HAVE_GSSAPI_GSSAPI_KRB5_H
+-#include <gssapi/gssapi_krb5.h>
+-#endif
+ #if HAVE_GSSAPI_GSSAPI_GENERIC_H
+ #include <gssapi/gssapi_generic.h>
+ #endif
+@@ -36857,9 +36842,6 @@ else $as_nop
+ #elif HAVE_GSSAPI_H
+ #include <gssapi.h>
+ #endif
+-#if HAVE_GSSAPI_GSSAPI_KRB5_H
+-#include <gssapi/gssapi_krb5.h>
+-#endif
+ #if HAVE_GSSAPI_GSSAPI_GENERIC_H
+ #include <gssapi/gssapi_generic.h>
+ #endif
+@@ -37250,9 +37232,6 @@ else $as_nop
+ #elif HAVE_GSSAPI_H
+ #include <gssapi.h>
+ #endif
+-#if HAVE_GSSAPI_GSSAPI_KRB5_H
+-#include <gssapi/gssapi_krb5.h>
+-#endif
+ #if HAVE_GSSAPI_GSSAPI_GENERIC_H
+ #include <gssapi/gssapi_generic.h>
+ #endif
+@@ -37329,9 +37308,6 @@ else $as_nop
+ #elif HAVE_GSSAPI_H
+ #include <gssapi.h>
+ #endif
+-#if HAVE_GSSAPI_GSSAPI_KRB5_H
+-#include <gssapi/gssapi_krb5.h>
+-#endif
+ #if HAVE_GSSAPI_GSSAPI_GENERIC_H
+ #include <gssapi/gssapi_generic.h>
+ #endif
+@@ -40801,7 +40777,7 @@ BUILD_HELPER="NIS"
  ##
  
  BUILD_HELPER="NIS"
@@ -47,7 +127,7 @@
  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" "
-@@ -47289,6 +47289,7 @@ ac_fn_cxx_check_type "$LINENO" "cpu_set_t" "ac_cv_type
+@@ -47289,6 +47265,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
@@ -55,7 +135,7 @@
  #include <sched.h>
  #endif
  
-@@ -49806,6 +49807,7 @@ else $as_nop
+@@ -49806,6 +49783,7 @@ else $as_nop
  #       include <sys/ioccom.h>
  #       include <netinet/in.h>
  #undef minor_t


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6958721a.3d857.5a669886>