On 17 Jul 2003 22:07:37 +0200, Peter Kadau <[EMAIL PROTECTED]> wrote:

Hi !

> s/gcc-3.3/ports/ issues and we are in agreement.
alright, `port compile issues raised with the adoption of gcc-3.3'
> Patches to fix broken ports are welcome.
Looking at AbiWord2 I suspect this has to be pushed
upstream in some cases.
OK, here is a - ahem - patch for aspell:
--- prog/checker_string.hpp.orig        Tue Sep 24 03:34:52 2002
+++ prog/checker_string.hpp     Thu Jul 17 20:02:58 2003
@@ -5,6 +5,7 @@
// it at http://www.gnu.org/.
#include <stdio.h>
+#include <g++/cassert>
#include "aspell.h"

It works on my colleague's and my current and my stable.
But maybe it's not the right way (tm) (to 'do-it) :-)
But should I post that on -ports, -current or send it to the
ports maintainer ? I'd rather avoid tracking -ports...
<snip>

But, this patch doesn't work/fix to me on yesterday -CURRENT. Here's what I get error following:

=============================
In file included from check_funs.hpp:10,
from aspell.cpp:25:
checker_string.hpp:8:23: g++/cassert: No such file or directory
gmake[1]: *** [aspell.o] Error 1
gmake[1]: Leaving directory `/usr/ports/textproc/aspell/work/aspell- 0.50.3/prog'
gmake: *** [all-recursive] Error 1
*** Error code 2


Stop in /usr/ports/textproc/aspell.
=============================

Without this patch, I get error following:

=============================
checker_string.cpp: In member function `void CheckerString::replace(acommon::ParmString)':
checker_string.cpp:113: error: `assert' undeclared (first use this function)
checker_string.cpp:113: error: (Each undeclared identifier is reported only once for each function it appears in.)
gmake[1]: *** [checker_string.o] Error 1
gmake[1]: Leaving directory `/usr/ports/textproc/aspell/work/aspell- 0.50.3/prog'
gmake: *** [all-recursive] Error 1
*** Error code 2
Stop in /usr/ports/textproc/aspell.
*** Error code 1
=============================


I am willing to test the patches if one of you have any.

Cheers,
Mezz


-- bsdforums.org 's moderator, mezz. _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to