XEmacs(gamma version) text editor, with SJ3, SKK and FreeWnn support antw44/cgit-data/cgit.css'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* To couple with Linux Fedora 8 packages changes after intrusionbsam2008-10-1310-1090/+1090
| | | | | | | | | to Red Hat's servers: . new DIST_SUBDIR is used; . new distinfo.i386; . bump PORTREVISION. Pointed out by: pointyhat (erwin)
* Fix PLIST_SUB and other minor issues. This change should fix package builds.mbr2008-10-081-7/+11
| | | | Submitted by: timur
* Fix dependency broken due to acroread7 removal.hrs2008-10-056-11/+6
|
* o Fix a bug reported by Oleksandr Tymoshenko:imp2008-10-042-1/+13
| | | | | | | | | | | Due to small issue with gxemul (PCI registers values of piix controller are not saved having been written) FreeBSD in gxemul panics after detecting IDE devices. Apply this patch to fix it... o Bump PORTREVISION o Take on this port. Submitted by: gonzo@
* Add keyutils-libs which are needed at least for libkrb5. Now flash9bsam2008-10-0315-5/+65
| | | | | | | should work at -current (with some kernel patches for now). Bump PORTREVISION. Discussed at: emulation@
* . fix directories for current packages (they have a ".newkey" suffix);bsam2008-10-0315-410/+495
| | | | | | | | | . chase some new package versions; . add a package with a missing library presented at previous linux_base [1] ports (libcom_err); . bump PORTREVISION. Reported at: emulation@ [1]
* Add missing file.mbr2008-10-011-0/+11
|
* Another bunch of fixes:mbr2008-09-303-61/+60
| | | | | | | | | | | | - pet portlint(1) - add info on the rc.conf settings - don't reinstall files twice - open-vm-tools and open-vm-tools-nox11 need to CONFLICT each other - on 5.x, the scripts won't try to load unsupported kmods - kldxref should be run also on 5.x - bump PORTREVISION Submitted by: Angelo Turetta <aturetta@bestunion.it>
* Remove obsolete filembr2008-09-291-0/+0
|
* Unbreak open-vm-tools. Fix pkg-lists.mbr2008-09-293-65/+35
| | | | Submitted by: olgeni, Angelo Turetta <aturetta@bestunion.it>
* Update to 0.5.1makc2008-09-283-4/+7
| | | | Approved by: miwi (mentor)
* - Add option to enable ACPI emulationgahr2008-09-241-1/+6
| | | | | PR: 127606 Submitted by: Andriy Gapon <avg@icyb.net.ua>
* Update to Wine 1.1.5. Among others, this includes the following changes:gerald2008-09-244-8/+8
| | | | | | | | | - Substantial JavaScript implementation. - Partial support for layered windows. - Support for Unicode file export in Regedit. - Proper exception handling in widl-generated code. - Asynchronous requests and cookies support in WinHTTP. - Various bug fixes.
* - Really mark as BROKEN (/me dumb)gahr2008-09-111-1/+1
| | | | Approved by: portmgr (pav)
* - Mark as BROKEN (does not fetch)gahr2008-09-111-0/+1
| | | | | Reported by: QA Tindie Approved by: portmgr (linimon)
* Update to Wine 1.1.4. Among others, this includes the following changes:gerald2008-09-076-8/+10
| | | | | | | | | - Substantial chunks of WinHTTP are implemented. - More JavaScript support. - Beginnings of shell AppBar implementation. - Several fixes for Google Chrome support. - Chinese translations. - Various bug fixes.
* - Fix build with SDLpav2008-09-051-1/+1
| | | | | PR: ports/127082 Reported by: Edward Sanford Sutton, III
* Add entry for emulators/aqemumakc2008-09-031-0/+1
| | | | Approved by: miwi (mentor)
* Add new port emulators/aqemu:makc2008-09-035-0/+114
| | | | | | | | | AQEMU is a QEMU GUI written in Qt4. The program have user-friendly interface and allows to set up the majority of QEMU options. WWW: http://sourceforge.net/projects/aqemu/ Approved by: miwi (mentor)
* - Update to 0.8. The latest version of the emulator includes several major ↵amdmi32008-09-033-9/+34
| | | | | | | | | | feature additions, including support for 3D rendering and a gdb stub. - Pass maintainership to submitter PR: 126985 Submitted by: L Campbell <llc2w at virginia dot edu> (improved by me) Approved by: Stefan Sperling <stsp at stsp dot in-berlin dot de> (maintainer)
* - fix plist with -DNOPORTDOCS and bump PORTREVISIONitetcu2008-08-272-3/+29
| | | | | | | - update maintainer's email address PR: ports/125829 Submitted by: Martin Tournoij (maintainer)
* Mark BROKEN: does not build.erwin2008-08-242-0/+4
|
* Update to Wine 1.1.3. Among others, this includes the following changes:gerald2008-08-236-8/+14
| | | | | | | | | | - Beginnings of ddraw overlay support. - Many more crypt32 functions. - Improved support for tables in Richedit. - Support for NETWM window maximization. - Many installer fixes. - Tweaks for better PulseAudio support. - Various bug fixes.
* - Fix plist for NOPORTDOCSamdmi32008-08-232-1/+4
| | | | Reported by: QA Tindie
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-2115-15/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* Mark BROKEN: leaves files behind on deinstallerwin2008-08-201-0/+2
|
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62ade2008-08-204-4/+4
| | | | Tested by: exp build run (erwin)
* Change the vmware-checkvm path in this script too.mbr2008-08-062-2/+2
| | | | Submitted by: Angelo Turetta <aturetta@bestunion.it>
* Keep share/pixmaps in pkg lists.mbr2008-08-052-2/+0
|
* vmware-guestd has been installed twice. Fix pkg-plist for this issue.mbr2008-08-034-4/+3
| | | | | Submitted by: Olli Hauer <ohauer@gmx.de> PR: 126210
* Add note about pcap on 6.xnox2008-08-031-0/+2
|
* - Add pcap patch as an OPTIONnox2008-08-032-0/+306
| | | | | | - Bump PORTREVISION Submitted by: jkim
* Fix the disk image MASTER_SITES.brooks2008-07-301-2/+2
| | | | | | | | - ftp.apple.asimov.net was reorganized at some point so the path was wrong. - ftp1.au.apple.asimov.net is reliably non-functional with multiple different symptoms including hangs and asking for username/passwords. - I found www.kdbarto.org via google.
* - update to 2.0dinoex2008-07-293-8/+30
| | | | PR: 122093
* Second try to fix the package list.mbr2008-07-274-14/+76
|
* Update to Wine 1.1.2. Among others, this includes the following changes:gerald2008-07-276-18/+18
| | | | | | | | - Control panel improvements and new appwiz panel. - Restructuring of state handling in Direct3D. - Support for timer queue functions. - Many MSXML improvements. - Various bug fixes.
* - Remove USE_GCC where it can be satisfied with base compiler on followingpav2008-07-259-12/+0
| | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵pav2008-07-256-6/+5
| | | | MAKE_ENV
* - Update to 3.8-0.trasz2008-07-233-17/+21
|
* Upgrade to the recent Fedora-8 updates (coreutils and krb5).bsam2008-07-2210-85/+85
| | | | | | | Inspirited by the PR. PR: 124897 Submitted by: Fritz Katz <frtzkatz yahoo com>
* Change GTK12 dependency to GTK20 to fix the package build.mbr2008-07-224-15/+33
| | | | | Fix package lists. Bump portrevision.
* Update to Wine 1.1.1. Among others, this includes the following changes:gerald2008-07-126-8/+20
| | | | | | | | | - Fixes for Photoshop CS3 and Office 2007 installers. - More progress on gdiplus. - Support for Unicode files in regedit. - Improved video playback. - Many Richedit fixes and improvements. - Various bug fixes.
* - Bump PORTREVISION.alepulver2008-07-121-2/+2
| | | | | | | | - Correctly depend on py-gtk (it was previously depending on a file that belongs to py-gobject). PR: ports/125480 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
* - Use the correct way for take py-gtk dependencyacm2008-07-113-3/+3
| | | | | PR: 125478 125479 125481 Submitted by: amdmi3
* Maintainer is no longer active in FreeBSD.linimon2008-07-112-4/+1
|
* - Update to 20080620 svn snapshot, which uses the new kqemu-kmod-develnox2008-07-0922-402/+197
| | | | | | | | | | | | | | | | | port that now also works for the 32 bit "qemu" executable on amd64 (if you build with the KQEMU knob on, you have to deinstall the old kqemu-kmod first if it is installed) - Add an ALL_TARGETS knob that, if turned off, omits the remaining dyngen targets, eliminating the need for gcc 3.4 (everything but ppc and sh4 has been converted to tcg in this snapshot) - Add tcg fixes for amd64 guests on i386 hosts (two of three have been committed to qemu svn in the meantime) [1] - Update the pkg-message about kqemu on amd64, and add a note about using nfs with slirp, the latter [2] - Homepage now at http://bellard.org/qemu/ - update links Submitted by: nox [1] Submitted by: joerg [2]
* Upgrade to build 102166, 2008.07.01mbr2008-07-0915-571/+202
|
* Upgrade to build 102166, 2008.07.01mbr2008-07-09