From owner-freebsd-bugs Fri Jun 30 15:46:47 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA21665 for bugs-outgoing; Fri, 30 Jun 1995 15:46:47 -0700 Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id PAA21659 for ; Fri, 30 Jun 1995 15:46:46 -0700 Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <14480(4)>; Fri, 30 Jun 1995 15:46:08 PDT Received: from localhost by crevenia.parc.xerox.com with SMTP id <49860>; Fri, 30 Jun 1995 15:45:57 -0700 X-Mailer: exmh version 1.6.1 5/23/95 To: asami@cs.berkeley.edu (Satoshi Asami) cc: freebsd-bugs@freefall.cdrom.com Subject: Re: ports/570: nv package from packages-2.0.5 linked with libX11.2.0 In-reply-to: Your message of "Thu, 29 Jun 95 02:55:41 PDT." <199506290955.CAA01634@silvia.HIP.Berkeley.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 30 Jun 1995 15:45:48 PDT From: Bill Fenner Message-Id: <95Jun30.154557pdt.49860@crevenia.parc.xerox.com> Sender: bugs-owner@FreeBSD.org Precedence: bulk In message <199506290955.CAA01634@silvia.HIP.Berkeley.EDU> you write: >Oh, that's strange. I rebuilt the package and put it on the regular >package directory (not packages-2.0.5), so can you please try it? If >it still dumps core, we'll have to figure out why. 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. Bill