Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Mar 2015 19:07:26 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r382859 - head/security/openssh-portable
Message-ID:  <201503311907.t2VJ7Qxr053860@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Tue Mar 31 19:07:25 2015
New Revision: 382859
URL: https://svnweb.freebsd.org/changeset/ports/382859
QAT: https://qat.redports.org/buildarchive/r382859/

Log:
  Remove useless IGNORE for TCP_WRAPPERS and PAM.
  
  TCP_WRAPPERS: /usr/include/tcpd.h is always installed by the base system.
                It is only libwrap.so that is conditional on WITH_TCP_WRAPPERS.
  
  PAM:          /usr/include/security/pam_modules.h is always installed.
  
  This fixes FreshPorts claiming this port is ignored.

Modified:
  head/security/openssh-portable/Makefile

Modified: head/security/openssh-portable/Makefile
==============================================================================
--- head/security/openssh-portable/Makefile	Tue Mar 31 18:40:29 2015	(r382858)
+++ head/security/openssh-portable/Makefile	Tue Mar 31 19:07:25 2015	(r382859)
@@ -158,14 +158,6 @@ BROKEN=		KERB_GSSAPI Requires either MIT
 IGNORE=		you have selected HEIMDAL_BASE but do not have heimdal installed in base
 .endif
 
-.if ${PORT_OPTIONS:MPAM} && !exists(/usr/include/security/pam_modules.h)
-IGNORE=		PAM must be installed in base
-.endif
-
-.if ${PORT_OPTIONS:MTCP_WRAPPERS} && !exists(/usr/include/tcpd.h)
-IGNORE=		required /usr/include/tcpd.h missing
-.endif
-
 .if ${PORT_OPTIONS:MMIT} || ${PORT_OPTIONS:MHEIMDAL} || ${PORT_OPTIONS:MHEIMDAL_BASE}
 .	if ${PORT_OPTIONS:MHEIMDAL_BASE}
 CONFIGURE_LIBS+=	-lgssapi_krb5



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