summaryrefslogtreecommitdiff
path: root/emulators (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SIZEify.Trevor Johnson2004-01-2931-0/+68
| | | | Notes: svn path=/head/; revision=99360
* Revert an upstream change (which in turn reverted a fix which happened toGerald Pfeifer2004-01-284-0/+36
| | | | | | | | | | | | | | | cause higher memory consumption). This should avoid errors of the following kind: err:virtual:map_image Standard load address for a Win32 program (0x00400000) not available Bump PORTREVISION. Problem reported by: pav, Benjamin Lutz <benlutz@datacomm.ch> Notes: svn path=/head/; revision=99349
* Return to ports@ because I won't be working on FreeBSD for 3 months minimum.Eric Anholt2004-01-281-1/+1
| | | | Notes: svn path=/head/; revision=99311
* Replace rtc with a revamped version that I've been working on. This versionMike Silbersack2004-01-282-31/+109
| | | | | | | | | | uses tsleep / selrecord and a worker thread to provide a much better emulation of the rtc driver, as well as greatly decreased processor usage. Device cloning as well as a few more tweaks to the emulation are still pending. Notes: svn path=/head/; revision=99307
* Document the homepage.David E. O'Brien2004-01-251-0/+2
| | | | Notes: svn path=/head/; revision=99142
* Update to the 20040121 snapshot of Wine (which now include two of our localGerald Pfeifer2004-01-2510-86/+34
| | | | | | | hacks). Fix a INSTALL_AS_USER problem by generating $PREFIX/etc in any case. Notes: svn path=/head/; revision=99109
* - Update to plugins2Pav Lucistnik2004-01-243-6/+5
| | | | | | | | | | - Bump portrevision PR: ports/61848 Submitted by: Travis Poppe <tlp@LiquidX.org> (maintainer) Notes: svn path=/head/; revision=98982
* Let ports use the USE_SDL macroEdwin Groothuis2004-01-231-3/+2
| | | | | | | | PR: ports/61807 Approved by: Tom Carrick <knyghtmare@knyghtmare.com> Notes: svn path=/head/; revision=98931
* Let ports use the USE_SDL macro.Edwin Groothuis2004-01-232-7/+4
| | | | Notes: svn path=/head/; revision=98923
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-233-3/+3
| | | | Notes: svn path=/head/; revision=98909
* Fix that pesky panic when the rtc module is unloaded.Mike Silbersack2004-01-231-1/+0
| | | | | | | PR: ports/57465 Notes: svn path=/head/; revision=98870
* Fix the install by stripping the i386 tag out of DISTFILES.Joe Marcus Clarke2004-01-221-1/+1
| | | | | | | | Reported by: Stephen Hilton <nospam@hiltonbsd.com> Tested by: Stephen Hilton <nospam@hiltonbsd.com> Notes: svn path=/head/; revision=98813
* Use the CPIO macro defined in bsd.port.mk.Trevor Johnson2004-01-228-8/+8
| | | | Notes: svn path=/head/; revision=98793
* Remove the two checksums for redhat-release-7.1-1.noarch.rpm from eachJoe Marcus Clarke2004-01-223-8/+8
| | | | | | | | | | | | | | | | | distinfo file, and instead fetch this one from from the i386 directory for both Alpha and i386 architectures. Based on the previous commit that duplicated these entries in the plist, these files should be more or less identical. Note: ftp-master will be updated soon with the correct distfile. [1] Also, remove redundant slashes from the jail message. [2] PR: 61660 [1] 61697 [2] Submitted by: Linh Pham <question@closedsrc.org> [2] Notes: svn path=/head/; revision=98747
* Remove some obsolete messages, and apply some punctuation fixes fromEric Anholt2004-01-221-15/+4
| | | | | | | | | | ports/61549. PR: ports/61549 Submitted by: Ken Stailey <kstailey@yahoo.com> Notes: svn path=/head/; revision=98743
* - Update to 1.7Pav Lucistnik2004-01-215-67/+95
| | | | | | | | PR: ports/61599 Submitted by: No-Name <arundel@gmx.net> (maintainer) Notes: svn path=/head/; revision=98736
* Bump the port revision to note the vm_page_alloc_contig -> contigallocMike Silbersack2004-01-211-1/+1
| | | | | | | change which is required for 5.x systems. Notes: svn path=/head/; revision=98735
* Update the kernel module to use contigmalloc instead of the now obsoleteMike Silbersack2004-01-211-0/+12
| | | | | | | vm_page_alloc_contig. Notes: svn path=/head/; revision=98733
* - Nuke useless empty filePav Lucistnik2004-01-211-0/+0
| | | | Notes: svn path=/head/; revision=98732
* Make the linprocfs check succeed if linprocfs is already mounted, andMike Silbersack2004-01-211-2/+2
| | | | | | | make the error message (hopefully) more descriptive. Notes: svn path=/head/; revision=98729
* - Use new knobs from bsd.sdl.mkKirill Ponomarev2004-01-201-2/+2
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=98675
* Update to 2.1. Try to provide a better set of default options and a betterEric Anholt2004-01-177-236/+111
| | | | | | | | | default configuration (VESA enabled, which is very popular, and the config file has the clock synchronizing to the host as default). Simplify the Makefile greatly. Notes: svn path=/head/; revision=98428
* - Update to 2.3 and use ${DATADIR}Kirill Ponomarev2004-01-133-9/+9
| | | | | | | | PR: 61321 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org> Notes: svn path=/head/; revision=98099
* - Update to 0.5.4Clement Laforet2004-01-125-33/+43
| | | | | | | | | | | - Fix build on bento PR: 59902 Submitted by: Nikisha <nishika@manbow.com> (maintainer) Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=97993
* - Update to 0.77.1 (chase xmame port)Pav Lucistnik2004-01-121-1/+1
| | | | | | | | PR: ports/61206 Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org> Notes: svn path=/head/; revision=97989
* - Update to 0.77.1Pav Lucistnik2004-01-122-5/+6
| | | | | | | | | PR: ports/61205 Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org> Approved by: maintainer Notes: svn path=/head/; revision=97988
* remove spaces in favour of a tabs.Edwin Groothuis2004-01-102-2/+2
| | | | Notes: svn path=/head/; revision=97869
* Update emulators/sim to 3.0-2Edwin Groothuis2004-01-108-404/+52
| | | | | | | | | | | Make portlint -A happy and update the port to the current version. PR: ports/58644 Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org> Approved by: maintainer timeout Notes: svn path=/head/; revision=97868
* Substitute BROKEN with IGNORE in cases where the port requires the src treeJoe Marcus Clarke2004-01-103-8/+8
| | | | | | | | | | | | | to be present, or does not compile on certain versions of FreeBSD. This will potentially avoid needless compilations on bento, and has the added benefit of improving certain reporting tools. To most users, this change is a no-op. PR: 61090 Submitted by: linimon Notes: svn path=/head/; revision=97845
* - Quiet Fenner's distfile surveyPav Lucistnik2004-01-091-1/+1
| | | | | | | | PR: ports/61136 Submitted by: Ken Smith <kensmith@cse.Buffalo.EDU> Notes: svn path=/head/; revision=97797
* It turns out this port really depends on the nvidia-driver for libGLcore.so.1,Pete Fritchman2004-01-092-6/+5
| | | | | | | | | | it's not optional. Make this a hard dependency instead of suggesting it in pkg-message, and note that we really do require an nVidia card. Submitted by: maintainer Notes: svn path=/head/; revision=97742
* - Set --with-xmame-dir properlyPav Lucistnik2004-01-061-0/+3
| | | | | | | | | | | - Raise portrevision PR: ports/60941 Submitted by: Ulrich Spoerlein <q@uni.de> (xmame maintainer) Approved by: maintainer Notes: svn path=/head/; revision=97414
* Change the linux_base-8 dependency to be a bit more strict (depend on a filePete Fritchman2004-01-051-1/+1
| | | | | | | | | that only exists in linux_base-8). Submitted by: maintainer Notes: svn path=/head/; revision=97316
* - use INFODirk Meyer2003-12-302-3/+3
| | | | | | | - Fix x64 sound problmes (gcc bug) in STABLE Notes: svn path=/head/; revision=96969
* - Fix dependenciesPav Lucistnik2003-12-306-50/+72
| | | | | | | | | | | - Fix install - Add plugins PR: ports/60718 Submitted by: Travis Poppe <tlp@LiquidX.org> (maintainer) Notes: svn path=/head/; revision=96947
* Get sound working by ignoring errors from our dummy SOUND_MIXER_INFO ioctl.Gerald Pfeifer2003-12-284-2/+50
| | | | | | | | | | | Bump PORTREVISION. Reported by: Travis Poppe <tlp@LiquidX.org> Tested by: Travis Poppe <tlp@LiquidX.org> Discussed with: matk Notes: svn path=/head/; revision=96792
* - Update to version 0.97.5Kirill Ponomarev2003-12-278-48/+58
| | | | | | | | PR: 60629 Submitted by: maintainer Notes: svn path=/head/; revision=96712
* Add linux-geepee32, a linux binary version of GP32 emulator. GP32 isPav Lucistnik2003-12-266-0/+67
| | | | | | | | | | a handheld used mainly in Korea. PR: ports/57685 Submitted by: No Name <arundel@gmx.net> Notes: svn path=/head/; revision=96657
* - Axe bogus textPav Lucistnik2003-12-261-7/+0
| | | | | | | | PR: ports/60601 Submitted by: Travis Poppe <tlp@LiquidX.org> (maintainer) Notes: svn path=/head/; revision=96656
* - Update to 1.75Pav Lucistnik2003-12-264-26/+22
| | | | | | | | PR: ports/59673 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer) Notes: svn path=/head/; revision=96655
* - Update to 1.7Pav Lucistnik2003-12-264-26/+24
| | | | | | | | PR: ports/59672 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer) Notes: svn path=/head/; revision=96654
* - Update to 1.15Pav Lucistnik2003-12-264-26/+24
| | | | | | | | PR: ports/59671 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer) Notes: svn path=/head/; revision=96653
* - Update to 1.6.0Pav Lucistnik2003-12-266-48/+49
| | | | | | | | PR: ports/59670 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer) Notes: svn path=/head/; revision=96651
* Add linux-mupen64, a linux binary version of Nintendo 64 emulator.Pav Lucistnik2003-12-268-0/+143
| | | | | | | | PR: ports/57626 Submitted by: Travis Poppe <tlp@LiquidX.org> Notes: svn path=/head/; revision=96648
* rfork() requires that the RFTHREAD flag is given with RFPROC and RFMEM. AddGerald Pfeifer2003-12-264-0/+34
| | | | | | | | | | a patch to fix this port and bump PORTREVISION. PR: 60508 Submitted by: David Beck <dbeck@beckground.hu> Notes: svn path=/head/; revision=96616
* - Update to version 1.3.2Kirill Ponomarev2003-12-254-12/+24
| | | | | | | | PR: 60562 Submitted by: Ports Fury Notes: svn path=/head/; revision=96579
* - update to 0.34bPete Fritchman2003-12-214-55/+13
| | | | | | | | | | | - only for i386 now, maintainer doesn't have time to remove gcc i386-isms and test on other archs. PR: 60466 Submitted by: maintainer Notes: svn path=/head/; revision=96292
* - Use canonical form (ports@FreeBSD.org) in MAINTAINER lineSergei Kolobov2003-12-212-2/+2
| | | | Notes: svn path=/head/; revision=96284
* - Unbreak xmess and bring it up to the 0.76.1 (it's slave port of xmame)Pav Lucistnik2003-12-193-17/+23
| | | | | | | Approved by: maintainer timeout (1 month) (xmame part) Notes: svn path=/head/; revision=96236
* Update to 6.0.David E. O'Brien2003-12-159-399/+4
| | | | | | | Submitted by: grehan Notes: svn path=/head/; revision=95863