diff options
author | Slávek Banko <[email protected]> | 2020-02-18 19:50:22 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-04-27 23:22:25 +0200 |
commit | 4015e6cf3ce7a2787b4d9d8aee4c860c28c110fb (patch) | |
tree | c4821fd4feebc8bb562fd5b3bda7ec3556fb1a69 /freebsd/dependencies/libart-lgpl | |
parent | 37c9371d70f9aeffc435b896e88bf20b490cfd55 (diff) | |
download | tde-packaging-4015e6cf3ce7a2787b4d9d8aee4c860c28c110fb.tar.gz tde-packaging-4015e6cf3ce7a2787b4d9d8aee4c860c28c110fb.zip |
FreeBSD: Update for final release R14.0.8.r14.0.8
Switch from gmake to ninja for CMake builds.
Switch several applications to CMake.
Add ports for several applications.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'freebsd/dependencies/libart-lgpl')
-rw-r--r-- | freebsd/dependencies/libart-lgpl/Makefile | 2 | ||||
-rw-r--r-- | freebsd/dependencies/libart-lgpl/distinfo | 6 | ||||
-rw-r--r-- | freebsd/dependencies/libart-lgpl/pkg-plist | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/freebsd/dependencies/libart-lgpl/Makefile b/freebsd/dependencies/libart-lgpl/Makefile index 471637f45..cae077ed5 100644 --- a/freebsd/dependencies/libart-lgpl/Makefile +++ b/freebsd/dependencies/libart-lgpl/Makefile @@ -27,7 +27,7 @@ post-patch: tde-pathfix do-configure: tde-cmake-prepare ${TDE_CMAKE_CONFIGURE} \ -DCMAKE_INSTALL_PREFIX="${PREFIX}" \ - -DPKGCONFIG_INSTALL_DIR="${PREFIX}/libdata/pkgconfig" + -DPKGCONFIG_INSTALL_DIR="${PREFIX}/libdata/pkgconfig" \ -DBUILD_ALL="ON" \ -DWITH_ALL_OPTIONS="ON" diff --git a/freebsd/dependencies/libart-lgpl/distinfo b/freebsd/dependencies/libart-lgpl/distinfo index 3750b57f4..fb43678da 100644 --- a/freebsd/dependencies/libart-lgpl/distinfo +++ b/freebsd/dependencies/libart-lgpl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1576725656 -SHA256 (TDE/dependencies/libart-lgpl_14.0.7.orig.tar.xz) = e87e8e3c89f5363130b5d2d1a28e0a7f539d5dbc3fa450dec14bf15bb725b909 -SIZE (TDE/dependencies/libart-lgpl_14.0.7.orig.tar.xz) = 117088 +TIMESTAMP = 1586647588 +SHA256 (TDE/dependencies/libart-lgpl_14.0.8.orig.tar.xz) = ec53780d06a1b950844f1a5a736ddb7165fcb9cbcfbf3e48706725dec12c4fb7 +SIZE (TDE/dependencies/libart-lgpl_14.0.8.orig.tar.xz) = 118184 diff --git a/freebsd/dependencies/libart-lgpl/pkg-plist b/freebsd/dependencies/libart-lgpl/pkg-plist index d960ad9ab..fe52df05a 100644 --- a/freebsd/dependencies/libart-lgpl/pkg-plist +++ b/freebsd/dependencies/libart-lgpl/pkg-plist @@ -49,4 +49,4 @@ lib/libart_lgpl_2.so.2 lib/libart_lgpl_2.so.2.3.21 lib/libart_lgpl_2.so.5 libdata/pkgconfig/libart-2.0.pc -share/man/man1/libart2-config.1 +share/man/man1/libart2-config.1.gz |