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, 3 Apr 2015
11:26 mat search for other commits by this committer
  • astro/gpsman 6.4.4.2 Tcl/Tk-based GPS management utility
    • audio/libgpod 0.8.3_3 Library for direct access to iPod/iPhone contents
      • audio/musicpd 0.18.23 Remote-controllable music daemon
        • audio/schism 20100101_3 Module tracker editor/player resembling impulse tracker Deleted
          • chinese/fcitx 4.2.8.6 Flexible Input Method Framework
            • comms/linrad 4.02_1 Amateur Radio DSP utility (SDR)
              • comms/usrp 3.4.3_4 Ettus Research USRP driver framework Deleted Broken Deprecated Expired Ignore
                • databases/datamodeler 4.0.0.833 Database modeling tool Deleted Deprecated Expired Ignore Restricted NO CDROM 
                  • devel/gearmand 1.0.6_5 Gearman C Server and Library Broken Deprecated Expiration Date Ignore
                    • devel/gearmand-devel 1.1.8_4 Gearman C Server and Library Deleted
                                                                                                                                                                                      (Only the first 10 of 91 items in this commit are shown above. View all ports for this commit)
                                                                                                                                                                                      Remove OSVERSION checks that do not make sense any more.
                                                                                                                                                                                      
                                                                                                                                                                                      For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
                                                                                                                                                                                      as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).
                                                                                                                                                                                      
                                                                                                                                                                                      Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
                                                                                                                                                                                      it is always needed, I renamed it, in one case, I merged two patches.
                                                                                                                                                                                      
                                                                                                                                                                                      Differential Revision:	https://reviews.freebsd.org/D2209
                                                                                                                                                                                      Original commitRevision:383107 

Sanity Test Results

emulators/i386-wine:

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 emulators/i386-wine
2>/tmp/FreshPorts.emulators.i386-wine.make-error.2015.4.3.11.29.12.3472

produced this error:

Error message is: "/usr/local/PORTS-head/emulators/i386-wine/Makefile.inc",
line 60: Malformed conditional (${OPSYS} != FreeBSD || (!(&& ${OSVERSION} <
900000) && !(${OSVERSION} >= 901000 && ${OSVERSION} < 1000000) &&
!(${OSVERSION} >= 1000510 && ${OSVERSION} < 1100000) && !(${OSVERSION} >=
1100048 && ${OSVERSION} < 1200000)))
"/usr/local/PORTS-head/emulators/i386-wine/Makefile", line 16: if-less
endif
make: fatal errors encountered -- cannot continue