From owner-svn-ports-head@FreeBSD.ORG Tue Mar 31 19:07:27 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 13460D65; Tue, 31 Mar 2015 19:07:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F24D76B1; Tue, 31 Mar 2015 19:07:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2VJ7QSx053861; Tue, 31 Mar 2015 19:07:26 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2VJ7Qxr053860; Tue, 31 Mar 2015 19:07:26 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201503311907.t2VJ7Qxr053860@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Tue, 31 Mar 2015 19:07:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382859 - head/security/openssh-portable X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Mar 2015 19:07:27 -0000 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