non port: textproc/aspell/Makefile |
SVNWeb
|
Number of commits found: 113 (showing only 100 on this page) |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] 5cf7e35 (Only the first 10 of 1452 ports in this commit are shown above. )
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> (Only the first 15 lines of the commit message are shown above )
|
Thu, 23 Sep 2021
|
[ 16:22 Baptiste Daroussin (bapt) ] 266130c (Only the first 10 of 34 ports in this commit are shown above. )
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
|
Wed, 14 Apr 2021
|
[ 15:52 Thierry Thomas (thierry) ] ef24a78
textproc/aspell: fix a bad regexp after location specifier
PR: 253774
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 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
|
Sun, 13 Oct 2019
|
[ 10:59 thierry ]
Upgrade to 0.60.8 final.
|
Tue, 27 Aug 2019
|
[ 17:48 thierry ]
Do not use MASTER_SITE_SUBDIR.
Suggested by: mat
|
Mon, 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.*
|
Mon, 29 Jul 2019
|
[ 20:42 thierry ]
Upgrade to 0.60.7.
Changelog at <http://aspell.net/man-html/ChangeLog.html>.
|
Sat, 10 Nov 2018
|
[ 18:12 bapt ] (Only the first 10 of 386 ports in this commit are shown above. )
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
|
Thu, 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)
|
Thu, 8 Dec 2016
|
[ 19:23 tijl ] (Only the first 10 of 122 ports in this commit are shown above. )
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.
|
Mon, 15 Feb 2016
|
[ 10:43 marino ]
textproc/aspell: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
|
Sat, 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)
|
Fri, 4 Jul 2014
|
[ 20:28 tijl ] (Only the first 10 of 34 ports in this commit are shown above. )
Convert textproc/aspell to "USES=libtool tar:bzip2" and bump dependent ports
Approved by: portmgr (implicit, PORTREVISION bump on unstaged port)
|
Tue, 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
|
Fri, 15 Nov 2013
|
[ 10:08 sunpoet ]
- Convert to new options helper
- Pet portlint: use a tab (not space) after a variable name
|
Mon, 4 Nov 2013
|
[ 11:41 bapt ]
Fix staging with ispell option on
Reported by: Ajtim <lumiwa@gmail.com>
|
[ 08:30 bapt ] (Only the first 10 of 90 ports in this commit are shown above. )
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.
|
Fri, 20 Sep 2013
|
[ 23:17 bapt ] (Only the first 10 of 1559 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
|
Sun, 4 Aug 2013
|
[ 12:47 az ]
- Convert to new perl framework
Approved by: bapt@ (office@)
|
Sat, 27 Apr 2013
|
[ 18:25 mva ] (Only the first 10 of 181 ports in this commit are shown above. )
- 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
|
Wed, 24 Apr 2013
|
[ 18:10 ak ] (Only the first 10 of 1028 ports in this commit are shown above. )
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
|
Fri, 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)
|
Mon, 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
|
Sun, 4 Mar 2012
|
[ 19:58 bapt ]
Fix with 0 lentgh words
Submitted by: avg (office@ mailing list)
|
Mon, 5 Dec 2011
|
[ 21:07 thierry ]
Drop maintainership to office.
Feature safe: yes
Seen with: bapt
|
Wed, 9 Nov 2011
|
[ 15:26 miwi ] (Only the first 10 of 250 ports in this commit are shown above. )
- Remove WITH_FBSD10_FIX, is no longer needed
|
Fri, 28 Oct 2011
|
[ 18:00 miwi ] (Only the first 10 of 13 ports in this commit are shown above. )
- Fix build FreeBSD 10
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- 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
|
Mon, 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.
|
Mon, 9 May 2011
|
[ 20:08 thierry ]
Fix compilation with Clang (patch submitted by rdivacky).
Since I'm there, pet portlint.
|
Fri, 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.
|
Tue, 28 Dec 2010
|
[ 18:56 thierry ]
Upgrade english dictionaries. This adds several variants.
|
Mon, 31 May 2010
|
[ 02:01 ade ] (Only the first 10 of 1416 ports in this commit are shown above. )
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
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 (Only the first 15 lines of the commit message are shown above )
|
Fri, 6 Jun 2008
|
[ 14:05 edwin ] (Only the first 10 of 221 ports in this commit are shown above. )
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)
|
Sat, 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)
|
Wed, 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.
|
Sun, 12 Aug 2007
|
[ 13:37 thierry ]
Don't depend on gettext if WITHOUT_NLS is defined.
Submitted by: dougb
|
Mon, 23 Jul 2007
|
[ 09:36 rafan ] (Only the first 10 of 437 ports in this commit are shown above. )
- 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
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Thu, 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>
|
Wed, 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>
|
Tue, 19 Dec 2006
|
[ 21:07 thierry ]
Upgrade Aspell to 0.60.5.
Changelog at <http://aspell.sourceforge.net/aspell-0.60.5.txt>.
|
Sun, 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>
|
Sat, 15 Jul 2006
|
[ 14:28 thierry ] (Only the first 10 of 399 ports in this commit are shown above. )
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>
|
Thu, 23 Feb 2006
|
[ 10:40 ade ] (Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Thu, 19 Jan 2006
|
[ 23:09 thierry ]
- Add a Gujarati (gu) dictionary;
- Update Lithuanian (lt) & Uzbek (uz) dictionaries.
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
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.
|
Mon, 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
|
Sun, 13 Nov 2005
|
[ 11:30 thierry ] (Only the first 10 of 11 ports in this commit are shown above. )
- Update Ukrainian dictionary;
- Add Serbian and Telugu dictionaries.
|
Wed, 19 Oct 2005
|
[ 19:21 thierry ]
Upgrade to 0.60.4.
Changelog at <http://aspell.sourceforge.net/aspell-0.60.4.txt>.
|
Tue, 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.
|
Thu, 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.
|
Sun, 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).
|
Tue, 28 Dec 2004
|
[ 16:00 thierry ] (Only the first 10 of 13 ports in this commit are shown above. )
Adding three new dictionaries:
- Amharic (am);
- Oriya (or);
- Low Saxon (nds).
|
Tue, 21 Dec 2004
|
[ 22:19 thierry ]
Upgrade to 0.60.2.
|
Sat, 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.
|
Tue, 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.
|
Mon, 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.
|
Mon, 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.
|
Sun, 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.
|
Sat, 28 Aug 2004
|
[ 22:49 thierry ] (Only the first 10 of 72 ports in this commit are shown above. )
- 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.
|
Wed, 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.
|
Sun, 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>.
|
Fri, 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).
|
Thu, 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).
|
Wed, 31 Mar 2004
|
[ 20:03 thierry ] (Only the first 10 of 12 ports in this commit are shown above. )
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).
|
Fri, 19 Mar 2004
|
[ 23:05 thierry ] (Only the first 10 of 15 ports in this commit are shown above. )
- 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).
|
Sun, 14 Mar 2004
|
[ 06:17 ade ] (Only the first 10 of 945 ports in this commit are shown above. )
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.
|
Thu, 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)
|
Wed, 4 Feb 2004
|
[ 05:10 marcus ] (Only the first 10 of 1422 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
|
Mon, 17 Nov 2003
|
[ 12:29 trevor ] (Only the first 10 of 151 ports in this commit are shown above. )
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
|
Sat, 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>
|
Sun, 5 Oct 2003
|
[ 06:49 krion ]
- Update to version 0.50.4
PR: 57583
Submitted by: maintainer
|
Thu, 20 Feb 2003
|
[ 19:08 knu ] (Only the first 10 of 44 ports in this commit are shown above. )
De-pkg-comment.
|
Mon, 10 Feb 2003
|
[ 09:04 kris ] (Only the first 10 of 63 ports in this commit are shown above. )
Convert COMMENT to COMMENTFILE until these ports can be converted.
Submitted by: lioux
|
Thu, 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>
|
Sun, 24 Nov 2002
|
[ 20:46 sada ]
Upgrade to 0.50.3
PR: ports/45676
Submitted by: maintainer
|
Wed, 13 Nov 2002
|
[ 10:50 sada ]
- upgrade French dictionary to fix problem
- add three new dictionaries
PR: ports/44244
Submitted by: maintainer
|
Fri, 25 Oct 2002
|
[ 17:48 knu ]
Install the English dictionary when LANG is set to an unsupported
language by aspell.
Approved by: MAINTAINER
|
Sun, 6 Oct 2002
|
[ 08:19 pat ]
Update to 0.50.2
PR: ports/43472
Submitted by: maintainer
|
Fri, 20 Sep 2002
|
[ 06:36 ijliao ]
- Support NOPORTDOCS properly
PR: 42893
Submitted by: Ports Fury
Approved by: maintainer
|
Sat, 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.
|
Wed, 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
|
Tue, 10 Sep 2002
|
[ 08:42 dinoex ]
Fix missing character
|
[ 06:46 dinoex ]
Depends on bzip2 only if not in base
|
[ 03:05 dinoex ] (Only the first 10 of 23 ports in this commit are shown above. )
convert language variants into meta ports
PR: 42396
Submitted by: coop9211@uidaho.edu
Reviewed by: thierry@pompo.net
|
Sun, 1 Sep 2002
|
[ 17:19 dwcjr ]
Update to 0.50.1
Give maintainership to originator
PR: 42051
Submitted by: thierry@pompo.net
|
Wed, 3 Jul 2002
|
[ 23:35 marcus ]
* Do not link libraries against libc explicitly
* Do not install .la files
* Bump PORTREVISION
|
Fri, 31 May 2002
|
[ 09:15 ijliao ]
Removed obsolate variables.
Correctly patch libtool.
PR: 37314
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
|
Mon, 3 Sep 2001
|
[ 16:40 mi ]
.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.
|
Wed, 8 Aug 2001
|
[ 18:16 lioux ]
Update to 0.33.7
|
Fri, 15 Jun 2001
|
[ 13:48 kevlo ]
Update to version 0.33.6.3
|
Number of commits found: 113 (showing only 100 on this page) |