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: www/litmus/files/patch-Makefile.in

Number of commits found: 2

Saturday, 21 Feb 2015
11:05 marino search for other commits by this committer
www/litmus: The "DONTSTRIP" hack didn't work, let's use BSD_INSTALL_* !

Modern binutils squawks if an attempt to strip an non-executable is made,
as seen below DONTSTRIP doesn't work, at least not in all cases:

DONTSTRIP=1 install  -s -o root -g wheel -m 555 ./litmus
  /wrkdirs/www/litmus/work/stage/usr/local/bin/litmus
/usr/libexec/binutils224/elf/strip:
  /wrkdirs/www/litmus/work/stage/usr/local/bin/litmus:
  File format not recognized

I closer look at the Makefile.in patch revealed that BSD_INSTALL_SCRIPT
should have been used instead.  While here, convert all the install
variables to BSD_INSTALL_*

Approved by:	just fix it
Original commitRevision:379496 
Wednesday, 11 Feb 2015
09:04 pi search for other commits by this committer
New port: www/litmus

WebDAV server protocol compliance test suite.

Tests include:
- OPTIONS for DAV: header
- PUT, GET with byte comparison
- MKCOL
- DELETE (collections, non-collections)
- COPY, MOVE using combinations of:
  o overwrite t/f
  o destination exists/doesn't exist
  o collection/non-collection
- Property manipulation and querying:
  o set, delete, replace properties
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commitRevision:378822 

Number of commits found: 2