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: graphics/nomacs/files/patch-cmake_Unix.cmake

Number of commits found: 5

Monday, 30 Mar 2020
05:56 fernape search for other commits by this committer
graphics/nomacs: Update to 3.14.2, take MAINTAINER

ChangeLog: https://github.com/nomacs/nomacs/releases

* Themes added (light and dark)
	* RAW loader improvements
	* Anti-aliasing improved
	* Printing improved
	* Batch cropping added
	* Support for more file formats
	* Start-up time reduced
	* And various bug fixes

Submitter requests maintainership

PR:     245079
Submitted by:   vidar@karlsen.tech
Original commitRevision:529861 
Monday, 29 Jan 2018
11:45 rakuco search for other commits by this committer
Add a patch to drop CMake calls to QT5_WRAP_CPP().

cmake/Utils.cmake already sets CMAKE_AUTOMOC to on.

Calling QT5_WRAP_CPP() used to be just redundant, as QUAZIP_MOC_SRC and
LIBQPSD_MOC_SRC were never actually added as source dependencies in
MacBuildTarget.cmake and UnixBuildTarget.cmake. In other words, CMake's own
automoc infrastructure was actually being used and the moc invocations from
QT5_WRAP_CPP() were not being made at all.

Starting with Qt 5.9.4, calling QT5_WRAP_CPP() disables the AUTOMOC property on
the macro's input files, which means neither CMake's automoc infrastructure not
QT5_WRAP_CPP()'s code were being used and we ended up with several 'undefined
reference to vtable' errors when linking.

Sent upstream: https://github.com/nomacs/nomacs/pull/187

PR:		225436
Original commitRevision:460286 
Friday, 15 Sep 2017
18:31 adridg search for other commits by this committer
Update nomacs to 3.6.1.

 - previous version 2.2.0 from 2014, used Qt4, did not build with CMake 3.9
 - current released version from 2017, Qt5

Maintainer timeout (16 days)

PR:		221918
Approved by:	rakuco (mentor)
Submitted by:	tcberner
Original commitRevision:449919 
Monday, 8 Dec 2014
23:05 rakuco search for other commits by this committer
Fix problems introduced in r374261.

* Fix the plist.
* Add patch to properly look for and link against pthreads, required by the
  bundled webp copy used by the port (this fixes the build on FreeBSD >=
  10). Ideally, we should just use webp from ports instead.

PR:		192046
Original commitRevision:374340 
12:48 rodrigo search for other commits by this committer
Upgrade to release 2.2.0

PR:		ports/192046
Submitted by:	rodrigo
Original commitRevision:374261 

Number of commits found: 5