Date: Tue, 7 Oct 2003 03:00:23 -0700 (PDT) From: Peter Pentchev <roam@ringlet.net> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/57654: [new port] www/mod_auth_pam2: Apache 2.0.x authentication module which supports PAM. Message-ID: <200310071000.h97A0N82085247@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/57654; it has been noted by GNATS. From: Peter Pentchev <roam@ringlet.net> To: Clement Laforet <sheepkiller@cultdeadsheep.org> Cc: bug-followup@FreeBSD.org Subject: Re: ports/57654: [new port] www/mod_auth_pam2: Apache 2.0.x authentication module which supports PAM. Date: Tue, 7 Oct 2003 12:50:17 +0300 On Mon, Oct 06, 2003 at 07:37:22PM +0200, Clement Laforet wrote: > > >Number: 57654 > >Category: ports > >Synopsis: [new port] www/mod_auth_pam2: Apache 2.0.x authentication module which supports PAM. What do you think of the following patch, which also installs the module's documentation? Other than that, this looks great! G'luck, Peter -- Peter Pentchev roam@ringlet.net roam@sbnd.net roam@FreeBSD.org PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 This sentence contradicts itself - or rather - well, no, actually it doesn't! diff -urN mod_auth_pam2/Makefile mod_auth_pam2-roam/Makefile --- mod_auth_pam2/Makefile Tue Oct 7 12:48:17 2003 +++ mod_auth_pam2-roam/Makefile Tue Oct 7 12:31:34 2003 @@ -27,5 +27,9 @@ post-install: ${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/samples/httpd ${EXAMPLESDIR}/pam-httpd.sample +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR}/ +.endif .include <bsd.port.mk> diff -urN mod_auth_pam2/pkg-plist mod_auth_pam2-roam/pkg-plist --- mod_auth_pam2/pkg-plist Tue Oct 7 12:48:17 2003 +++ mod_auth_pam2-roam/pkg-plist Tue Oct 7 12:32:32 2003 @@ -1,3 +1,7 @@ +%%PORTDOCS%%%%DOCSDIR%%/configure.html +%%PORTDOCS%%%%DOCSDIR%%/faq.html +%%PORTDOCS%%%%DOCSDIR%%/install.html +%%PORTDOCS%%@dirrm %%DOCSDIR%% libexec/apache2/mod_auth_pam.so @exec %D/sbin/apxs -e -A -n auth_pam %D/%f libexec/apache2/mod_auth_sys_group.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310071000.h97A0N82085247>