Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Mar 2009 22:20:42 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
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
Message-ID:  <200903312220.n2VMKgOq009928@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903312220.n2VMKgOq009928>