non port: german/hunspell/Makefile |
SVNWeb
|
Number of commits found: 38 |
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 )
|
Tue, 17 Aug 2021
|
[ 05:24 Tobias C. Berner (tcberner) ] 3b26637
german/hunspell: fix swiss-german dictionary
- The swiss-german dictionary was not properly prepared, as the used
sed (/bin/sed) was unable to replace 'ß' by 'ss'.
- Use the shebangfix framework to make it use gsed, which is already
depended on.
Approved by: office (fluffy)
PR: 257882
|
Mon, 9 Aug 2021
|
[ 06:39 Baptiste Daroussin (bapt) ] c82d924 (Only the first 10 of 29 ports in this commit are shown above. )
hunspell: avoid plist substitution
When using PLIST_FILES substitution is not necessary and recommended not
to use, the direct use of make(1) variables, works perfectly fine.
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
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.
|
Sat, 2 Mar 2019
|
[ 17:47 sunpoet ]
Pet portlint: reorder knobs
|
Tue, 26 Feb 2019
|
[ 08:40 tobik ]
german/hunspell: Use gsed during the build
hunspell's build currently attempts to use base sed and \t, most
certainly with the expectation that the latter will expand to a
tab. With base sed, this is currently not the case - '\t' gets
passed through literally to regex(3), which sees this as an escape
of an ordinary character. Escapes of ordinary characters will be
disallowed in future versions of regex(3), so switch to textproc/gsed
for now which does the right thing with \t.
PR: 233439
Submitted by: kevans
Approved by: office (maintainer timeout, > 2 months)
|
Sun, 6 Jan 2019
|
[ 20:41 sunpoet ]
Update MASTER_SITES and WWW
|
Thu, 30 Nov 2017
|
[ 06:13 linimon ] (Only the first 10 of 189 ports in this commit are shown above. )
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run
|
Fri, 26 May 2017
|
[ 20:02 linimon ] (Only the first 10 of 32 ports in this commit are shown above. )
Mark some ports failing on armv6, for errors classified as "???".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Wed, 18 Jan 2017
|
[ 13:20 tijl ] (Only the first 10 of 120 ports in this commit are shown above. )
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Sat, 7 Jan 2017
|
[ 14:43 jbeich ] (Only the first 10 of 46 ports in this commit are shown above. )
textproc/hunspell: update to 1.6.0
- Restore DIST_SUBDIR from r305651
- Adjust license for "or later" clause
- Restore GPLv2+/LGPL21+ license files removed upstream as
GPLv3+/LGPL3+ only affects Hunspell 2.0 (not currently built)
- Unbreak |make makepatch|
Changes: https://github.com/hunspell/hunspell/releases/tag/v1.6.0
PR: 215714
Submitted by: sunpoet (based on)
Exp-run by: antoine
MFH: 2017Q1
Differential Revision: https://reviews.freebsd.org/D8887
|
Sat, 17 Dec 2016
|
[ 12:58 sunpoet ]
- Update to 20161207
|
Sat, 3 Dec 2016
|
[ 22:24 jbeich ] (Only the first 10 of 42 ports in this commit are shown above. )
textproc/hunspell: update to 1.5.4
Changes: https://github.com/hunspell/hunspell/blob/v1.5.4/ChangeLog
PR: 214837
Exp-run by: antoine (for 1.5.3)
Approved by: office (bapt)
|
Sun, 20 Nov 2016
|
[ 23:55 sunpoet ]
- Update to 20160407
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 17 Jan 2016
|
[ 13:12 sunpoet ]
- Make build process independent from locale setting
PR: 206191
Submitted by: Rainer Hurling <rhurlin@gwdg.de>
Sponsored by: PortsCamp Taiwan
|
Tue, 12 Jan 2016
|
[ 21:37 sunpoet ]
- Update to 20151222
|
Sat, 18 Jul 2015
|
[ 15:01 sunpoet ] (Only the first 10 of 31 ports in this commit are shown above. )
- Add NO_ARCH
|
Sat, 20 Dec 2014
|
[ 18:48 bapt ]
Cleanup plist
|
Wed, 16 Jul 2014
|
[ 15:34 sunpoet ]
- Use USES=tar:bzip2
|
Tue, 28 Jan 2014
|
[ 11:30 bapt ]
Use aspell instead of ispell to build the package
Cleanup build_depends
mute the mkdir
|
Mon, 9 Dec 2013
|
[ 11:37 sunpoet ]
- Update to 20131206
|
Tue, 19 Nov 2013
|
[ 10:12 sunpoet ]
- Add my LOCAL to MASTER_SITES
- Add LICENSE
- Sort USES
|
Mon, 4 Nov 2013
|
[ 10:49 bapt ]
Support stage, use bsdtar to extract
|
Fri, 20 Sep 2013
|
[ 18:30 bapt ] (Only the first 10 of 42 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
german)
|
Sun, 4 Aug 2013
|
[ 12:47 az ]
- Convert to new perl framework
Approved by: bapt@ (office@)
|
Tue, 7 May 2013
|
[ 13:12 bapt ] (Only the first 10 of 23 ports in this commit are shown above. )
Add some shebangfix to allow building most of the ports tree without
/usr/bin/perl
Submitted by: John Marino
Obtained from: DPorts
|
Thu, 28 Jun 2012
|
[ 02:17 sunpoet ]
- Update to 20120607
|
Wed, 17 Aug 2011
|
[ 18:03 sunpoet ] (Only the first 10 of 60 ports in this commit are shown above. )
- Set DIST_SUBDIR: move dist files to DISTDIR/hunspell
|
Fri, 12 Aug 2011
|
[ 19:17 sunpoet ] (Only the first 10 of 30 ports in this commit are shown above. )
- Unify COMMENT and pkg-descr
- Set WRKSRC
- Fix typo
- Add trailing slash of WWW
|
Tue, 9 Aug 2011
|
[ 13:33 sunpoet ]
- Fix PLIST: explicitly list installing filenames
- Fix typo
|
Mon, 1 Aug 2011
|
[ 21:58 bapt ]
Fix build
Reported by: pointyhat (pav@)
|
Fri, 29 Jul 2011
|
[ 13:11 sunpoet ] (Only the first 10 of 29 ports in this commit are shown above. )
- Move language prefix to PKGNAMEPREFIX
- Use DATADIR
- Use PLIST_DIRSTRY for DATADIR
- Explicitly list installing filenames
- Bump PORTREVISION for PORTNAME and PLIST change
- Sort PLIST
- Cosmetic change
|
Thu, 28 Jul 2011
|
[ 07:12 sunpoet ]
- Add perl as build dependency [1]
- Use PLIST_DIRSTRY for PREFIX/share/hunspell
- Bump PORTREVISION for PLIST change
- Cosmetic change
Reported by: pointyhat [1]
|
Mon, 25 Jul 2011
|
[ 08:53 sunpoet ]
- Fix typo
|
Fri, 22 Jul 2011
|
[ 05:30 bapt ] (Only the first 10 of 70 ports in this commit are shown above. )
Pass matainership to the new office team
|
Wed, 20 Jul 2011
|
[ 14:01 bapt ]
Add german hunspell dictionnaries
|
Number of commits found: 38 |