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: textproc/wv2/files/patch-cmake_FindIconv.cmake

Number of commits found: 3

Saturday, 29 Aug 2015
12:45 rakuco search for other commits by this committer
Clean up iconv-related patches.

The port is still linking to libiconv.so from ports on all FreeBSD releases,
but that will be dealt with separately.

For now:
- Remove patch-cmake_FindIconv.cmake. Since the iconv port is always present
  (sometimes due to an indirect dependency), the hacks in the patch are not
  necessary and the ports files are always found (this will change later and
  libc will be preferred on >= 10.1).
- Make patch-CMakeLists.txt smaller. It is fine to let the port check for
  sys/iconv.h, and the try_run() statement can be fixed on 9.3 by making
  sure the test program is built with iconv's paths and libraries.

Test-built on 9.3-i386, 10.1-amd64 and HEAD-amd64.
Original commitRevision:395552 
Thursday, 12 Sep 2013
10:07 fluffy search for other commits by this committer
- Fix build with base iconv on recent -CURRENT

Submitted by:	Stefan Esser (se@) via private mail
Original commitRevision:327050 
Saturday, 19 Sep 2009
11:24 fluffy search for other commits by this committer
- Update to 0.4.0 release
- Adopt

This required for upcoming KOffice-2.1 for KDE4

Approved by:    miwi (mentor)
Feature safe:   yes
Original commit

Number of commits found: 3