aboutsummaryrefslogtreecommitdiff
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* Doing KDE style mtree in kdelibs.R. Imura2000-03-251-2/+2
| | | | | | | OK'd by: will Notes: svn path=/head/; revision=27037
* Finish moving MAINTAINER for my ports.Will Andrews2000-03-221-1/+1
| | | | | | | | | andrews@technologist.com -> will@FreeBSD.org. :-) Reminded by: asami Notes: svn path=/head/; revision=26946
* Restore useless version required comments.David E. O'Brien2000-03-224-0/+4
| | | | Notes: svn path=/head/; revision=26941
* Changed LIB_DEPENDS: MesaGL.14->GL.14 due to Mesa-3.1 upgradeJustin M. Seger2000-03-201-2/+2
| | | | Notes: svn path=/head/; revision=26874
* Remove the "version required" line.David E. O'Brien2000-03-204-4/+0
| | | | Notes: svn path=/head/; revision=26835
* Mark FORBIDDEN on alpha, it builds but doesn't run.Satoshi Asami2000-03-121-0/+1
| | | | | | | | Submitted by: green Reviewed by: steve Notes: svn path=/head/; revision=26780
* Update to Snes9X 1.29, and get Makefile.alpha built.Brian Feldman2000-03-095-63/+68
| | | | Notes: svn path=/head/; revision=26682
* make a symlink out of the compat environment so that programs callingAndrew Gallatin2000-03-082-0/+3
| | | | | | | | | system() will be able to find /sbin/sh This allows Netscape to run external apps (eg, ghostview) Notes: svn path=/head/; revision=26639
* The "netscape" rpm from Compaq is now an actual RPM, not an RPMAndrew Gallatin2000-03-082-6/+3
| | | | | | | | containing a gzipped tarball. Update the Makefile and the md5 checksum to reflect this new rpm. Notes: svn path=/head/; revision=26634
* Fix paths in .bochsrc file.David E. O'Brien2000-02-291-2/+2
| | | | | | | | PR: 16511 Submitted by: Dann Lunsford <dann@greycat.com> Notes: svn path=/head/; revision=26440
* Add virtual category "linux" to Linux apps and support libs/utils.Satoshi Asami2000-02-2811-14/+11
| | | | Notes: svn path=/head/; revision=26406
* Fix compilation for pre-cam systems.Jean-Marc Zucconi2000-02-251-0/+30
| | | | | | | | PR: ports/16986 Submitted by: Nobuyuki Koganemaru <kogane@koganemaru.co.jp> Notes: svn path=/head/; revision=26283
* Update to version 19991230.R. Imura2000-02-244-15/+9
| | | | | | | | | PR: 16685 Submitted by: Mikhail Teterin <root@kot.ne.mediaone.net> Approved by: maintainer Notes: svn path=/head/; revision=26253
* Bump shlib versions of kdelibs11 and kdesupport11.Satoshi Asami2000-02-242-3/+3
| | | | Notes: svn path=/head/; revision=26244
* Move linux_mesa and linux_glide from emulators to graphics.Satoshi Asami2000-02-231-2/+0
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=26184
* Use USE_QT instead of explicit LIB_DEPENDS. Also, changeSatoshi Asami2000-02-231-4/+3
| | | | | | | HAS_CONFIGURE+CONFIGURE_ARGS="--prefix=${PREFIX}" to GNU_CONFIGURE. Notes: svn path=/head/; revision=26177
* Some VMware port cleanup:Josef Karthauser2000-02-223-3/+42
| | | | | | | | | | | | | | | - remove [buggy] dependencies from linuxprocfs port, when this port doesn't exist in a system (it's a common situation, because linuxprocfs port isn't included in the official port tree). - remove Makefiles.inc.xxx at cleanup stage - added message about loading kernel modules - added warning when vmware runned with not super-user id Submitted by: Vladimir N. Silyaev <vsilyaev@mindspring.com> PR: ports/16894 Notes: svn path=/head/; revision=26154
* This is the last of the ports PRs assigned to me... and actually aJoerg Wunsch2000-02-2110-271/+1283
| | | | | | | | | | | | | | | | | | | | | | | | rather large patchset improving pcemu. I therefore also decided to bump the version number from 1.01a to 1.01b, David Hedley apparently abandoned all work on pcemu anyway. The exact details of Arne's patches can be studied in the PR, it's something like 50 lines of explanation i don't want to quote in full here. In short, he submitted a number of improvements and a fix for the hard disk emulation in pcemu's BIOS. After a review, i decided to leave the patches verbatim. In addition and while i was at it, i added something i always ment to do: the option to dynamically add floppy disks (and now also hard disks) from within the .pcemurc file, so there's no need to recompile if you just wanna get access to your floppy from within pcemu. Comment it out again once you're done. PR: ports/5788 Submitted by: <arnej@math.ntnu.no> Arne Henrik Juul Notes: svn path=/head/; revision=26111
* Revert to using /compat/linux instead of /usr/compat/linux. TheMarcel Moolenaar2000-02-188-8/+8
| | | | | | | | | | | | linuxulator uses /compat/linux and /compat may be a link (it is on fresh installs) and may not point to /usr/compat at all. Also, linux_devtools still uses /compat/linux. If the prefix is changed to something other than /compat/linux, make sure it's changed in all relevant places! Notes: svn path=/head/; revision=25985
* Use BUILD_DEPENDS on rpm, instead of RUN_DEPENDS.Jun Kuriyama2000-02-178-8/+8
| | | | | | | Discussed with: marcel Notes: svn path=/head/; revision=25935
* Change PREFIX to /usr/compat/linux as the compat bits are really intendedDavid E. O'Brien2000-02-178-8/+8
| | | | | | | to live in /usr rather than /. Notes: svn path=/head/; revision=25923
* Remove giflib dependence.R. Imura2000-02-151-0/+18
| | | | | | | | | | | Only changed giflib -> libungif in kdegraphics. They realy do NOT want libgif, and do NOT use libgif anywhere. Some ports are checking its existence in configure, but they are nonsense at all!! Notes: svn path=/head/; revision=25853
* Update to the 4-Jan-2000 offering.David E. O'Brien2000-02-132-7/+5
| | | | | | | Tested by: jhb Notes: svn path=/head/; revision=25754
* Update port to 1.2Chris D. Faulhaber2000-02-132-3/+3
| | | | | | | | PR: 16689 Submitted by: Maintainer Notes: svn path=/head/; revision=25746
* Add TuxNES.Jeroen Ruigrok van der Werven2000-02-131-0/+1
| | | | Notes: svn path=/head/; revision=25744
* Add TuxNES, a FreeBSD-friendly Nintendo 8-bit emulator.Jeroen Ruigrok van der Werven2000-02-135-0/+33
| | | | | | | Reviewed by: Alexander Langer <alex@big.endian.de> Notes: svn path=/head/; revision=25743
* Style nits in the ports I maintain.David E. O'Brien2000-02-134-17/+17
| | | | Notes: svn path=/head/; revision=25734
* Woops, "timeval" -> "struct timeval"R. Imura2000-02-121-1/+1
| | | | Notes: svn path=/head/; revision=25696
* Fix new compiler error in -current.R. Imura2000-02-121-0/+11
| | | | | | | | Noticed by: bento All no response from: maintainer Notes: svn path=/head/; revision=25695
* Update port to 1.2.5-1Chris D. Faulhaber2000-02-093-8/+13
| | | | | | | | PR: 16530 Submitted by: Maintainer Notes: svn path=/head/; revision=25615
* Sync with its pre-install script.R. Imura2000-02-083-15/+9
| | | | | | | Forgotten by: maintainer Notes: svn path=/head/; revision=25596
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,Peter Wemm2000-02-084-4/+4
| | | | | | | | | as the days of the former are numbered. Reviewed by: asami Notes: svn path=/head/; revision=25584
* Correct PLIST for rev 1.2 of ../MakefileDavid E. O'Brien2000-02-081-0/+7
| | | | Notes: svn path=/head/; revision=25579
* Change version number to match the libc.so in the distfile. It seemsDavid E. O'Brien2000-02-071-1/+1
| | | | | | | | | | these are not the Tru64 libs, but rather the Digital Unix 4.0f libs. Note that the new version number is "lower" than the previous one. Submitted by: gallatin Notes: svn path=/head/; revision=25578
* remove extra blank line (portlint)Michael Haro2000-02-071-1/+0
| | | | Notes: svn path=/head/; revision=25573
* change ordering of variables (portlint)Michael Haro2000-02-071-4/+4
| | | | Notes: svn path=/head/; revision=25572
* remove ~20 blank lines in the middle of this fileMichael Haro2000-02-071-31/+0
| | | | Notes: svn path=/head/; revision=25571
* add new line ('\n') to end of fileMichael Haro2000-02-071-1/+1
| | | | Notes: svn path=/head/; revision=25570
* Unbreak the atari800 port:Chris D. Faulhaber2000-02-064-31/+23
| | | | | | | | | | | | * Removed xview dependancies to keep port simple. * Sound doesn't function very well so I have disabled that also. * Updated URL's and Maintainer's email address. PR: 16509 Submitted by: Maintainer Notes: svn path=/head/; revision=25523
* Add some symlinks agaist libc.so that the RPM install script does.David E. O'Brien2000-02-061-1/+5
| | | | Notes: svn path=/head/; revision=25512
* Turn on osf1_baseDavid E. O'Brien2000-02-051-0/+1
| | | | Notes: svn path=/head/; revision=25504
* This contains a minimal selection of shared libraries from a Compaq Tru64 5.0David E. O'Brien2000-02-055-0/+85
| | | | | | | | installation. These libraries and support files, in conjunction with the osf1 module, form the basis of the osf1 compatibility environment. Notes: svn path=/head/; revision=25503
* Support bochs's internal debugger.David E. O'Brien2000-02-032-0/+15
| | | | | | | Submitted by: jhb Notes: svn path=/head/; revision=25460
* Update port to 1.2Chris D. Faulhaber2000-02-027-43/+78
| | | | | | | Approved by: Maintainer Notes: svn path=/head/; revision=25432
* Activated bfe.John Baldwin2000-02-021-0/+1
| | | | Notes: svn path=/head/; revision=25421
* A graphical front end to the debugger present in the Bochs emulator.John Baldwin2000-02-026-0/+56
| | | | | | | Reviewed by: jim, jedgar Notes: svn path=/head/; revision=25419
* Add CVS tags to the files that could tolerate them.David E. O'Brien2000-01-2812-0/+24
| | | | Notes: svn path=/head/; revision=25152
* Make this thing acutally portlint(1) and come close our Ports CollectionDavid E. O'Brien2000-01-2821-171/+138
| | | | | | | | | | | coding style. [billf contributed to the Makefile cleanup] Forgotten by: initial committer Notes: svn path=/head/; revision=25151
* Enable vmware.Josef Karthauser2000-01-261-0/+1
| | | | Notes: svn path=/head/; revision=25102
* Virgin import of Vladimir N. Silyaev's port of the linux version of theJosef Karthauser2000-01-2637-0/+1391
| | | | | | | | | | VMWare virtual machine. PR: ports/16337 Submitted by: vsilyaev@mindspring.com Notes: svn path=/head/; revision=25101