From larse@nik.isi.edu  Wed Nov  5 09:42:46 2003
Return-Path: <larse@nik.isi.edu>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7C2AE16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  5 Nov 2003 09:42:46 -0800 (PST)
Received: from nik.isi.edu (nik.isi.edu [128.9.168.58])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D088743FE5
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  5 Nov 2003 09:42:45 -0800 (PST)
	(envelope-from larse@nik.isi.edu)
Received: from nik.isi.edu (localhost [127.0.0.1])
	by nik.isi.edu (8.12.10/8.12.10) with ESMTP id hA5HgjZm012425
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 5 Nov 2003 09:42:45 -0800 (PST)
	(envelope-from larse@nik.isi.edu)
Received: (from larse@localhost)
	by nik.isi.edu (8.12.10/8.12.10/Submit) id hA5Hgj1p012420;
	Wed, 5 Nov 2003 09:42:45 -0800 (PST)
	(envelope-from larse)
Message-Id: <200311051742.hA5Hgj1p012420@nik.isi.edu>
Date: Wed, 5 Nov 2003 09:42:45 -0800 (PST)
From: Lars Eggert <larse@isi.edu>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] www/mod_perl2: add pkg-message
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         58975
>Category:       ports
>Synopsis:       [MAINTAINER] www/mod_perl2: add pkg-message
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 05 09:50:18 PST 2003
>Closed-Date:    Wed Nov 05 14:18:59 PST 2003
>Last-Modified:  Wed Nov 05 14:18:59 PST 2003
>Originator:     Lars Eggert
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
USC Information Sciences Institute
>Environment:
System: FreeBSD nik.isi.edu 5.1-CURRENT FreeBSD 5.1-CURRENT #2: Thu Oct 30 13:20:54 PST 2003
>Description:
Added pkg-message to address the concerns in PR ports/54857.
Please close ports/54857 after committing this.
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/54857

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- mod_perl2-1.99r10_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/mod_perl2.old/Makefile /usr/ports/www/mod_perl2/Makefile
--- /usr/ports/www/mod_perl2.old/Makefile	Wed Nov  5 09:23:37 2003
+++ /usr/ports/www/mod_perl2/Makefile	Wed Nov  5 09:27:41 2003
@@ -51,5 +51,6 @@
 	${MKDIR} ${PREFIX}/libexec/apache2
 	${INSTALL_PROGRAM} ${WRKSRC}/src/modules/perl/mod_perl.so \
 		${PREFIX}/libexec/apache2/mod_perl.so
+	${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/www/mod_perl2.old/pkg-message /usr/ports/www/mod_perl2/pkg-message
--- /usr/ports/www/mod_perl2.old/pkg-message	Wed Dec 31 16:00:00 1969
+++ /usr/ports/www/mod_perl2/pkg-message	Wed Nov  5 09:38:08 2003
@@ -0,0 +1,18 @@
+
+#########################################################
+
+Enable mod_perl built as DSO, by adding to httpd.conf:
+
+  LoadModule perl_module modules/mod_perl.so
+
+Next, tell Perl where to find mod_perl2 libraries:
+
+  PerlModule Apache2
+
+There are many other configuration options which you can
+find in the configuration manual:
+
+  http://perl.apache.org/docs/2.0/user/config/config.html
+
+#########################################################
+
--- mod_perl2-1.99r10_1.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Wed Nov 5 14:18:52 PST 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=58975 
>Unformatted:
