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: lang/tcl84/files/patch-warnings

Number of commits found: 2

Thursday, 9 Nov 2017
20:09 antoine search for other commits by this committer
Fix the context of some patches so that they apply with stricter patch(1)

PR:		223545
With hat:	portmgr
Original commitRevision:453865 
Tuesday, 27 Jun 2006
22:27 mi search for other commits by this committer
Fix up a few issues:
        . add recognition of the BSD-specific SIGINFO signal (to be
          submitted to authors);
        . avoid even extracting the compat/ subdirectory for fear
          of picking up a wrong declaration for a function defined
          in a system library;
        . force to use the system strstr() instead of building TCL's
          own (from compat/strstr.c);
        . similarly, use the system memmove() instead of the (identical)
          bcopy;
        . run the vendor's tests as part of the build -- the test failures
          are not fatal, but may help investigate problems;
        . fix up the two failing tests so that none currently fail on my two
          test systems (FreeBSD-6.1-STABLE i386 and amd64) (fixes submitted
          to authors);
        . quiet down the noisy warning, triggered in the thread-case by
          the re-#define of inet_ntoa() in tclUnixPort.h.

Bump PORTREVISION.
Original commit

Number of commits found: 2