forked from Lainports/freebsd-ports
emulators/vxtools: Remove expired port
2025-01-24 emulators/vxtools: Dist files are no longer available as site returns NXDOMAIN
This commit is contained in:
parent
f13092d0d9
commit
ee698e17b9
9 changed files with 1 additions and 77 deletions
1
MOVED
1
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
|
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
|
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
|
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
|
||||||
|
|
|
||||||
|
|
@ -170,7 +170,6 @@
|
||||||
SUBDIR += vmsbackup
|
SUBDIR += vmsbackup
|
||||||
SUBDIR += vmw
|
SUBDIR += vmw
|
||||||
SUBDIR += vt100
|
SUBDIR += vt100
|
||||||
SUBDIR += vxtools
|
|
||||||
SUBDIR += wine
|
SUBDIR += wine
|
||||||
SUBDIR += wine-devel
|
SUBDIR += wine-devel
|
||||||
SUBDIR += wine-gecko
|
SUBDIR += wine-gecko
|
||||||
|
|
|
||||||
|
|
@ -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>
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
SHA256 (vxtools-0.2.tar.bz2) = 0efa50855c9d8972422544704f5a67d557b2b5ae753713f644c0a9c36a248ed7
|
|
||||||
SIZE (vxtools-0.2.tar.bz2) = 38939
|
|
||||||
|
|
@ -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)
|
|
||||||
|
|
||||||
|
|
@ -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);
|
|
||||||
|
|
@ -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)
|
|
||||||
|
|
@ -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.
|
|
||||||
|
|
@ -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
|
|
||||||
Loading…
Add table
Reference in a new issue