Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Feb 2019 14:39:00 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492307 - head/irc/ngircd
Message-ID:  <201902061439.x16Ed04r093985@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Wed Feb  6 14:39:00 2019
New Revision: 492307
URL: https://svnweb.freebsd.org/changeset/ports/492307

Log:
  irc/ngircd: Enable PAM support by default
  
  PR:		234856
  Submitted by:	Jan Bramkamp <crest@bultmann.eu>
  Approved by:	fgsch@lodoss.net (maintainer, ~4 weeks)

Modified:
  head/irc/ngircd/Makefile

Modified: head/irc/ngircd/Makefile
==============================================================================
--- head/irc/ngircd/Makefile	Wed Feb  6 14:37:01 2019	(r492306)
+++ head/irc/ngircd/Makefile	Wed Feb  6 14:39:00 2019	(r492307)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ngircd
 PORTVERSION=	24
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	irc ipv6
 MASTER_SITES=	http://arthur.barton.de/pub/${PORTNAME}/ \
@@ -27,11 +28,11 @@ PLIST_FILES=	etc/ngircd.conf.sample \
 		man/man8/ngircd.8.gz \
 		sbin/ngircd
 
-OPTIONS_DEFINE=		DEBUG DOCS ICONV IDENT IPV6 IRCPLUS LIBWRAP \
+OPTIONS_DEFINE=		DEBUG DOCS ICONV IDENT IPV6 IRCPLUS LIBWRAP PAM \
 			SNIFFER SYSLOG ZLIB
 OPTIONS_RADIO=		TLS
 OPTIONS_RADIO_TLS=	GNUTLS OPENSSL
-OPTIONS_DEFAULT=	ICONV IRCPLUS LIBWRAP OPENSSL SYSLOG ZLIB
+OPTIONS_DEFAULT=	ICONV IRCPLUS LIBWRAP OPENSSL PAM SYSLOG ZLIB
 
 DEBUG_CONFIGURE_EBABLE=		debug
 GNUTLS_LIB_DEPENDS=		libgnutls.so:security/gnutls
@@ -47,6 +48,7 @@ IRCPLUS_CONFIGURE_ENABLE=	ircplus
 LIBWRAP_CONFIGURE_WITH=		tcp-wrappers
 OPENSSL_USES=			ssl
 OPENSSL_CONFIGURE_WITH=		openssl
+PAM_CONFIGURE_WITH=		pam
 SNIFFER_DESC=			IRC traffic sniffer
 SNIFFER_CONFIGURE_ENABLE=	sniffer
 SYSLOG_CONFIGURE_WITH=		syslog



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902061439.x16Ed04r093985>