From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jan 19 07:50:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8EDC31065673 for ; Thu, 19 Jan 2012 07:50:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 455A58FC13 for ; Thu, 19 Jan 2012 07:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0J7o9SC087963 for ; Thu, 19 Jan 2012 07:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0J7o97L087962; Thu, 19 Jan 2012 07:50:09 GMT (envelope-from gnats) Resent-Date: Thu, 19 Jan 2012 07:50:09 GMT Resent-Message-Id: <201201190750.q0J7o97L087962@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Victor Sudakov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7CA6106566C; Thu, 19 Jan 2012 07:48:41 +0000 (UTC) (envelope-from root@library.tomsk.ru) Received: from library.tomsk.ru (library.tomsk.ru [217.29.84.230]) by mx1.freebsd.org (Postfix) with ESMTP id 570828FC12; Thu, 19 Jan 2012 07:48:41 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=library.tomsk.ru) by library.tomsk.ru with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76 (FreeBSD)) (envelope-from ) id 1RnmNP-000GM1-9S; Thu, 19 Jan 2012 14:25:40 +0700 Received: (from root@localhost) by library.tomsk.ru (8.14.4/8.14.4/Submit) id q0J7PdZI062868; Thu, 19 Jan 2012 14:25:39 +0700 (NOVT) (envelope-from root) Message-Id: <201201190725.q0J7PdZI062868@library.tomsk.ru> Date: Thu, 19 Jan 2012 14:25:39 +0700 (NOVT) From: Victor Sudakov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Victor Sudakov , apache@FreeBSD.org Subject: ports/164303: the www/mod_rpaf2 port incorrectly edits httpd.conf X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Victor Sudakov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jan 2012 07:50:10 -0000 >Number: 164303 >Category: ports >Synopsis: the www/mod_rpaf2 port incorrectly edits httpd.conf >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: Thu Jan 19 07:50:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Victor Sudakov >Release: FreeBSD 7.4-RELEASE-p5 i386 >Organization: library.tomsk.ru >Environment: System: FreeBSD library.tomsk.ru 7.4-RELEASE-p5 FreeBSD 7.4-RELEASE-p5 #0: Sun Dec 25 07:14:25 NOVT 2011 root@library.tomsk.ru:/usr/obj/usr/home/RELENG_7_4/usr/src/sys/LIBRARY i386 >Description: The www/mod_rpaf2 port automatically edits /usr/local/etc/apache22/httpd.conf inserting the line "#LoadModule rpaf2_module libexec/apache22/mod_rpaf2.so" In fact, the line is incorrect and should be "#LoadModule rpaf_module libexec/apache22/mod_rpaf2.so" The erroneous line results in the following error message when trying to restart apache after uncommenting the line: httpd: Syntax error on line 106 of /usr/local/etc/apache22/httpd.conf: Can't locate API module structure `rpaf2_module' in file /usr/local/libexec/apache22/mod_rpaf2.so: Undefined symbol "rpaf2_module" >How-To-Repeat: portmaster www/mod_rpaf2 >Fix: You can manually edit httpd.conf to correct the error or use sed to replace "LoadModule rpaf2_module" with "LoadModule rpaf_module". >Release-Note: >Audit-Trail: >Unformatted: