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: games/gtypist/Makefile

Number of commits found: 51

Wednesday, 17 Apr 2024
20:30 Christian Weisgerber (naddy) search for other commits by this committer
*/*: Remove GNU_CONFIGURE_MANPREFIX

After 9fd7ee1cdf6c remove GNU_CONFIGURE_MANPREFIX from my ports.
commit hash: 5d55ec5b181a39f1c0e4b5c1676a9365aa05fde9 commit hash: 5d55ec5b181a39f1c0e4b5c1676a9365aa05fde9 commit hash: 5d55ec5b181a39f1c0e4b5c1676a9365aa05fde9 commit hash: 5d55ec5b181a39f1c0e4b5c1676a9365aa05fde9 5d55ec5
Saturday, 27 Jan 2024
10:52 Gleb Popov (arrowd) search for other commits by this committer Author: Christian Weisgerber
*/*: Move manpages to share/man

Approved by:	portmgr (blanket)
commit hash: 533d7de9eba1852e3f4393dd823ba9955aba1e53 commit hash: 533d7de9eba1852e3f4393dd823ba9955aba1e53 commit hash: 533d7de9eba1852e3f4393dd823ba9955aba1e53 commit hash: 533d7de9eba1852e3f4393dd823ba9955aba1e53 533d7de
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
Thursday, 23 Sep 2021
16:22 Baptiste Daroussin (bapt) search for other commits by this committer
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
commit hash: 266130ce71ef2f1cd944a70789bf003da3254c29 commit hash: 266130ce71ef2f1cd944a70789bf003da3254c29 commit hash: 266130ce71ef2f1cd944a70789bf003da3254c29 commit hash: 266130ce71ef2f1cd944a70789bf003da3254c29 266130c
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
Wednesday, 25 Nov 2020
18:28 naddy search for other commits by this committer
Add category education.
Original commitRevision:556302 
Thursday, 2 Jan 2020
09:46 bapt search for other commits by this committer
Make sure we can link also with libncurses.so if built with wildchar support
Original commitRevision:521818 
Saturday, 10 Nov 2018
18:12 bapt search for other commits by this committer
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
Original commitRevision:484628 
Thursday, 8 Dec 2016
19:23 tijl search for other commits by this committer
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.
Original commitRevision:428150 
Monday, 21 Nov 2016
15:01 marino search for other commits by this committer
games/gtypist: Support ports-bases ncurses

This software must be ancient because it expects the required wide
ncurses headers to be only at <ncursesw/ncurses.h>.  The previous
workaround symlinked the base headers to the work directory.

Instead, fix the 5 source files via sed and bypass the conftest.

Approved by:	ncurses blanket
Original commitRevision:426726 
Thursday, 4 Feb 2016
21:39 marino search for other commits by this committer
games/gtypist: document ncurses requirement (USES+=ncurses)

approved by:	infrastructure blanket
Original commitRevision:408101 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386312 
Sunday, 31 Aug 2014
19:26 naddy search for other commits by this committer
Update to 2.9.5 for minor fixes.
Original commitRevision:366816 
Thursday, 17 Apr 2014
21:23 naddy search for other commits by this committer
Update to 2.9.4 for minor fixes.
Original commitRevision:351498 
Thursday, 13 Mar 2014
16:11 naddy search for other commits by this committer
USE_BZIP2 -> USES+=tar:bzip2
USE_XZ    -> USES+=tar:xz
Original commitRevision:348096 
Monday, 30 Sep 2013
20:23 naddy search for other commits by this committer
This uses iconv even with NLS off.
Original commitRevision:328864 
16:16 naddy search for other commits by this committer
Support staging.
Use option helpers.
Fix build with NLS option off.
Original commitRevision:328828 
Friday, 20 Sep 2013
17:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
Original commitRevision:327730 
Thursday, 1 Aug 2013
20:22 naddy search for other commits by this committer
For all my ports
* remove MAKE_JOBS_SAFE (default now)
* change USE_GMAKE=yes to USES=gmake
Original commitRevision:324122 
Monday, 10 Jun 2013
15:46 naddy search for other commits by this committer
Update to 2.9.3 for minor bug fixes.
Original commitRevision:320490 
Wednesday, 24 Apr 2013
18:10 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Original commitRevision:316464 
Tuesday, 18 Dec 2012
15:44 naddy search for other commits by this committer
- Update to 2.9.2:
  Fixes a collision between Unicode 0x107 (c with acute) and KEY_BACKSPACE
- Switch to OptionsNG
Original commitRevision:309191 
Saturday, 15 Sep 2012
20:00 naddy search for other commits by this committer
Remove pointless header lines from ports I created once upon a time.
Original commitRevision:304323 
Wednesday, 30 Nov 2011
19:00 naddy search for other commits by this committer
Update to 2.9.1, no significant changes.

Feature safe:   yes
Original commit
Sunday, 6 Nov 2011
21:04 naddy search for other commits by this committer
Update to 2.9:
* UTF-8 support
* new lessons
* new Polish and Turkish translations, Spanish info file
Original commit
Tuesday, 4 Oct 2011
20:06 naddy search for other commits by this committer
Update to 2.8.5: minor bug fixes.
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Wednesday, 25 Mar 2009
16:24 naddy search for other commits by this committer
Mark MAKE_JOBS_SAFE for parallel building.
Original commit
Thursday, 19 Feb 2009
15:09 naddy search for other commits by this committer
Update to 2.8.3: really fix a bug regarding rounding of error rates.
Original commit
Wednesday, 4 Feb 2009
21:05 naddy search for other commits by this committer
Update to 2.8.2: fixes a rounding error and adds Basque translation.
Original commit
Friday, 6 Jun 2008
13:31 edwin search for other commits by this committer
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)
Original commit
Monday, 2 Jun 2008
14:42 naddy search for other commits by this committer
Sync with bug fix release 2.8.1.  No code changes.
Original commit
Wednesday, 28 May 2008
19:23 naddy search for other commits by this committer
Update to 2.8.  No major changes.
Original commit
Sunday, 11 Jul 2004
10:55 krion search for other commits by this committer
Support WITHOUT_NLS
Original commit
Wednesday, 4 Feb 2004
04:36 marcus search for other commits by this committer
Add USE_GETTEXT and bump PORTREVISION.

Submitted by:   trevor
Tested by:      bento
Original commit
Friday, 23 Jan 2004
18:12 trevor search for other commits by this committer
Now gettext 0.12.1 is gettext-old.
Original commit
Friday, 3 Oct 2003
20:51 naddy search for other commits by this committer
Update to 2.7.  Notable changes:
- New menu-based ncurses interface, replacing function keys.
- Additional support for other languages.
- Miscellaneous improvements all over.
Original commit
Tuesday, 26 Aug 2003
20:25 marcus search for other commits by this committer
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.

Prodded by:     kris
Original commit
Monday, 25 Aug 2003
05:41 marcus search for other commits by this committer
Chase the libintl.so shared lib version.
Original commit
Friday, 21 Feb 2003
12:52 naddy search for other commits by this committer
pkg-comment -> COMMENT
Original commit
Friday, 6 Sep 2002
00:10 naddy search for other commits by this committer
Update to 2.6.2.  Minor changes only.
Original commit
Thursday, 1 Aug 2002
16:22 ade search for other commits by this committer
Chase shlib rev of devel/gettext

Submitted by:   lots and lots
Pointy hat to:  ade
Original commit
Friday, 19 Jul 2002
18:11 naddy search for other commits by this committer
Update to 2.6.  Notable changes in this release:
- New `typefortune' (perl-)script which creates lessons from `fortune'.
- New interface messages in Czech.
- New lessons in Czech.
Original commit
Friday, 12 Apr 2002
17:10 ade search for other commits by this committer
gettext upgrade uber-patch (stage 3)

- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
  with a "-old" suffix -- gettext-old will have its deorbit burn
  sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order

Reviewed by:    portmgr
Original commit
Friday, 15 Mar 2002
19:44 ade search for other commits by this committer
Stage 1 of gettext update.

Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies

Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old

Reviewed by:    portmgr
Original commit
Tuesday, 22 Jan 2002
15:28 naddy search for other commits by this committer
Update to 2.5:  various fixes, new French translation.    
Original commit
Thursday, 15 Nov 2001
23:04 naddy search for other commits by this committer
Update to 2.4.1.    
Original commit
Saturday, 3 Nov 2001
22:22 naddy search for other commits by this committer
Update my MAINTAINER address.    
Original commit
Friday, 19 Oct 2001
17:45 kevlo search for other commits by this committer
Update to version 2.4    
Original commit
Sunday, 27 May 2001
17:50 ijliao search for other commits by this committer
add gtypist   Interactive typing tutor    
Original commit

Number of commits found: 51