From owner-cvs-all Thu Sep 17 03:58:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA16393 for cvs-all-outgoing; Thu, 17 Sep 1998 03:58:25 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA16382; Thu, 17 Sep 1998 03:58:19 -0700 (PDT) (envelope-from rse@FreeBSD.org) From: "Ralf S. Engelschall" Received: (from rse@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA29552; Thu, 17 Sep 1998 03:58:00 -0700 (PDT) Date: Thu, 17 Sep 1998 03:58:00 -0700 (PDT) Message-Id: <199809171058.DAA29552@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/apache13-modssl Makefile ports/www/apache13-modssl/files md5 ports/www/apache13-modssl/patches patch-ab ports/www/apache13-modssl/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk rse 1998/09/17 03:58:00 PDT Modified files: www/apache13-modssl Makefile www/apache13-modssl/files md5 www/apache13-modssl/patches patch-ab www/apache13-modssl/pkg PLIST Log: Completely overhauled Apache+mod_ssl port: - use mod_ssl 2.0.10 which automatically disables DSO for mod_log_config and mod_proxy which caused problems for the port - use mod_auth_dbm instead of mod_auth_db because first DBM is internally mapped to our DB (so functionality is the same) and this way we get rid of the nasty conflicts with DB 2.x port. - fixed the package list, i.e. the port now packages and deletes correctly - automatically create dummy certificate, so the package can be tested immediately after installing. - use "apachectl startssl" instead of "apachectl start" from within apache.sh rc script now. - removed the outcommented patch pieces for Makefile.tmpl because they are confusing both inside patches/patch-ab and under install time. - use a "post-patch" target to remove all .orig files mod_ssl's configure script created to avoid their installation (which confuses the package list). Revision Changes Path 1.6 +25 -20 ports/www/apache13-modssl/Makefile 1.6 +1 -1 ports/www/apache13-modssl/files/md5 1.3 +14 -23 ports/www/apache13-modssl/patches/patch-ab 1.3 +25 -8 ports/www/apache13-modssl/pkg/PLIST