notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: german/hunspell/Makefile
SVNWeb

Number of commits found: 38

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Tue, 17 Aug 2021
[ 05:24 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:3b26637cd90d6e9b3f8a392e293cd5e181f51c64  commit hash:3b26637cd90d6e9b3f8a392e293cd5e181f51c64  commit hash:3b26637cd90d6e9b3f8a392e293cd5e181f51c64  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) search for other commits by this committer ]    commit hash:c82d9248b0e4473ab24749d294f56e3a571a9dcc  commit hash:c82d9248b0e4473ab24749d294f56e3a571a9dcc  commit hash:c82d9248b0e4473ab24749d294f56e3a571a9dcc  c82d924  (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
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) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sat, 2 Mar 2019
[ 17:47 sunpoet search for other commits by this committer ] Original commit   Revision:494441
Pet portlint: reorder knobs
Tue, 26 Feb 2019
[ 08:40 tobik search for other commits by this committer ] Original commit   Revision:493948
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 search for other commits by this committer ] Original commit   Revision:489546
Update MASTER_SITES and WWW
Thu, 30 Nov 2017
[ 06:13 linimon search for other commits by this committer ] Original commit   Revision:455167 (Only the first 10 of 189 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:441814 (Only the first 10 of 32 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:431796 (Only the first 10 of 120 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:430796 (Only the first 10 of 46 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:428750
- Update to 20161207
Sat, 3 Dec 2016
[ 22:24 jbeich search for other commits by this committer ] Original commit   Revision:427743 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:426669
- Update to 20160407
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Sun, 17 Jan 2016
[ 13:12 sunpoet search for other commits by this committer ] Original commit   Revision:406368
- 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 search for other commits by this committer ] Original commit   Revision:405924
- Update to 20151222
Sat, 18 Jul 2015
[ 15:01 sunpoet search for other commits by this committer ] Original commit   Revision:392422 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
- Add NO_ARCH
Sat, 20 Dec 2014
[ 18:48 bapt search for other commits by this committer ] Original commit   Revision:375086
Cleanup plist
Wed, 16 Jul 2014
[ 15:34 sunpoet search for other commits by this committer ] Original commit   Revision:362069
- Use USES=tar:bzip2
Tue, 28 Jan 2014
[ 11:30 bapt search for other commits by this committer ] Original commit   Revision:341534
Use aspell instead of ispell to build the package
Cleanup build_depends
mute the mkdir
Mon, 9 Dec 2013
[ 11:37 sunpoet search for other commits by this committer ] Original commit   Revision:335972
- Update to 20131206
Tue, 19 Nov 2013
[ 10:12 sunpoet search for other commits by this committer ] Original commit   Revision:334295
- Add my LOCAL to MASTER_SITES
- Add LICENSE
- Sort USES
Mon, 4 Nov 2013
[ 10:49 bapt search for other commits by this committer ] Original commit   Revision:332687
Support stage, use bsdtar to extract
Fri, 20 Sep 2013
[ 18:30 bapt search for other commits by this committer ] Original commit   Revision:327732 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
german)
Sun, 4 Aug 2013
[ 12:47 az search for other commits by this committer ] Original commit   Revision:324225
- Convert to new perl framework

Approved by:	bapt@ (office@)
Tue, 7 May 2013
[ 13:12 bapt search for other commits by this committer ] Original commit   Revision:317605 (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit 
- Update to 20120607
Wed, 17 Aug 2011
[ 18:03 sunpoet search for other commits by this committer ] Original commit  (Only the first 10 of 60 ports in this commit are shown above. View all ports for this commit)
- Set DIST_SUBDIR: move dist files to DISTDIR/hunspell
Fri, 12 Aug 2011
[ 19:17 sunpoet search for other commits by this committer ] Original commit  (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
- Unify COMMENT and pkg-descr
- Set WRKSRC
- Fix typo
- Add trailing slash of WWW
Tue, 9 Aug 2011
[ 13:33 sunpoet search for other commits by this committer ] Original commit 
- Fix PLIST: explicitly list installing filenames
- Fix typo
Mon, 1 Aug 2011
[ 21:58 bapt search for other commits by this committer ] Original commit 
Fix build

Reported by:    pointyhat (pav@)
Fri, 29 Jul 2011
[ 13:11 sunpoet search for other commits by this committer ] Original commit  (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
- 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 search for other commits by this committer ] Original commit 
- 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 search for other commits by this committer ] Original commit 
- Fix typo
Fri, 22 Jul 2011
[ 05:30 bapt search for other commits by this committer ] Original commit  (Only the first 10 of 70 ports in this commit are shown above. View all ports for this commit)
Pass matainership to the new office team
Wed, 20 Jul 2011
[ 14:01 bapt search for other commits by this committer ] Original commit 
Add german hunspell dictionnaries

Number of commits found: 38