summaryrefslogtreecommitdiff
path: root/emulators/hercules
AgeCommit message (Collapse)AuthorFilesLines
2014-05-29Bump for perl-5.20.0.wiz1-1/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-10-24Remove obsolete patch and regen distinfo.ryoon2-71/+4
checksum for tar ball is fixed.
2013-10-24Regen distinfo.ryoon1-5/+6
2013-10-15Update to 3.09ryoon7-53/+131
* With some aws tape images, I have gotten some errors * We can install Linux/s390x to hercules with tun network support on NetBSD Changelog: unknown
2013-10-14Fix non-BSD buildryoon2-4/+4
* Fix typo in variable name.
2013-10-12Update HOMEPAGE.ryoon1-2/+2
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-03-25Fix build on DragonFly 3.0.1ryoon7-25/+84
* Use autoconf on pre-configure stage, remove patch for configure * Modify autoconf macro (treat DragonFly as recent FreeBSD)
2011-07-04Needs USE_TOOLS+=perl:run, not just REPLACE_PERL.dholland1-1/+3
2011-05-06PR pkg/44894ryoon2-17/+9
* Improve patch for Makefile.in. No functional change. Thank you, Rhialto.
2011-05-01Update to 3.07ryoon34-1235/+474
Fix PR pkg/44894 Changelog is to long. See CHANGES file in tar ball.
2010-01-17Update HOMEPAGE and MASTER_SITES.dholland1-3/+3
2010-01-17Patch out no-longer-supported gcc language extensions, mostly lvaluedholland13-23/+813
casts and lvalue ternary operators. Also make static/non-static decls consistent. Fixes broken build. While here, add DESTDIR support.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2007-09-02Fix path to and dependency on bash. Bump revision.joerg1-3/+5
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache1-2/+2
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-09Add DragonFly support.joerg3-17/+22
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests to the SHA1 onesagc1-1/+2
2004-06-13Make this compile on NetBSD-currentagc4-22/+44
Silence some obvious warnings Fix a typo
2004-05-29Bl3ify, and use mk/pthread.buildlink3.mk instead of hard-codingkristerw5-63/+23
a pthread package. Bump PKGREVISION.
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-02-06Changes instances where BSD_INSTALL_* were used by targets in the Makefilejlam1-3/+3
into the equivalent INSTALL_*. This is fallout from the change in revision 1.915 that removed ${MAKE_ENV} from the environment for a recursive make.
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+2
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-05-11forgot to cvs add these patches. noted by thomas klausner and thedmcmahill3-1/+73
weekly-pkgsrc check. these eliminate the use of regparm on non-i386 systems.
2001-05-11regen (no patch-an or patch-ao in patches/)wiz1-3/+1
2001-05-08get hercules to compile on non-i386 by not using i386 assembly codedmcmahill3-16/+26
on those platforms. Also remove a zillion warnings by surrounding the i386 specific "regparm" attribute by #ifdef __i386__ only minimal testing done on an alpha. Hercules starts up and lets me run "quit".
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-23Patches from Wofgang Solfrank:agc6-3/+93
"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.
2001-03-09Remove the pentium and pentiumpro machine switches from the gcc flagsagc2-13/+13
in the makefile, and regenerate patch-sum.
2001-02-26Add a patch to stop the Hercules emulator dumping core when exitting, fromagc4-1/+73
Wolfgang Solfrank (ws@tools.de)
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-22Add a dependency on hercules-images (the mftr33 images with which to IPLagc1-1/+2
Hercules).
2001-02-22Add one more patch, correcting sign extension in two places:agc2-1/+32
> From Wofgang Solfrank (ws@tools.de) > What I discovered was a problem in ckddasd.c, where there are two lseeks > with an offset of -(CKDDASD_RECHDR_SIZE). Now CKDDASD_RECHDR_SIZE is > defined (in hercules.h) as sizeof(CKDDASD_RECHDR), which happens to be > an unsigned int. Since the offset in the lseek (and in the ckd_lseek > that is used as an interface routine to it) is of type off_t, i.e. 64-bit, > the unsigned is zero-extended to 64 bits, and thus the sign is lost.
2001-02-21Switch to using unproven-pthreads from pth - it makes the emulator getagc1-2/+2
further before dying. From ws@tools.de (Wolfgang Solfrank)
2001-02-21Remove -malign-double from the makefile - it doesn't work as expectedagc2-3/+20
on NetBSD, since our library doesn't conform to this restriction. From ws@tools.de (Wolfgang Solfrank)
2001-02-20Place the executables in the correct directory - from Wolfgangagc2-3/+12
Solfrank <ws@tools.de>
2001-02-20Correct the homepage.agc1-2/+2