Date: Tue, 17 Sep 2013 09:51:36 +0200 From: Rusmir Dusko <nemysis@FreeBSD.org> To: Koop Mast <kwm@rainbow-runner.nl> Cc: svn-ports-head@freebsd.org, nemysis@FreeBSD.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r327440 - in head/irc/hexchat: . files Message-ID: <20130917075135.GA38467@nemysis4now>
next in thread | raw e-mail | index | archive | help
> On 16-9-2013 22:55, Rusmir Dusko wrote: > > .if ! ${PORT_OPTIONS:MLIBSEXY} && ! ${PORT_OPTIONS:MGTKSPELL} && ! ${PORT_OPTIONS:MSTATIC} > > CONFIGURE_ARGS+=--enable-spell=none > > .endif > > > > +.if ${PORT_OPTIONS:MLIBSEXY} || ${PORT_OPTIONS:MGTKSPELL} || ${PORT_OPTIONS:MSTATIC} > > +RUN_DEPENDS+=aspell:${PORTSDIR}/textproc/en-aspell > > +.endif > > + > > .if ${PORT_OPTIONS:MSTATIC} > > CONFIGURE_ARGS+=--enable-spell=static > > .endif > Shouldn't this be textproc/aspell ? The aspell binary is in that port > and en-aspell only has EN dictionaries etc. For test I have deleted all aspell Ports pkg info | grep aspell nothing /usr/ports/textproc/aspell/ ; make reinstall pkg info | grep aspell aspell-0.60.6.1_2 Spelling checker with better suggestion logic than ispell pkg delete -f aspell-0.60.6.1_2 Also is needed to install textproc/en-aspell which install textproc/aspell /usr/ports/textproc/en-aspell ; make reinstall pkg info | grep aspell aspell-0.60.6.1_2 Spelling checker with better suggestion logic than ispell en-aspell-7.1.0_1 Aspell English dictionaries
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130917075135.GA38467>