cvs commit: ports/www Makefile ports/www/squid26 Makefile distinfo pkg-descr ports/www/squid26/files customlog-2.5.patch follow_xff-2.5.patch follow_xff-configure.patch icap-2.5-bootstrap.patch icap-2.5-core.patch patch-tools-Makefile.in pkg-deinstall.in ...

Sergey Matveychuk sem at FreeBSD.org
Sun Jul 9 15:20:11 UTC 2006


sem         2006-07-09 15:20:10 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
    www/squid26          Makefile distinfo pkg-descr 
    www/squid26/files    pkg-deinstall.in pkg-install.in 
                         pkg-message.in 
  Added files:
    www/squid26/files    patch-tools-Makefile.in squid.in 
  Removed files:
    www/squid26/files    customlog-2.5.patch follow_xff-2.5.patch 
                         follow_xff-configure.patch 
                         icap-2.5-bootstrap.patch 
                         icap-2.5-core.patch squid.sh.in 
  Log:
  The squid developers have just released 2.6.STABLE1 as the new
  stable Squid release. Because of the large amount changes introduced
  in 2.6, we keep 2.5 as www/squid and make www/squid26.
  
  New OPTIONS:
  - WITH_/WITHOUT_SQUID_KQUEUE: use kqueue(2) support (defaults to yes)
  - WITH_/WITHOUT_SQUID_WCCPV2: enable WCCPv2 support (defaults to no)
  - WITH_/WITHOUT_SQUID_REFERER_LOG: enable referer-header logging (default no)
  - make WITH_DEBUG a synonym for WITH_SQUID_STACKTRACES
  
  Removed OPTIONS:
  - WITH_SQUID_CUSTOM_LOG: the code is now part of mainline squid and can
    be configured via squid.conf
  - WITH_/WITHOUT_SQUID_UNDERSCORES: no longer configurable
  - WITH_/WITHOUT_SQUID_CHECK_HOSTNAME: no longer configurable
  - WITH_/WITHOUT_SQUID_RCNG: the start script is now rc.d only
  
  Changed default:
  
  - CARP support is enabled by default in squid 2.6 and needs to be
    explicitly disabled defining WITHOUT_SQUID_CARP
  
  Port infrastructural changes:
  - no longer check for invalid user/group id; this problem should no longer
    be an issue (if it ever was one, but you never know) and remove the
    'changeuser:' target
  - use files/squid.in instead of files/squid.sh.in as template
  - remove ancient information about Harvest from pkg-descr, tighten COMMENT
  - add some HTTP mirror sites taken from
    <http://www.squid-cache.org/Mirrors/http-mirrors.html> as additional
    PATCH_SITES (thanks to Robert Backhaus for the initial submission)
  - ICAP support is not yet available, the squid-devel CVS is not synchronized
    with mainline squid as I write this so mark WITH_SQUID_ICAP as IGNORE for
    now. I'll add the necessary patches ASAP.
  - spell "squid" as "Squid" when referring to the project as this seems to be
    the spelling the Squid project prefers
  - some cosmetic changes in macro definitions
  
  PR:             ports/99750
  Submitted by:   Thomas-Martin Seck <tmseck_at_netcologne.de> (squid maintainer)
  
  Revision  Changes    Path
  1.1487    +1 -0      ports/www/Makefile
  1.189     +98 -145   ports/www/squid26/Makefile
  1.148     +3 -6      ports/www/squid26/distinfo
  1.5       +0 -1597   ports/www/squid26/files/customlog-2.5.patch (dead)
  1.6       +0 -411    ports/www/squid26/files/follow_xff-2.5.patch (dead)
  1.4       +0 -65     ports/www/squid26/files/follow_xff-configure.patch (dead)
  1.2       +0 -422    ports/www/squid26/files/icap-2.5-bootstrap.patch (dead)
  1.6       +0 -7137   ports/www/squid26/files/icap-2.5-core.patch (dead)
  1.1       +11 -0     ports/www/squid26/files/patch-tools-Makefile.in (new)
  1.2       +5 -6      ports/www/squid26/files/pkg-deinstall.in
  1.2       +2 -59     ports/www/squid26/files/pkg-install.in
  1.3       +14 -7     ports/www/squid26/files/pkg-message.in
  1.1       +52 -0     ports/www/squid26/files/squid.in (new)
  1.2       +0 -87     ports/www/squid26/files/squid.sh.in (dead)
  1.13      +7 -12     ports/www/squid26/pkg-descr


More information about the cvs-all mailing list