From owner-cvs-ports@FreeBSD.ORG Tue Mar 31 22:20:43 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04E4C1065670; Tue, 31 Mar 2009 22:20:43 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E7BBD8FC1C; Tue, 31 Mar 2009 22:20:42 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n2VMKgu0009929; Tue, 31 Mar 2009 22:20:42 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n2VMKgOq009928; Tue, 31 Mar 2009 22:20:42 GMT (envelope-from miwi) Message-Id: <200903312220.n2VMKgOq009928@repoman.freebsd.org> From: Martin Wilke Date: Tue, 31 Mar 2009 22:20:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/squid Makefile ports/www/squid/files patch-squid_kerb_auth ports/www/squid30 Makefile ports/www/squid30/files patch-squid_kerb_auth X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Mar 2009 22:20:43 -0000 miwi 2009-03-31 22:20:42 UTC FreeBSD ports repository Modified files: www/squid Makefile www/squid/files patch-squid_kerb_auth www/squid30 Makefile www/squid30/files patch-squid_kerb_auth Log: - The squid_kerb_auth helper needs to know about the endianness of the system at compile time. Its author suggests to use -D__LITTLE_ENDIAN__ in the program's Makefile and this is the solution proposed in ports/131878. Since FreeBSD (and FreeBSD ports) might be used on big-endian architectures as well as on little endian architectures I decided to instrument an already present endianness check directly in the affected source file instead. - Bump PORTREVISION since this affects the content (and functionality) of the port's binary package. Pr: 133159 Submitted by: Thomas-Martin Seck (maintainer) Revision Changes Path 1.220 +1 -0 ports/www/squid/Makefile 1.3 +22 -0 ports/www/squid/files/patch-squid_kerb_auth 1.223 +1 -0 ports/www/squid30/Makefile 1.2 +22 -0 ports/www/squid30/files/patch-squid_kerb_auth