aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* Packaging bugfix: we don't need ${X11BASE}/etc/rc.d/vmware-guestd{,.sh}matusita2007-02-174-4/+6
| | | | | | | | vmware-guestd{,.sh} script is just for vmware-guestd5 port, not vmware-tools5. However, USE_RC_SUBR variable is defined for vmware-tools5, the script is installed even if it is not needed. Bump PORTREVISION to note this change.
* Use '@stopdaemon' command recently introduced.matusita2007-02-173-2/+3
| | | | | | Actually, vmware-guestd4 package content is changed but I don't want to bump the version -- it is used only in uninstallation phase (and VMware Workstation 4.x is no longer updated so no uninstallation will be needed.)
* Unbreak ports: 'dirrmtry' should be '@dirrmtry'.matusita2007-02-172-2/+2
| | | | It seems that there is a mistake on the last commit for xfree86-3 removal.
* Update to Wine 0.9.31. Among others, this brings the following changes:gerald2007-02-176-8/+12
| | | | | | | | - Many Direct3D fixes and performance improvements. - Several new comctl32 test cases. - IDL compiler improvements. - More OLE32 marshalling fixes. - Lots of bug fixes.
* Set LC_CTYPE to 'C' for ${REINPLACE_CMD}, since if LC_CTYPE is set tomatusita2007-02-153-4/+4
| | | | | | | | others (such as ja_JP.eucJP), replacing string may fail. No bumps, since nothing changed if REINPLACE_CMD works as expected. Requested by: kuriyama
* - Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to frameworkpav2007-02-131-1/+1
| | | | | Submitted by: rafan Tested on: pointyhat
* - Update to 0.7.2acm2007-02-132-4/+4
|
* DeSmuME is a Nintendo DS emulator.miwi2007-02-124-0/+36
| | | | | | | | | | | It supports many homebrew nds rom demos as well as a handful of wireless multiboot demo nds roms. It also runs DSLinux, the port of Linux to the Nintendo DS WWW: http://desmume.sourceforge.net/ PR: ports/108903 Submitted by: Stefan Sperling <stsp at stsp.in-berlin.de>
* - Update to 3.7miwi2007-02-126-20/+20
| | | | | | | - Pass maintainership to submitter PR: 109031 Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
* Remove expired leaf port:vd2007-02-126-67/+0
| | | | 2006-12-01 emulators/vmware-tools2: Unfetchable
* Reset unreachable maintainer address:kris2007-02-114-4/+4
| | | | | mmendez@energyhq.be retry timeout exceeded
* Update to 1.3.0pre11:nox2007-02-084-14/+32
| | | | | | | | | | - Install docs - Add MASTER_SITE_LOCAL - "-fno-stack-protector" gcc option fix - added kqemu regression tests (can serve as API usage example too) - included kqemu technical doc Approved by: miwi (mentor)
* Update to 0.9.0:nox2007-02-078-50/+24
| | | | | | | | | | - Mouse relative offset VNC extension (Anthony Liguori) - info vnc command (Anthony Liguori) - gdbserver fix NOTES: Please read UPDATING! Approved by: miwi (mentor)
* Update to 1.3.0pre10:nox2007-02-076-30/+36
| | | | | | | - Changed license to GPL version 2 - x86_64 full virtualization support Approved by: miwi (mentor, implicit)
* - Mark as DEPRECATED and add EXPIRATION_DATE.alepulver2007-02-061-0/+3
| | | | | PR: ports/108660 Submitted by: Nathan Butcher <n-butcher@gol.com>
* - Update to 1.51gabor2007-02-063-11/+62
| | | | | | | | | - Change maintainer's e-mail address PR: ports/108357 Submitted by: Bjorn Konig <bkoenig@cs.tu-berlin.de> Approved by: Stefan Sperling <freebsd-ports@stsp.in-berlin.de> (maintainer), erwin (mentor)
* Slirp seems to be working again on -current.nox2007-02-042-6/+4
| | | | | Submitted by: Scott Robbins <scottro@nyc.rr.com> Approved by: miwi (mentor, implicit)
* Update to 2007-02-03 snapshot:nox2007-02-0422-158/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix `could not open hard disk image '/dev/ad0'' (e.g.) when open(2) fails with EPERM instead of EACCES for ro devices. - PIIX4 support, by Aurelien Jarno. - Gallileo GT64xxx support, by Aurelien Jarno. - MIPS Malta system and devices support, by Aurelien Jarno and Stefan Weil. - ARM ELF loader. - Improved console handling, thanks Stefan Weil. - Disable Malta floppy controller for now, by Aurelien Jarno. - Big endian support for Gallileo, by Aurelien Jarno. - Add more ATAPI CDROM DMA support, by Juergen Keil. - Add ARM Angel semihosting to system emulation. - Don't resume guest when gdb connection terminates and -S specified. - mips: Implementing dmfc/dmtc. - Fix DMA timeouts on FreeBSD, by Carlo Marcelo Arenas Belon. - New multiple snapshot support for VMDK, by Igor Lvovsky. - Add support for 82371FB (Step A1) and Improved support for 82371SB (Function 1), by Carlo Marcelo Arenas Belon. - Accept -help. - Accept --foo as an alias for -foo. - Add nodelay option for TCP character devices. - Use standard character device interface for gdbstub. - GDB hosted syscalls. - Upgrade the apic version_id, by Don Laor. - Save some vm space for the regular program loading zone, by Pierre d'Herbemont - script=no for the TUN/TAP net option, by Jean-Christian de Rivaz - Sparc arm/mips/sparc register patch, by Martin Bochnig. - PIIX4 SMBus host, EEPROM device emulation, by Ed Swierk. - sem* and msg* for qemu, by Kirill Shutemov. - And some more bugfixes. Approved by: miwi (mentor, implicit)
* - Fix build after remove objformat on headmiwi2007-02-031-1/+10
| | | | Submitted : trasz (maintainer via privat mail)
* - Remove support for xfree86-3pav2007-02-0313-129/+23
| | | | | | PR: ports/106666 Submitted by: vd With hat: portmgr
* - Update to 2.3.5acm2007-02-023-4/+5
| | | | - See the changelog at http://stella.sourceforge.net/stellanews.html
* Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-013-0/+3
|
* Fix crashes on -current/amd64 hostsnox2007-02-014-0/+30
| | | | | Submitted by: jkim Approved by: miwi (mentor, implicit)
* - Remove support for a.out format and PORTOBJFORMAT variable from individualpav2007-01-301-6/+1
| | | | | | ports With hat: portmgr
* Retire NO_FILTER_SHLIBS now that it no longer serves a purposekris2007-01-3013-13/+0
|
* Use libtool port instead of included one to avoid objformat a.out botchkris2007-01-281-0/+1
|
* Update to Wine 0.9.30. Among others, this brings the following changes:gerald2007-01-276-8/+14
| | | | | | | - Many improvements to Direct3D shaders and state management. - Support for inter-process memory allocations. - OLE32 marshalling fixes. - Lots of bug fixes.
* Remove expired ports:vd2007-01-2630-1201/+0
| | | | | 2007-01-16 emulators/vx68k: distfile disappeared from homepage 2007-01-16 emulators/libvm68k: distfile disappeared from homepage
* - Fix build on sparc64 and ia64miwi2007-01-241-3/+3
| | | | | | | | | - Pass maintainership to submitter [1] - Bump PORTREVISION PR: ports/108272 Submitted by: trasz <trasz@pin.if.uz.zgora.pl> Approved by: linimon
* Replace devfs test with osversion check to fix tinderbox buildnox2007-01-232-14/+10
| | | | | Submitted by: pointyhat via kris Approved by: miwi (mentor, implicit)
* Mark BROKEN for amd64 for now.delphij2007-01-221-1/+1
| | | | Requested by: maintainer
* Non-redistributable packages should be RESTRICTED, not NO_PACKAGE. Also wekris2007-01-212-2/+2
| | | | like to build kernel modules on pointyhat to detect breakage quickly.
* Unbreak by updating to 4.6nox2007-01-202-6/+4
| | | | Approved by: miwi (mentor, implicit)
* BROKEN: Unfetchablekris2007-01-201-0/+2
|
* Add link to a -current tap howtonox2007-01-182-2/+6
| | | | | Submitted by: Scott Robbins <scottro@nyc.rr.com> Approved by: miwi (mentor)
* - Update to 1.50acm2007-01-174-38/+70
| | | | | | | | | | | | | | - Added a few new OPTIONS knobs [1] - Distfile is now a .tar.bz2 instead of a .tar.gz - Target ALL wasn't valid - Removed substitutions to configure because they were unnessacary - Respect CFLAGS [1] - Mark IGNORE < 602000, It needs zlib 1.2.3 or greater [1] - Patch to linux/zfilew.c no longer needed PR: ports/107125 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Reviewed by: miwi and me [1]
* - Add pkg-plistacm2007-01-172-6/+9
| | | | | | - Fix pkg-plist problems [1] Reported by: kris [1]
* - mark IGNORE on FreeBSD < 6.0dinoex2007-01-141-3/+9
|
* Update qemu to 2007-01-11 snapshot:nox2007-01-1216-38/+86
| | | | | | | | | | | | | | | | | | | | | | | | - add slirp udp fix [this should fix the dns problems with some guests] - document slirp problems on recent -current (I don't have a -current box so if someone wants to help debug this you are most welcome!) - memsave monitor command - Dynamic handling of guest mice, by Lonnie Mendez. - PPC32 Trace Exception and Trap instruction, by Jason Wessel. - Add -option-rom option to allow loading of PCI option ROMs, by Anthony Liguori. - Add -boot n option for x86 using PXE, by Anthony Liguori. [for use with tuntap] - Support for Bochs "growing" images, by Volker Ruppert. - Japanese keyboard patch (kazu) - Revert -disk patch, as requested by Fabrice. The general idea of this patch is sound, but the implementation is just too ugly. [this should fix the hanging linux guests] - Devfn number for the PIIX3 southbridge, by Aurelien Jarno. - Increase MIPS BIOS from 128kB to 4MB, by Aurelien Jarno. - And some more bugfixes. Approved by: miwi (mentor)
* - Fix build with gcc 4.Xmiwi2007-01-123-3/+23
| | | | | PR: ports/107819 Submitted by: trasz (Maintainer)
* Update to Wine 0.9.29. Among others, this brings the following changes:gerald2007-01-116-10/+12
| | | | | | - More work on the new Direct3D state management. - Many OLE fixes and improvements. - Lots of bug fixes.
* - Bump PORTREVISION for pointyhatmiwi2007-01-111-0/+1
| | | | | Submitted by: pointyhat Approved by: maintainer
* - Update to 1.7.3miwi2007-01-102-4/+4
| | | | | PR: 107640 Submitted by: Wesley Shields <wxs@atarininja.org> (maintainer)
* - Update to 0.8.3miwi2007-01-083-5/+6
| | | | | PR: 107663 Submitted by: trasz (maintainer)
* Only mknod where appropriate (!devfs case).netchild2007-01-061-0/+3
|
* - Fix build with sparc64miwi2007-01-041-0/+11
| | | | | PR: 107422 Submitted by: trasz
* - Update to 0.8.2miwi2007-01-043-7/+7
| | | | | PR: ports/107456 Submitted by: trasz <trasz@pin.if.uz.zgora.pl> (Maintainer)
* - enable xml supportdinoex2007-01-022-2/+4
| | | | Approved by: gerald
* - Update to 2.3acm2006-12-303-8/+7
| | | | - Take maintainership
* - Add USE_GCC=3.4+. I forgot to add it in my previous commit.acm2006-12-281-0/+1
|
* - Update to 0.7.1acm2006-12-283-5/+8
|
* - Update to 0.8.0acm2006-12-282-5/+7
|
* - Update to 1.5acm2006-12-288-487/+495
| | | | | | | | | | | - Add new mirrors to MASTER_SITES - Add pkg-message file - Convert to OPTIONS - Clean patch files - Install DOCSDIR files - Remove obsolete patch - Remove USE_X_PREFIX - Take maintainership
* Add patch to pass windows keys to qemu guestsnox2006-12-274-0/+30
| | | | | | PR: ports/107216 Submitted by: Scott Robbins <scottro@nyc.rr.com> Approved by: miwi (mentor)
* Update to Wine 0.9.28. Among others, this brings the following changes:gerald2006-12-276-12/+10
| | | | | | | | | - Better Dwarf support in dbghelp. - Several Winsock fixes. - Various code cleanups. - Better mouse support in games. - Beginnings of new state management in Direct3D. - Lots of bug fixes.
* - Update to 0.7.0acm2006-12-262-6/+5
| | | | - Change MASTER_SITES to SF
* update qemu to 20061225 snapshot:nox2006-12-2610-52/+48
| | | | | | | | | | | | | | | | | | | | | | - Enable TCP_NODELAY, by Daniel Jacobowitz. [speeding up slirp] - Run monitor over unix domain sockets, by Anthony Liguori. - Unix domain socket support for VNC, by Anthony Liguori. - Daemonize option, by Anthony Liguori. - SCSI emulation improvements, by Chuck Brazie. [adding scsi disk/cdrom emulation to i386/amd64 guests using new -disk syntax - quoting /usr/local/share/doc/qemu/qemu-doc.html: "-disk scsi,img=file[,sdx=a..g][,type=disk|cdrom][,id=n]" Use file as the SCSI disk/CD-ROM image. The defaults are: sdx=a,type= disk,id='auto assign' doing a quick test with a FreeBSD guest I was able to mount and look at a ufs partition; doesn't seem to quite work with (some?) linux guests yet tho, will post about this on the qemu list...] - and a few bug fixes. Approved by: miwi (mentor)
* Update MAINTAINER email address of my portsnox2006-12-244-4/+4
| | | | Approved by: miwi
* - Fix rc script for 6.Xmiwi2006-12-224-4/+12
| | | | | | | | - Bump PORTREVISION PR: ports/106917 Submitted by: Simon Phoenix<phoenix.simon@gmail.com> Approved by: maintainer
* The Machine Emulator provides a general-purpose frameworkmiwi2006-12-226-0/+152
| | | | | | | | | | for computer emulation. Right now it can emulate Sun 2/120 and 3/150. WWW: http://theory.lcs.mit.edu/~fredette/tme/ PR: ports/106839 Submitted by: trasz <trasz at pin.if.uz.zgora.pl>
* Update to 1.2 release.delphij2006-12-213-18/+25
| | | | Submitted by: RuanWei <iamayan at gmail.com> (maintainer)
* The Linux-native asynchronous I/O facility ("async I/O", or "aio") has absam2006-12-215-0/+39
| | | | | | | | | | | richer API and capability set than the simple POSIX async I/O facility. This library, libaio, provides the Linux-native API for async I/O. The POSIX async I/O facility requires this library in order to provide kernel-accelerated async I/O capabilities, as do applications which require the Linux-native async I/O API. PR: ports/106994 Submitted by: Simun Mikecin <numisemis at yahoo dot com>
* - Deprecategabor2006-12-172-0/+6
| | | | | | - Set EXPIRATION_DATE Approved by: erwin (mentor)
* - Update to 20061216miwi2006-12-176-30/+24
| | | | | | | - Fix usb host support PR: ports/106820 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
* - Add fix for -currentmiwi2006-12-156-2/+126
| | | | | | | - Add rcscript PR: ports/106728 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
* - Update to 20061214miwi2006-12-158-26/+30
| | | | | | | - Fix physical device access PR: ports/106727 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
* - Update to 3.6.1miwi2006-12-154-10/+10
| | | | | | PR: ports/106733 Submitted by: trasz Approved by: maintainer
* Cure emulators/xmess by fixing deinstallation problemvd2006-12-143-6/+3
|
* Fix plist and unbreak.linimon2006-12-122-5/+5
| | | | Submitted by: jhb
* Change my e-mail address.gabor2006-12-083-3/+3
| | | | Approved by: erwin (mentor)
* - Respect X11BASErafan2006-12-063-17/+18
| | | | | | | | - Respect PORTDOCS PR: ports/106073 Submitted by: rafan Approved by: portmgr (linimon)
* - Unbreakmiwi2006-12-053-6/+133
| | | | | | | | | | - update MASTER_SITES and WWW Thanks to vd@ for readdet. PR: ports/105758 Submitted by: trasz Approved by: maintainer timeout
* Resurrect emulators/basiliskII and emulators/vmware-tools2 since there arevd2006-12-0511-0/+137
| | | | | | PRs with fixes for them: ports/105758 and ports/104594 respectively. Noticed by: pav
* Remove expired ports:vd2006-12-0442-2325/+0
| | | | | | | | | | | | | 2006-12-01 audio/xmms-rateplug: Project disappeared from the internet 2006-12-01 chinese/iiimf-le-chewing: fails to install (dependency problem) 2006-12-01 deskutils/mhc-xemacs21-mule: hangs during build 2006-12-01 devel/alleyoop: Does not compile 2006-12-01 devel/hs-crypto: is incompatible with current GHC, needs updating 2006-12-01 editors/gedit-autocomplete-plugin: Not compatible with gedit versions >= 2.14 2006-12-01 emulators/basiliskII: Does not compile 2006-12-01 emulators/vmware-tools2: Unfetchable 2006-12-01 emulators/vmware2: Unfetchable 2006-12-03 finance/ccard: Project disappeared from the internet
* - Respect X11BASErafan2006-12-031-1/+1
| | | | Approved by: joerg (maintainer)
* - set ONLY_FOR_ARCHSdinoex2006-12-011-0/+1
|
* - Respect X11BASEmiwi2006-12-011-3/+12
| | | | | PR: ports/105987 Submitted by: Jeremy Karlson<karlj000@unbc.ca> (maintainer)
* - Respect X11BASEacm2006-12-011-0/+1
|
* - Update to 2006-11-28 snapshotmiwi2006-11-306-20/+36
| | | | | | | | | | - Fix WITHOUT_CDROM_DMA check which was the wrong way around (doh!) - Document physical device problems in pkg-message and move aio item to the bottom so it has a slightly smaller chance of being overlooked PR: ports/105971 Submitted by: Juergen Lock (maintainer)
* Update to Wine 0.9.26. Among others, this brings the following changes:gerald2006-11-266-8/+18
| | | | | | | | - Better support for Unix locale settings. - Improved X11 keyboard support. - Various MSI fixes. - Winecfg improvements. - Lots of bug fixes.
* - Update to 0.8.1miwi2006-11-255-23/+60
| | | | | PR: 105840 Submitted by trasz (maintainer)
* - Respect X11BASEmiwi2006-11-252-8/+19
| | | | | PR: ports/105815 Submitted by: trasz
* - Update to 9.16.06miwi2006-11-253-8/+26
| | | | | | | - Respects X11BASE PR: ports/105805 Submitted by: trasz (maintainer)
* - Respect X11BASEmiwi2006-11-251-0/+1
| | | | | PR: 105804 Submitted by: trasz (maintainer)
* - Update to the version 6.5stas2006-11-233-15/+10
| | | | | | | | - Unbrake PR: ports/100682 Submitted by: me (stas) Approved by: maintainer timeout (4 months)
* VMware Command Line Toolsdinoex2006-11-214-0/+62
| | | | | | | | | | | | | | | | | | | On this page, you'll find command line programs which can replace and/or supplement the VMware's official VMwareTools. These programs use VMware's undocumented and therefore not officially supported feature to communicate with VMware (see VMware Backdoor I/O Port). Information on these functions have come entirely from my personal research and quite a few contributions by fellow VMware users. These programs are intended partly as illustrative examples of how to use the VMware backdoor function and I have cut many corners writing them. * vmw: generic backdoor access program * vmshrink: virtual disk shrink program * vmftp: host-guest file transfer program WWW: http://chitchat.at.infoseek.co.jp/vmware/vmtools.html
* - If you use ne2k driver for FreeBSD, bochs will not receive incoming packetspav2006-11-192-0/+18
| | | | | | | | until the buffer specified by bochs is full (2048). Enable immediate mode to solve this. PR: ports/105580 Submitted by: Thinker <thinker@branda.to>
* - Update to 1.7.2miwi2006-11-165-29/+64
| | | | | PR: ports/105540 Submitted by: Wesley Shields <wxs@atarininja.org> (maintainer)
* Fix dasdlist utilityerwin2006-11-162-0/+37
| | | | | | PR: 105148 Submitted by: trasz <trasz@pin.if.uz.zgora.pl> Approved by: bz (maintainer)
* Fix the build on RLEENG_4.fjoe2006-11-144-6/+10
|
* Remove LIB_DEPENDS if we link with libpcap from ports.fjoe2006-11-142-2/+0
|
* - Require ${PORTSDIR}/net/libpcap >= 0.9.4 when system libpcap < 0.9.4.fjoe2006-11-146-48/+22
| | | | | | | | This should also enable pcap on FreeBSD 4/5. - Backout accidentall committed Makefile change (JIT still does not work on amd64). - Notice that dynamips now supports 3600 series. - Bump PORTREVISION.
* Oops, worng patch committed.fjoe2006-11-144-12/+8
|
* Fix nojit build.fjoe2006-11-142-0/+22
|
* Bump PORTREVISION for PCAP_D_IN fix.fjoe2006-11-142-0/+2
| | | | PR: 105468
* Define PCAP_D_IN as D_IN on FreeBSD < 6.2 or HEAD before pcap 0.9.4 import.fjoe2006-11-142-20/+30
| | | | PR: 105468
* Update to Wine 0.9.25. Among others, this brings the following changes:gerald2006-11-114-8/+8
| | | | | | | | - Many more fixes for installer support. - Many MSHTML improvements. - Support for NTLMv2. - RPC over TCP improvements. - Lots of bug fixes.
* Dynagen is a front-end for use with the Dynamips Cisco routermiwi2006-11-096-0/+126
| | | | | | | | | | | | | | emulator. It uses an INI-like configuration file to provision Dynamips emulator networks. It takes care of specifying the right port adapters, generating and matching up those pesky NIO descriptors, specifying bridges, frame-relay, ATM switches, etc. It also provides a management CLI for listing devices, suspending and reloading instances, etc. WWW: http://dyna-gen.sourceforge.net/ PR: ports/105282 Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
* Upgrade to v0.4.3. Upstream changes include:jkoshy2006-11-083-19/+4
| | | | | | | | | | | - SH4 emulation now allows NetBSD/dreamcast to reach userland. - A framework to let emulated clocks run at same speed as the host clock has been added. - The built-in debugger's expression syntax has been changed. - Better MIPS emulation for some combination of emulated processor and guest operating system. - Bug fixes.
* Update to 0.2.5.fjoe2006-11-078-26/+54
|
* - Update to 20061102miwi2006-11-0510-10/+168
| | | | | | PR: ports/105086 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer) Sponsored by: FreeBSD Bug-a-thon #2
* - fix build on FreeBSD 6.xdinoex2006-11-012-0/+16
|
* - Replace some thread function marked like deprecated in the latest version ofacm2006-11-012-0/+27
| | | | py-gtk2
* - update to 20061031 cvs snapshot (now uses aio and supports acpi and a newpav2006-11-0116-98/+206
| | | | | | | | | | | | | | | qcow2 image format) - properly respect NOPORTDOCS - make -serial /dev/cuadX work (modified patch from this post: http://lists.gnu.org/archive/html/qemu-devel/2006-09/msg00201.html , and hi Michael! :) - add WITHOUT_SDL (hi joshe! :) and WITHOUT_CDROM_DMA knobs (the latter to work around atapicam problems in FreeBSD guests with the now by default enabled ide cdrom dma patch) - use OPTIONS PR: ports/104989 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
* - Use SF macro in MASTER_SITES.alepulver2006-11-016-175/+198
| | | | - Add more OPTIONS and knobs.
* - Fix build with gcc4.1miwi2006-10-312-0/+21
| | | | | PR: ports/103765 Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
* Update to Wine 0.9.24. Among others, this brings the following changes:gerald2006-10-316-10/+22
| | | | | | | | | | - Massive update of printf formats for Win64 compatibility. - Dynamic drive support on MacOSX. - MSI fixes and improvements. - Support for multiple monitors using Xinerama. - A ton of memory leaks fixed. - Many common controls fixes. - Lots of bug fixes.
* - drop USE_X_PREFIXdinoex2006-10-311-1/+1
|
* Despite trevor commits 7 weeks ago the ports remained broken and trevorkris2006-10-2120-1195/+0
| | | | | | | has again been unresponsive to reports of the problem. Honour the original expiration date and remove the ports. Approved by: portmgr (self)
* - follow devel/libticalcs 4.6.1 library versionclsung2006-10-161-1/+2
| | | | | | | | - bump PORTREVISION Noted by: kris PR: ports/103997 Approved by: portmgr (kris)
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-143-9/+20
| | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
* Update to Wine 0.9.22. Among others, this brings the following changes:gerald2006-10-106-8/+16
| | | | | | | | | - The usual assortment of MSI improvements. - Several bug fixes to the various common controls. - Pixel shaders enabled by default in D3D. - Various improvements to the build process. - Many translation updates. - Lots of bug fixes.
* - Fix build on FreeBSD 4.xjohans2006-10-081-2/+9
| | | | Reported by: krismail
* - Exclude some remaining device nodes from the installerwin2006-10-074-29/+4
| | | | | | | | - Bump PORTREVISION Spotted by: netchild PR: 104052 Submitted by: gabor (maintainer)
* - Exclude some remaining device nodes from the installerwin2006-10-074-11/+3
| | | | | | | | - Bump PORTREVISION Spotted by: netchild PR: 104051 Submitted by: gabor (maintainer)
* - Exclude some remaining device nodes from the installerwin2006-10-072-5/+3
| | | | | | | | - Bump PORTREVISION Spotted by: netchild PR: 104050 Submitted by: gabor (maintainer)
* Revert back previous commit of removing deleted ports frombsam2006-10-0615-15/+42
| | | | | | | CONFLICTS variable. Give happy users just another chance to update their systems. Pointed out by: infofarmer, kris
* Remove deleted linux_base-* and linux_locale* ports from CONFLICTS variablebsam2006-10-0515-42/+15
| | | | | | of the remaining linux ports. Reviewed by: netchild (agreed in principle)
* Update to version 2.08.danfe2006-10-053-4/+5
| | | | | PR: ports/103999 Submitted by: Naram Qashat <cyberbotx(at)kirby.cyberbotx.com>
* Remove expired ports:vd2006-10-0226-17535/+0
| | | | | | | | | | 2006-10-01 devel/rtplib 2006-09-01 emulators/linux_base 2006-09-01 emulators/linux_base-debian 2006-09-01 emulators/linux_base-8 2006-09-01 emulators/linux_base-rh-9 2006-10-01 misc/pointless 2006-10-01 www/mediawiki14
* - Update to 16 finalacm2006-10-026-41/+61
| | | | | | - Add devel/py-psyco dependency only on i386 - Few modifications in patch files - Bump PORTEPOCH
* - Update to 2.3rafan2006-09-265-50/+16
| | | | | PR: ports/103635 Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
* - Update to 0.90miwi2006-09-252-6/+11
| | | | | | | - BROKEN Does not build on 4.X PR: ports/103607 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua>
* - Update WWW to new url of gngeo project.acm2006-09-241-1/+1
|
* - Update 0.7.2acm2006-09-232-5/+4
|
* Fix build when PREFIX is set.erwin2006-09-221-0/+1
| | | | Submitted by: bz (maintainer)
* - Fix SDL-dependent ports broken by last update.stas2006-09-211-4/+0
| | | | Approved by: kris (portmgr), sem (mentor)
* - Change some paths into pyxmamerc file. It solves a problem with wrong path ofacm2006-09-211-1/+6
| | | | | | default_image. Submitted by: mezz (email)
* - Update to 0.6.1johans2006-09-213-4/+26
|
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directorystas2006-09-2043-39/+53
| | | | | | | | | | | | | | | | structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor)
* Maintiainer no longer has time to look after this port.linimon2006-09-191-6/+4
|
* Mark MANUAL_PACKAGE_BUILD as these ports don't build in a jail,erwin2006-09-193-0/+9
| | | | | | and thus not on pointyhat. Submitted by: kris, gabor (maintainer)
* Now builds on sparc64kris2006-09-183-9/+1
|
* - Update to 0.4.0acm2006-09-174-19/+13
| | | | Approved by: garga (mentor,implicit)
* Add dtcyber 2.0b1, desktop CYBER Emulator.alexbl2006-09-177-0/+90
| | | | | | PR: ports/102820 Submitted by: trasz <trasz at pin.if.uz.zgora.pl> Approved by: novel (mentor)
* BROKEN: Does not buildkris2006-09-171-0/+2
|
* BROKEN: Incomplete pkg-plistkris2006-09-171-0/+2
|
* - brandelf -t Linux /compat/linux/lib/ld-2.3.6.so (ld-linux.so.2),bsam2006-09-179-9/+18
| | | | | | | | we don't brand linux libraries, but it's more an executable then a library; - bump PORTREVISION. Suggested by: netchild Discussed at: freebsd-emulation
* Update to Wine 0.9.21. Among others, this brings the following changes:gerald2006-09-156-16/+18
| | | | | | | | | | - OpenGL restructurations. - The usual assortment of MSI improvements. - Several Richedit fixes. - WCMD Winelib app renamed to CMD for compatibility. - Many improvements to the Wintrust DLL. - Some code cleanups. - Lots of bug fixes.
* Add ${PREFIX}/lib to USE_LDCONFIG, in the unlikely (but possible) case thatgerald2006-09-132-2/+2
| | | | | | | nobody else has done this yet (for example if we are installing into a non- default $PREFIX). Submitted by: Tijl Coosemans <tijl@ulyssis.org>
* - Add USE_GLacm2006-09-131-0/+1
| | | | Approved by: garga (mentor, implicit)
* - Update to 0.6.5acm2006-09-133-31/+6
| | | | | | | - Modify MASTER_SITES - Remove obsolete patch file Approved by: garga (mentor,implicit)
* - Update to 0.29miwi2006-09-123-10/+9
| | | | | PR: ports/103144 Submitted by: KATO Tsuguru <tkato432(at)yahoo.com>
* - Update to 20060309miwi2006-09-123-4/+48
| | | | | PR: ports/103145 Submitted by: KATO Tsuguru <tkato432(at)yahoo.com>
* Fix a typo and unbreak the build.danfe2006-09-091-1/+1
| | | | Reported by: krismail
* - upodate to 1.20dinoex2006-09-086-42/+40
|
* - Update to 0.7acm2006-09-063-7/+201
| | | | | | | | | - Change MASTER_SITES to MASTER_SITE_BERLIOS - Remove USE_X_PREFIX - Modify pkg-plist - See the changes at http://gngeo.berlios.de/?page=changelog Approved by: garga (mentor, implicit)
* - Reformat Makefile header, expand `Whom:' to full namedanfe2006-09-062-14/+13
| | | | | | | | | - Fix a minor typo in COMMENT - Kill useless ROMPATH variable (it was always = DATADIR) - Pacify portlint(1) - Improve on pkg-descr, fix WWW line [1], and kill spaces EOL Submitted by: jylefort
* - Update to version 0.4.3 [1]danfe2006-09-068-249/+56
| | | | | | - Respect PREFIX better Submitted by: jylefort [1]
* Add TilEm, a Gtk+-based TI graphing calculators emulator. It supports alldanfe2006-09-055-0/+105
| | | | | | | Z80 TI calculators (73, 82, 83, 83+, 83+ SE, 84+, 84+ SE, 85, and 86) except for TI-81, and all known ROM/OS versions. WWW: http://lpg.ticalc.org/prj_tilem/
* Reset inactive maintainer who has not responded to email.linimon2006-09-053-3/+3
| | | | Hat: portmgr
* These are a couple of small fixes and improvements I haveitetcu2006-09-041-3/+9
| | | | | | | | | | | | | | | | | | | accumulated for the emulators/zsnes port: * Heed CFLAGS and CPPFLAGS set in /etc/make.conf. Without this, C/C++ code is not optimised for ${CPUTYPE} but always for i386 instead. CFLAGS were ignored entirely before this update, even though the port contains both C and C++ code. CPPFLAGS were passed to configure but overridden again for the actual compile. * Only search headers and libaries in ${X11BASE} if building with X11 support. This is rather cosmetic, really. * Fix configure script summary to report correct zsnes version. * Fix compiler warnings about __FreeBSD__ being redefined. PR: ports/102691 Submitted by: Stefan Sperling (maintainer)
* NO_PACKAGE and NO_CDROM are superfluous. Allow package builds.kris2006-09-031-4/+3
|
* BROKEN: Unfetchable. Since this is such an old version, deprecate it andkris2006-09-031-0/+4
| | | | schedule for termination on 2006-12-01
* BROKEN: Unfetchable. Since this is such an old version, deprecate itkris2006-09-031-0/+3
| | | | and schedule for termination on 2006-12-01
* Use compat5x instead of bailing on >= 6.xkris2006-09-031-8/+3
|
* Previous commit accidentally added a duplicate deprecation block.kris2006-09-031-3/+0
| | | | Noticed by: bsam
* Chase net/samba to net/samba3 in preparation for removal of the former.kris2006-09-032-2/+2
|
* Schedule these broken ports for termination on 2006-12-01kris2006-09-034-0/+8
|
* Add an interim patch that allows FreeBSD to learn the clock frequencyjkoshy2006-09-022-0/+15
| | | | | | of the emulated MIPS32 processor from yamon's environment. Submitted by: bms
* - Update to 0.7.1acm2006-09-022-4/+5
| | | | | | | - Add USE_GCC=3.4+. It fixed a problem on 4.x [1] Reported by: kris [1] Approved by: garga(mentor)
* Wah!Cade is a GNU/Linux friendly clone of Minwah's excellent MameWAH. It's apav2006-09-016-0/+188
| | | | | | | | | | front end for the M.A.M.E. arcade game emulator, and has been designed with arcade cabinet controls & projects in mind. WWW: http://www.anti-particle.com/wahcade.shtml PR: ports/102525 Submitted by: Nathaniel Roark <robb_force@holybuffalo.net>
* Use updated RPMs (all descriptions are taken verbatim from the INDEXtrevor2006-08-313-39/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | file provided by Novell): glibc-2.3.4-23.4 This update fixes a problem when debugging threaded programs using gdb. The symptom would be that 'info threads' returns empty in every case. Everyone who debugs should update. coreutils-5.3.0-10.2 Fix a bug in the cp and mv utilities that cause them to terminate with a segmentation fault when copying extended attributes fails. libtiff-3.7.1-7.8, This update of libtiff is the result of a source-code audit done by Tavis Ormandy. It fixes various bugs that can lead to denial-of-service conditions as well as to remote code execution while parsing a tiff image. (CVE-2006-3459, CVE-2006-3460, CVE-2006-3461, CVE-2006-3462, CVE-2006-3463, CVE-2006-3464, CVE-2006-3465) giflib-4.1.3-5.2 This update fixes the following security issues: - specially crafted GIF files could crash applications (CVE-2005-2974). - specially crafted GIF files could overwrite memory which potentially allowed to execute arbitrary code (CVE-2005-3350). freetype2-2.1.9-4.4 This security update fixes crashes in the PCF handling of freetype2 which might be used to crash freetype2 using applications or even to execude code in them. This issue is tracked by the Mitre CVE ID CVE-2006-3467. gtk2-2.6.4-6.3 This update fixes the following security problem: a heap overflow in the XPM reader allowed attackers to execute arbitrary code via specially crafted XPM images (CVE-2005-3186, CVE-2005-2976). kdelibs3-3.4.0-20.10 This update contain a fix for kdelibs3. The package contained libraries or applications having an internal empty rpath / runpath. This problem leads to programs searching shared libaries in the current directory. arts-1.4.0-10.2 The KDE soundserver aRts lacked checks around some setuid() calls. This could potentially be used by a local attacker to gain root privileges. (CVE-2006-2916) Add linux_base-8 to CONFLICTS. Set PORTREVISION to 4. Remove deprecation.
* Update the bzip2 RPM (description from the INDEX file provided by Novell):trevor2006-08-312-20/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bzip2 could crash or run into an enless loop when decompressing certain specially crafted archives. This problem has been fixed. (CAN-2005-1260) An advisory is at <url:http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-1260>. Update the coreutils RPM (description from the INDEX file provided by Novell): Fix a bug in the cp and mv utilities that cause them to terminate with a segmentation fault when copying extended attributes fails. Update the zlib RPM: The previous zlib update for CAN-2005-2096 fixed a flaw in zlib that could allow a carefully crafted compressed stream to crash an application. While the original patch corrected the reported overflow, Markus Oberhumer discovered additional ways a stream could trigger an overflow. This update fixes those problems as well. This issue is tracked by the Mitre CVE ID CAN-2005-1849. Since only zlib 1.2.x is affected, older SUSE products are not affected by this problem. --<url:http://www.novell.com/linux/security/advisories/2005_43_zlib.html> Add linux_base-8 and linux_base-suse-9.3 to CONFLICTS. Remove quotes from RESTRICTED line (portlint). Remove deprecation. Remove duplicate $FreeBSD$ tag. Increment PORTREVISION to 2.
* Update the bash RPM (description from the INDEX file provided by Novell):trevor2006-08-312-35/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using any locale with UTF-8 encoding leads to an endless loop if after a quote a tabluator completion is tried. Update the bzip2 RPM (description from the INDEX file provided by Novell): bzip2 could crash or run into an enless loop when decompressing certain specially crafted archives. This problem has been fixed. (CAN-2005-1260) An advisory is at <url:http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-1260>. Update the coreutils RPM (description from the INDEX file provided by Novell): Fix a bug in the cp and mv utilities that cause them to terminate with a segmentation fault when copying extended attributes fails. Update the libacl RPM (description from the INDEX file provided by Novell): When specifying multiple files, the X pseudo permission was handled wrong. (X evaluates to x if any acl entry contains x, and - otherwise.) Update the ncurses RPM (description from the INDEX file provided by Novell): Make resizing of the terminal work even with threaded curses programs Update the zlib RPM: The previous zlib update for CAN-2005-2096 fixed a flaw in zlib that could allow a carefully crafted compressed stream to crash an application. While the original patch corrected the reported overflow, Markus Oberhumer discovered additional ways a stream could trigger an overflow. This update fixes those problems as well. This issue is tracked by the Mitre CVE ID CAN-2005-1849. Since only zlib 1.2.x is affected, older SUSE products are not affected by this problem. --<url:http://www.novell.com/linux/security/advisories/2005_43_zlib.html> Add linux_base-8, linux_base-suse-9.2 and linux_base-suse-9.3 to CONFLICTS. Remove quotes from RESTRICTED line (portlint). Remove deprecation. Increment PORTREVISION to 2. PR: 102707
* - Install module into /boot/modulespav2006-08-294-6/+26
| | | | | | | - Update URLs PR: ports/101286 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
* 1. Update port: emulators/skyeye update to 1.2-RC8 [1]bsam2006-08-284-22/+22
| | | | | | | | | | | | | | | | | | | * gcc-2.95/3.3/3.4/4.0/4.1 can compile skyeye * add amd64 support, update autotest, * in 64bit system, long=64 bit int=32bit, long long =64 bit, long int=64bit; * in 32bit system, long = 32 bit, int=32bit, long long =64 bit, long int=32bit * so I do: long ---> int * Changed files: *.[ch] which has long --->int , long int ---> int Makefile utils/tools/auto_test/daily_test.sh * added files: Makefile_gcc-3.3_with_DBCT_X86_32 2. Add to Makefile ONLY_FOR_ARCHS= i386 amd64 PR: 102558 [1] Submitted by: RuanWei <iamayan at gmail.com> (maintainer) [1] Approved by: netchild (mentor, implicit)
* Mark as broken: leaves a file behind on deinstall.linimon2006-08-271-0/+2
|
* - change to samba3miwi2006-08-262-2/+2
| | | | | | PR: ports/102494 Submitted by: Juergen Lock <nox(at)jelal.kn-bremen.de>,(maintainer) Approved by: krion (mentor)
* Update to Wine 0.9.20. This includes the following changes:gerald2006-08-256-14/+18
| | | | | | | | | - XEmbed system tray support. - Many improvements to NTLM support. - Many messages made localizable instead of hardcoded to English. - Improved support for various OpenGL platforms. - More improvements to the IDL compiler. - Lots of bug fixes.
* - New port: emulators/yabauseacm2006-08-255-0/+63
| | | | | | | | | | | Yabause is a Sega Saturn emulator. It currently runs on GNU/Linux, FreeBSD and is being ported to Microsoft Windows and Mac OS X. It is also ported to the Sega Dreamcast as a separate project. It is written in C using the SDL and OpenGL libraries with support for cdrom and iso files. WWW: http://yabause.sourceforge.net/ Approved by: garga (mentor)
* - Update to 0.6.4acm2006-08-253-4/+29
| | | | | | - Can to see the changes at http://mednafen.com/releases/ChangeLog Approved by: garga (mentor)
* - Fix build on 4.x [1]shaun2006-08-2210-40/+472
| | | | | | | | | | | - Respect CFLAGS [2] - Support parallel port under FreeBSD [3] PR: ports/102154 [1], ports/102188 [2] Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> [1], Stanislav Sedov <ssedov@mbsd.msk.ru> [2], Robert Jenssen (via freebsd-ports) [3] Approved by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer) [2] [3]
* Update to v0.4.2. Upstream changes include:jkoshy2006-08-202-4/+4
| | | | | | | | | | | - NetWinder emulation mode works well enough to let NetBSD/netwinder run from a disk image. - Algorithmics P5064 emulation works well enough to let NetBSD/algor run from a disk image. - PCI configuration register writes are now handled, which allows NetBSD/Malta (evbmips) 3.0.1 and NetBSD/cobalt 3.0.1 to run from PCI IDE harddisk images. - Some performance increases for translation table updates.
* - Update maintainer addressesmiwi2006-08-201-1/+1
| | | | | | PR: ports/102230 Submitted by: Wesley Shields <wxs(at)atarininja.org> Approved by: krion (mentor)
* - Update to 0.5.5rafan2006-08-194-11/+111
| | | | | PR: ports/102218 Submitted by: Seiya Yanagita <s_yanagita at ybb.ne.jp>
* o update compat-db package to the latest (4.2.52-3.fc4)bsam2006-08-1927-306/+324
| | | | | | | | | available for FC4, changes: libdb_cxx-4.1.so and libdb_cxx-4.2.so are added; o bump PORTREVISION; o some polishing: sort DISTFILES by name and same changes to distinfo. Approved by: netchild (mentor, implicit)
* BROKEN: Does not compilekris2006-08-181-0/+2
|
* - Update to 0.6.3acm2006-08-152-5/+4
| | | | | | - Remove USE_X_PREFIX Approved by: garga (mentor)
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-153-3/+3
| | | | | | | | - these include dns/ editors/ emulators/ finance/ games/ graphics/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* Upstream name change from compat-db-4.2.52-2.FC4.i386.rpm tonetchild2006-08-1518-99/+99
| | | | | | compat-db-4.2.52-2.i386.rpm. Noticed by: "Alex Pivovarov" <apivovarov@gmail.com>
* Update to Wine 0.9.19. This includes the following changes:gerald2006-08-146-12/+26
| | | | | | | | | | | | | - Support for a proper Trash folder. - Many improvements to the IDL compiler. - Better FreeBSD support. - A number of MSI bug fixes. - Many RichEdit improvements. - Lots of bug fixes. Switch the order of MASTER_SITES. [1] Submitted by: Tijl Coosemans <tijl@ulyssis.org> [1]
* - Integrate linux-krb5-libs and linux-e2fsprogs to linux_base-fc4acm2006-08-1236-9/+1215
| | | | | Reviewed by: bsam Approved by: netchild, garga (mentor)
* - Add OPTIONS for X11/OpenGL, as these are not mandatory dependencies.shaun2006-08-091-6/+23
| | | | | | | - Pass maintainership to submitter. PR: ports/101663 Submitted by: Stefan Sperling <freebsd-gnats@stsp.in-berlin.de>
* Update to 0.8.2.nork2006-08-0824-832/+272
| | | | | PR: ports/101381 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
* - Use new IA32_BINARY_PORT macro instead of ONLY_FOR_ARCHSerwin2006-08-031-2/+3
| | | | | | | | - Portlint nit PR: 100481 Submitted by: gabor Sponsored by: Google Summer of Code 2006
* - New port: emulators/pyxmameacm2006-08-027-0/+120
| | | | | | | | | Pyxmame is a free application that provides a simple frontend for the xmame, developed with PyGTK WWW: http://pegueroles.com/Pyxmame/ Approved by: garga (mentor)
* - Update to 16bacm2006-08-017-157/+81
| | | | Approved by: garga (mentor)
* Update to Wine 0.9.18. This includes the following changes:gerald2006-07-316-12/+26
| | | | | | | | - Still more work on Direct3D. - A lot of MSI bug fixes and improvements. - More compatible memory management. - Several fixes for Win64 support. - Some performance improvements.
* Nonpareil is a high-fidelity simulator for calculators. It currentlygarga2006-07-2815-0/+899
| | | | | | | | | | | | supports many HP calculators models introduced between 1972 and 1982. Simulation fidelity is achieved through the use of the actual microcode of the calculators, thus in most cases the simulation behavior exactly matches that of the real calculator. WWW: http://nonpareil.brouhaha.com/ PR: ports/100834 Submitted by: trasz <trasz at pin.if.uz.zgora.pl>
* Upgrade to v0.4.1.jkoshy2006-07-262-36/+8
| | | | | | | | | | | | | | | | Major upstream changes from the previous ported version include: - speedups for MIPS emulation, - an improved dyntrans backend, - tweaks to ARM, PPC, AVR, SPARC and MIPS emulation, - support for remote debugging using GDB, - a new statistics gathering option "-s", - most configuration options are no longer supported, - bug fixes. Port changes: - the port no longer depends on GCC >= 3.2 on FreeBSD 4.X. - OPTION "X" has been renamed as "X11" for consistency.
* - Update to latest versionaaron2006-07-262-8/+6
| | | | | PR: ports/98782 Submitted by: bsdmaniak <bsdmaniak@daemon-tips.org>
* Remove extraneous trailing slash from MASTERDIR.gerald2006-07-243-3/+3
| | | | Reported by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
* No longer create ${PREFIX}/libdata/ldconfig, the issue has been addressedgerald2006-07-232-2/+0
| | | | in Mk/bsd.port.mk now.
* Change maintainer address to my @FreeBSD.org emailacm2006-07-233-3/+3
| | | | Approved by: garga (mentor)
* - Add a fix by Anthony Liguori for the 'invisible wall' problem:shaun2006-07-236-6/+52
| | | | | | | | | | http://lists.gnu.org/archive/html/qemu-devel/2006-05/msg00112.html - Update pkg-message (linux 2.6 default HZ) PR: ports/100722 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer) Approved by: ahze (mentor, implicit)
* - Use USE_LINUX_PREFIX instead of PREFIX?= ${LINUXBASE}erwin2006-07-213-11/+11
| | | | | | | - Whitespace cleanup PR: 100607 Submitted by: gabor (maintainer)
* Propagate ${PREFIX} and other environment variables to child sub-makes.jkoshy2006-07-171-4/+11
|
* Update this port's description; as of version 7.0 'spim' simulatesjkoshy2006-07-172-3/+3
| | | | the MIPS32 architecture.
* Upgrade to v7.2.1.jkoshy2006-07-178-99/+170
| | | | | | | | | | | Upstream changes from the previous ported version include: - bug fixes and documentation cleanups The port now offers a 'GUI' knob that controls whether the X GUI interface is built. Take maintainership.
* Xhomer is a machine emulator for the Digital Equipment Corporationthierry2006-07-176-0/+90
| | | | | | | | | (DEC) Pro 350 computer, a PDP-11-based machine that was sold in the early to mid-'80's. Xhomer is based on the PDP-11 CPU core from the SIMH simulator, and is written entirely in C. PR: ports/97803 Submitted by: trasz <trasz (at) pin.if.uz.zgora.pl>
* Mark xmame broken on 5.X: gets internal gcc error.linimon2006-07-171-6/+4
| | | | While here, get rid of a .error usage.
* Mark as broken on !i386: fails to install.linimon2006-07-161-0/+4
|
* - Fix pkg-plistrafan2006-07-131-0/+1
| | | | | PR: ports/100173 Submitted by: Miguel Mendez <mmendez energyhq.be> (maintainer)
* - Update to 0.6.2rafan2006-07-122-4/+8
| | | | | | | | - Mark as IGNORE on 5.3 and before, which lacks round(3) PR: ports/100102 Submitted by: Simon Olofsson <simon olofsson.de> Approved by: maintainer
* Fix using "portupgrade -s" with this port:bsam2006-07-119-0/+54
| | | | | | | | | o chmod u+w ${WRKSRC}/usr/bin/*db4* (before brandelf) o reverse permittions after branding. PR: ports/100039 Submitted by: Stefan Sperling <freebsd-gnats@stsp.in-berlin.de> Approved by: netchild (mentor, implicit)
* Update to Wine 0.9.17. This includes the following changes:gerald2006-07-116-8/+26
| | | | | | | | - Still more work on Direct3D shaders. - Now using the Gecko engine directly for MSHTML. - Better support for apps switching to full screen mode. - Support for multiple joysticks. - Lots of bug fixes.
* Remove zero-sized fileerwin2006-07-111-0/+0
|
* Update to 0.9erwin2006-07-112-7/+5
| | | | | PR: 100031 Submitted by: Ports fury
* Prepare for linux infrostructure ports transition from FC3 to FC4:bsam2006-07-1027-1179/+2331
| | | | | | | | | | | | | o move dealing with linux locale files (creating empty ones) for other linux ports to linux_base-fc4; o remove all empty directories creation from pkg-plist to pkg-install (which is executed when installing from ports tree and thus not only installing from a package will create empty directories); o substitute all @dirrmtry by @dirrm -- from package building point of view this package (linux_base) should be removed after all other linux ports. (approved in principle by mentor) Approved by: netchild (mentor, implicit)
* Fix check for kernel sources.itetcu2006-07-101-1/+1
| | | | | | PR: ports/96543 Submited by: Alexandr Kovalenko <never@nevermind.kiev.ua>, the patch commited: from maintianer.
* The upgrading of linux infrostructure ports from FC3 to FC4 is comingbsam2006-07-0718-9/+117
| | | | | | | | | | soon: o some empty linux mtree directories (which will be used by some other ports) are added; o PORTREVISION is bumpted. Approved by: netchild (mentor, implicit)
* Remove expired leaf ports:vd2006-07-049-10148/+0
| | | | | | | | | | 2006-07-01 emulators/linux_base-fc3 2006-06-15 misc/linux-opengroupware 2006-07-01 net/opengk 2006-07-01 security/p5-Crypt-OpenPGP 2006-07-01 textproc/sed_inplace 2006-07-01 textproc/xml4j 2006-07-01 x11-wm/aewm++
* 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-2619-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-262-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-242-4/+4
| | | | | | PR: ports/99270 Submitted by: miwi Approved by: markus (co mentor), maintainer
* Update to 2.7.1erwin2006-06-243-32/+23
| | | | | PR: 99376 Submitted by: Ports fury
* First do "brandelf -t Linux" at WRKSRC and then do install. Thisbsam2006-06-2410-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-242-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-236-10/+24
| | | | for non-default prefix.
* Remove this; it appears to have been an incomplete repocopy. It is notlinimon2006-06-233-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-211-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-191-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-182-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-153-6/+6
| | | | | PR: 98953 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
* Remove non-existent USE_CONFIGURE knob.erwin2006-06-131-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-107-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-076-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-0613-0/+363
| | | | | | | Linux compatibility. PR: ports/97152 Submitted by: Gabor Kovesdan
* Add linux_base-gentoo-stage2 2006.0, files from Gentoo distribution, forerwin2006-06-0613-0/+357
| | | | | | | Linux compatibility. PR: ports/97152 Submitted by: Gabor Kovesdan