diff options
author | dbaker <dbaker@FreeBSD.org> | 2000-06-22 15:39:39 +0800 |
---|---|---|
committer | dbaker <dbaker@FreeBSD.org> | 2000-06-22 15:39:39 +0800 |
commit | 539f087fbd2f0304a0a1a974e12e3d91c6dd0dfe (patch) | |
tree | 0a26766dcf701393aa993e262e709dc74ddb85f0 | |
parent | 7089fc03ce4c7bd87d4861cccc35ad5aaf1adb00 (diff) | |
download | freebsd-ports-gnome-539f087fbd2f0304a0a1a974e12e3d91c6dd0dfe.tar.gz freebsd-ports-gnome-539f087fbd2f0304a0a1a974e12e3d91c6dd0dfe.tar.zst freebsd-ports-gnome-539f087fbd2f0304a0a1a974e12e3d91c6dd0dfe.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 |