diff options
author | Slávek Banko <[email protected]> | 2021-10-27 04:21:15 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-10-29 13:25:04 +0200 |
commit | 0be4bb38e65d682e612205f5865a5529b42dc5f1 (patch) | |
tree | 9a67f67cdd05cbb6b67a396ba1d4293da17dd1fa /freebsd/dependencies/tqca-tls | |
parent | b9d33de3622fcad3fdfdc9b1464b4bc160f205ba (diff) | |
download | tde-packaging-0be4bb38e65d682e612205f5865a5529b42dc5f1.tar.gz tde-packaging-0be4bb38e65d682e612205f5865a5529b42dc5f1.zip |
FreeBSD: Update for final release R14.0.11.r14.0.11
Adjusted to new a layout of applications folder.
Pinetry-tqt package is not built within the tree.
Switch several applications to CMake.
Add ports for several applications.
Add port for cmake-trinity.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'freebsd/dependencies/tqca-tls')
-rw-r--r-- | freebsd/dependencies/tqca-tls/Makefile | 14 | ||||
-rw-r--r-- | freebsd/dependencies/tqca-tls/distinfo | 6 | ||||
-rw-r--r-- | freebsd/dependencies/tqca-tls/pkg-descr | 7 |
3 files changed, 11 insertions, 16 deletions
diff --git a/freebsd/dependencies/tqca-tls/Makefile b/freebsd/dependencies/tqca-tls/Makefile index 544afe7d7..9ba5bb9b8 100644 --- a/freebsd/dependencies/tqca-tls/Makefile +++ b/freebsd/dependencies/tqca-tls/Makefile @@ -8,27 +8,27 @@ PORTNAME= tqca-tls COMMENT= TLS plugin for the TQt Cryptographic Architecture (TQCA) TDE_PREVERSION= -MASTER_SITE_SUBDIR= t/${PORTNAME} +MASTER_SITE_SUBDIR= t/tqca PORTREVISION= 0 CATEGORIES= devel -DISTSRC= ${PORTNAME}-trinity-${TDE_VERSION}${TDE_PREVERSION} +DISTNAME= tqca_${TDE_VERSION}${TDE_PREVERSION:C/(~(pre|r|s)[0-9]*).*/\1/1} +DISTSRC= tqca-trinity-${TDE_VERSION}${TDE_PREVERSION} DIST_SUBDIR= TDE/dependencies PREFIX= ${LOCALBASE} - -BUILD_DEPENDS+= tqmake:${PORTSDIR}/x11/trinity/dependencies/tqmake - LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \ libtqca.so:${PORTSDIR}/x11/trinity/dependencies/tqca \ libssl.so:${PORTSDIR}/security/openssl -# Build + 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="OFF" \ + -DBUILD_TQCA_TLS="ON" \ -DWITH_ALL_OPTIONS="ON" do-build: tde-cmake-build diff --git a/freebsd/dependencies/tqca-tls/distinfo b/freebsd/dependencies/tqca-tls/distinfo index f1902afba..1f8cd5f91 100644 --- a/freebsd/dependencies/tqca-tls/distinfo +++ b/freebsd/dependencies/tqca-tls/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619182304 -SHA256 (TDE/dependencies/tqca-tls_14.0.10.orig.tar.xz) = b73e9932231a580b7716a81f8b7948842dffc07b5d35b9a95355074fd1691151 -SIZE (TDE/dependencies/tqca-tls_14.0.10.orig.tar.xz) = 53660 +TIMESTAMP = 1634899212 +SHA256 (TDE/dependencies/tqca_14.0.11.orig.tar.xz) = bef69b66b2879a14e57e260fc4f4a8519576de22b18b4e0ac53aaf37ce127a45 +SIZE (TDE/dependencies/tqca_14.0.11.orig.tar.xz) = 34996 diff --git a/freebsd/dependencies/tqca-tls/pkg-descr b/freebsd/dependencies/tqca-tls/pkg-descr index 80fabd133..8b29efb75 100644 --- a/freebsd/dependencies/tqca-tls/pkg-descr +++ b/freebsd/dependencies/tqca-tls/pkg-descr @@ -1,6 +1 @@ -TLS plugin for the TQt Cryptographic Architecture (TQCA) - -This is a plugin to provide SSL/TLS capability to programs that -utilize the TQt Cryptographic Architecture (TQCA). TQCA is a -library providing an easy API for several cryptographic -algorithms to TQt programs. +libtqca provides TQt interface for security plugins |