Bug 155457 - [UPDATE] textproc/link-grammar to 4.7.4
Summary: [UPDATE] textproc/link-grammar to 4.7.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-11 09:20 UTC by Olivier Duchateau
Modified: 2011-06-24 18:30 UTC (History)
0 users

See Also:


Attachments
file.diff (2.92 KB, patch)
2011-03-11 09:20 UTC, Olivier Duchateau
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Duchateau 2011-03-11 09:20:10 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-03-11 09:20:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Jeremy Messenger freebsd_committer freebsd_triage 2011-06-24 18:29:05 UTC
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!
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-06-24 18:29:11 UTC
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"