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: devel/tradcpp/Makefile

Number of commits found: 19

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
Sunday, 19 Jan 2020
11:09 sunpoet search for other commits by this committer
Update manpage location (r523104)
Original commitRevision:523533 
Wednesday, 23 Jan 2019
00:00 sunpoet search for other commits by this committer
Update to 0.5.3

- Fix markup typo in the man page.
- Abort on line numbering or column numbering overflow. Line numbers are limited
  to values that fit in "unsigned int". Also reject input lines longer than
  2^32-1 characters. It seems reasonable to presume that any input that violates
  these constraints is someone screwing around and not a serious attempt to
  compile or preprocess anything useful. Done in response to n2129, but without
  getting into any of the silliness found there.
- Recognize __ia64__ for IA64 builds.
- Recognize __aarch64__ for 64-bit ARM builds, as sent in by various people.
- Recognize __riscv__ and __riscv64__ for risc-v builds.
Original commitRevision:490997 
Saturday, 19 Nov 2016
17:02 sunpoet search for other commits by this committer
- Update to 0.5.2
- Add my LOCAL to MASTER_SITES

- Fix typo in -U usage message, noticed by Joerg.
- Add a -debuglog option to send an execution trace to a file. Intended to be
  used when debugging imake templates and other complex input, not for debugging
  tradcpp itself.
Original commitRevision:426399 
Wednesday, 9 Dec 2015
14:26 sunpoet search for other commits by this committer
- Cosmetic change
- Reformat pkg-descr
- Take maintainership
Original commitRevision:403392 
Tuesday, 8 Dec 2015
14:37 bapt search for other commits by this committer
Drop maintainership on a bunch of ports
Original commitRevision:403273 
Saturday, 27 Jun 2015
01:23 bapt search for other commits by this committer
Update to 0.5.1
Original commitRevision:390685 
Thursday, 26 Dec 2013
17:45 bapt search for other commits by this committer
Give precision on license
Original commitRevision:337576 
Tuesday, 24 Sep 2013
11:26 bapt search for other commits by this committer
Add uidfix uses in preparation to allow packaging as a user
Original commitRevision:328112 
Monday, 23 Sep 2013
06:12 bapt search for other commits by this committer
Fix after stage conversion
Original commitRevision:327925 
06:07 bapt search for other commits by this committer
Use stage
Original commitRevision:327918 
Friday, 20 Sep 2013
17:17 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
Original commitRevision:327726 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Monday, 15 Jul 2013
21:00 bapt search for other commits by this committer
Update to 0.4
Original commitRevision:323079 
Wednesday, 10 Jul 2013
10:10 bapt search for other commits by this committer
Update to 0.3.1
Original commitRevision:322636 
Monday, 17 Jun 2013
10:58 bapt search for other commits by this committer
Update to 0.3:
Changes:
- Don't eval the control expression of the first #if of a block when
  already in a false block; it might not be valid
- Don't recognize comments within character constants.
- Don't recognize macro argument parentheses or commas within strings,
  or within character constants either.
Original commitRevision:321092 
Wednesday, 12 Jun 2013
05:47 bapt search for other commits by this committer
Update to 0.2
Changes:
  - auto-recognize more builtin PowerPC and mips macros
  - pass -Wunused
  - allow absolute paths in include files
  - don't use getprogname() in the name of portability
  - add tests
  - clean out usage of sys/cdefs.h macros and don't use the implementation
    namespace
  - make -Wcomment work again
  - fix handling of relative includes
  - provide a man page
  - other minor improvements
Original commitRevision:320658 
Tuesday, 11 Jun 2013
10:55 bapt search for other commits by this committer
tradcpp is a traditional (K&R-style) preprocessor.

It has the particular property that it doesn't (for the most part)
trash whitespace, so it can be used on makefiles.

This is only release 0.1; it is missing some features and doubtless
has quite a few bugs, but it's capable of building at least some
packages when used with imake.
Original commitRevision:320546 

Number of commits found: 19