From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 11 07:20:04 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4551B106566B for ; Tue, 11 Oct 2011 07:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 074458FC18 for ; Tue, 11 Oct 2011 07:20:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p9B7K37X064460 for ; Tue, 11 Oct 2011 07:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9B7K3No064459; Tue, 11 Oct 2011 07:20:03 GMT (envelope-from gnats) Resent-Date: Tue, 11 Oct 2011 07:20:03 GMT Resent-Message-Id: <201110110720.p9B7K3No064459@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nali Toja Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A762F106566B for ; Tue, 11 Oct 2011 07:19:10 +0000 (UTC) (envelope-from nalitoja@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3C3BF8FC17 for ; Tue, 11 Oct 2011 07:19:10 +0000 (UTC) Received: by wyj26 with SMTP id 26so10436535wyj.13 for ; Tue, 11 Oct 2011 00:19:09 -0700 (PDT) Received: by 10.216.137.13 with SMTP id x13mr369864wei.52.1318317549324; Tue, 11 Oct 2011 00:19:09 -0700 (PDT) Received: from nil (tor-exit-router38-readme.formlessnetworking.net. [199.48.147.38]) by mx.google.com with ESMTPS id fo7sm36843166wbb.20.2011.10.11.00.19.05 (version=SSLv3 cipher=OTHER); Tue, 11 Oct 2011 00:19:09 -0700 (PDT) Message-Id: <86fwj03sil.fsf@gmail.com> Date: Tue, 11 Oct 2011 07:18:58 +0000 From: Nali Toja To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/161480: [patch] x11/luit: don't depend on pty(4), use openpty(3) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Oct 2011 07:20:04 -0000 >Number: 161480 >Category: ports >Synopsis: [patch] x11/luit: don't depend on pty(4), use openpty(3) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 11 07:20:03 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Nali Toja >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: >Description: >How-To-Repeat: 1. compile kernel without pty(4) 2. run $ luit Couldn't allocate pty: No such file or directory Exit 1 >Fix: --- use_openpty.diff begins here --- Index: x11/luit/Makefile =================================================================== RCS file: /a/.csup/ports/x11/luit/Makefile,v retrieving revision 1.7 diff -u -p -r1.7 Makefile --- x11/luit/Makefile 11 Oct 2011 03:14:29 -0000 1.7 +++ x11/luit/Makefile 11 Oct 2011 07:17:04 -0000 @@ -16,6 +16,7 @@ XORG_CAT= app USE_XORG= x11 fontenc CFLAGS+= -DBSD +CONFIGURE_ENV= ac_cv_func_grantpt=no CONFIGURE_ARGS= --datadir=${LOCALBASE}/lib PLIST_FILES= bin/luit --- use_openpty.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: