From owner-cvs-all Thu Mar 25 21: 2: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from cerebus.nectar.com (nectar-gw.nectar.com [204.0.249.101]) by hub.freebsd.org (Postfix) with ESMTP id 48C0514E80; Thu, 25 Mar 1999 21:01:59 -0800 (PST) (envelope-from nectar@nectar.com) Received: (from smap@localhost) by cerebus.nectar.com (8.9.1/8.9.1) id XAA66894; Thu, 25 Mar 1999 23:01:40 -0600 (CST) (envelope-from nectar@nectar.com) Received: from spawn.nectar.com(10.0.0.101) by cerebus.nectar.com via smap (V2.1) id xma066892; Thu, 25 Mar 99 23:01:25 -0600 Received: from spawn.nectar.com (localhost [127.0.0.1]) by spawn.nectar.com (8.9.2/8.9.1) with ESMTP id XAA11070; Thu, 25 Mar 1999 23:01:39 -0600 (CST) (envelope-from nectar@spawn.nectar.com) Message-Id: <199903260501.XAA11070@spawn.nectar.com> X-Mailer: exmh version 2.0.2 2/24/98 X-PGP-RSAfprint: 00 F9 E6 A2 C5 4D 0A 76 26 8B 8B 57 73 D0 DE EE X-PGP-RSAkey: http://www.nectar.com/nectar-rsa.txt X-PGP-DSSfprint: AB2F 8D71 A4F4 467D 352E 8A41 5D79 22E4 71A2 8C73 X-PGP-DHfprint: 2D50 12E5 AB38 60BA AF4B 0778 7242 4460 1C32 F6B1 X-PGP-DH-DSSkey: http://www.nectar.com/nectar-dh-dss.txt From: Jacques Vidrine In-reply-to: <199903260448.UAA92152@freefall.freebsd.org> References: <199903260448.UAA92152@freefall.freebsd.org> Subject: Re: cvs commit: ports/math/gnumeric Makefile ports/math/gnumeric/files md5 ports/math/gnumeric/patches patch-ba patch-bb patch-bc patch-bd patch-be patch-bf patch-bg patch-bh patch-bi patch-ad patch-ae Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: Jacques Vidrine Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Date: Thu, 25 Mar 1999 23:01:39 -0600 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk This port now actually works. Previously it would dump core after entering dates, numbers, and anything else other than text into a cell. The problem was that part of the application that used the regex library had #include The regmatch_t structure is 8 bytes in GNU regex, but 16 bytes in the BSD implementation. This obviously can't work. Does anyone know where /usr/include/gnuregex.h is installed from, why it is installed, and what uses it? I did a quick search of our source tree for a file named gnuregex.h, but didn't catch it. Jacques Vidrine / n@nectar.com / nectar@FreeBSD.org On 25 March 1999 at 20:48, Jacques Vidrine wrote: > nectar 1999/03/25 20:48:09 PST > > Modified files: > math/gnumeric Makefile > math/gnumeric/files md5 > Added files: > math/gnumeric/patches patch-ba patch-bb patch-bc patch-bd > patch-be patch-bf patch-bg patch-bh > patch-bi > Removed files: > math/gnumeric/patches patch-ad patch-ae > Log: > * Update 0.15 -> 0.18 > * One file per patch > > Revision Changes Path > 1.9 +3 -3 ports/math/gnumeric/Makefile > 1.5 +1 -1 ports/math/gnumeric/files/md5 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message