notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: german/hunspell/Makefile

Number of commits found: 38

Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Tuesday, 17 Aug 2021
05:24 Tobias C. Berner (tcberner) search for other commits by this committer
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
commit hash: 3b26637cd90d6e9b3f8a392e293cd5e181f51c64 commit hash: 3b26637cd90d6e9b3f8a392e293cd5e181f51c64 commit hash: 3b26637cd90d6e9b3f8a392e293cd5e181f51c64 commit hash: 3b26637cd90d6e9b3f8a392e293cd5e181f51c64 3b26637
Monday, 9 Aug 2021
06:39 Baptiste Daroussin (bapt) search for other commits by this committer
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.
commit hash: c82d9248b0e4473ab24749d294f56e3a571a9dcc commit hash: c82d9248b0e4473ab24749d294f56e3a571a9dcc commit hash: c82d9248b0e4473ab24749d294f56e3a571a9dcc commit hash: c82d9248b0e4473ab24749d294f56e3a571a9dcc c82d924
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Saturday, 2 Mar 2019
17:47 sunpoet search for other commits by this committer
Pet portlint: reorder knobs
Original commitRevision:494441 
Tuesday, 26 Feb 2019
08:40 tobik search for other commits by this committer
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)
Original commitRevision:493948 
Sunday, 6 Jan 2019
20:41 sunpoet search for other commits by this committer
Update MASTER_SITES and WWW
Original commitRevision:489546 
Thursday, 30 Nov 2017
06:13 linimon search for other commits by this committer
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
Original commitRevision:455167 
Friday, 26 May 2017
20:02 linimon search for other commits by this committer
Mark some ports failing on armv6, for errors classified as "???".

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:441814 
Wednesday, 18 Jan 2017
13:20 tijl search for other commits by this committer
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)
Original commitRevision:431796 
Saturday, 7 Jan 2017
14:43 jbeich search for other commits by this committer
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
Original commitRevision:430796 
Saturday, 17 Dec 2016
12:58 sunpoet search for other commits by this committer
- Update to 20161207
Original commitRevision:428750 
Saturday, 3 Dec 2016
22:24 jbeich search for other commits by this committer
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)
Original commitRevision:427743 
Sunday, 20 Nov 2016
23:55 sunpoet search for other commits by this committer
- Update to 20160407
Original commitRevision:426669 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Sunday, 17 Jan 2016
13:12 sunpoet search for other commits by this committer
- Make build process independent from locale setting

PR:		206191
Submitted by:	Rainer Hurling <rhurlin@gwdg.de>
Sponsored by:	PortsCamp Taiwan
Original commitRevision:406368 
Tuesday, 12 Jan 2016
21:37 sunpoet search for other commits by this committer
- Update to 20151222
Original commitRevision:405924 
Saturday, 18 Jul 2015
15:01 sunpoet search for other commits by this committer
- Add NO_ARCH
Original commitRevision:392422 
Saturday, 20 Dec 2014
18:48 bapt search for other commits by this committer
Cleanup plist
Original commitRevision:375086 
Wednesday, 16 Jul 2014
15:34 sunpoet search for other commits by this committer
- Use USES=tar:bzip2
Original commitRevision:362069 
Tuesday, 28 Jan 2014
11:30 bapt search for other commits by this committer
Use aspell instead of ispell to build the package
Cleanup build_depends
mute the mkdir
Original commitRevision:341534 
Monday, 9 Dec 2013
11:37 sunpoet search for other commits by this committer
- Update to 20131206
Original commitRevision:335972 
Tuesday, 19 Nov 2013
10:12 sunpoet search for other commits by this committer
- Add my LOCAL to MASTER_SITES
- Add LICENSE
- Sort USES
Original commitRevision:334295 
Monday, 4 Nov 2013
10:49 bapt search for other commits by this committer
Support stage, use bsdtar to extract
Original commitRevision:332687 
Friday, 20 Sep 2013
18:30 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
german)
Original commitRevision:327732 
Sunday, 4 Aug 2013
12:47 az search for other commits by this committer
- Convert to new perl framework

Approved by:	bapt@ (office@)
Original commitRevision:324225 
Tuesday, 7 May 2013
13:12 bapt search for other commits by this committer
Add some shebangfix to allow building most of the ports tree without
/usr/bin/perl

Submitted by:	John Marino
Obtained from:	DPorts
Original commitRevision:317605 
Thursday, 28 Jun 2012
02:17 sunpoet search for other commits by this committer
- Update to 20120607
Original commit
Wednesday, 17 Aug 2011
18:03 sunpoet search for other commits by this committer
- Set DIST_SUBDIR: move dist files to DISTDIR/hunspell
Original commit
Friday, 12 Aug 2011
19:17 sunpoet search for other commits by this committer
- Unify COMMENT and pkg-descr
- Set WRKSRC
- Fix typo
- Add trailing slash of WWW
Original commit
Tuesday, 9 Aug 2011
13:33 sunpoet search for other commits by this committer
- Fix PLIST: explicitly list installing filenames
- Fix typo
Original commit
Monday, 1 Aug 2011
21:58 bapt search for other commits by this committer
Fix build

Reported by:    pointyhat (pav@)
Original commit
Friday, 29 Jul 2011
13:11 sunpoet search for other commits by this committer
- 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
Original commit
Thursday, 28 Jul 2011
07:12 sunpoet search for other commits by this committer
- Add perl as build dependency [1]
- Use PLIST_DIRSTRY for PREFIX/share/hunspell
- Bump PORTREVISION for PLIST change
- Cosmetic change

Reported by:    pointyhat [1]
Original commit
Monday, 25 Jul 2011
08:53 sunpoet search for other commits by this committer
- Fix typo
Original commit
Friday, 22 Jul 2011
05:30 bapt search for other commits by this committer
Pass matainership to the new office team
Original commit
Wednesday, 20 Jul 2011
14:01 bapt search for other commits by this committer
Add german hunspell dictionnaries
Original commit

Number of commits found: 38