From owner-freebsd-bugs Sat Jul 1 03:19:41 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA12019 for bugs-outgoing; Sat, 1 Jul 1995 03:19:41 -0700 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id DAA12013 for ; Sat, 1 Jul 1995 03:19:39 -0700 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.11/8.6.9) id DAA04122; Sat, 1 Jul 1995 03:19:33 -0700 Date: Sat, 1 Jul 1995 03:19:33 -0700 Message-Id: <199507011019.DAA04122@silvia.HIP.Berkeley.EDU> To: fenner@parc.xerox.com CC: freebsd-bugs@freefall.cdrom.com In-reply-to: <95Jun30.154557pdt.49860@crevenia.parc.xerox.com> (message from Bill Fenner on Fri, 30 Jun 1995 15:45:48 PDT) Subject: Re: ports/570: nv package from packages-2.0.5 linked with libX11.2.0 From: asami@cs.berkeley.edu (Satoshi Asami) Sender: bugs-owner@FreeBSD.org Precedence: bulk * This one seems fine. However, with the new release of XFree86, it * appears to be safe to remove the -DNO_SHM from the CFLAGS; I am * using a binary built without -DNO_SHM both on my work machine, * which has no SHM, and my home machine, which has SHM, and it * dynamically determines whether or not it may use SHM. This can * potentially speed nv up a *lot*; copying huge video frames is a * lose. Ok thanks, I commited the fix. Satoshi