ports/57654: [new port] www/mod_auth_pam2: Apache 2.0.x authentication module which supports PAM.

Peter Pentchev roam at ringlet.net
Tue Oct 7 10:00:24 UTC 2003


The following reply was made to PR ports/57654; it has been noted by GNATS.

From: Peter Pentchev <roam at ringlet.net>
To: Clement Laforet <sheepkiller at cultdeadsheep.org>
Cc: bug-followup at 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 at ringlet.net    roam at sbnd.net    roam at 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



More information about the freebsd-ports-bugs mailing list