svn commit: r382859 - head/security/openssh-portable

Bryan Drewery bdrewery at FreeBSD.org
Tue Mar 31 19:07:27 UTC 2015


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


More information about the svn-ports-head mailing list