Date: Thu, 17 Sep 1998 03:58:00 -0700 (PDT) From: "Ralf S. Engelschall" <rse@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 Message-ID: <199809171058.DAA29552@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809171058.DAA29552>