ports/150760: www/blogsum shouldn't be marked as requiring apache 1.3
Bruce Cran
bruce at cran.org.uk
Mon Sep 20 16:30:02 UTC 2010
>Number: 150760
>Category: ports
>Synopsis: www/blogsum shouldn't be marked as requiring apache 1.3
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Mon Sep 20 16:30:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Bruce Cran
>Release: 9-CURRENT
>Organization:
>Environment:
9.0-CURRENT i386
>Description:
www/blogsum is marked as requiring apache 1.3 but it does work with 2.x too, as shown in pkg-message:
4) Edit the example httpd-blogsum.conf (httpd2-blogsum.conf if you are using
apache2+) and enable it for your site:
$ cp /usr/local/www/blogsum/examples/httpd-blogsum.conf /usr/local/etc/apache22/conf
or
$ cp /usr/local/www/blogsum/examples/httpd2-blogsum.conf /usr/local/etc/apache22/conf
>How-To-Repeat:
Install www/blogsum. It will require apache 1.3 whereas it does work with 2.2.
>Fix:
--- Makefile.old 2010-09-20 17:27:14.000000000 +0100
+++ Makefile 2010-09-20 17:27:20.000000000 +0100
@@ -23,7 +23,7 @@
NO_BUILD= yes
USE_PERL5_RUN= yes
-USE_APACHE= 1.3
+USE_APACHE= 1.3+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.apache.mk"
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list