summaryrefslogtreecommitdiffstats
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 1.4krion2004-07-2014-289/+29
| | | | | PR: ports/69293 Submitted by: Ports Fury
* Explain why I won't update this port (newer versions simply won't evengerald2004-07-182-0/+10
| | | | start on any version of FreeBSD).
* Fix PLIST_FILESkrion2004-07-171-1/+2
| | | | | PR: ports/69186 Submitted by: Ports Fury
* Update to 0715 snapshotkrion2004-07-178-44/+16
| | | | | PR: ports/69132 Submitted by: maintainer
* Update to 1.7.2krion2004-07-177-134/+12
| | | | | PR: ports/69162 Submitted by: maintainer
* Update to version 0.6.0krion2004-07-1110-134/+14
| | | | | PR: ports/68897 Submitted by: maintainer
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-092-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* Latest update from Orlando Bassotto, includes bettersilby2004-07-0813-139/+473
| | | | network support.
* Update to 0.83.1vs2004-07-023-4/+4
| | | | | PRs: ports/68550, ports/68551 Submitted by: maintainer
* - Unbreak on 4.xpav2004-07-011-0/+5
| | | | | Reported by: bento via kris Pointy hat: mezz
* - Fix plist. No portrevision raise as this is minor change.pav2004-06-261-0/+2
| | | | | PR: ports/68360 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
* Fix build on 4-xkrion2004-06-264-4/+12
| | | | | PR: ports/68349 Submitted by: maintainer
* Fix kernel module build.matusita2004-06-253-6/+6
| | | | | | | | | | | | | Since 'OBJS=' line is inserted _after_ bsd.kmod.mk, OBJS value is overridden by the line (ahh...) Hopefully, 'OBJS=' line is inserted after 'SRCS=' line, but there's no handy way I suppose (sed's command 'i' requires to follow a newline, but how can I put a newline within a one line?) Since the contents (actually, kernel module) are changed, bump PORTREVISION. Submitted by: sobomax
* Update to version 20040624krion2004-06-2510-8/+314
| | | | | | | Add ppc system emulation PR: ports/68298 Submitted by: maintainer
* Fix a comparison that was giving false "you need a patch" messagessilby2004-06-241-1/+1
| | | | on 4.x systems. No need for port revision bump.
* Update to keep up with the recent dev_t change in -current. No need forsilby2004-06-242-13/+62
| | | | a port revision bump, functionality is unchanged.
* Patch to keep up with the recent cdev changes. No need for a portsilby2004-06-241-5/+34
| | | | revision bump, the functionality is unchanged.
* Update to 4.5.2 build-8848.matusita2004-06-236-15/+15
|
* Update to 3.2.0vs2004-06-238-94/+44
| | | | | | Based on PR: ports/63663 Submitted by: Miguel Mendez Approved by: maintainer timeout
* Update to 06/22 snapshotkrion2004-06-236-10/+12
| | | | | PR: ports/68214 Submitted by: maintainer
* Set an expiry date of 2004-08-20 for these BROKEN/IGNORE/FORBIDDENkris2004-06-212-1/+5
| | | | | ports. They will be removed on or after that date if they are still broken and no fix has been submitted to GNATS.
* Remove expired ports, plus the three ports that depended on them.kris2004-06-207-119/+0
|
* use libtools from portseik2004-06-192-1/+4
|
* - Drop nvidia_driver dependency, it proved to be not neededpav2004-06-172-4/+9
| | | | | | | - Reword pkg-message accordingly PR: ports/68024 Submitted by: Travis Poppe <tlp@LiquidX.org> (maintainer)
* Update to 0.2.0.mezz2004-06-175-51/+4
| | | | | PR: ports/68010 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
* - Update to 0.4.3cpav2004-06-164-7/+28
| | | | | | | | - Respect CFLAGS - Provide WITH_OPTIMIZED_CFLAGS knob PR: ports/67878 Submitted by: Radim Kolar <hsn@netmag.cz>
* Update to 0615 snapshot.mezz2004-06-156-16/+34
| | | | | PR: ports/67950 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
* Remove extra qemu/.nork2004-06-122-2/+2
|
* Renamed etc/rc.d/vmware.sh into etc/rc.d/001.vmware.sh to make sureedwin2004-06-113-5/+5
| | | | | | | it is started before any other programs which require the vmnet interface (like isc-dhcp etc) Approved by: orlando.bassotto@ieo-research.it (via email)
* - Update to version 0.5.5.s.20040610krion2004-06-114-8/+8
| | | | | PR: ports/67812 Submitted by: maintainer
* - Update to version 0.5.5.s.20040609krion2004-06-106-18/+14
| | | | | | | | - Remove BROKEN - portlint PR: ports/67802 Submitted by: Christopher Nehren <apeiron@comcast.net>
* BROKEN: Unfetchablekris2004-06-082-0/+4
|
* Update to 20040607, some work on IP30 support, more IP22 support, ARCSjmallett2004-06-082-3/+3
| | | | | | | input support, dsub support and sign-extension changes for 32-bit binaries. Approved by: marcus (mentor)
* - Update to 20040606 snapshotpav2004-06-0610-272/+390
| | | | | PR: ports/67639 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
* Remove trailing whitespace.linimon2004-06-062-2/+0
|
* Add mips64emul:jmallett2004-06-064-0/+30
| | | | | | | | A 64-bit MIPS emulator which emulates a variety of machines. WWW: http://www.mdstud.chalmers.se/~md1gavan/mips64emul/ Approved by: marcus (mentor)
* - Restore prefix cleannesspav2004-06-052-2/+2
| | | | Reported by: perky
* - Update to 20040604pav2004-06-058-22/+292
| | | | | PR: ports/67583 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
* Sync with new bsd.autotools.mkade2004-06-041-0/+1
|
* Add port for qemu 0.5.5 snapshot of 04/05/30,perky2004-06-0331-0/+1337
| | | | | | | A fast CPU emulator environment. PR: 67506 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
* - Unbreak WITH_QTpav2004-05-311-0/+2
| | | | | PR: ports/67421 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
* - Fix build on 4.xpav2004-05-314-0/+164
| | | | | PR: ports/67411 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
* - Update SIZE in distinfo toopav2004-05-301-1/+1
| | | | Spotted by: kris
* - Update to 1.42pav2004-05-299-184/+84
| | | | | | PR: ports/62158 Submitted by: Ports Fury Approved by: maintainer timeout (4 months)
* - Add WITH_QT knob to enable Qt GUIpav2004-05-251-2/+9
| | | | | PR: ports/67174 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
* - Add WITH_OPTIMIZED_CFLAGS knob to build with optimizationspav2004-05-241-2/+27
| | | | | | | - Add WITH_JITC knob to select jitc_x86 CPU, only for i386 PR: ports/67132 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
* Remove empty file, which was a leftover from a previous port version.edwin2004-05-241-0/+0
|
* Add pearpc 0.1.2, powerPC emulator.clement2004-05-239-0/+99
| | | | | | | | | | PearPC is an architecture-independent PowerPC platform emulator capable of running most PowerPC operating systems. WWW: http://pearpc.sourceforge.net/ PR: ports/67034 Submitted by: Roman Bogorodskiy
* - Fix build on 4.xkrion2004-05-212-12/+48
| | | | Reported by: bento via kris
* - Update to version 0.98.10krion2004-05-196-8/+52
| | | | | PR: ports/66847 Submitted by: maintainer
OpenPOWER on IntegriCloud