non port: textproc/aspell/Makefile |
Number of commits found: 118 (showing only 100 on this page) |
Wednesday, 7 Aug 2024
|
19:07 Dimitry Andric (dim)
textproc/aspell: fix build with clang 19
With clang 19 and gcc 15, textproc/aspell fails to compile, with errors
similar to:
In file included from modules/speller/default/readonly_ws.cpp:51:
modules/speller/default/vector_hash-t.hpp:186:43: error: no member named 'e'
in 'VectorHashTable<Parms>'
186 | for (iterator i = begin(); i != this->e; ++i, ++this->_size);
| ~~~~ ^
modules/speller/default/vector_hash-t.hpp:186:59: error: no member named
'_size' in 'VectorHashTable<Parms>'; did you mean 'size_'?
186 | for (iterator i = begin(); i != this->e; ++i, ++this->_size);
| ^~~~~
| size_
modules/speller/default/vector_hash.hpp:182:17: note: 'size_' declared here
182 | size_type size_;
| ^
Upstream commit <https://github.com/GNUAspell/aspell/commit/ee6cbb1>
fixes this this, so add it as a PATCHFILES entry in the Makefile, until
the next version of aspell is released.
PR: 280675
Approved by: fluffy (maintainer)
MFH: 2024Q3
24ae74c |
Thursday, 25 Jul 2024
|
04:18 Po-Chuan Hsieh (sunpoet)
textproc/aspell: Remove GNU_CONFIGURE_MANPREFIX
- Simplify Makefile
- Cosmetic change
9e4cd20 |
Wednesday, 31 Jan 2024
|
04:38 Alexey Dokuchaev (danfe)
textproc/aspell: garbage-collect DOCS option (now useless)
As of r332672, manpages are always installed and condition
.if ${PORT_OPTIONS:MDOCS} had been removed; since the port
does not install any other documentation, drop it from the
option list as well. While here, sort INFO alphabetically
and GC the linking gimmick added for version 0.50.4.1 back
in 2003 (r94146, now commit ed1d8c2ac3336): these days, it
builds and links fine regardless of the optimization level.
PR: 252357
Fixes: f027257d68fb6
09b65d6 |
Tuesday, 23 Jan 2024
|
15:59 Muhammad Moinur Rahman (bofh)
textproc/aspell: Impelled to share/man
Approved by: portmgr (blanket)
1e5bfed |
Wednesday, 20 Dec 2023
|
11:09 Thierry Thomas (thierry)
textproc/aspell: upgrade to 0.60.8.1
Changelog at <http://aspell.net/man-html/ChangeLog.html>.
4b8839a |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Wednesday, 20 Jul 2022
|
14:23 Tobias C. Berner (tcberner)
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@FreeBSD.org.ua>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Zhuravlev <zaa@zaa.pp.ru>
* Alexander@Leidinger.net
* Alexandre Biancalana <ale@biancalanas.net>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexis Praga <alexis.praga@free.fr>
* Andreas Heil <ah@linux-hq.de>
* Andrei V. Shetuhin <reki@reki.ru>
* Andrej Zverev <andrey.zverev@electro-com.ru>
* Andrew <andrew@ugh.net.au>
* Andrew Humphrey <ahumphrey@realestate.com.au>
* Andrew Lewis <freeghb@gmail.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrew Romero <melanhit@gmail.com>
* Andrey Kostenko <andrey@kostenko.name>
* Andrey Zakhvatov
* Andrey Zakhvatov <andy@FreeBSD.org>
* Anes Mukhametov <anes@anes.su>
* Antoine Brodin <antoine@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org>
* Anton Yudin <toha@toha.org.ua>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Ashish SHUKLA <wahjava@gmail.com>
* Autrijus Tang <autrijus@autrijus.org>
* Babak Farrokhi <farrokhi@FreeBSD.org>
* Ben Haga <tuxsuximus@hotmail.com>
* Ben Woods <woodsb02@FreeBSD.org>
* Benno Rice <benno@jeamland.net>
* Bill "I hate Perl" Fumerola
* Bill Brinzer <bill.brinzer@gmail.com>
* Bill Fumerola <billf@chc-chimes.com>
* Bill Swingle <unfurl@FreeBSD.org>
* Bob Eager <rde@ml1.org.uk>
* Boris Samorodov <bsam@FreeBSD.org>
* Brian Candler <B.Candler@pobox.com>
* Brion Moss <brion@queeg.com>
* Carlos J Puga Medina <cpm@fbsd.es>
* Carlos J. Puga Medina <cpm@FreeBSD.org>
* Cezary Morga <cm@therek.net>
* Cheng-Lung Sung <clsung@FreeBSD.org>
* Cheng-Lung Sung <clsung@dragon2.net>
* Chris D. Faulhaber <jedgar@fxp.org>
* Chris Hutchinson <portmaster@bsdforge.com>
* Christoper Key <cjk32@cam.ac.uk>
* Clemens Zauner <czauner+ports@onlineloop.com>
* Cyrille Lefevre <clefevre@citeweb.net>
* Dan Langille <dvl@FreeBSD.org>
* Daniel Roethlisberger <daniel@roe.ch>
* Danilo G. Baio <dbaio@FreeBSD.org>
* David Bremner <bremner@unb.ca>
* David O'Brien (obrien@FreeBSD.org)
* David Sze <dsze@alumni.uwaterloo.ca>
* Denis Pokataev <catone@cpan.org>
* Dennis Herrmann <dhn@FreeBSD.org>
* Dereckson <dereckson@gmail.com>
* Dikshie
* Dikshie <dikshie@sfc.wide.ad.jp>
* Dima Sivachenko <demon@gpad.ac.ru>
* Dirk Froemberg <dirk@FreeBSD.org>
* Ditesh Shashikant Gathani <ditesh@gathani.org>
* Dmitry Morozovsky <marck@FreeBSD.org>
* Dmitry Sivachenko <demon@FreeBSD.org>
* Dom Mitchell <dom@happygiraffe.net>
* Don Croyle <croyle@gelemna.org>
* Donald Burr <dburr@FreeBSD.org>
* Douglas Thrift <douglas@douglasthrift.net>
* Dru Lavigne <dru@FreeBSD.org>
* Dryice Liu <dryice@dryice.name>
* Ed Schouten <ed@FreeBSD.org>
* Edward Tomasz Napierala <trasz@FreeBSD.org>
* Elvis Chiang <elvis@sslab.cs.ccu.edu.tw>
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Emanuel Haupt <ehaupt@critical.ch>
* Eric A. Griff <eric@talesfromthereal.com>
* Eric Freeman <freebsdports@chillibear.com>
* Erik Greenwald <erik@smluc.org>
* Ernst de Haan <znerd@FreeBSD.org>
* Erwin Lansing <erwin@FreeBSD.org>
* Espen Tagestad <espen@tagestad.no>
* Eugene Furs <justas@mbank.lv>
* Felippe de Meirelles Motta <lippemail@gmail.com>
* Felix Palmen <felix@palmen-it.de>
* Fernan Aguero <fernan@iib.unsam.edu.ar>
* Filip Parag <filip@parag.rs>
* Foxfair Hu <foxfair@FreeBSD.org>
* Freddie Cash <fcash@sd73.bc.ca>
* Frederic Culot <culot@FreeBSD.org>
* Frederic Dubuy <fdubuy@free.fr>
* Gabor Kovesdan <gabor@FreeBSD.org>
* Garrett Rooney <rooneg@electricjellyfish.net>
* Gasol Wu <gasol.wu@gmail.com>
* Gea-Suan Lin <gslin@gslin.org>
* Geoffroy Desvernay <dgeo@centrale-marseille.fr>
* George Hartzell <hartzell@fruitfly.org>
* Gerald Pfeifer <gerald@pfeifer.com>
* Gerrit Beine <gerrit.beine@gmx.de>
* Glenn Trewitt <glenn@trewitt.org>
* Goran Tal <goran.tal@gmail.com>
* Graham Todd <gtodd@bellanet.org>
* Greg Larkin <glarkin@FreeBSD.org>
* Greg Lewis <glewis@FreeBSD.org>
* Grzegorz Blach <gblach@FreeBSD.org>
* Guangyuan Yang <ygy@FreeBSD.org>
* Hansjoerg Pehofer <hansjoerg.pehofer@uibk.ac.at>
* Henrik Motakef <henrik.motakef@web.de>
* Henry Hu <henry.hu.sh@gmail.com>
* Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
* Herve Quiroz <hq@FreeBSD.org>
* Hiroki Sato <hrs@FreeBSD.org>
* Horia Racoviceanu <horia@racoviceanu.com>
* Hye-Shik Chang <perky@fallin.lv>
* Ian Vaudrey <i.vaudrey@bigfoot.com>
* Ilya A. Arkhipov <rum1cro@yandex.ru>
* Jaap Boender <jaapb@kerguelen.org>
* James Earl
* James Flemer <jflemer@alum.rpi.edu>
* James Raftery <james@now.ie>
* Jason Burgess <dev@fenux.net>
* Jason Helfman <jgh@FreeBSD.org>
* Jean-Baptiste Quenot <jb.quenot@caraldi.com>
* Jean-Yves Lefort <jylefort@brutele.be>
* Jeff Putsch <jdputsch@comcast.net>
* Jeremy Shaffner <jeremy@external.org>
* Jie Gao <gaoj@cpsc.ucalgary.ca>
* Jim Mock <jim@FreeBSD.org>
* Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
* Joe Marcus Clarke <marcus@FreeBSD.org>
* Johann Visagie <johann@egenetics.com>
* Johann Visagie <wjv@FreeBSD.org>
* Johannes Jost Meixner <xmj@FreeBSD.org>
* Johannes Meixner <johannes@perceivon.net>
* John MacFarlane <jgm@berkeley.edu>
* John Marino <marino@FreeBSD.org>
* Jonathan Chen <jonc@chen.org.nz>
* Jos Backus <josb@cncdsl.com>
* Joseph Koshy <jkoshy@FreeBSD.org>
* Josh Gilliam <josh@quick.net>
* Jov <amutu@amutu.com>
* Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
* Julien Laffaye <kimelto@gmail.com>
* Jun Kuriyama <kuriyama@opt.phys.waseda.ac.jp>
* Jyun-Yan You <jyyou@cs.nctu.edu.tw>
* KANOU Hiroki <kanou@khdd.net>
* KIMURA Yasuhiro <yasu@utahime.org>
* KIRIYAMA Kazuhiko <kiri@FreeBSD.org>
* Ka Ho Ng <khng300@gmail.com>
* Kay Lehmann <kay_lehmann@web.de>
* Kevin Lo <kevlo@FreeBSD.org>
* Kimura Fuyuki <fuyuki@hadaly.org>
* Kimura Fuyuki <fuyuki@mj.0038.net>
* Kimura Fuyuki <fuyuki@nigredo.org>
* Konstantin Menshikov <kostjnspb@yandex.ru>
* Koop Mast <kwm@FreeBSD.org>
* Kouichi ABE (WALL) <kouichi@mysticwall.com>
* Kris Kennaway <kris@FreeBSD.org>
* Kris Moore <kmoore@FreeBSD.org>
* Kuan-Chung Chiu <buganini@gmail.com>
* Kubilay Kocak <koobs@FreeBSD.org>
* Kurt Lidl <kurt.lidl@cello.com>
* Lars Balker Rasmussen <lbr@FreeBSD.org>
* Lars Engels <lme@FreeBSD.org>
* Lars Thegler <lars@thegler.dk>
* Lars Thegler <lth@FreeBSD.org>
* Leland Wang <llwang@infor.org>
* Leo Kim <leo@florida.sarang.net>
* Lev Serebryakov <lev@serebryakov.spb.ru>
* Li-Wen Hsu <lwhsu@FreeBSD.org>
* Loic Pefferkorn <loic-freebsd@loicp.eu>
* MANTANI Nobutaka <nobutaka@FreeBSD.org>
* MIHIRA Yoshiro <sanpei@FreeBSD.org>
* Marcin Cieslak
* Marcin Jessa <yazzy@yazzy.org>
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Mark Pulford <mark@kyne.com.au>
* Mark R V Murray <mark@grondar.za>
* Martin Kammerhofer
* Martin Matuska <mm@FreeBSD.org>
* Martin Wilke <miwi@FreeBSD.org>
* Marwan Burelle <marwan.burelle@lri.fr
* Masahiro Teramoto <markun@onohara.to>
* Mathieu Arnold <m@absolight.net>
* Matt Mills <matt_mills@btopenworld.com>
* Matthew Fuller <fullermd@over-yonder.net>
* Matthew Seaman
* Matthias Fechner <mfechner@FreeBSD.org>
* Mauricio Herrera Cuadra <mauricio@arareko.net>
* Max Baryshnikov <mephius@gmail.com>
* Max N. Boyarov <m.boyarov@gmail.com>
* Maxim Sobolev <sobomax@FreeBSD.org>
* Meno Abels <meno.abels@adviser.com>
* Michael Johnson <ahze@FreeBSD.org>
* Michael Johnson <ahze@ahze.net>
* Michael Moll <kvedulv@kvedulv.de>
* Michael Ranner <michael@ranner.eu>
* Michael Schout <mschout@gkg.net>
* Mike Bristow <mike@urgle.com>
* Mikhail Teterin <mi@aldan.algebra.com>
* Moggie <moggie@elasticmind.net>
* Mykola Dzham <freebsd@levsha.org.ua>
* Naram Qashat <cyberbotx@cyberbotx.com>
* Neil Booth
* Nicola Stanislao Vitale <nivit@FreeBSD.org
* Nicola Stanislao Vitale <nivit@FreeBSD.org>
* Nicola Vitale <nivit@FreeBSD.org>
* Nicola Vitale <nivit@email.it>
* Nik Clayton <nik@FreeBSD.org>
* Nikola Lecic <nikola.lecic@anthesphoria.net>
* Nosov Artem <chip-set@mail.ru>
* Oleg Mamontov <oleg@mamontov.net>
* Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Oliver Lehmann (oliver@FreeBSD.org)
* Olivier Duchateau
* Olivier Duchateau <olivierd@FreeBSD.org>
* Olivier Girard <Olivier.Girard@univ-angers.fr>
* Patrick Li <pat@databits.net>
* Patrick Powell <papowell@astart.com>
* Pav Lucistnik <pav@FreeBSD.org>
* Pav Lucistnik <pav@oook.cz>
* Pavel Timofeev <timp87@gmail.com>
* Pawel Pekala <pawel@FreeBSD.org>
* Pedro Giffuni
* Pedro Giffuni <pfg@FreeBSD.org>
* Pete Fritchman <petef@databits.net>
* Peter Johnson <johnson.peter@gmail.com>
* Peter Pentchev <roam@FreeBSD.org>
* Peter Schuller <peter.schuller@infidyne.com>
* Petteri Valkonen <petteri.valkonen@iki.fi>
* Pietro Cerutti <gahr@gahr.ch>
* Piotr Kubaj <pkubaj@anongoth.pl>
* Piotr Rybicki <meritus@innervision.pl>
* Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Radim Kolar <hsn@sanatana.dharma>
* Rainer Hurling <rhurlin@gwdg.de>
* Rene Ladan <rene@FreeBSD.org>
* René Ladan <rene@freebsd.org>
* Richard Gallamore <ultima@FreeBSD.org>
* Rick van der Zwet <info@rickvanderzwet.nl>
* Robert Gogolok <gogo@cs.uni-sb.de>
* Rod Taylor <ports@rbt.ca>
* Rodrigo OSORIO <rodrigo@FreeBSD.org>
* Roger Leigh <rleigh@codelibre.net>
* Rong-En Fan <rafan@infor.org>
* Rusmir Dusko <nemysis@FreeBSD.org>
* Russell Cloran <russell@rucus.ru.ac.za>
* Russell Jackson <raj@csub.edu>
* Ryan Steinmetz <zi@FreeBSD.org>
* Samuel Tardieu <sam@inf.enst.fr>
* Sascha Holzleiter <sascha@root-login.org>
* Scott Sanders <scott@jssjr.com>
* Seamus Venasse <svenasse@polaris.ca>
* Serge Gagnon <ser_gagnon@sympatico.ca>
* Sergei Kolobov <sergei@kolobov.com>
* Sergei Vyshenski <svysh.fbsd@gmail.com>
* Sergey A. Osokin <osa@FreeBSD.org>
* Sergey Skvortsov <skv@FreeBSD.org>
* Sergey Skvortsov <skv@protey.ru>
* Shen Chun-Hsing <statue@freebsd.netlab.cse.yzu.edu.tw>
* Shinsuke Matsui <smatsui@karashi.org>
* Silvio Ap Silva aka kanazuchi <alvolivre@live.com>
* Simon 'corecode' Schubert <corecode@corecode.ath.cx>
* Simon Olofsson <simon@olofsson.de>
* Soeren Boll Overgaard <boll@tolkien.dk>
* Sofian Brabez <sbz@FreeBSD.org>
* Stanislav Svirid <count@211.ru>
* Stefan Esser <se@FreeBSD.org>
* Stefan Pauly <stefan@fh-mainz.de>
* Stefan Walter <sw@gegenunendlich.de>
* Stephen Montgomery-Smith <stephen@math.missouri.edu>
* Stephen Roznowski (sjr@home.com)
* Stephon Chen <stephon@gmail.com>
* Steve Wills <swills@FreeBSD.org>
* Steve Wills <swills@rubick>
* Steven Kreuzer <skreuzer@FreeBSD.org>
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
* Sven R <freebsd@hackacad.net>
* Sébastien Santoro <dereckson@gmail.com>
* TAKAHASHI Kaoru <kaoru@kaisei.org>
* TAKATSU Tomonari <tota@FreeBSD.org>
* TAKATSU Tomonari <tota@rtfm.jp>
* TERAMOTO Masahiro <markun@onohara.to>
* Thierry Thomas <thierry@FreeBSD.org>
* Thierry Thomas <thierry@pompo.net>
* Thomas Gellekum <tg@FreeBSD.org>
* Thorsten Greiner <thorsten.greiner@web.de>
* Tilman Linneweh <arved@FreeBSD.org>
* Timothy Beyer <beyert@cs.ucr.edu>
* Timur Bakeyev <bat@cpan.org>
* Timur I. Bakeyev <timur@gnome.org>
* Toby Allsopp <toby@mi6.gen.nz>
* Tom Judge <tj@FreeBSD.org>
* Tom Judge <tom@tomjudge.com>
* Tom Sparks <tsparks@appliedops.net>
* Tomoyuki Sakurai <cherry@trombik.org>
* Torsten Zuehlsdorff <ports@toco-domains.de>
* Torsten Zuehlsdorff <tz@FreeBSD.org>
* Travis Campbell <hcoyote@ghostar.org>
* Tsung-Han Yeh <snowfly@yuntech.edu.tw>
* Ulrich Spoerlein <uqs@FreeBSD.org>
* Ulrich Spoerlein <uspoerlein@gmail.com>
* Uwe Pierau <uwe.pierau@tu-clausthal.de>
* Vadim Vatlin
* Vany <ivan@serezhkin.com>
* Vasek Balcar <vasek@ti.cz>
* Veniamin Gvozdikov <vg@FreeBSD.org>
* Vidar Karlsen <vidar@karlsen.tech>
* Vivek Khera <vivek@khera.org>
* Volker Stolz <vs@FreeBSD.org>
* Vsevolod Stakhov <vsevolod@highsecure.ru>
* Waitman Gobble <waitman@waitman.net>
* Wen Heping <wen@FreeBSD.org>
* Wen Heping <wenheping@gmail.com>
* Wen Heping<wen@FreeBSD.org>
* Will Andrews <will@FreeBSD.org>
* William Grzybowski <wg@FreeBSD.org>
* Xavier Humbert <xavier@amdh.fr>
* Xin LI <delphij@FreeBSD.org>
* Yarema <yds@CoolRat.org>
* Yarema <yds@Necessitu.de>
* Yen-Ming Lee <leeym@FreeBSD.org>
* Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
* Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
* Ying-Chieh Liao <ijliao@FreeBSD.org>
* Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
* Yinghong Liu <relaxbsd@gmail.com>
* Yinghong.Liu <relaxbsd@gmail.com>
* Yoshiro MIHIRA <sanpei@sanpei.org>
* Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp>
* Yuan-Chung Hsiao <ychsiao@ychsiao.org>
* Yukihiro Nakai <Nakai@technologist.com>
* Yuri Pankov <yuri.pankov@gmail.com>
* Yuri Victorovich <yuri@rawbw.com>
* Zane C. Bowers-Hadley <vvelox@vvelox.net>
* Zeus Panchenko <zeus@gnu.org.ua>
* Zhen REN <bg1tpt@gmail.com>
* Zhihao Yuan <lichray@gmail.com>
* ache
* andreas@marvin.robin.de
* andrey@kostenko.name
* anholt@FreeBSD.org
* antoine@FreeBSD.org
* arved
* b.f. <bf@FreeBSD.org>
* bf@FreeBSD.org
* brett@peloton.physics.montana.edu
* buganini@gmail.com
* chinsan
* chinsan <chinsan.tw@gmail.com>
* chinsan <chinsan@mail2000.com.tw>
* clsung
* clsung@dragon2.net
* dannyman <dannyman@tellme.com>
* dd
* domi@saargate.de
* eivind
* eric
* faber@lunabase.org
* fenner
* fenner@FreeBSD.org
* gahr
* gugabsd <gugabsd@mundounix.com.br>
* gurkan@phys.ethz.ch
* ijliao
* jabley@automagic.org
* janos.mohacsi@bsd.hu
* jfieber
* jkoshy
* john@zoner.org
* jupengfei <jupengfei@gmail.com>
* kai
* kevit
* king@v2project.com
* kuriyama
* lars.eggert@gmx.net
* lbartoletti <lbartoletti@FreeBSD.org>
* lofi@FreeBSD.org
* lth@FreeBSD.org
* mainland@apeiron.net
* mandree@FreeBSD.org
* markm@FreeBSD.org
* meyser@xenet.de
* mike
* milki <milki@rescomp.berkeley.edu>
* nectar
* nik
* nivit@users.sourceforge.net
* nork@FreeBSD.org
* paulh@logicsquad.net
* petef@databits.net
* peter.schuller@infidyne.com
* philip@p6m7g8.com
* ports@c0decafe.net
* reed@pugetsoundtechnology.com
* rfarmer@predatorlabs.net
* risner@stdio.com
* scheidell@secnap.net
* shige
* skreuzer
* snowchyld
* steve
* sumikawa@FreeBSD.org
* sumikawa@kame.net
* thierry@pompo.net
* tj@FreeBSD.org
* trasz
* trevor
* vanilla
* wen@FreeBSD.org
* wosch
* znerd@FreeBSD.org
With hat: portmgr
5cf7e35 |
Thursday, 23 Sep 2021
|
16:22 Baptiste Daroussin (bapt)
ncurses: fix build with futur base and ports ncurses
in preparation for the split in base of libtinfo and libncurses, clearly
specify when the packages should link against.
Note this also fixes the build with ports ncurses
266130c |
Wednesday, 14 Apr 2021
|
15:52 Thierry Thomas (thierry)
textproc/aspell: fix a bad regexp after location specifier
PR: 253774
ef24a78 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Friday, 13 Dec 2019
|
13:24 bapt
Provide a new macro NCURSES_IMPL
This is necessary to deal with the reduction of the ncurses library from
2 implementation on one single implementation which would be only the widechar.
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D22794
 |
Sunday, 13 Oct 2019
|
10:59 thierry
Upgrade to 0.60.8 final.
 |
Tuesday, 27 Aug 2019
|
17:48 thierry
Do not use MASTER_SITE_SUBDIR.
Suggested by: mat
 |
Monday, 26 Aug 2019
|
19:59 thierry
Upgrade to 0.60.8 (pre-release snapshot).
Changelog at <http://aspell.net/man-html/ChangeLog.html>.
Note: it includes a fix for a potently unbounded buffer over-read in GNU Aspell
0.60.*, but unfortunately, the fix will break applications that use null-
terminated UCS-2 or UCS-4 strings with the C API.
See details at
<https://lists.gnu.org/archive/html/aspell-announce/2019-08/msg00000.html>.
Security: Potently unbounded buffer over-read in GNU Aspell 0.60.*
 |
Monday, 29 Jul 2019
|
20:42 thierry
Upgrade to 0.60.7.
Changelog at <http://aspell.net/man-html/ChangeLog.html>.
 |
Saturday, 10 Nov 2018
|
18:12 bapt
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816
 |
Thursday, 4 Jan 2018
|
02:20 jbeich
textproc/aspell: unbreak build with Clang 6 / GCC 7
modules/filter/tex.cpp:177:69: error: comparison between pointer and integer
('const char *' and 'int')
if (top.in_what == Parm || top.in_what == Opt || top.do_check == '\0')
~~~~~~~~~~~~ ^ ~~~~
Reported by: antoine (via bug 224669)
Obtained from: upstream (Apsell 0.60.7)
 |
Thursday, 8 Dec 2016
|
19:23 tijl
Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
 |
Monday, 15 Feb 2016
|
10:43 marino
textproc/aspell: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
 |
Saturday, 21 Mar 2015
|
22:47 robak
textproc/aspell: add CPE information
PR: 198187
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Approved by: bapt (blanket)
 |
Friday, 4 Jul 2014
|
20:28 tijl
Convert textproc/aspell to "USES=libtool tar:bzip2" and bump dependent ports
Approved by: portmgr (implicit, PORTREVISION bump on unstaged port)
 |
Tuesday, 28 Jan 2014
|
12:02 bapt
Extract the ispell wrapper out of aspell into a dedicated port
Cleanup up the aspell port
Propertly strip aspell libraries
Use short form of MASTER_SITES
 |
Friday, 15 Nov 2013
|
10:08 sunpoet
- Convert to new options helper
- Pet portlint: use a tab (not space) after a variable name
 |
Monday, 4 Nov 2013
|
11:41 bapt
Fix staging with ispell option on
Reported by: Ajtim <lumiwa@gmail.com>
 |
08:30 bapt
Stagify
Fix shebang for aspell itself, make perl also a run dependency for aspell
(needed for a couple of scripts)
Always install manpages for aspell.
 |
Friday, 20 Sep 2013
|
23:17 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
 |
Sunday, 4 Aug 2013
|
12:47 az
- Convert to new perl framework
Approved by: bapt@ (office@)
 |
Saturday, 27 Apr 2013
|
18:25 mva
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here
 |
Wednesday, 24 Apr 2013
|
18:10 ak
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
 |
Friday, 28 Sep 2012
|
19:10 bapt
Do not depend on gettext if NLS is off
PR: ports/172149
Submitted by: Gennady Proskurin <gpr@mail.ru>
 |
04:34 sunpoet
- Fix ispell issue: CONFLICTS and SCRIPTS settings are optional (ISPELL)
 |
Monday, 24 Sep 2012
|
21:23 bapt
No longer install the english dictionary (please use textproc/en-aspell if you
want the english dictionary)
Optionify
Remove the now useless textproc/aspell-with-dicten port
textproc/en-aspell now depends on textproc/aspell
clean up the Makefile
 |
Sunday, 4 Mar 2012
|
19:58 bapt
Fix with 0 lentgh words
Submitted by: avg (office@ mailing list)
 |
Monday, 5 Dec 2011
|
21:07 thierry
Drop maintainership to office.
Feature safe: yes
Seen with: bapt
 |
Wednesday, 9 Nov 2011
|
15:26 miwi
- Remove WITH_FBSD10_FIX, is no longer needed
 |
Friday, 28 Oct 2011
|
18:00 miwi
- Fix build FreeBSD 10
 |
Friday, 23 Sep 2011
|
22:26 amdmi3
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
 |
Monday, 4 Jul 2011
|
20:24 thierry
Upgrade to 0.60.6.1.
Remark: this release includes a patch provided by rdivacky to build with
clang.
 |
Monday, 9 May 2011
|
20:08 thierry
Fix compilation with Clang (patch submitted by rdivacky).
Since I'm there, pet portlint.
 |
Friday, 7 Jan 2011
|
20:34 thierry
Upgrade English dictionaries to SCOWL 7.1 which corrected several errors
and also added several now common proper names and some other words now
in common use.
 |
Tuesday, 28 Dec 2010
|
18:56 thierry
Upgrade english dictionaries. This adds several variants.
 |
Monday, 31 May 2010
|
02:01 ade
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
 |
Thursday, 21 Aug 2008
|
06:18 rafan
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
 |
Friday, 6 Jun 2008
|
14:05 edwin
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
 |
Saturday, 19 Apr 2008
|
07:46 thierry
- Disable wide char utf8 cursor control for $OSVERSION < 602107; (1)
- Fix segfault when checking TeX files. (2)
Reported by: Pav (1)
PR: ports/122873 (2)
Submitted by: Roland Smith <rsmith (at) xs4all.nl> (2)
Patch from: Kevin Atkinson <kevina (at) gnu.org> (author) (2)
 |
Wednesday, 16 Apr 2008
|
20:35 thierry
Upgrade to 0.60.6.
List of changes from 0.60.5:
* Compile fixes for Gcc 4.3.
* 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.
* Enable Unicode support.
 |
Sunday, 12 Aug 2007
|
13:37 thierry
Don't depend on gettext if WITHOUT_NLS is defined.
Submitted by: dougb
 |
Monday, 23 Jul 2007
|
09:36 rafan
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
 |
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
 |
Thursday, 8 Mar 2007
|
22:15 thierry
Fix MASTER_SITE_SUBDIR for the Englich dictionary.
PR: ports/110067
Submitted by: Eric P. Scott <eps+pbug0703 (at) ana.com>
 |
Wednesday, 20 Dec 2006
|
06:28 thierry
Back-out the s/@dirrm/@dirrmtry/ change
PR: ports/106957
Submitted by: John Merryweather Cooper <john_m_cooper (at) yahoo.com>
 |
Tuesday, 19 Dec 2006
|
21:07 thierry
Upgrade Aspell to 0.60.5.
Changelog at <http://aspell.sourceforge.net/aspell-0.60.5.txt>.
 |
Sunday, 6 Aug 2006
|
21:05 thierry
- s/INSTALLS_SHLIB/USE_LDCONFIG/, although not yet recognized by
portlint;
- deinstall share/locale/sl, which is not defined in
/etc/mtree/BSD.local.dist.
PR: ports/101497
Submitted by: Stanislav Sedov <ssedov (at) mbsd.msk.ru>
 |
Saturday, 15 Jul 2006
|
14:28 thierry
All dictionaries can be installed separately:
- by default, textproc/aspell installs the English dictionaries (no
change);
- thereafter you can install any foreign dictionary;
- when you install a foreign dictionary, i.e. french/aspell or
textproc/da-aspell, it installs only the dictionaries, and depends
upon textproc/aspell for the programs;
- if you don't need the English dictionaries, you can define
WITHOUT_DICTEN or install textproc/aspell-without-dicten;
- add a new port for textproc/en-aspell: if aspell had been installed
without the English dictionaries, they can be added thereafter;
- add a missing port for german/alt-aspell;
- foreign dictionaries are almost independent from textproc/aspell,
and their maintainership is available.
Credits: special thanks to Serge Gagnon <ser_gagnon (at) sympatico.ca>
 |
Thursday, 23 Feb 2006
|
10:40 ade
Conversion to a single libtool environment.
Approved by: portmgr (kris)
 |
Thursday, 19 Jan 2006
|
23:09 thierry
- Add a Gujarati (gu) dictionary;
- Update Lithuanian (lt) & Uzbek (uz) dictionaries.
 |
Tuesday, 15 Nov 2005
|
06:52 ade
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
 |
Monday, 14 Nov 2005
|
21:07 thierry
/usr/bin/bzip2 has been part of the base system since 4.4,
therefore it's not necessary to explicitely check for it.
PR: 88994
Submitted by: edwin
 |
Sunday, 13 Nov 2005
|
11:30 thierry
- Update Ukrainian dictionary;
- Add Serbian and Telugu dictionaries.
 |
Wednesday, 19 Oct 2005
|
19:21 thierry
Upgrade to 0.60.4.
Changelog at <http://aspell.sourceforge.net/aspell-0.60.4.txt>.
 |
Tuesday, 28 Jun 2005
|
20:27 thierry
Upgrade to 0.60.3.
This release fixes several bugs involving some of the C API functions,
fixes a major bug and improves the speed of the suggestion code, and
fixes a number of other bugs.
 |
Thursday, 2 Jun 2005
|
21:58 thierry
- Update Irish (ga), Italian (it), Oriya (or), and Uzbek (uz)
dictionaries.
- Add Kashubian (csb), Hindi (hi), Hiligaynon (hil), Marathi (mr), and
Punjabi (pa) dictionaries.
 |
Sunday, 2 Jan 2005
|
16:40 thierry
ftp.gnu.org is down => add some mirrors for the dictionnaries.
Reported by: Kris via pointyhat
Approved by: portmgr (marcus)
Obtained from: linux-aspell (mezz).
 |
Tuesday, 28 Dec 2004
|
16:00 thierry
Adding three new dictionaries:
- Amharic (am);
- Oriya (or);
- Low Saxon (nds).
 |
Tuesday, 21 Dec 2004
|
22:19 thierry
Upgrade to 0.60.2.
 |
Saturday, 20 Nov 2004
|
14:23 thierry
Upgrade to 0.60.1.1.
This release contains an important bug fix involving checking of
capitalized word when affix compression is used.
Aspell can be linked again with the base ncurses, then WITH_NCURSES
has been removed.
 |
Tuesday, 16 Nov 2004
|
21:39 thierry
- Update the german dictionary;
- Add two new dictionaries: Persian (Farsi) and alt-de (German using the
original spelling rules);
- A new slave port has been created for the Persian dictionary.
Remark: no new slave port for alt-de, because (1) it might get merged
with the normal de dictionary and (2) Serge Gagnon is working on a
reorganization of all these slaves-ports. To install it use the port
textproc/aspell.
 |
Monday, 8 Nov 2004
|
15:35 thierry
Upgrade to 0.60.1.
This release adds a new Nroff and Texinfo filter and fixes a number
of bugs and portability problems.
Warning: aspell-0.60.1 is now incompatible with the base ncurses.
To keep the ncurses interfaces, please define WITH_NCURSES: aspell
will then depend on the port devel/ncurses.
Since devel/ncurses is not packageable, this is not the default.
 |
Monday, 30 Aug 2004
|
22:25 thierry
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.
 |
05:39 thierry
Always USE_GETTEXT, even WITHOUT_NLS.
 |
Sunday, 29 Aug 2004
|
23:04 thierry
Force libaspell to link with libintl to fix gnomespell and balsa.
Bump PORTREVISION.
Reported by: marcus and Volker Kindermann.
 |
Saturday, 28 Aug 2004
|
22:49 thierry
- 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.
 |
Wednesday, 11 Aug 2004
|
22:10 thierry
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.
 |
Sunday, 20 Jun 2004
|
19:51 thierry
- Actually use libtool15 [1]
- install static libraries [2]
PR: ports/63944 [1]
Reported by: many [2]
 |
09:04 thierry
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>.
 |
Friday, 16 Apr 2004
|
21:52 thierry
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).
 |
Thursday, 15 Apr 2004
|
06:01 thierry
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).
 |
Wednesday, 31 Mar 2004
|
20:03 thierry
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).
 |
Friday, 19 Mar 2004
|
23:05 thierry
- 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).
 |
Sunday, 14 Mar 2004
|
06:17 ade
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.
 |
Thursday, 12 Feb 2004
|
23:27 ale
Update to 0.50.5 release.
PR: ports/62752
Submitted by: Thierry Thomas <thierry@pompo.net> (maintainer)
Approved by: nork (mentor/implicitly)
 |
Wednesday, 4 Feb 2004
|
05:10 marcus
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
 |
Monday, 17 Nov 2003
|
12:29 trevor
USE_REINPLACE need be defined only when REINPLACE_CMD is used.
 |
03:39 dinoex
- Fix build problme
Does not link without at least -O, after update to 0.50.4.1
Submitted by: thierry@pompo.net
 |
Saturday, 18 Oct 2003
|
01:32 naddy
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>
 |
Sunday, 5 Oct 2003
|
06:49 krion
- Update to version 0.50.4
PR: 57583
Submitted by: maintainer
 |
Thursday, 20 Feb 2003
|
19:08 knu
De-pkg-comment.
 |
Monday, 10 Feb 2003
|
09:04 kris
Convert COMMENT to COMMENTFILE until these ports can be converted.
Submitted by: lioux
 |
Thursday, 30 Jan 2003
|
06:11 edwin
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>
 |
Sunday, 24 Nov 2002
|
20:46 sada
Upgrade to 0.50.3
PR: ports/45676
Submitted by: maintainer
 |
Wednesday, 13 Nov 2002
|
10:50 sada
- upgrade French dictionary to fix problem
- add three new dictionaries
PR: ports/44244
Submitted by: maintainer
 |
Friday, 25 Oct 2002
|
17:48 knu
Install the English dictionary when LANG is set to an unsupported
language by aspell.
Approved by: MAINTAINER
 |
Sunday, 6 Oct 2002
|
08:19 pat
Update to 0.50.2
PR: ports/43472
Submitted by: maintainer
 |
Friday, 20 Sep 2002
|
06:36 ijliao
- Support NOPORTDOCS properly
PR: 42893
Submitted by: Ports Fury
Approved by: maintainer
 |
Saturday, 14 Sep 2002
|
09:40 sobomax
- 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.
 |
Wednesday, 11 Sep 2002
|
06:18 marcus
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
 |
Tuesday, 10 Sep 2002
|
08:42 dinoex
Fix missing character
 |
06:46 dinoex
Depends on bzip2 only if not in base
 |
03:05 dinoex
convert language variants into meta ports
PR: 42396
Submitted by: coop9211@uidaho.edu
Reviewed by: thierry@pompo.net
 |
Sunday, 1 Sep 2002
|
17:19 dwcjr
Update to 0.50.1
Give maintainership to originator
PR: 42051
Submitted by: thierry@pompo.net
 |
Number of commits found: 118 (showing only 100 on this page) |