From owner-freebsd-ports Sun Jan 27 16:30:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6138037B419 for ; Sun, 27 Jan 2002 16:30:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0S0U2J58880; Sun, 27 Jan 2002 16:30:02 -0800 (PST) (envelope-from gnats) Received: from hergotha.lcs.mit.edu (hergotha.lcs.mit.edu [18.23.11.98]) by hub.freebsd.org (Postfix) with ESMTP id 38B2337B400 for ; Sun, 27 Jan 2002 16:29:59 -0800 (PST) Received: (from wollman@localhost) by hergotha.lcs.mit.edu (8.11.6/8.11.6) id g0S0Tv042094; Sun, 27 Jan 2002 19:29:57 -0500 (EST) (envelope-from wollman) Message-Id: <200201280029.g0S0Tv042094@hergotha.lcs.mit.edu> Date: Sun, 27 Jan 2002 19:29:57 -0500 (EST) From: Garrett Wollman Reply-To: Garrett Wollman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/34362: security/openssh-portable doesn't build on -current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34362 >Category: ports >Synopsis: security/openssh-portable doesn't build on -current >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jan 27 16:30:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Garrett Wollman >Release: FreeBSD 5.0-CURRENT i386 >Organization: MIT Laboratory for Computer Science >Environment: System: FreeBSD hergotha.lcs.mit.edu 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Sat Jan 26 16:37:15 EST 2002 wollman@hergotha.lcs.mit.edu:/usr/src/sys/i386/compile/HERGOTHA i386 $FreeBSD: ports/security/openssh-portable/Makefile,v 1.18 2002/01/05 11:37:49 dinoex Exp $ >Description: Someone in the OpenSSH world doesn't understand the difference between application and implementation namespaces. This causes conflicts with . >How-To-Repeat: cd /usr/ports/security/openssh-portable && make >Fix: Add the following patch as files/patch-readpassphrase.h: --- openbsd-compat/readpassphrase.h.orig Sun Jan 27 19:18:10 2002 +++ openbsd-compat/readpassphrase.h Sun Jan 27 19:18:54 2002 @@ -28,6 +28,6 @@ */ -#ifndef _READPASSPHRASE_H_ -#define _READPASSPHRASE_H_ +#ifndef READPASSPHRASE_H_ +#define READPASSPHRASE_H_ #include "includes.h" @@ -43,6 +43,7 @@ char *readpassphrase(const char *, char *, size_t, int); - +#else /* HAVE_READPASSPHRASE */ +#include #endif /* HAVE_READPASSPHRASE */ -#endif /* !_READPASSPHRASE_H_ */ +#endif /* !READPASSPHRASE_H_ */ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message