Thierry Thomas
7b12bfeff7
Fix configure to accept CXXFLAGS.
...
Since I'm there, use DATADIR.
PR: ports/71787
Submitted by: Alex Semenyaka.
2004-10-18 12:51:55 +00:00
Thierry Thomas
1af4de9a34
Explicitly disable threading:
...
- on FreeBSD 4.x, it links with -pthread, but no link is
retained in the resulting library;
- on FreeBSD 5.x and 6, it works, but since libaspell is
used by un-threaded programs, this is not a good choice.
Reviewed by: marcus.
2004-08-30 22:25:46 +00:00
Thierry Thomas
9be1eb18f2
Always USE_GETTEXT, even WITHOUT_NLS.
2004-08-30 05:39:30 +00:00
Thierry Thomas
42a7a68fdf
Force libaspell to link with libintl to fix gnomespell and balsa.
...
Bump PORTREVISION.
Reported by: marcus and Volker Kindermann.
2004-08-29 23:04:54 +00:00
Thierry Thomas
6fd4bdbdfe
- Upgrade to 0.60;
...
- Add dictionaries for Azerbaijani, Belarusian, Bengali, Estonian,
Finnish, Hebrew, Hungarian, Kinyarwanda, Latin, Latvian, Lithuanian,
Macedonian, Mongolian, Nyanja, Quechua, Sardinian, Tagalog, Tamil,
Tetum, Upper Sorbian, Uzbek, Vietnamese, and Yiddish.
2004-08-28 22:49:49 +00:00
Thierry Thomas
86574a5f13
Aspell English Dictionary Updated.
...
Changes from version 0.51:
- Updated to SCOWL 6 which avoided using the original Ispell
dictionaries as they were a source of too many errors, among other
changes.
- Added en_GB-ize dictionary (British with "ize" spelling).
- Added en-variant_* auxiliary dictionaries.
The version number of this dictionary is 6.0 to correspond to the SCOWL
version. Aspell-6.0 is coming soon.
2004-08-11 22:10:49 +00:00
Thierry Thomas
306fb57736
- Actually use libtool15 [1]
...
- install static libraries [2]
PR: ports/63944 [1]
Reported by: many [2]
2004-06-20 19:51:13 +00:00
Thierry Thomas
6fcb668607
Security: fix a buffer overflow in word-list-compress:
...
- <http://marc.theaimsgroup.com/?l=bugtraq&m=108761564006503&w=2 >
- <http://nettwerked.mg2.org/advisories/wlc >
Since I'm there, switch from libtool 1.3 to 1.5, to cope with
PR ports/63944.
Obtained from: Robert Nagy <robert@openbsd.org>.
2004-06-20 09:04:32 +00:00
Thierry Thomas
9e6e792aa5
Fix package building for textproc/nn-aspell
...
(remove no.alias and nynorsk.alias).
Approved by: marcus (portmgr).
2004-04-27 21:17:19 +00:00
Thierry Thomas
cb8b3d3613
Add dictionaries for Scottish Gaelic (gd) and Manx Gaelic (gv),
...
and update the following dictionaries:
- Irish (ga)
- Indonesian (id)
- Croatian (hr)
- Italian (it)
- Slovak (sk).
Approved by: mat (mentor).
2004-04-16 21:52:55 +00:00
Thierry Thomas
02ee1e2478
Norwegian dictionaries have been upgraded.
...
No PORTREVISION bump, but users of these dictionaries are
encouraged to upgrade.
Noticed by: Kris / bento
Approved by: mat (implicit).
2004-04-15 06:01:43 +00:00
Thierry Thomas
c179370e4a
Adding new dictionaries:
...
. Interlingua (ia)
. Maltese (mt)
. Norwegian Bokmal (nb)
. Norwegian Nynorsk (nn)
. Swahili (sw)
. Tswana (tn)
. Turkish (tr)
. Walloon (wa)
. Zulu (zu)
Remark: Norwegian (no) is replaced by Norwegian Nynorsk (nn).
Approved by: mat (mentor).
2004-03-31 20:03:44 +00:00
Thierry Thomas
78c656ef83
Fix my previous commit (missing ga dictionary).
...
Approved by: mat (implicit)
Noticed by: Kris (via bento).
2004-03-22 06:26:02 +00:00
Thierry Thomas
5136c164f1
- update cs, da, en, fo, it, pl, sk, sv, and uk dictionnaries;
...
- add af, bg, ga, gl, hr, id, is, mi, ms, and sl dictionnaries;
- bump portrevision;
- simplify this port.
PR: ports/64186
Submitted by: maintainer
Approved by: mat (mentor).
2004-03-19 23:05:44 +00:00
Ade Lovett
3f651573ad
Whoa there, boy, that's a mighty big commit y'all have there...
...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Alex Dupre
38596b3c60
Update to 0.50.5 release.
...
PR: ports/62752
Submitted by: Thierry Thomas <thierry@pompo.net> (maintainer)
Approved by: nork (mentor/implicitly)
2004-02-12 23:27:18 +00:00
Joe Marcus Clarke
73f7c91b5d
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
...
(Part 1)
2004-02-04 05:10:27 +00:00
Trevor Johnson
b3ba3ae427
USE_REINPLACE need be defined only when REINPLACE_CMD is used.
2003-11-17 12:29:10 +00:00
Dirk Meyer
ed1d8c2ac3
- Fix build problme
...
Does not link without at least -O, after update to 0.50.4.1
Submitted by: thierry@pompo.net
2003-11-17 03:39:53 +00:00
Christian Weisgerber
9db7017f29
Update to 0.50.4.1. From the official announcement:
...
* Fixed major bug in pipe mode which caused the last character to be
chopped off words before they were stored.
* Minor formating fixes in the manual.
PR: 58136
Submitted by: Thierry Thomas <thierry@pompo.net>
2003-10-18 01:32:44 +00:00
Kirill Ponomarev
936b54f007
- Update to version 0.50.4
...
PR: 57583
Submitted by: maintainer
2003-10-05 06:49:54 +00:00
Kris Kennaway
88c444ff0e
Fix build on gcc 3.3
2003-07-18 02:40:04 +00:00
Akinori MUSHA
cb07270bfe
De-pkg-comment.
2003-02-20 19:21:36 +00:00
Kris Kennaway
02baa4219f
Convert COMMENT to COMMENTFILE until these ports can be converted.
...
Submitted by: lioux
2003-02-10 09:04:04 +00:00
Edwin Groothuis
e2b04ef0f4
Maintainer upgrades the English dictionary to v. 0.51.
...
Bumps PORTREVISION.
Removes unused PLIST_SUB.
PR: ports/46739
Submitted by: Thierry Thomas <thierry@pompo.net>
2003-01-30 06:11:10 +00:00
SADA Kenji
587352e286
Upgrade to 0.50.3
...
PR: ports/45676
Submitted by: maintainer
2002-11-24 20:46:32 +00:00
SADA Kenji
5773181e82
- upgrade French dictionary to fix problem
...
- add three new dictionaries
PR: ports/44244
Submitted by: maintainer
2002-11-13 10:50:49 +00:00
Akinori MUSHA
f59d514fd1
Install the English dictionary when LANG is set to an unsupported
...
language by aspell.
Approved by: MAINTAINER
2002-10-25 17:48:43 +00:00
Patrick Li
ef231d503c
Add missing file to plist
...
PR: ports/43815
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: maintainer
2002-10-17 19:06:22 +00:00
Patrick Li
aca05e987d
Update to 0.50.2
...
PR: ports/43472
Submitted by: maintainer
2002-10-06 08:19:29 +00:00
Ying-Chieh Liao
ce563ea1bb
- Support NOPORTDOCS properly
...
PR: 42893
Submitted by: Ports Fury
Approved by: maintainer
2002-09-20 06:36:40 +00:00
Maxim Sobolev
aa0a6b33ab
- Drop bash from RUN_DEPENDS, which is ugly and also conflicts with some of
...
the upcoming bsd.port.mk patches tested on bento.
- make USE_LIBTOOL knob actually working while I'm here.
2002-09-14 09:40:56 +00:00
Joe Marcus Clarke
ac05d0f071
Bump PORTREVISION after recent dictionary updates. For users that already
...
installed the English aspell-dict port, you can update by removing
aspell-dict, then doing:
make ASPELL_EN=yes install
If you use portupgrade, you can add -m ASPELL_EN=yes to the command line,
or add ASPELL_EN=yes to /etc/make.conf.
Approved by: maintainer
2002-09-11 06:18:48 +00:00
Dirk Meyer
e61d55e1c4
Fix missing character
2002-09-10 08:42:18 +00:00
Dirk Meyer
8a6794293a
Depends on bzip2 only if not in base
2002-09-10 06:46:33 +00:00
Dirk Meyer
a96e071014
convert language variants into meta ports
...
PR: 42396
Submitted by: coop9211@uidaho.edu
Reviewed by: thierry@pompo.net
2002-09-10 03:05:27 +00:00
David W. Chapman Jr.
42129f39bf
Add missing pkg-message
...
Notice by: many
2002-09-01 18:51:44 +00:00
David W. Chapman Jr.
007c3bebf1
Update to 0.50.1
...
Give maintainership to originator
PR: 42051
Submitted by: thierry@pompo.net
2002-09-01 17:19:52 +00:00
Joe Marcus Clarke
532b6e59eb
* Do not link libraries against libc explicitly
...
* Do not install .la files
* Bump PORTREVISION
2002-07-03 23:35:40 +00:00
Ying-Chieh Liao
7889925e5e
Removed obsolate variables.
...
Correctly patch libtool.
PR: 37314
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
2002-05-31 09:15:19 +00:00
Mikhail Teterin
fe3e441eb2
.33.7 -> .33.7.1. It seems, the new version is not very different in the
...
code, but the manual and the build files (libtool, configure, etc.) were
rerolled.
2001-09-03 15:40:47 +00:00
Mario Sergio Fujikawa Ferreira
4f3c91e09d
Update to 0.33.7
...
PR: 29448
Submitted by: Kato Tsuguru <tkato@prontomail.com>
2001-08-08 17:16:55 +00:00
Kevin Lo
e8ae4fa3fc
Update to version 0.33.6.3
...
PR: 28062
Submitted by: Ports Fury
2001-06-15 12:48:30 +00:00
Kevin Lo
1657b8c95d
Update to version 0.33
...
PR: 25150
Submitted by: Ports Fury
2001-02-18 16:10:58 +00:00
Jimmy Olgeni
2917814d32
More style fixes for ports/textproc.
2001-02-05 16:35:26 +00:00
Maxim Sobolev
7e52050297
Update pspell version number.
2001-01-31 16:22:06 +00:00
Ade Lovett
aba8cbd046
Release a few more ports so I can concentrate more on GNOME
2000-11-17 17:00:49 +00:00
Maxim Sobolev
b82bff9c55
Remove --buld ltconfig option hacks. Please don't forget to update your libtool
...
installation.
2000-09-25 08:14:28 +00:00
Ade Lovett
d4c77b5dcc
Update to 0.32.5
2000-08-21 14:59:00 +00:00
Ade Lovett
8f3038f86d
Update to 0.32.1
2000-08-08 21:50:42 +00:00