diff options
author | Daniel Baker <dbaker@FreeBSD.org> | 2000-06-22 07:39:39 +0000 |
---|---|---|
committer | Daniel Baker <dbaker@FreeBSD.org> | 2000-06-22 07:39:39 +0000 |
commit | d007ad5401f404206f6da38ca02d6d67b491261c (patch) | |
tree | 58cf5e3c8b4087ae38ff2c0b1020aca2a874fca5 | |
parent | a8f917f75f44e48b1dac31c169e8aa43686320ad (diff) | |
download | freebsd-ports-d007ad5401f404206f6da38ca02d6d67b491261c.zip |
Update: 2.8007.458b->2.8009.460
Remove Alpha support. The digital unix binary was generating complaints
from users that said it was not working reliably. I will build a native FreeBSD
Alpha port and re-implement support soon.
-rw-r--r-- | misc/dnetc/Makefile | 18 | ||||
-rw-r--r-- | misc/dnetc/distinfo | 3 |
2 files changed, 8 insertions, 13 deletions
diff --git a/misc/dnetc/Makefile b/misc/dnetc/Makefile index e7a74453d414..413e9554376e 100644 --- a/misc/dnetc/Makefile +++ b/misc/dnetc/Makefile @@ -6,22 +6,18 @@ # PORTNAME= dnetc -PORTVERSION= 2.8007.458b +PORTVERSION= 2.8009.460 CATEGORIES= misc -MASTER_SITES= ftp://ftp.distributed.net/pub/dcti/v2.8007/ \ - http://http.distributed.net/pub/dcti/v2.8007/ +MASTER_SITES= ftp://ftp.distributed.net/pub/dcti/v2.8009/ \ + http://http.distributed.net/pub/dcti/v2.8009/ .include <bsd.port.pre.mk> .if ${ARCH} == "i386" -DISTFILES= dnetc458b-freebsd-x86-elf.tar.gz -.elif ${ARCH} == "alpha" -DISTFILES= dnetc458-digital_unix-alpha.tar.gz +DISTFILES= dnetc460-freebsd-x86-elf.tar.gz +.elif ${ARCH} == "i386" +BROKEN= "No longer available. Please contact dbaker@distributed.net if you would like to build the native Alpha port" .endif -.if ${ARCH} == "alpha" -RUN_DEPENDS= /compat/osf1/usr/shlib/libc.so:${PORTSDIR}/emulators/osf1_base -.endif - -ONLY_FOR_ARCHS= i386 alpha +ONLY_FOR_ARCHS= i386 .if ${OSVERSION} < 220000 BROKEN= "dnetc is not available for your version of FreeBSD. Please upgrade." diff --git a/misc/dnetc/distinfo b/misc/dnetc/distinfo index b350964d911d..17e43ca9c436 100644 --- a/misc/dnetc/distinfo +++ b/misc/dnetc/distinfo @@ -1,2 +1 @@ -MD5 (dnetc458b-freebsd-x86-elf.tar.gz) = 261a3570052371ec272cb77488ff97a0 -MD5 (dnetc458-digital_unix-alpha.tar.gz) = bccdca9f499c0b36be7a758b341e338b +MD5 (dnetc460-freebsd-x86-elf.tar.gz) = 32d060e63fe5e8e3fa31e7b1b95a1c58 |