Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Oct 2001 07:09:32 -0700 (PDT)
From:      Clive Lin <clive@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/www/apache13-fp Makefile distinfo pkg-install pkg-plist ports/www/apache13-fp/files FreeBSD.layout patch-ab patch-ag patch-fh patch-lang.en patch-ai
Message-ID:  <200110201409.f9KE9WH58143@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

clive       2001/10/20 07:09:32 PDT

  Modified files:
    www/apache13-fp      Makefile distinfo pkg-install pkg-plist 
    www/apache13-fp/files FreeBSD.layout patch-ab patch-ag 
                          patch-fh patch-lang.en 
  Removed files:
    www/apache13-fp/files patch-ai 
  Log:
  Upgrade to Apache 1.3.22, and
  
  * fix libdescrypt detection: libdescrypt is only needed for
    OSVERSION < 430001 or OSVERSION > 499999 and OSVERSION < 500014,
    due to libdescrypt has been combined into the libcrypt library
    on recent FreeBSD versions.
  
  * default to using the FreeBSD Frontpage Extentions on i386.
    There maybe problems with fpsrvadm.exe when it creates passwords
    on a system that by default uses MD5 passwords.  May need to set
    roots passwd_format to des and change the password, before
    installing (login.conf). BSDi FrontPage Extentions can be used
    by defining WANT_BSDI_EXT.
  
  * Added dependacy on misc/compat3x for the FreeBSD FP Exts.
  
  * Moved execfilename to the end of the request_rec structure
    in httpd.h, so that it would stop breaking binary compatiblity
    with other pre-compiled Apache modules.  This should allow
    compiled modules build for www/apache13 to also work on
    www/apache13-fp without needing to recompile them.
  
  * Removed the Virtual host on port 8080 from httpd.conf, due to
    the manual directory is now exported using an Alias, which
    assigns it to a location on the main document root.
  
  * Moved the Frontpage documents from manual/mod/mod_frontpage to
    manual/frontpage. (Avoids patching manual/mod/index.html*)
  
  PR: ports/31361
  Submitted by: Scot W. Hetzel <hetzels@westbend.net> (MAINTAINER)
  
  Revision  Changes    Path
  1.28      +21 -27    ports/www/apache13-fp/Makefile
  1.16      +2 -2      ports/www/apache13-fp/distinfo
  1.2       +1 -0      ports/www/apache13-fp/files/FreeBSD.layout
  1.13      +29 -23    ports/www/apache13-fp/files/patch-ab
  1.8       +15 -59    ports/www/apache13-fp/files/patch-ag
  1.2       +0 -11     ports/www/apache13-fp/files/patch-ai (dead)
  1.3       +9 -15     ports/www/apache13-fp/files/patch-fh
  1.5       +4 -8      ports/www/apache13-fp/files/patch-lang.en
  1.5       +2 -10     ports/www/apache13-fp/pkg-install
  1.18      +153 -19   ports/www/apache13-fp/pkg-plist


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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