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: databases/postgis33/Makefile

Number of commits found: 18

Monday, 15 Apr 2024
04:44 Loïc Bartoletti (lbartoletti) search for other commits by this committer
graphics/proj: Update to 9.4.0
commit hash: e3ecaf6c0a8636d8b7fa2d4fb35809b0672f467f commit hash: e3ecaf6c0a8636d8b7fa2d4fb35809b0672f467f commit hash: e3ecaf6c0a8636d8b7fa2d4fb35809b0672f467f commit hash: e3ecaf6c0a8636d8b7fa2d4fb35809b0672f467f e3ecaf6
Friday, 1 Mar 2024
06:40 Loïc Bartoletti (lbartoletti) search for other commits by this committer
databases/postgis33: bump to 3.3.6
commit hash: 1fae674c7e2283a17e52ec87879d7a2bb5d72db8 commit hash: 1fae674c7e2283a17e52ec87879d7a2bb5d72db8 commit hash: 1fae674c7e2283a17e52ec87879d7a2bb5d72db8 commit hash: 1fae674c7e2283a17e52ec87879d7a2bb5d72db8 1fae674
Friday, 22 Dec 2023
08:13 Loïc Bartoletti (lbartoletti) search for other commits by this committer
databases/sfcgal: Update to 1.5.1
commit hash: 32e071bce273c4a5c120f1c26c5048504958d2cc commit hash: 32e071bce273c4a5c120f1c26c5048504958d2cc commit hash: 32e071bce273c4a5c120f1c26c5048504958d2cc commit hash: 32e071bce273c4a5c120f1c26c5048504958d2cc 32e071b
Wednesday, 22 Nov 2023
17:33 Loïc Bartoletti (lbartoletti) search for other commits by this committer
databases/postgis*: Bump to latest versions

Changes:
  - https://postgis.net/2023/11/PostGIS-Patch-Releases/
commit hash: bfb81ec02b8e041b7f0a3b9e682b2a797a23a17b commit hash: bfb81ec02b8e041b7f0a3b9e682b2a797a23a17b commit hash: bfb81ec02b8e041b7f0a3b9e682b2a797a23a17b commit hash: bfb81ec02b8e041b7f0a3b9e682b2a797a23a17b bfb81ec
Wednesday, 1 Nov 2023
05:30 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/postgis33: Fix build on FreeBSD 12 by using c++14 explicitly

The error message is as follows:
cc -std=c++11 -x c++ -I../../liblwgeom -I../../liblwgeom -I./include 
-I/usr/local/include -I/usr/local/include -I/usr/local/include
-I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include
-I/usr/local/include/json-c -I/usr/local/include -DNDEBUG -I/usr/local/include
-isystem /usr/local/include -O2 -pipe -fstack-protector-strong -isystem
/usr/local/include -fno-strict-aliasing  -isystem /usr/local/include   -fPIC
-DPIC -c -o flatgeobuf_c.o flatgeobuf_c.cpp
In file included from flatgeobuf_c.cpp:26:
In file included from ./feature_generated.h:7:
In file included from ./include/flatbuffers/flatbuffers.h:22:
In file included from ./include/flatbuffers/array.h:20:
In file included from ./include/flatbuffers/base.h:237:
In file included from /usr/local/include/absl/strings/string_view.h:39:
In file included from /usr/local/include/absl/base/attributes.h:37:
In file included from /usr/local/include/absl/base/config.h:86:
/usr/local/include/absl/base/policy_checks.h:79:2: error: "C++ versions less
than C++14 are not supported."
#error "C++ versions less than C++14 are not supported."
 ^
1 error generated.
gmake[4]: *** [Makefile:56: flatgeobuf_c.o] Error 1
gmake[4]: Leaving directory
'/wrkdirs/usr/ports/databases/postgis33/work/postgis-3.3.4/deps/flatgeobuf'
gmake[3]: *** [Makefile:219: ../deps/flatgeobuf/libflatgeobuf.la] Error 2
gmake[3]: Leaving directory
'/wrkdirs/usr/ports/databases/postgis33/work/postgis-3.3.4/postgis'
gmake[2]: *** [GNUmakefile:24: all] Error 1
gmake[2]: Leaving directory
'/wrkdirs/usr/ports/databases/postgis33/work/postgis-3.3.4'
gmake[1]: *** [Makefile:7: all] Error 2
gmake[1]: Leaving directory
'/wrkdirs/usr/ports/databases/postgis33/work/postgis-3.3.4'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the
maintainer.
*** Error code 1

Approved by:	portmgr (blanket)
commit hash: 80c578f61a9e46025df7bedd3114bc8f990ce0cd commit hash: 80c578f61a9e46025df7bedd3114bc8f990ce0cd commit hash: 80c578f61a9e46025df7bedd3114bc8f990ce0cd commit hash: 80c578f61a9e46025df7bedd3114bc8f990ce0cd 80c578f
02:09 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/postgis33: Fix LOADERGUI option

- Bump PORTREVISION for dependency change

There's no USE_GNOME=desktop-file-utils but USES=desktop-file-utils.
commit hash: 78fa0e3ca9a2964caffc21ae2d19983ee6ee10eb commit hash: 78fa0e3ca9a2964caffc21ae2d19983ee6ee10eb commit hash: 78fa0e3ca9a2964caffc21ae2d19983ee6ee10eb commit hash: 78fa0e3ca9a2964caffc21ae2d19983ee6ee10eb 78fa0e3
Tuesday, 31 Oct 2023
15:58 Loïc Bartoletti (lbartoletti) search for other commits by this committer
databases/sfcgal: Update to 1.5.0

Changes:
  - https://gitlab.com/sfcgal/SFCGAL/-/blob/v1.5.0/NEWS?ref_type=tags#L1-15
commit hash: 15345438fc89771c54018b2d6b27315a09bd7134 commit hash: 15345438fc89771c54018b2d6b27315a09bd7134 commit hash: 15345438fc89771c54018b2d6b27315a09bd7134 commit hash: 15345438fc89771c54018b2d6b27315a09bd7134 1534543
Thursday, 3 Aug 2023
04:34 Loïc Bartoletti (lbartoletti) search for other commits by this committer
databases/postgis33: Update to 3.3.4

News:
  - https://postgis.net/2023/07/PostGIS-3.3.4-Patch-Release/
commit hash: 214a19142b172029d50fba75dca3ff81e2170337 commit hash: 214a19142b172029d50fba75dca3ff81e2170337 commit hash: 214a19142b172029d50fba75dca3ff81e2170337 commit hash: 214a19142b172029d50fba75dca3ff81e2170337 214a191
Thursday, 27 Jul 2023
07:50 Loïc Bartoletti (lbartoletti) search for other commits by this committer
databases/postgis33: Update to 3.3.3

Changes:
  - https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.3.3/NEWS
commit hash: 30977f976d20d477506005d1e704722509124193 commit hash: 30977f976d20d477506005d1e704722509124193 commit hash: 30977f976d20d477506005d1e704722509124193 commit hash: 30977f976d20d477506005d1e704722509124193 30977f9
Wednesday, 26 Jul 2023
19:58 Loïc Bartoletti (lbartoletti) search for other commits by this committer
graphics/proj: Update to 9.2.1
commit hash: 94ecbdcacc2083fe7f08c30604b0834597d5d524 commit hash: 94ecbdcacc2083fe7f08c30604b0834597d5d524 commit hash: 94ecbdcacc2083fe7f08c30604b0834597d5d524 commit hash: 94ecbdcacc2083fe7f08c30604b0834597d5d524 94ecbdc
Saturday, 27 May 2023
04:08 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
graphics/gdal: Update to 3.7.0

Changes:	https://github.com/OSGeo/gdal/releases
		https://github.com/OSGeo/gdal/blob/release/3.7/NEWS.md
commit hash: 17dbcfa0af86d4d84e82806c267d8c8c7159c1ed commit hash: 17dbcfa0af86d4d84e82806c267d8c8c7159c1ed commit hash: 17dbcfa0af86d4d84e82806c267d8c8c7159c1ed commit hash: 17dbcfa0af86d4d84e82806c267d8c8c7159c1ed 17dbcfa
Sunday, 23 Apr 2023
09:09 Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b 8d3e020
Saturday, 15 Apr 2023
13:14 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Remove pointers to EOLed pgsql versions

- Remove dotted pgsql versions

Approved by:	portmgr
commit hash: a40c0e7d8311e72078684f0a7ee388966a6adaf9 commit hash: a40c0e7d8311e72078684f0a7ee388966a6adaf9 commit hash: a40c0e7d8311e72078684f0a7ee388966a6adaf9 commit hash: a40c0e7d8311e72078684f0a7ee388966a6adaf9 a40c0e7
Thursday, 9 Mar 2023
12:42 Loïc Bartoletti (lbartoletti) search for other commits by this committer
graphics/proj: Update to 9.2.0
commit hash: 486ea1d293d02cd4afaab696b71c6c3d205b57dd commit hash: 486ea1d293d02cd4afaab696b71c6c3d205b57dd commit hash: 486ea1d293d02cd4afaab696b71c6c3d205b57dd commit hash: 486ea1d293d02cd4afaab696b71c6c3d205b57dd 486ea1d
Wednesday, 18 Jan 2023
14:48 Loïc Bartoletti (lbartoletti) search for other commits by this committer
graphics/proj: Update to 9.1.1
commit hash: 3db760ad79ec3a2494d776c56a89c6a3eed8f537 commit hash: 3db760ad79ec3a2494d776c56a89c6a3eed8f537 commit hash: 3db760ad79ec3a2494d776c56a89c6a3eed8f537 commit hash: 3db760ad79ec3a2494d776c56a89c6a3eed8f537 3db760a
Thursday, 17 Nov 2022
08:20 Loïc Bartoletti (lbartoletti) search for other commits by this committer
graphics/proj: Update to 9.1.0

Release notes:
https://proj.org/news.html#id37

Also remove proj-data dependency.

You can use proj to retrieve data or install graphics/proj-data
manually.
commit hash: de3b9f557801bb43af80c0e2bd6085a70a783631 commit hash: de3b9f557801bb43af80c0e2bd6085a70a783631 commit hash: de3b9f557801bb43af80c0e2bd6085a70a783631 commit hash: de3b9f557801bb43af80c0e2bd6085a70a783631 de3b9f5
Tuesday, 15 Nov 2022
07:38 Loïc Bartoletti (lbartoletti) search for other commits by this committer
databases/postgis3*: Update to latest versions

Releases note:
http://postgis.net/2022/11/13/postgis-3.3.2-3.2.4-3.1.8-3.0.8-patch-releases/
commit hash: d7ab8a101306112940166dfe48d9ff2939418ea1 commit hash: d7ab8a101306112940166dfe48d9ff2939418ea1 commit hash: d7ab8a101306112940166dfe48d9ff2939418ea1 commit hash: d7ab8a101306112940166dfe48d9ff2939418ea1 d7ab8a1
Monday, 19 Sep 2022
19:53 Loïc Bartoletti (lbartoletti) search for other commits by this committer
databases/postgis33: Add new port

Release notes:
- https://postgis.net/2022/08/27/postgis-3.3.0-released/
- https://postgis.net/2022/09/10/postgis-3.3.1/

PR:		264913
Reported by:	darcy@dbitech.ca
commit hash: 0e65f0624cd1e67507a3de7adae0859b6462472c commit hash: 0e65f0624cd1e67507a3de7adae0859b6462472c commit hash: 0e65f0624cd1e67507a3de7adae0859b6462472c commit hash: 0e65f0624cd1e67507a3de7adae0859b6462472c 0e65f06

Number of commits found: 18