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/qgis/files/patch-src_core_CMakeLists.txt

Number of commits found: 4

Monday, 24 Aug 2020
06:43 lbartoletti search for other commits by this committer
graphics/qgis: Update to 3.14.15

 * Update to 3.14.15
 * Remove files/patch-src_core_CMakeLists.txt (upstreamed) [1]
 * Prepare for PyQt5 and Sip5 [2]

[1] https://github.com/qgis/QGIS/pull/38103
[2] Upstream PR https://github.com/qgis/QGIS/pull/37901 (included in 3.14.15)
and https://github.com/qgis/QGIS/pull/37842 (patches taken from commits)

PR:		248783
Approved by:	Rainer Hurling (maintainer)
Original commitRevision:546049 
Sunday, 16 Aug 2020
09:27 tcberner search for other commits by this committer
devel/cmake: update to 3.18.1

- update to 3.18.1
- new port devel/cmakedoc

Thanks to adridg@ for tackling most of the fallout.

PR:		248003
Exp-run by:	antoine
Original commitRevision:545091 
Wednesday, 1 Apr 2020
19:59 lbartoletti search for other commits by this committer
databases/grass7, math/saga, graphics/qgis and graphics/qgis-ltr: update to
latest versions

    - math/saga:
        - Update to 7.6.2
        - Use wxWidgets 3.0+ instead of 3.1+ since 3.1 is not a mandatory
version and this reduces the number of packages installed when you install saga
and qgis/grass (which requires version 3.0).

    - databases/grass7:
        - Update to 7.8.2 first version for python3 only
        - Use ${PY_NUMPY} variable
        - Readd openmp
        - Use wxPython40 for python3
        - Remove bash dependency. You can use any shell.
        - Rework the workaround in post-install (for / touch files). Fix the
long (random) standing issue with pkg-plist
        - Alphabetize USES and OPTIONS
        - Replace XX_configure_on by XX_configure_with as possible

    - graphics/qgis:
        - Update to 3.12.1
        - Remove patches (applied upstream or fixed in ports: pyqt5 / sip)

    - graphics/qgis-ltr:
        - Update to 3.10.4

PR:             241892, 244979
Reported by:    rainer hurling (maintainer), lbartoletti (maintainer)
Reviewed by:    tcberner (mentor), rainer hurling (maintainer)
Approved by:    tcberner (mentor), rainer hurling (maintainer)
Differential Revision:  https://reviews.freebsd.org/D24198
Original commitRevision:530236 
Friday, 20 Dec 2019
16:40 rakuco search for other commits by this committer
Update to 3.10.1.

For some months now, the build process of graphics/qgis 3.8.2 had problems
while using the QT5 QMap() function with large list like for proj6[1].
Compiling such long QMap() list with clang takes several hours instead of
some seconds or minutes[2], often it breaks the build.

It turns out that building that QMap() code with clang takes exhaustive
memory[3], for which a nice patch already exists on OpenBSD[4]. While this
OpenBSD patch builds fine on amd64, it needs another patch on i386 (usage of
'-O1' instead the clang specific patch '-mllvm -inline-threshold=128').

After we found a solution for the QMap problem, it was necessary to wait for
the release of QGIS 3.10.1 because of some tricky problems with proj6 / gdal
combinations[5] that should be avoided.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commitRevision:520519 

Number of commits found: 4