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: editors/openoffice-devel/files/patch-sdext_source_pdfimport_makefile.mk

Number of commits found: 2

Monday, 21 Mar 2016
05:53 truckman search for other commits by this committer
Upgrade to upstream svn revision r1735889.  This contains the
CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT pipe fix [1].  It also contains
a slightly different fix for building with boost 1.60, so delete
patch-sdext_source_pdfimport_makefile.mk, which is no longer needed.

Delay running gnome-post-install until the plist has been generated by
post-install so that the icons are detected and gtk-update-icon-cache
gets run when the package is installed. [2]

Add missing USES=shared-mime-info.

PR:		207301 [1]
PR:		208026 [2]
Original commitRevision:411540 
Thursday, 11 Feb 2016
15:40 truckman search for other commits by this committer
Unbreak PDF Import extension when building with modern boost.  Similar
to the patch by amdmi3, link the extension with -lboost_system, but
only do this in the --with-system-boost case.  Doing this unconditionally
would break building with the bundled boost because only the boost headers
are available and the boost libraries are not built.  This is still a bit
pessimal because -lboost_system may be used when it is not strictly
necessary (when the system boost is old), but it is likely that this is
only relevant to FreeBSD and we are in the process of upgrading boost.
This fix should be acceptable upstream.

Re-enable the PDF Import extension by default.

When the PDF Import extension is enabled, promote boost from BUILD_DEPENDS
to LIB_DEPENDS.

Tested with PDFIMPORT both on and off.  Also tested with PDFIMPORT on,
--with-system-boost disabled, and boost removed from *_DEPENDS.

PR:		207073, 199601
Original commitRevision:408688 

Number of commits found: 2