git: ee698e17b991 - main - emulators/vxtools: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 Jan 2025 12:50:44 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ee698e17b9916e8f6b8a5d1115340aba75da3ce1
commit ee698e17b9916e8f6b8a5d1115340aba75da3ce1
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-01-25 12:50:26 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-01-25 12:50:26 +0000
emulators/vxtools: Remove expired port
2025-01-24 emulators/vxtools: Dist files are no longer available as site returns NXDOMAIN
---
MOVED | 1 +
emulators/Makefile | 1 -
emulators/vxtools/Makefile | 24 ------------------------
emulators/vxtools/distinfo | 2 --
emulators/vxtools/files/patch-Makefile.in | 12 ------------
emulators/vxtools/files/patch-dir.c | 11 -----------
emulators/vxtools/files/patch-olt.c | 11 -----------
emulators/vxtools/pkg-descr | 5 -----
emulators/vxtools/pkg-plist | 11 -----------
9 files changed, 1 insertion(+), 77 deletions(-)
diff --git a/MOVED b/MOVED
index e8130a1ad91b..7f61e7293d07 100644
--- a/MOVED
+++ b/MOVED
@@ -4047,3 +4047,4 @@ devel/rubygem-strong_migrations61|devel/rubygem-strong_migrations|2025-01-23|Has
databases/rubygem-active_model_serializers61|databases/rubygem-active_model_serializers|2025-01-23|Has expired: Ruby on Rails 6.1.x reached EOL on 2024-10-01
www/rubygem-gollum-grit_adapter10|www/rubygem-gollum-grit_adapter|2025-01-25|Obsolete, use www/rubygem-gollum-grit_adapter instead
databases/jdbc-oracle11g||2025-01-25|Has expired: Oracle no longer provides public downloads of the old JDBC drivers
+emulators/vxtools||2025-01-25|Has expired: Dist files are no longer available as site returns NXDOMAIN
diff --git a/emulators/Makefile b/emulators/Makefile
index e5a377684001..6094d34a3f08 100644
--- a/emulators/Makefile
+++ b/emulators/Makefile
@@ -170,7 +170,6 @@
SUBDIR += vmsbackup
SUBDIR += vmw
SUBDIR += vt100
- SUBDIR += vxtools
SUBDIR += wine
SUBDIR += wine-devel
SUBDIR += wine-gecko
diff --git a/emulators/vxtools/Makefile b/emulators/vxtools/Makefile
deleted file mode 100644
index 4d28815ae737..000000000000
--- a/emulators/vxtools/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-PORTNAME= vxtools
-PORTVERSION= 0.2
-PORTREVISION= 2
-CATEGORIES= emulators
-MASTER_SITES= ftp://ftp.penguin.cz/pub/users/mhi/vxfs/
-
-MAINTAINER= mhi@penguin.cz
-COMMENT= Command-line utilities for reading Veritas Filesystem (VxFS)
-
-DEPRECATED= Dist files are no longer available as site returns NXDOMAIN
-EXPIRATION_DATE= 2025-01-24
-
-USES= tar:bzip2 gmake
-GNU_CONFIGURE= yes
-
-do-install:
-.for f in vxls vxmount vxumount vxcat vxidump vxcd vxpwd prtvtoc
- ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
-.endfor
- ${INSTALL_MAN} ${WRKSRC}/prtvtoc.8 ${STAGEDIR}${PREFIX}/share/man/man8
- ${INSTALL_MAN} ${WRKSRC}/vxmount.1 ${STAGEDIR}${PREFIX}/share/man/man1
- ${INSTALL_MAN} ${WRKSRC}/vxumount.1 ${STAGEDIR}${PREFIX}/share/man/man1
-
-.include <bsd.port.mk>
diff --git a/emulators/vxtools/distinfo b/emulators/vxtools/distinfo
deleted file mode 100644
index 1201f9e2271f..000000000000
--- a/emulators/vxtools/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (vxtools-0.2.tar.bz2) = 0efa50855c9d8972422544704f5a67d557b2b5ae753713f644c0a9c36a248ed7
-SIZE (vxtools-0.2.tar.bz2) = 38939
diff --git a/emulators/vxtools/files/patch-Makefile.in b/emulators/vxtools/files/patch-Makefile.in
deleted file mode 100644
index 2da4e7293175..000000000000
--- a/emulators/vxtools/files/patch-Makefile.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- ./Makefile.in.orig 1999-12-02 18:52:25.000000000 +0100
-+++ ./Makefile.in 2014-03-14 13:55:04.943662466 +0100
-@@ -10,8 +10,7 @@
- MAN8 = prtvtoc.8
-
- CC = @CC@
--CFLAGS = -Wall -g -I.
--LDFLAGS = -g
-+CFLAGS += -Wall -I.
-
- all: $(BINS)
-
diff --git a/emulators/vxtools/files/patch-dir.c b/emulators/vxtools/files/patch-dir.c
deleted file mode 100644
index 7a9e8d3e4a04..000000000000
--- a/emulators/vxtools/files/patch-dir.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./dir.c.orig 1999-12-02 17:57:40.000000000 +0100
-+++ ./dir.c 2014-03-14 13:54:55.820662227 +0100
-@@ -105,7 +105,7 @@
- if (direct->ino)
- filldir (dir, direct->name, direct->namelen, direct->ino);
-
-- (char *) direct += direct->reclen;
-+ direct = (char *) direct + direct->reclen;
- }
-
- free (block);
diff --git a/emulators/vxtools/files/patch-olt.c b/emulators/vxtools/files/patch-olt.c
deleted file mode 100644
index 97b7d18c8510..000000000000
--- a/emulators/vxtools/files/patch-olt.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./olt.c.orig 1999-12-02 15:19:27.000000000 +0100
-+++ ./olt.c 2014-03-14 13:54:55.821662410 +0100
-@@ -85,7 +85,7 @@
- case VXFS_OLTSB:
- break;
- }
-- (int) ent += ent->oltcommon.size;
-+ ent = (char *) ent + ent->oltcommon.size;
- }
-
- if (vxdebug)
diff --git a/emulators/vxtools/pkg-descr b/emulators/vxtools/pkg-descr
deleted file mode 100644
index ae8c962ee2f6..000000000000
--- a/emulators/vxtools/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-This package allows you to read files from Veritas Journaled Filesystem.
-Current version seems to support versions 2 and 4 (and 3, but this version
-was never released, AFAIK). I don't plan a write version, because I don't
-know journal log structure and I have *no* time to play with it. But I plan
-a Linux kernel implementation.
diff --git a/emulators/vxtools/pkg-plist b/emulators/vxtools/pkg-plist
deleted file mode 100644
index d2e13ad482ed..000000000000
--- a/emulators/vxtools/pkg-plist
+++ /dev/null
@@ -1,11 +0,0 @@
-bin/prtvtoc
-bin/vxmount
-bin/vxumount
-bin/vxls
-bin/vxcd
-bin/vxpwd
-bin/vxidump
-bin/vxcat
-share/man/man1/vxmount.1.gz
-share/man/man1/vxumount.1.gz
-share/man/man8/prtvtoc.8.gz