diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-09-08 10:12:15 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-09-08 10:12:15 +0000 |
commit | 5940a1059e9c07e43d16a305e869dce56e181f59 (patch) | |
tree | 1695da4115a7f3948d101849aee4bd3e8ae035ad /misc/dnetc/Makefile | |
parent | 389d5bb986fb797c1fd2910348f1b9c651f85d3f (diff) | |
download | pkgsrc-5940a1059e9c07e43d16a305e869dce56e181f59.tar.gz |
Update to 2.8018.472:
2.8018.472
2.8017.471 (not publicly released)
new: x86: P4 RC5 core (ak-p7)
imp: x86: better intel and AMD chip identification. (#2448, #2424)
fix: x86: Win2K, WinXP: disabled crashing RC5 SMC core. (#2399)
new: alpha: OGR core for processors supporting the CIX extension.
imp: sparc: improved OGR core. (#2480)
fix: ppc: linux kernel cpu string additions. (#2407)
new: all: configurable frequent update failure retry interval.
fix: all: client ignores "--" on command line by itself. (#2474)
fix: all: Errors in generated man page (#2451)
fix: all: lurking caused ENETDOWN on -fetch/-flush/-update (#2417)
fix: hpux: threading, timing fixes (#2371)
fix: fbsd: occasionally not responding to SIG(INT/TERM) (#1985)
fix: decunix: also not responding to SIG(INT/TERM) (#1613)
fix: linux: no alpha SMP support (#2142)
new: macosx: platform-specific read me doc (#2580)
new: macosx: now supports -[un]install for /Library/StartupItems/
fix: macosx: Mach/mem leaks in pause-if-on-battery code. (#2465)
new: amigaos: can now be installed and/or run via Workbench
new: amigaos: built-in ReAction GUI added
new: amigaos: now supports -[un]install for WBStartup
fix: amigaos: now compatible with TermiteTCP (#2570)
2.8016.470 new: ppc: new AltiVec RC5 core for the PPC 7450 by Dan Oetting.
fix: all: flushed when 1 packet was left in in-buffer (#2209).
fix: all: time threshold ignored on command line -update (#2286).
fix: all: packets lost by -import and unwritable buffers (#2298).
imp: all: suppress logfile pollution with remote buffer errors.
imp: macos: temperature sensing for dual G3 and G4 systems.
fix: macosx: the 7450 is now correctly recognized as a G4 CPU.
Diffstat (limited to 'misc/dnetc/Makefile')
-rw-r--r-- | misc/dnetc/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/misc/dnetc/Makefile b/misc/dnetc/Makefile index e213e893222..26eee4b9de9 100644 --- a/misc/dnetc/Makefile +++ b/misc/dnetc/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2003/07/21 17:01:15 martti Exp $ +# $NetBSD: Makefile,v 1.8 2003/09/08 10:12:15 jmmv Exp $ DISTNAME= ${DISTNAME_${OPSYS}_${MACHINE_ARCH}} -PKGNAME= dnetc-2.8015.469 -PKGREVISION= 1 +PKGNAME= dnetc-2.8018.472 CATEGORIES= misc MASTER_SITES= http://http.distributed.net/pub/dcti/current-client/ @@ -18,7 +17,7 @@ USE_PKGINSTALL= YES DISTNAME_Darwin_powerpc= dnetc-darwin-ppc DISTNAME_NetBSD_m68k= dnetc-netbsd-68k -DISTNAME_NetBSD_alpha= dnetc-netbsd-alpha +DISTNAME_NetBSD_alpha= dnetc-netbsd-alpha-elf DISTNAME_NetBSD_arm= dnetc-netbsd-arm32 DISTNAME_NetBSD_arm32= dnetc-netbsd-arm32 DISTNAME_NetBSD_i386= dnetc-netbsd-i386-elf |