summaryrefslogtreecommitdiff
path: root/emulators/tme
AgeCommit message (Collapse)AuthorFilesLines
2014-06-27Close the string literal.asau1-2/+2
2014-05-29Bump for perl-5.20.0.wiz1-2/+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.
2014-05-05Recursive revbump from x11/pixmanryoon1-2/+2
Fix PR pkg/48777
2014-04-28Fix build on Linux.joerg2-3/+8
2014-04-16Ignore fabs(l) use buglets.joerg1-2/+3
2014-01-16Ugly hacks to make it buildable with gcc 4.8 (some need closer investigationmartin1-1/+5
sometime(tm))
2013-12-28Add patches from Matt Fredette to (a) avoid a diagnostic assertion whenmartin6-3/+122
emulating m68k read-modify-write cycles in debug versions and (b) fix emulation of fmovl to the fpcr register with an immediate source value.
2013-11-02If the device for the serial console is given as "pty" allocate onechristos7-3/+144
automatically, and tell the user what got allocated.
2013-11-02Make the emulator not crash on EOF in the tmesh.martin5-10/+60
Also, since pkgsrc knows very well where we install the needed libraries, use that as a default path if the user does not supply an LTDL_LIBRARY_PATH.
2013-10-10Recursive revbump from pango-1.36.0ryoon1-2/+2
2013-09-23Don't bother with unused functions for Clang.joerg1-2/+3
2013-09-02Revbump after cairo updateadam1-2/+2
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz1-2/+2
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
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.
2013-04-14Try to work around a fatal compiler diagnostic in the Solaris build.dholland2-3/+15
2013-02-26Don't use string variables as format strings, especially if they arejoerg8-7/+153
from the outside world. Make two clang warnings non-fatal that seem to be harmless.
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2012-10-13Retire from pkg maintainershipskrll1-2/+2
2012-10-08Revbump after updating graphics/pangoadam1-2/+2
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-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron1-2/+2
requested by Thomas Klausner.
2012-09-15recursive bump from libffi shlib major bumpobache1-2/+2
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-07Revbump after updating graphics/cairoadam1-2/+2
2012-08-29Remind the user to set LTDL_LIBRARY_PATH.shattered1-0/+9
2012-08-29PR/45921 -- handle the new (post-2007) way SIOCGIFCONF works.shattered3-5/+34
XXX rewrite this to use getifaddrs()
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz1-2/+2
2012-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-01-21Suppress undefined macro warnings (treated as error by -Werror)tsutsui2-1/+17
by cpp in newer gcc 4.5.3 on NetBSD/arm -current.
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-10-07Avoid a compiler bug (phantom integer oveflow) in gcc 4.5.3christos2-1/+31
It appears that the conditional expression with the 0x0100 constant triggers it no matter what casts we put around the expression.
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs1-2/+2
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz1-2/+2
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-08-14Fix typoes which cause build failure on !x86 machines.tsutsui4-1/+43
2010-07-05Need pkg-config to detect gtk2.obache1-2/+2
2010-07-05Fixes PLIST (remove redundant libraries, add an library).obache2-134/+4
PR#43572 by Ryo ONODERA. Bump PKGREVISION.
2010-06-07Update tme to 0.8.tsutsui5-13/+188
The new version of tme, 0.8, can also emulate an Ultra 1, and on x86 hosts with a supported host OS, the SPARCstation 2 and Ultra 1 emulations will now do dynamic binary translation. NetBSD 5.x seems to run pretty well on the different emulations.
2009-12-15Recursive bump for libltdljoerg1-2/+2
2009-06-30Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build withjoerg1-1/+3
MAKE_JOBS=2 and worked without.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-8/+1
2009-04-30fix typoperry1-1/+1
2008-06-20Add DESTDIR support.joerg1-1/+3
2007-09-13note Sun 3/150 ad SPARCstation 2abs1-1/+1
2007-09-07Update tme to 0.6. Ok'ed by skrll@.tsutsui28-1654/+27
See fredette's annoucement for details: http://mail-index.netbsd.org/port-sparc/2007/09/07/0000.html >> The new version of tme, 0.6, fixes many bugs in the Sun 3 emulation, >> and can also emulate a SPARCstation 2. NetBSD 3.x seems to run pretty >> well on the different emulations.
2007-03-17Tweak a diff not to include RCS Id strings in the original source.tsutsui2-17/+20
2007-03-17Apply various fixes. Most of them are contributed by Arthur Townsendtsutsui21-8/+1384
(see his ILVSUN3 page http://www.ilvsun3.com/ for more details), and some others are from skrll and me. patch-ab: (from skrll) fix an invalid pointer cast for -fstrict-aliasing patch-a[cijklmn]: PR pkg/34113 (by me) - specify -fno-strict-aliasing in Makefiles (for workaround) - add several casts to appease -Wpointer-sign - remove a static decl from a global function - add a cast and remove unused variable patch-ap: (from Arthur, tweaked by me) disable "cannot generate keysym" warnings on tmesh startup patch-aq: PR pkg/33969 (from Arthur) TME sun3 emulator incorrectly emulates cmp2 and chk2 M68K instructions patch-ar: PR pkg/34538 (from Arthur) TME sun3 emulator incorrectly calculates EA with immediate mode instructions with PC indirect 16-bit displacement addressing patch-aw: PR pkg/35010 (from Arthur) sun3 emulator asserts when using stdin/stdout for emulated serial console patch-ax: PR pkg/35009 (from Arthur) TME sun3 emulator asserts when running two emulators with ethernet patch-az: PR pkg/35305 (from Arthur, with some minor tweaks by me) TME sun3 emulator incorrectly emulates ethernet obie & i825x6 hardware patch-ba: PR pkg/35309 (from Arthur) TME sun3 emulator, running without a window manager, overwrites tmesh prompt patch-bb: PR pkg/34690 (from Arthur, modified by me) TME sun3 emulator incorrectly performs: movel sp,-(sp) (also modify m68k-insns-auto.sh to mark cas instructions CANFAULT) patch-bc: PR pkg/34571 (from Arthur, modified by me) TME sun3 emulator doesn't consider floating point infinities to be equal patch-bd: (by me) - avoid invalid 32 bit shifts in fb-xlat-auto.sh, which may cause broken screen fonts when tme is compiled with gcc4 patch-be: (by me) fix decoding cas instructions Makefile: (by me) - add some CONFIGURE_ARGS to avoid invalid shifts more than (or equal to) variable sizes, which could be problematic on gcc4 - bump PKGREVISION