From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 7 03:00:24 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36A8916A4B3 for ; Tue, 7 Oct 2003 03:00:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 844C543FFD for ; Tue, 7 Oct 2003 03:00:23 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h97A0NFY085249 for ; Tue, 7 Oct 2003 03:00:23 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h97A0N82085247; Tue, 7 Oct 2003 03:00:23 -0700 (PDT) (envelope-from gnats) Date: Tue, 7 Oct 2003 03:00:23 -0700 (PDT) Message-Id: <200310071000.h97A0N82085247@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Peter Pentchev Subject: Re: ports/57654: [new port] www/mod_auth_pam2: Apache 2.0.x authentication module which supports PAM. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Peter Pentchev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 10:00:24 -0000 The following reply was made to PR ports/57654; it has been noted by GNATS. From: Peter Pentchev To: Clement Laforet 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 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