summaryrefslogtreecommitdiff
path: root/textproc/aspell
AgeCommit message (Collapse)AuthorFilesLines
2013-08-17Clang now validates that two declarations that end up mapped to the samejoerg4-1/+58
name due to extern "C" are consistent. Work around this by hiding the parts of <aspell.h> as necessary.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-25Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2011-07-12Update to 0.60.6.1:wiz4-24/+13
Update to Automake 1.10.3 Fix a bug which caused a race condition (leading to a likely crash) when two threads try to update the dictionary cache at the same time. Make it very clear that compiling Aspell with NDEBUG is a bad idea (see http://aspell.net/ndebug.html) by outputting a warning when building with NDEBUG defined. Numerous other minor updates and bug fixes.
2011-04-22recursive bump from gettext-lib shlib bump.obache2-4/+4
2010-10-27Force use of ncurses as NetBSD curses causes segfaults when runningmarkd1-2/+3
aspell -c file. Should fix PR pkg/44005.
2010-03-21include gettext-lib buildlink; necessary to compile dependant packagesjdolecek1-1/+3
(such as php-pspell) on Mac OS X 10.6.2 - without that the compile fails as libintl is not found
2010-02-19Added LICENSE information.heinz1-1/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-4/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-09-22Add patch fixing problem checking html files, reported by Chris Rosswiz3-2/+19
and Uwe Klaus on pkgsrc-users; using upstream patch. Bump PKGREVISION.
2008-04-29Update to 0.60.6:wiz10-199/+31
Complete list of changes from 0.60.5: * Compile fixes for Gcc 4.3. * Updated to Libtool 2.2.2 and Automake 1.10.1 * Minor tweak to suggestion code which improved suggestion results in certain cases. * Always line buffer stdout and stderr in the Aspell utility when there is the potential for it to be used interactively through a pipe. * Removed debug output in `aspell munch-list'. * Other minor updates and bug fixes.
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam2-17/+17
through PLIST_SUBST to the plist module.
2008-03-11Put back a couple of IRIX conditionals the way they used to behave,tnn1-2/+2
e.g. match IRIX 5.x but not 6.x. Some of these may indeed apply to 6.x too, but let's be conservative. PR pkg/38224.
2007-10-16Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead.tnn1-2/+2
2007-09-11Drop maintainership.wiz1-2/+2
2007-09-08Convert to use the features framework.jlam1-7/+8
2007-09-06Convert all libnbcompat/buildlink3.mk references to inplace.mk.jlam1-4/+4
2007-06-10At the moment, there aren't any package options. Reported by Ondrej Tumarillig1-1/+2
in PR 36467.
2007-01-06Update to 0.60.5:wiz9-47/+34
* Compile fix for gcc 4.1 * Updated to Gettext 0.16.1, Libtool 1.5.22, Automake 1.10, Autoconf 2.61 * Documentation improvements, including an updated `man' page. * Complain if more than one file is specified when checking files using the `aspell check' command, rather than ignoring the other files. * Large number of bug fixes.
2006-11-24Made the package work on Solaris. It needed an obscure patch andrillig3-4/+20
USE_PKGLOCALEDIR.
2006-11-05Remove post-install, is this directory has files anyways.joerg1-5/+1
2006-10-09Flag a number of packages I use as supporting (user-)destdir.joerg1-1/+3
apg is a bit special as it has some hardcoded ownership, so mark that as "destdir".
2006-10-01added support for IRIX 5schwarz7-7/+133
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-06-15Welcome to the brave new world of gettext-0.14.5 -- if a source filejlam2-1/+18
includes <libintl.h>, then it may also pull in macro redefintions for all of the *printf() functions. Unfortunately, macros do not mix well with C++ code which expects to be able to partition names, e.g. printf and vprintf, into the class namespace. (Mostly) fix this problem by undefining printf and vprintf after <libintl.h> is included. This addresses PR pkg/33577.
2006-06-14Fix buildling for gcc4adam2-1/+15
2006-05-05Enable NLS on every platform. Previously, it was enabled on Linux only.minskim2-3/+26
Approved by the maintainer. Bump PKGREVISION.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-31List the info pages directly in the PLIST and ensure that we honorjlam2-4/+5
PKGINFODIR.
2006-03-09All scripts use #!/bin/sh now.ghen1-7/+1
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-3/+4
2006-01-29Prepare some code for an aspell-loadable-filter options,wiz2-4/+29
which is not yet enabled because it currently does not work, but this way it is easier to test.
2006-01-06Update to 0.60.4:wiz3-8/+8
Complete list of changes from 0.60.3: * Fixed a bug that caused Aspell to crash when checking certain Russian words, this bug likely affected other languages as well. * Updated to Gettext 0.14.5 which is required for AMD64, also updated to to Libtool 1.5.20. * Fixed an alignment bug which causes mmap to always fail when reading in dictionaries. * Added note about how `make clean' will remove the HTML manuals. * Added manual page for prezip-bin and enhanced word-list-compress manual page thanks to the work of Jose Da Silva. * Other minor updates and bug fixes.
2005-10-27Added two more patches for Solaris, which makes the package build.rillig4-8/+107
Removed the extra LIBS for the SunPro compiler from the Makefile, as they made the build fail for me.
2005-10-27Added four patches that are required for the SunPro compiler. Therillig5-1/+118
package still does not build on Solaris, but at least it's making progress.
2005-09-11Make sure that filters are built statically until dlopen() detectionminskim1-1/+6
in configure is fixed. The problem was reported to the author by wiz@. This makes installed files match with PLIST on platforms with libdl. Bump PKGREVISION. Approved by wiz@.
2005-07-15Drop support for TOOLS_DEPMETHOD.<tool>. The new way to specify ajlam1-3/+3
run-time dependency (DEPENDS) on a tool is to append a ":run" modifier to the tool name, e.g., USE_TOOLS+= perl:run Tools without modifiers or with an explicit ":build" modifier will cause build dependencies (BUILD_DEPENDS) on those tools to be added. This makes the notation a bit more compact.
2005-07-13no need to force the latest version when IGNORE_RECOMMENDED=YES. setgrant1-2/+3
BUILDLINK_RECOMMENDED.aspell>=0.50.3 instead.
2005-06-28USE_PERL5 -> USE_TOOLS+=perl.wiz1-3/+4
2005-06-28Update to 0.60.3.wiz5-39/+10
Complete list of changes from 0.60.2: * Fixed bugs involving several of the C API functions. * Fixed bug where `ultra' or `fast' mode will not return any suggestions when soundslike lookup is not used. * Made a minor, yet significant, optimization to the suggestion code. This speed things up by an order of magnitude in some cases. * Avoid using the slow ngram scan except when the `sug-mode' is `slow' or `bad-speller'. * Fixed a bug in curses mode which causes word-wrap to not work correctly in some cases. * Fixed a bug in pipe mode with a missing newline. * Fixed the `spell' compatibility script. * Several other minor bugs fixed. * Made note about the change in behavior of the `-l' command line switch. * Other manual update/fixes. * Updated to Libtool 1.5.18, Automake 1.9.6, and Makeinfo 4.8.
2005-06-26Add patch from program's author that fixes aspell-cz build.wiz3-2/+17
Bump PKGREVISION to 1.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests to the SHA1 ones.agc1-1/+2
2005-02-20Add patch from Matthew Luckie in PR 29297 to make this compile on 1.6.1.wiz2-1/+15
Will be in next aspell release.
2004-12-31Buildlink tools used by aspell language packages, so that thoseminskim1-1/+3
packages don't have to specify paths explicitly in their Makefile's.