summaryrefslogtreecommitdiff
path: root/emulators/hercules/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-03-23 16:20:55 +0000
committeragc <agc@pkgsrc.org>2001-03-23 16:20:55 +0000
commitc11911a0b271c5948dd25982f98b004a9f7e3811 (patch)
treec24675f11e7036236bc773f989d4ddf553a5a7bd /emulators/hercules/Makefile
parent187f7018aa11616774de75cb79b3e8ea2aef64f7 (diff)
downloadpkgsrc-c11911a0b271c5948dd25982f98b004a9f7e3811.tar.gz
Patches from Wofgang Solfrank:
"Disabling the O_SYNC option when opening printer or punch. Change the timeout value from 1 usec to 10 msec in the timer thread. At least with unproven-pthreads, the comment above that is wrong when stating that a 1 usec timeout would be stretched to the next system clock tick. A minor correction to the computation of the SIO rate. With these changes, I get a decent performance of the system and can actually get MVS to run." Require the fixed version of unproven-pthreads. Bump the hercules version number.
Diffstat (limited to 'emulators/hercules/Makefile')
-rw-r--r--emulators/hercules/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/hercules/Makefile b/emulators/hercules/Makefile
index cbc3f087c2e..c710908310f 100644
--- a/emulators/hercules/Makefile
+++ b/emulators/hercules/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2001/02/25 04:17:45 hubertf Exp $
+# $NetBSD: Makefile,v 1.6 2001/03/23 16:20:55 agc Exp $
DISTNAME= hercules-2.11
+PKGNAME= ${DISTNAME}nb1
CATEGORIES= emulators
MASTER_SITES= http://www.conmicro.cx/hercules/
@@ -8,7 +9,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.conmicro.cx/hercules/
COMMENT= s370 emulator
-DEPENDS= unproven-pthreads-*:../../devel/unproven-pthreads
+DEPENDS= unproven-pthreads>0.17nb1:../../devel/unproven-pthreads
DEPENDS+= hercules-images-*:../../emulators/hercules-images
USE_GMAKE= yes