2018-02-09 18:35:05 by Andreas Gustafsson | Files touched by this commit (2) |
Log message:
simh: Handle spaces in directory name
In the do-install target, deal with the spaces in the directory
name "Visual Studio Projects" instead of printing the message
"install: Visual: stat: No such file or directory" and failing to
install one of the .txt files.
|
2017-12-31 09:50:00 by Izumi Tsutsui | Files touched by this commit (4) |
Log message:
simh: fix build failure when SDL_ttf is installed.
SDL2 check in makefile does not work propelry so it incorrectly fallbacks
to using SDL_ttf without buildlink3.
XXX: too many SDL related fixes in upstream
Also rename a patch file for a future maintainability.
Bump PKGREVISION.
|
2017-04-07 15:30:01 by Ryo ONODERA | Files touched by this commit (3) |
Log message:
Update to 4.0.0.20140406
* Use SDL2 instead of SDL
* Build and install BESM-6 simulator
Changelog:
* Add MDS-225 simulator
|
2017-02-23 11:18:06 by Rin Okuyama | Files touched by this commit (1) |
Log message:
PR pkg/51970: Ethernet (libpcap) support not compiled in
Make sure that /usr/include and /usr/lib${LIBABISUFFIX} always appear in the
search paths for headers and libraries, respectively.
Fix the broken ethernet support (and etc) on platforms like NetBSD.
Thanks hans for his valuable suggestions.
|
2017-02-15 02:27:01 by Maya Rashish | Files touched by this commit (1) |
Log message:
simh: use networking. bump PKGREVISION.
fixes PR pkg/51970
|
2016-12-18 12:11:28 by Hans Rosenfeld | Files touched by this commit (8) |
Log message:
There haven't been any simh releases in years, so convert this package
to take a snapshot from github. Update to 7964e2b72d9.
Changes: too many to list them all, full list of changes is available at
https://github.com/simh/simh/blob/master/README.md
Highlights:
- many new simulators
- simulator front panel API
- VAXstation video display simulation using SDL
- UDP and NAT packet transports
- scripting support
|
2016-06-18 13:26:56 by Ryo ONODERA | Files touched by this commit (2) |
Log message:
Fix build with GCC 5.4, treated like 5.3
|
2016-05-03 10:26:43 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Fix build with gcc 5.3.0.
To quote abs:
I don't know why this package has a manually maintained list of gcc versions
to exclude LTO on, but for now just add 4.8.5. Fixed build on netbsd-7
No PKGREVISION bump as will only affect platforms which did not build before
|
2016-01-12 13:51:19 by David Brownlee | Files touched by this commit (2) |
Log message:
I don't know why this package has a manually maintained list of gcc versions
to exclude LTO on, but for now just add 4.8.5. Fixed build on netbsd-7
No PKGREVISION bump as will only affect platforms which did not build before
|
2015-12-12 00:33:33 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Don't force LTO, at least on NetBSD it is not supported by ld anyway.
|