Date: Thu, 25 Mar 1999 23:01:39 -0600 From: Jacques Vidrine <n@nectar.com> To: Jacques Vidrine <nectar@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@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 Message-ID: <199903260501.XAA11070@spawn.nectar.com> In-Reply-To: <199903260448.UAA92152@freefall.freebsd.org> References: <199903260448.UAA92152@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <gnuregex.h> 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 <nectar@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903260501.XAA11070>