To keep things simple, I disabled the rudimentary java support in the configure script. If someone is interested in retaining it, I can change the patch and add an option. For a summary of changes, see: http://svn.abisource.com/link-grammar/trunk/ChangeLog Note that this includes an earlier security fix for a stack-based buffer overflow: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-5395 Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->gnome Over to maintainer (via the GNATS Auto Assign Tool)
I should mention that there is a multi-threaded version that has been available since 4.3.6. It is disabled by default, because it has received less testing, but it works for me and it may be useful for others working with large documents, especially on SMP. If we choose to enable the multi-threaded version by default in the port, we should use something like the attached patch, instead of the first patch I submitted. Regards, b.
mezz 2008-11-09 17:39:41 UTC FreeBSD ports repository Modified files: textproc/link-grammar Makefile distinfo pkg-plist Added files: textproc/link-grammar/files patch-configure Log: Update to 4.3.9. PR: ports/128717 Submitted by: bf <bf2006a@yahoo.com> Security: CVE-2007-5395 Revision Changes Path 1.8 +7 -4 ports/textproc/link-grammar/Makefile 1.6 +3 -3 ports/textproc/link-grammar/distinfo 1.1 +108 -0 ports/textproc/link-grammar/files/patch-configure (new) 1.4 +23 -5 ports/textproc/link-grammar/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed the pthread version, thanks! As for the Java stuff, I think it's ok to disable it by default until someone request us to provide the optional. There is only a port, abiword-plugins, depends on link-grammar and none of other ports that needs Java support yet.