svn commit: r310808 - head/net/nss-pam-ldapd

Jason Helfman jgh at FreeBSD.org
Tue Jan 22 07:26:39 UTC 2013


Author: jgh
Date: Tue Jan 22 07:26:38 2013
New Revision: 310808
URL: http://svnweb.freebsd.org/changeset/ports/310808

Log:
  - add NSLCD KNOB reverted in r310469
  
  PR:		175340
  Submitted by:	 john.marshall at riverwillow.com.au
  Reviewed by:	bapt (portmgr)
  Approved by:	maintainer, rflynn at acsalaska.net (implicit)

Modified:
  head/net/nss-pam-ldapd/Makefile

Modified: head/net/nss-pam-ldapd/Makefile
==============================================================================
--- head/net/nss-pam-ldapd/Makefile	Tue Jan 22 07:20:08 2013	(r310807)
+++ head/net/nss-pam-ldapd/Makefile	Tue Jan 22 07:26:38 2013	(r310808)
@@ -1,14 +1,9 @@
-# Ports collection Makefile for:	nss_ldapd
-# Date created:				23/7/2009
-# Whom:					melifaro at ipfw.ru
-#
+# Created by: melifaro at ipfw.ru
 # $FreeBSD$
-#
-# vim: ft=pmake tw=78 fo=cq
-#
 
 PORTNAME=		nss-pam-ldapd
 PORTVERSION=		0.8.12
+PORTREVISION=	1
 CATEGORIES=		net
 MASTER_SITES=		http://arthurdejong.org/nss-pam-ldapd/
 
@@ -101,20 +96,16 @@ SUB_LIST+=		NSS_MESSAGE=""
 # Won't hook this in to OPTIONS until PADL ports are at least DEPRECATED.
 # It doesn't do the software any good to run as replacement for the PADL ports
 # without running the daemon.
-.if ${PORT_OPTIONS:MNSLCD)
+.if defined(WITHOUT_NSLCD)
+CONFIGURE_ARGS+=	--disable-nslcd
+PLIST_SUB+=		NSLCD="@comment "
+.else
 CONFIGURE_ARGS+=	--enable-nslcd
 PLIST_SUB+=		NSLCD=""
 MAN5+=			nslcd.conf.5
 MAN8+=			nslcd.8
-.else
-CONFIGURE_ARGS+=	--disable-nslcd
-PLIST_SUB+=		NSLCD="@comment "
 .endif
 
-# these are unconditionally installed (bug filed upstream)
-MAN5+=			nslcd.conf.5
-MAN8+=			nslcd.8
-
 post-extract:
 	@${REINPLACE_CMD} -e 's/\(INSTALL_\)\(.*\)) -D /\1\2) /' ${WRKSRC}/Makefile.in ${WRKSRC}/nss/Makefile.in
 


More information about the svn-ports-all mailing list