diff options
author | Slávek Banko <[email protected]> | 2024-04-28 15:26:47 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2024-04-28 16:43:13 +0200 |
commit | 7f1d96cd60f9d6890fed200ce82d88f32007f39a (patch) | |
tree | f7269ecba7852debada6f39d2565d405e517e8f1 /freebsd/trinity.port.mk | |
parent | b0218c5e3ba43b95b7108c098ed6d27ac2f4a3c4 (diff) | |
download | tde-packaging-7f1d96cd60f9d6890fed200ce82d88f32007f39a.tar.gz tde-packaging-7f1d96cd60f9d6890fed200ce82d88f32007f39a.zip |
FreeBSD: Update for final R14.1.2.
Forced C++14 for cases where distribution ports are not ready for C++17.
Add ports for several applications.
Switch several ports to CMake.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'freebsd/trinity.port.mk')
-rw-r--r-- | freebsd/trinity.port.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/trinity.port.mk b/freebsd/trinity.port.mk index 2d978bcd2..db4cf0975 100644 --- a/freebsd/trinity.port.mk +++ b/freebsd/trinity.port.mk @@ -9,7 +9,7 @@ _INCLUDE_TRINITY_MK=yes ### General information -TDE_VERSION?= 14.1.1 +TDE_VERSION?= 14.1.2 TDE_PREFIX= /opt/trinity PREFIX= ${TDE_PREFIX} |