There's a problem with Aspell, by defaults it's enabled. But binary is not linked with it (see excerpt of configure log below) [...] checking for ASPELL... yes checking aspell.h usability... yes checking aspell.h presence... yes checking for aspell.h... yes checking for new_aspell_config in -laspell... no [...] And at the end: [...] link-grammar-4.7.4 prefix: /usr/local compiler: cc -DUSE_PTHREADS=1 -O2 -pipe -fno-strict-al iasing -std=gnu99 -std=c99 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE autopackage: no Posix threads: yes Editline command-line history: no Java interfaces: no ASpell spell checker: no HunSpell spell checker: no HunSpell dictionary location: Boolean SAT solver: no Corpus statistics database: no Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->gnome Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Your patch doesn't build as it will failed at the 'make patch' stage. I have fixed it. As for the aspell that will not link by -laspell has been fixed by add this: CPPFLAGS= -I${LOCALBASE}/include CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" The rest has been committed, thanks!
mezz 2011-06-24 17:28:57 UTC FreeBSD ports repository Modified files: textproc/link-grammar Makefile distinfo pkg-plist textproc/link-grammar/files patch-configure Removed files: textproc/link-grammar/files patch-data__en__4.0.affix Log: Update to 4.7.4. PR: ports/155457 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Revision Changes Path 1.14 +9 -3 ports/textproc/link-grammar/Makefile 1.9 +2 -3 ports/textproc/link-grammar/distinfo 1.4 +9 -9 ports/textproc/link-grammar/files/patch-configure 1.2 +0 -12 ports/textproc/link-grammar/files/patch-data__en__4.0.affix (dead) 1.7 +5 -2 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"