git: 3725a05bb42c - main - devel/libvolume_id: remove
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Mar 2025 07:44:49 UTC
The branch main has been updated by bapt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3725a05bb42c9dc6296de0d61ac7addfaa290449
commit 3725a05bb42c9dc6296de0d61ac7addfaa290449
Author: Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2025-03-05 07:44:22 +0000
Commit: Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2025-03-05 07:44:42 +0000
devel/libvolume_id: remove
Dead upstream, no consumers in the ports tree
---
MOVED | 1 +
devel/Makefile | 1 -
devel/libvolume_id/Makefile | 30 ------------------------------
devel/libvolume_id/distinfo | 2 --
devel/libvolume_id/pkg-descr | 3 ---
5 files changed, 1 insertion(+), 36 deletions(-)
diff --git a/MOVED b/MOVED
index 302599e7fda0..22e07e03a8d4 100644
--- a/MOVED
+++ b/MOVED
@@ -4194,3 +4194,4 @@ graphics/kquickimageeditor@qt5||2025-03-03|Unflavorize; only Qt6 support is need
graphics/kquickimageeditor@qt6|graphics/kquickimageeditor|2025-03-03|Unflavorize; only Qt6 support is needed
devel/d-feet|devel/d-spy|2025-03-04|No longer maintained use d-spy instead
devel/glademm||2025-03-05|Dead upstream, now consumers in the ports tree
+devel/libvolume_id||2025-03-05|Dead upstream, now consumers in the ports tree
diff --git a/devel/Makefile b/devel/Makefile
index de19251adf10..1671de5170e5 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1497,7 +1497,6 @@
SUBDIR += libvirt-glib
SUBDIR += libvirt-java
SUBDIR += libvmdk
- SUBDIR += libvolume_id
SUBDIR += libvsapm
SUBDIR += libvsgpt
SUBDIR += libvshadow
diff --git a/devel/libvolume_id/Makefile b/devel/libvolume_id/Makefile
deleted file mode 100644
index 7d7d9051e93a..000000000000
--- a/devel/libvolume_id/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-PORTNAME= libvolume_id
-PORTVERSION= 0.81.1
-CATEGORIES= devel
-MASTER_SITES= http://www.marcuscom.com/downloads/
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Library to provide file system type information
-
-LICENSE= GPLv2
-
-USES= gmake tar:bzip2
-USE_LDCONFIG= yes
-MAKE_ENV= E=@${TRUE} RANLIB=${RANLIB} AR=${AR} Q= \
- prefix=${PREFIX}
-
-PLIST_FILES= include/libvolume_id.h \
- lib/libvolume_id.a \
- lib/libvolume_id.so \
- lib/libvolume_id.so.0 \
- libdata/pkgconfig/libvolume_id.pc
-
-do-install:
- @${MKDIR} ${STAGEDIR}${PREFIX}/libdata/pkgconfig
- ${INSTALL_DATA} ${WRKSRC}/libvolume_id.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig/libvolume_id.pc
- ${INSTALL_DATA} ${WRKSRC}/libvolume_id.h ${STAGEDIR}${PREFIX}/include/libvolume_id.h
- ${INSTALL_DATA} ${WRKSRC}/libvolume_id.a ${STAGEDIR}${PREFIX}/lib/libvolume_id.a
- ${INSTALL_PROGRAM} ${WRKSRC}/libvolume_id.so.0 ${STAGEDIR}${PREFIX}/lib/libvolume_id.so.0
- ${LN} -sf ${PREFIX}/lib/libvolume_id.so.0 ${STAGEDIR}${PREFIX}/lib/libvolume_id.so
-
-.include <bsd.port.mk>
diff --git a/devel/libvolume_id/distinfo b/devel/libvolume_id/distinfo
deleted file mode 100644
index 2ccdb56891c9..000000000000
--- a/devel/libvolume_id/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (libvolume_id-0.81.1.tar.bz2) = 45bb18e80b456499d26a5d2f2fc222be990d256590a7cafc4354f7de36013f09
-SIZE (libvolume_id-0.81.1.tar.bz2) = 23399
diff --git a/devel/libvolume_id/pkg-descr b/devel/libvolume_id/pkg-descr
deleted file mode 100644
index 7cc7c5dcd956..000000000000
--- a/devel/libvolume_id/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Libvolume_id is a library that provides file system information for a given
-volume device (i.e. file system type, label, etc.). It supports all of the
-major file systems.