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.

Sanity Test Failure
Friday, 5 Jun 2015
07:26 mi search for other commits by this committer
  • devel/critcl 3.1.12_3 Compiled Runtime in Tcl
    • devel/tcllib Collection of utility modules for Tcl Refresh
    • Split the compiled pieces out of tcllib into a slave port of its own to avoid
      a circular dependency: compiling C-files of tcllib requires critcl, but critcl
      requires the cmdline (pure-Tcl) component of tcllib.
      
      PR:		195863, 200612
      Approved by:	gahr (blanket)
      Original commitRevision:388573 

Sanity Test Results

devel/tcllib:

This command (FreshPorts code 1):

/usr/local/bin/sudo /usr/sbin/chroot -u dan /usr/FreshPorts/ports-jail
/make-port.sh /usr/local/PORTS-head devel/tcllib
2>/tmp/FreshPorts.devel.tcllib.make-error.2015.6.5.7.27.8.54206

produced this error:

Error message is: "/usr/local/PORTS-head/devel/tcllib/Makefile", line 50:
Malformed conditional (${PORT_OPTIONS:MDOCS} && !(defined(ALL_TARGET) &&
${ALL_TARGET:Mcritcl}))
"/usr/local/PORTS-head/devel/tcllib/Makefile", line 53: if-less else
"/usr/local/PORTS-head/devel/tcllib/Makefile", line 55: if-less endif
make: fatal errors encountered -- cannot continue

devel/tcllibc:

This command (FreshPorts code 1):

/usr/local/bin/sudo /usr/sbin/chroot -u dan /usr/FreshPorts/ports-jail
/make-port.sh /usr/local/PORTS-head devel/tcllibc
2>/tmp/FreshPorts.devel.tcllibc.make-error.2015.6.5.7.27.8.54206

produced this error:

Error message is: "/usr/local/PORTS-head/devel/tcllib/Makefile", line 50:
Malformed conditional (${PORT_OPTIONS:MDOCS} && !(defined(ALL_TARGET) &&
${ALL_TARGET:Mcritcl}))
"/usr/local/PORTS-head/devel/tcllib/Makefile", line 53: if-less else
"/usr/local/PORTS-head/devel/tcllib/Makefile", line 55: if-less endif
make: fatal errors encountered -- cannot continue