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
Martin Wilke
miwi at FreeBSD.org
Tue Mar 31 15:20:43 PDT 2009
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 <tmseck at web.de> (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
More information about the cvs-all
mailing list