diff options
author | Alexander Shursha <kekek2@ya.ru> | 2024-12-19 11:08:51 +0300 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2025-06-30 16:57:32 +0200 |
commit | e81eda36a8fe2b02133674d52cd27f38a3b65d8b (patch) | |
tree | c1cef255be57e548c2868d0251de2cbdf11a9922 /databases | |
parent | filesystems/libblkid: Add new port (diff) |
*/*: Switch to misc/libuuid and misc/libblkid
PR: 221293
PR: 251489
PR: 257070
Diffstat (limited to 'databases')
-rw-r--r-- | databases/evolution-data-server/Makefile | 2 | ||||
-rw-r--r-- | databases/keydb/Makefile | 3 | ||||
-rw-r--r-- | databases/proxysql/Makefile | 4 | ||||
-rw-r--r-- | databases/recutils/Makefile | 4 | ||||
-rw-r--r-- | databases/xrootd/Makefile | 2 |
5 files changed, 8 insertions, 7 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index 0851e4fa27a6..c52ad0f692df 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS= libsoup-3.0.so:devel/libsoup3 \ libsecret-1.so:security/libsecret \ libcanberra-gtk3.so:audio/libcanberra-gtk3 \ libcanberra.so:audio/libcanberra \ - libuuid.so:misc/e2fsprogs-libuuid \ + libuuid.so:misc/libuuid \ libvulkan.so:graphics/vulkan-loader \ libgraphene-1.0.so:graphics/graphene diff --git a/databases/keydb/Makefile b/databases/keydb/Makefile index a638ccd58ae2..dc6d600eef55 100644 --- a/databases/keydb/Makefile +++ b/databases/keydb/Makefile @@ -1,6 +1,7 @@ PORTNAME= keydb DISTVERSIONPREFIX= v DISTVERSION= 6.3.4 +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= zi@FreeBSD.org @@ -13,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_i386= assertion failed: static_assert(sizeof(long) == sizeof(long long),"") BROKEN_powerpc= assertion failed: static_assert(sizeof(long) == sizeof(long long),"") -LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid \ +LIB_DEPENDS= libuuid.so:misc/libuuid \ liblz4.so:archivers/liblz4 \ libsnappy.so:archivers/snappy \ libzstd.so:archivers/zstd diff --git a/databases/proxysql/Makefile b/databases/proxysql/Makefile index 1a1f045d7791..24a1c73b91d3 100644 --- a/databases/proxysql/Makefile +++ b/databases/proxysql/Makefile @@ -1,5 +1,6 @@ PORTNAME= proxysql PORTVERSION= 2.6.6 +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= zi@FreeBSD.org @@ -18,10 +19,9 @@ BUILD_DEPENDS= aclocal:devel/automake \ ggrep:textproc/gnugrep \ libgcrypt>0:security/libgcrypt \ libtoolize:devel/libtool \ - e2fsprogs-libuuid>0:misc/e2fsprogs-libuuid \ gnutls>0:security/gnutls +LIB_DEPENDS= libuuid.so:misc/libuuid RUN_DEPENDS= libgcrypt>0:security/libgcrypt \ - e2fsprogs-libuuid>0:misc/e2fsprogs-libuuid \ gnutls>0:security/gnutls USES= compiler:c++11-lang gmake libtool perl5 python:build shebangfix diff --git a/databases/recutils/Makefile b/databases/recutils/Makefile index d28a59c27cd6..3ce645eb8312 100644 --- a/databases/recutils/Makefile +++ b/databases/recutils/Makefile @@ -1,6 +1,6 @@ PORTNAME= recutils DISTVERSION= 1.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= GNU @@ -10,7 +10,7 @@ WWW= https://www.gnu.org/software/recutils/ LICENSE= GPLv3+ -LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid +LIB_DEPENDS= libuuid.so:misc/libuuid USES= charsetfix cpe libtool makeinfo pkgconfig readline CPE_VENDOR= gnu diff --git a/databases/xrootd/Makefile b/databases/xrootd/Makefile index 852733b788d9..4d17022ac35a 100644 --- a/databases/xrootd/Makefile +++ b/databases/xrootd/Makefile @@ -19,7 +19,7 @@ LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING.LGPL BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libcurl.so:ftp/curl \ libtinyxml.so:textproc/tinyxml \ - libuuid.so:misc/e2fsprogs-libuuid + libuuid.so:misc/libuuid TEST_DEPENDS= cppunit>0:devel/cppunit \ googletest>0:devel/googletest |