Date: Mon, 24 Jan 2011 10:27:41 +0000 From: Andy Piper <Andy.Piper@Kaspersky.com> To: "apache@FreeBSD.org" <apache@FreeBSD.org> Subject: [PATCH] FreeBSD - www/mod_perl2 packaging Message-ID: <3FF49CB38878A24FBA2FB2493439B26F105676790A@ukmail.uk.kaspersky.com>
index | next in thread | raw e-mail
[-- Attachment #1 --] Hello, I have found a possible packaging bug in the latest version of the www/mod_perl2 FreeBSD port: the manpage Apache::TestServer.3 seems to no longer exist. Applying the attached patch to the port's Makefile resolved this issue for me. Please let me know if this packaging issue is a known problem, or if it is unique to me! I will also be happy to provide additional information about the environment this bug was discovered in if required. Best regards, Andy Piper Senior Software Developer | Hosted Security Services | Kaspersky Lab [-- Attachment #2 --] --- mod_perl2.orig/Makefile 2011-01-13 13:22:13.000000000 +0000 +++ mod_perl2.new/Makefile 2011-01-13 13:23:51.000000000 +0000 @@ -54,7 +54,7 @@ Apache::Test.3 Apache::TestConfig.3 Apache::TestMB.3 \ Apache::TestMM.3 Apache::TestReport.3 Apache::TestRequest.3 \ Apache::TestRun.3 Apache::TestRunPHP.3 Apache::TestRunPerl.3 \ - Apache::TestServer.3 Apache::TestSmoke.3 Apache::TestTrace.3 Apache::TestUtil.3 \ + Apache::TestSmoke.3 Apache::TestTrace.3 Apache::TestUtil.3 \ Bundle::Apache2.3 Bundle::ApacheTest.3 ModPerl::BuildMM.3 \ ModPerl::CScan.3 ModPerl::Code.3 ModPerl::Config.3 \ ModPerl::Const.3 ModPerl::Global.3 ModPerl::MM.3 \help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3FF49CB38878A24FBA2FB2493439B26F105676790A>
