summaryrefslogtreecommitdiffstats
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* Mark BROKEN on sparc64 due to internal compiler error. I don't know if thislinimon2006-07-041-0/+4
| | | | has been reported to the gcc developers yet.
* o unbreak i386-6-exp build of graphics/linux-sdl_image: remove [1]bsam2006-07-0227-45/+63
| | | | | | | | | | | | LINUX_BASE/usr/doc dealing from devel/linux-sdl12 to emulators/linux_base-fc4 -- this directory belongs to the linux mtree; o bump PORTREVISION for both ports; o update emulators/linux_base-fc4 distribution to info-4.8-8.fc4.2 (previous one is not fetchable now). Reported by: linimon [1] Approved by: netchild (mentor, implicit)
* Update to 0.106.novel2006-06-302-5/+5
| | | | | | | PR: 98802 Submitted by: bsdmaniak <bsdmaniak@daemon-tips.org>, Miguel Mendez (maintainer) Approved by: Miguel Mendez (maintainer)
* USE_LINUX=8 -> USE_LINUX=yes (the default linux is now recent enough)jylefort2006-06-291-1/+1
|
* linux-libgcc is gone.jylefort2006-06-2910-10/+10
|
* o fix pkg-plist at linux_base-fc4 to unbrake pointyhat buildingbsam2006-06-2718-9/+36
| | | | | | | | | of x11-toolkits/linux-gtk ;-) o update x11-toolkits/linux-gtk to a newer version (FC3 -> FC4) o bump PORTREVISION for both ports Pointed out by: pointyhat Approved by: netchild (mentor, implicit)
* Make these slave ports of their linux_dist-stage[123] cousins. Thiserwin2006-06-2519-533/+9
| | | | | | | | does not change the functionality of these ports but moves the logic to the master ports. PR: 99210 Submitted by: Gabor Kovesdan <gkovesdan@t-hosting.hu> (maintainer)
* PLIST should be a full path as it otherwise will not be found iferwin2006-06-252-2/+2
| | | | | | .CURDIR is not the ports dir, e.g. in slave ports, so prefix with PKGDIR Approved by: gabor (maintainer)
* Hook up linux_dist-gentoo-stage[123]erwin2006-06-251-0/+3
|
* Repocopy from linux_base-gentoo-stage3 to emulators/linux_dist-gentoo-stage3.erwin2006-06-258-81/+100363
| | | | | | | | | | | | | | | | | | | | | | | | These ports are complete Linux distributions rather than linux_base ports and don't really suit our Ports Collection infrastructure, so they should be renamed to emulators/linux_dist-gentoo-stage[123], but the opportunity to install them as linux_base should be kept. After the repocopy the patches mentioned below should be applied - Add WITH_LINUXBASE for using as a linux_base, otherwise it installs under ${PREFIX}/${PORTNAME} - Add an explanation in pre-fetch to explain WITH_LINUXBASE - Move pkg- scripts into files/ to reinplace-edit them appropriately - Change to static plists - do-extract is unnecessary now since we have static plists - Drop alpha support for linux_base-gentoo-stage1 since 1, alpha support was dropped in CURRENT as well, and RELENG_[56] are badly maintained for alpha 2, I don't have hardware to test these changes for alpha - Bump PORTREVISION PR: 99210 Submitted by: Gabor Kovesdan <gkovesdan@t-hosting.hu> Repocopy by: marcus
* Repocopy from linux_base-gentoo-stage2 to emulators/linux_dist-gentoo-stage2.erwin2006-06-258-81/+40099
| | | | | | | | | | | | | | | | | | | | | | | | These ports are complete Linux distributions rather than linux_base ports and don't really suit our Ports Collection infrastructure, so they should be renamed to emulators/linux_dist-gentoo-stage[123], but the opportunity to install them as linux_base should be kept. After the repocopy the patches mentioned below should be applied - Add WITH_LINUXBASE for using as a linux_base, otherwise it installs under ${PREFIX}/${PORTNAME} - Add an explanation in pre-fetch to explain WITH_LINUXBASE - Move pkg- scripts into files/ to reinplace-edit them appropriately - Change to static plists - do-extract is unnecessary now since we have static plists - Drop alpha support for linux_base-gentoo-stage1 since 1, alpha support was dropped in CURRENT as well, and RELENG_[56] are badly maintained for alpha 2, I don't have hardware to test these changes for alpha - Bump PORTREVISION PR: 99210 Submitted by: Gabor Kovesdan <gkovesdan@t-hosting.hu> Repocopy by: marcus
* Repocopy from linux_base-gentoo-stage1 to emulators/linux_dist-gentoo-stage1.erwin2006-06-258-91/+5755
| | | | | | | | | | | | | | | | | | | | | | | | These ports are complete Linux distributions rather than linux_base ports and don't really suit our Ports Collection infrastructure, so they should be renamed to emulators/linux_dist-gentoo-stage[123], but the opportunity to install them as linux_base should be kept. After the repocopy the patches mentioned below should be applied - Add WITH_LINUXBASE for using as a linux_base, otherwise it installs under ${PREFIX}/${PORTNAME} - Add an explanation in pre-fetch to explain WITH_LINUXBASE - Move pkg- scripts into files/ to reinplace-edit them appropriately - Change to static plists - do-extract is unnecessary now since we have static plists - Drop alpha support for linux_base-gentoo-stage1 since 1, alpha support was dropped in CURRENT as well, and RELENG_[56] are badly maintained for alpha 2, I don't have hardware to test these changes for alpha - Bump PORTREVISION PR: 99210 Submitted by: Gabor Kovesdan <gkovesdan@t-hosting.hu> Repocopy by: marcus
* Update to 1.3.0.p9.nork2006-06-244-8/+8
| | | | | PR: ports/99397 submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
* Update to 1.3.1miwi2006-06-232-4/+4
| | | | | | PR: ports/99270 Submitted by: miwi Approved by: markus (co mentor), maintainer
* Update to 2.7.1erwin2006-06-233-32/+23
| | | | | PR: 99376 Submitted by: Ports fury
* First do "brandelf -t Linux" at WRKSRC and then do install. Thisbsam2006-06-2310-40/+50
| | | | | | | | makes impossible to shoot oneself to the foot if PREFIX is set to /usr/local. Reported by: consumidor <consumidor@mundinho.com.br> at emulation@ ML Approved by: netchild (mentor)
* Update to 20060204erwin2006-06-232-5/+5
| | | | | PR: 99375 Submitted by: Ports fury
* Use USE_LINUX_PREFIX instead of PREFIX?= ${LINUXBASE} and NO_MTREE.bsam2006-06-2310-20/+10
| | | | | | PR: 99320 Submitted by: gabor Approved by: netchild (mentor)
* Update to Wine 0.9.16. Adjust some details related to USE_LDCONFIG,gerald2006-06-226-10/+24
| | | | for non-default prefix.
* Remove this; it appears to have been an incomplete repocopy. It is notlinimon2006-06-223-57/+0
| | | | | | | hooked up to the build. I can't find out who committed it to ask questions about it. Hat: portmgr
* Add patch forgotten in the last commit:itetcu2006-06-221-0/+13
| | | | | | | | | | Log: - UNbreak [1] - Test for ARCH no MACHINE_ARCH [2] - don't use fmt(1) to display PKGMESSAGE when there's no need to [2] PR: ports/99157 [1] Submitted by: Arseny Nasokin <tarc@tarc.po.cs.msu.su> [1], itetcu (me) [2]
* - UNbreak [1]itetcu2006-06-201-7/+4
| | | | | | | | - Test for ARCH no MACHINE_ARCH [2] - don't use fmt(1) to display PKGMESSAGE when there's no need to [2] PR: ports/99157 [1] Submitted by: Arseny Nasokin <tarc@tarc.po.cs.msu.su> [1], itetcu (me) [2]
* - Fix DEPENDS.itetcu2006-06-2027-9/+81
| | | | | | | - Bump PORTREVISION Submitted by: Adi Pircalabu <apircalabu@bitdefender.com>, Boris Samorodov <bsam@ipt.ru>
* - Update to 0.43.3 [1].flz2006-06-2015-335/+20
| | | | | | - Stop patching source to be C89 friendly and use USE_GCC=3.2+ instead. Submitted by: ultragames93 <ultragames93@free.fr> [1]
* Update MASTER_SITESmiwi2006-06-181-2/+1
| | | | | | PR: ports/99098 Submitted by: Tobias Eichert <tobias@karmabits.net> Approved by: krion (mentor)
* - Update to 3.6. Changelog: http://simh.trailing-edge.com/changes36.html [1]itetcu2006-06-186-28/+28
| | | | | | | | | | - Fix conflict with java/eclipse, as reported by Robert A. Getschmann, by installing sim-eclipse instead of eclipse. [1] - pkg-message --> files/pkg-message and associated changes. [2] - pet portlint [2] PR: 99095 Submitted by: maintainer [1], itetcu (me) [2]
* Switch to the new, default version of USE_LDCONFIG as provided bygerald2006-06-172-8/+2
| | | | | | Mk/bsd.port.mk. Reviewed by: flz
* Mark deprecated and set expiration time for various reasons:netchild2006-06-178-9/+46
| | | | | | | | | - superseeded - outdated/EOL - no maintainer - bitrod While I'm here add some more conflicts.
* Update to 0.6.12erwin2006-06-143-6/+6
| | | | | PR: 98953 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
* Remove non-existent USE_CONFIGURE knob.erwin2006-06-121-1/+0
| | | | Approved by: maintainer
* Mednafen is a portable, utilizing OpenGL and SDL, argument(command-line)-drivenpav2006-06-116-0/+87
| | | | | | | | | | | | | | | | | | | | | multi-system emulator with many advanced features. The Atari Lynx, GameBoy, GameBoy Color, GameBoy Advance, NES, PC Engine(TurboGrafx 16), and SuperGrafx are emulated. Mednafen has the ability to remap hotkey functions and virtual system inputs to a keyboard, a joystick, or both simultaneously. Save states are supported, as is real-time game rewinding. Screen snapshots may be taken at the press of a button, and are saved in the popular PNG file format. Mednafen is distributed under the terms of the GNU GPL. Due to the threaded model of emulation used in Mednafen, and limitations of SDL a joystick is preferred over a keyboard to play games, as the joystick will have slightly less latency, although the latency differences may not be perceptible to most people. WWW: http://mednafen.com/ PR: ports/94006 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
* Register conflicts with korean/linux_local.netchild2006-06-1010-11/+20
|
* Update to Wine 0.9.15. This includes the following changes:gerald2006-06-106-8/+20
| | | | | | | | - More MS/RPC improvements. - Core Audio driver for Mac OS X. - More complete DNSAPI dll. - Improvements to Web browser support. Work around a newly introduced Linuxism in terms of man pages location.
* XGngeo is a frontend (GUI) for Gngeo which is a powerful command line Neo Geopav2006-06-097-0/+228
| | | | | | | | | | | | | | | | | | emulator for the GNU/Linux, FreeBSD system (and may be some other Unices). Both are free softwares released under the GNU GPL license. XGngeo is written in Python and uses the PyGTK library to provide a complete, pratical, and user-friendly GTK+ interface over Gngeo! With XGngeo multiple configuration panels, designed in an intuitive way, emulator behaviour can be regulated both precisely and easily; while Rom selection is made simple thanks to a full featured list with preview image and various game information, etc. WWW: http://www.choplair.org/xgngeo.en.html PR: ports/95761 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
* - Explain in pkg-message that this port is not the default linux_base, thus iterwin2006-06-066-0/+30
| | | | | | | | isn't guaranteed that it will work in every case Requested by: netchild PR: 98595 Submitted by: gabor (maintainer)
* Add linux_base-gentoo-stage3 2006.0, files from Gentoo distribution, forerwin2006-06-0513-0/+363
| | | | | | | Linux compatibility. PR: ports/97152 Submitted by: Gabor Kovesdan
* Add linux_base-gentoo-stage2 2006.0, files from Gentoo distribution, forerwin2006-06-0513-0/+357
| | | | | | | Linux compatibility. PR: ports/97152 Submitted by: Gabor Kovesdan
* - Add conflicts to upcoming stage2 and 3 of gentoo linux_baseerwin2006-06-052-4/+4
| | | | | | | - Remove a useless variable PR: 97152 Submitted by: gabor (maintainer)
* Register conflict with FC*.netchild2006-06-021-2/+2
|
* Register conflict with FC4.netchild2006-06-021-2/+2
|
* - finish repo copy from fc3 to fc4 by updating to fc4 and connecting tonetchild2006-06-0237-6174/+9298
| | | | | | | | | the build - don't provide a var/log directory -> use the native one [1] Submitted by: Boris Samorodov <bsam@ipt.ru> Suggested by: netchild [1] Repocopy by: marcus
* - add gnugetopt dependency. Fix build in 4.xclsung2006-06-011-1/+7
| | | | | | PR: ports/98253 Submitted by: clsung Approved by: maintainer
* Follow the new world order: use 'USE_RC_ORDER=file.sh' feature.matusita2006-05-319-204/+15
| | | | | | | | | | | | | | | - repocopy vmware-guestd.sh to vmware-guestd.sh.in (by portmgr) - remove vmware-guestd.sh - remove vmware-guestd.sh entry from pkg-plist - update Makefile It is intensional that I do NOT bump PORTREVISION by this commit, since any executable is not changed, and startup script itself is also NOT changed, only the filename is changed. I do not want to bother users to update their port by this non-functional change. If you have any reasonable reason to bump PORTREVISION, let me know, and I'll update the version asap.
* Update to Wine 0.9.14 which brings the following:gerald2006-05-308-86/+126
| | | | | | | | | | | | | | | | | | - Better MS/RPC compatibility. - Many fixes to Direct3D shaders. - Several improvements to the header control. - New GPhoto backend for TWAIN. - Dynamic drive configuration using HAL. - A gazillion Direct3D fixes. - New TCP transport for RPC. - Lots of bug fixes. Add FreeType and FontForge as new dependencies, which should help with font display problems quite a bit. PR: 97792 Submitted by: sat Adjustments by: gerald
* I've committed MASTER_SITES changes proposed by Marin Wilke some days ago,garga2006-05-302-2/+4
| | | | | | but, the correct way is preserve original MASTER_SITE and add freebsd.unixfreunde.de just as a backup, I'm doing it right now, restoring original preserving the Martin's proposed backup.
* - Fix build on 4.xclsung2006-05-302-0/+13
| | | | | | PR: 97937 Submitted by: Shaun Amott <shaun_AT_inerd dot com> Approved by: maintainer
* Update to version 3.9.10-20060525jmz2006-05-295-31/+38
| | | | | PR: ports/97992 Submitted by: Peter Jeremy <PeterJeremy@optushome.com.au>
* Add cygne-sdl 0.1, the SDL port of Cygne, a free Bandai Wonderswanclsung2006-05-278-0/+350
| | | | | | | emulator. PR: ports/96805 Submitted by: Li-Lun Wang <llwang@infor.org>
* Add hugo 2.12, a PC Engine (TurboGrafx 16) emulator.clsung2006-05-278-0/+217
| | | | | PR: ports/97519 Submitted by: Li-Lun Wang <llwang@infor.org>
* Update to 0.3.4garga2006-05-242-4/+4
| | | | | PR: ports/97646 Submitted by: Martin Wilke <freebsd@unixfreunde.de>
OpenPOWER on IntegriCloud