svn commit: r492307 - head/irc/ngircd

Tobias Kortkamp tobik at FreeBSD.org
Wed Feb 6 14:39:01 UTC 2019


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 at bultmann.eu>
  Approved by:	fgsch at 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


More information about the svn-ports-all mailing list