ports/58975: [MAINTAINER] www/mod_perl2: add pkg-message

Lars Eggert larse at isi.edu
Wed Nov 5 17:50:22 UTC 2003


>Number:         58975
>Category:       ports
>Synopsis:       [MAINTAINER] www/mod_perl2: add pkg-message
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 05 09:50:18 PST 2003
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list