summaryrefslogtreecommitdiff
path: root/emulators (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use LINUXBASE/USE_LINUX variables.Akinori MUSHA2000-09-2211-36/+37
| | | | | | | | This is only a cosmetic change, so there's no need to reinstall your installation(s). Notes: svn path=/head/; revision=33019
* Fix for the latest -current. (another tiny ad hoc fix here..)Akinori MUSHA2000-09-224-20/+22
| | | | | | | | | Noted by: kuriyama Use LINUXBASE and USE_LINUX. Notes: svn path=/head/; revision=33016
* Update for the latest current. (lminor() -> dev2unit())Akinori MUSHA2000-09-223-7/+15
| | | | | | | Correct the startup script to unload rtc.ko module properly. Notes: svn path=/head/; revision=32996
* Add dgen-sdl - a SDL version of wonderful Sega Genesis/MegaDrive emulator.Maxim Sobolev2000-09-207-0/+68
| | | | Notes: svn path=/head/; revision=32900
* Add the rest of the patchChris D. Faulhaber2000-09-191-0/+9
| | | | | | | | PR: 21398 Submitted by: Maintainer Notes: svn path=/head/; revision=32847
* Bump PORTREVISION after last commitChris D. Faulhaber2000-09-171-0/+1
| | | | Notes: svn path=/head/; revision=32759
* Add patch to allow configure to find the threads libraryChris D. Faulhaber2000-09-171-0/+11
| | | | | | | | PR: 21267 Submitted by: Maintainer Notes: svn path=/head/; revision=32758
* Support CC/CFLAGS properlyAde Lovett2000-09-161-6/+17
| | | | | | | | PR: 21137 Submitted by: Ports Fury Notes: svn path=/head/; revision=32714
* Update port to 2000.08.21.Alexander Langer2000-09-1510-72/+266
| | | | | | | | | | | | | | | | This breaks the port (hopefully temporarily) for CURRENT, but it is verified to work in both, RELENG_3 and RELENG_4. It also corrects problems with RELENG_3, which is more important than CURRENT. PR: 20951 Submitted by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> Furthermore: James McNaughton <jtm63@enteract.com> submitted PR 21147, which is solved with this commit, and tested this version on RELENG_3 Notes: svn path=/head/; revision=32648
* Add support for the latest current. (a bit kind of ad hoc)Akinori MUSHA2000-09-156-2/+76
| | | | Notes: svn path=/head/; revision=32633
* Add BUILD_DEPENDS=bdftopcf:XFree86-4-clients andSatoshi Asami2000-09-121-1/+8
| | | | | | | | | RUN_DEPENDS=mkfontdir:XFree86-4-clients when XFREE86_VERSION=4. Submitted by: bento Notes: svn path=/head/; revision=32551
* Set KMODDEPS=linux in Makefile.Akinori MUSHA2000-09-102-1/+4
| | | | | | | | | Add $FreeBSD$ tag. Submitted by: Boris Popov <bp@FreeBSD.org> Notes: svn path=/head/; revision=32494
* Fix the configure script that caused a syntax error when no networking.Akinori MUSHA2000-09-103-3/+3
| | | | | | | | PR: ports/20816 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> Notes: svn path=/head/; revision=32493
* Update to version 0.8.15Kevin Lo2000-09-092-3/+3
| | | | | | | | PR: 21110 Submitted by: MAINTAINER Notes: svn path=/head/; revision=32456
* Activate uae.SADA Kenji2000-09-061-0/+1
| | | | | | | | PR: ports/18809 Submitted by: Simon Dick <simond@irrelevant.org> Notes: svn path=/head/; revision=32337
* New port: uaeSADA Kenji2000-09-065-0/+52
| | | | | | | | | | This is a port for UAE, the Universal Amiga Emulator. PR: ports/18809 Submitted by: Simon Dick <simond@irrelevant.org> Notes: svn path=/head/; revision=32335
* Use ${XAWVER} for Xaw3d's shlib version number in LIB_DEPENDS so these portsSatoshi Asami2000-09-051-1/+1
| | | | | | | work with both XFree86-3 and XFree86-4. Notes: svn path=/head/; revision=32320
* Use distinct md5 files for both alpha and i386. There are arch.Marcel Moolenaar2000-09-048-0/+40
| | | | | | | | | | | | independent packages that, despite the identical names, have different contents. This "feature" is currently implemented in a way that works around a limitation in bsd.port.mk and can be considered a hack. Notes: svn path=/head/; revision=32255
* Update the checksum of 4 architecture independent rpms. The alphaMarcel Moolenaar2000-09-048-32/+32
| | | | | | | | | | | versions are not the same as the i386 version, even though they have the same name. This fix does not have effect until the architecture specific md5 files are used. Notes: svn path=/head/; revision=32254
* Revert previous checksum change. The checksums were correct forMarcel Moolenaar2000-09-048-32/+32
| | | | | | | | | the i386. They seem to be wrong for alpha. Whether that's caused by a bad mirror or is caused by a structural bogosity has to be determined at this time. Notes: svn path=/head/; revision=32252
* Fix checksums. And no I don't care why they changed.David E. O'Brien2000-09-028-32/+32
| | | | Notes: svn path=/head/; revision=32192
* Add a missing ')' so this port actually installs again.Steve Price2000-08-301-1/+1
| | | | | | | | PR: 20934 Submitted by: maintainer Notes: svn path=/head/; revision=32123
* Include bsd.port.pre.mk before referring to DISTDIR in .if condition.Akinori MUSHA2000-08-275-10/+10
| | | | Notes: svn path=/head/; revision=32023
* - Fix MASTER_SITESKevin Lo2000-08-253-17/+22
| | | | | | | | | | - Change location of data files from libdata/ to share/ PR: 20839 Submitted by: Ports Fury Notes: svn path=/head/; revision=31964
* Do in Makefile as make groks, not as Ruby groks. (make groks it though)Akinori MUSHA2000-08-242-2/+2
| | | | | | | .if exists?(..) -> .if exists(..) Notes: svn path=/head/; revision=31926
* Chase the recent moving of linux_ioctl.h.Akinori MUSHA2000-08-242-2/+8
| | | | | | | | PR: ports/20818 Submitted by: Sean-Paul Rees <sean@dreamfire.net> Notes: svn path=/head/; revision=31925
* Remove the fsgs patch, which is no longer required.Sheldon Hearn2000-08-248-62/+14
| | | | | | | | | PR: 11287 Reported by: Juergen Lock <nox@jelal.kn-bremen.de> Submitted by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> Notes: svn path=/head/; revision=31914
* Chase the recent moving of linux_ioctl.h.Akinori MUSHA2000-08-232-0/+16
| | | | Notes: svn path=/head/; revision=31908
* - Remove obsolete site form MASTER_SITESKevin Lo2000-08-235-144/+93
| | | | | | | | | | - Change location of data files from libdata/ to share/ PR: 20752 Submitted by: Ports Fury Notes: svn path=/head/; revision=31893
* Update MASTER_SITESKevin Lo2000-08-231-1/+2
| | | | | | | | PR: 20769 Submitted by: MAINTAINER Notes: svn path=/head/; revision=31887
* Add missing ';;' in previous commit.Marcel Moolenaar2000-08-218-0/+8
| | | | Notes: svn path=/head/; revision=31837
* Makefile simplification and removed references to a removed patch.Daniel Harris2000-08-214-8/+4
| | | | | | | | PR: 20736 Submitted by: MAINTAINER Notes: svn path=/head/; revision=31833
* Removed patch-3.3-sys-ldtshare and update README.patch accordingly.Daniel Harris2000-08-212-58/+4
| | | | | | | | PR: 11287 Submitted by: MAINTAINER Notes: svn path=/head/; revision=31827
* Add linux-vmware-toolbox, VMware toolbox for FreeBSD Guest OSAkinori MUSHA2000-08-2126-0/+471
| | | | | | | | | | | (full-featured Linux version). PR: ports/20612 Submitted by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org> Modified by: knu Notes: svn path=/head/; revision=31808
* Add vmware-tools, VMware tools for FreeBSD guest OS (X Server only).Akinori MUSHA2000-08-2137-0/+391
| | | | | | | | | PR: ports/20612 Submitted by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org> Modified by: knu Notes: svn path=/head/; revision=31807
* Update to 0.37b5.2. Can't find extras tarball so people will need toWill Andrews2000-08-205-86/+93
| | | | | | | | | | | | install those themselves now. MAINTAINER changed to someone who said he'd keep the port up to date. Add sed regex to replace patch-aa to extend the port's life. At least, now portlint doesn't whine so much.. PR: 18047, 18368 Some patch submitted by: Ports Fury Notes: svn path=/head/; revision=31781
* Update to 2000.08.01 snapshot.Daniel Harris2000-08-196-22/+20
| | | | | | | | PR: 20380 Submitted by: MAINTAINER Notes: svn path=/head/; revision=31766
* Update to version 0.4.1Kevin Lo2000-08-188-19/+204
| | | | | | | | PR: 20651 Submitted by: Ports Fury Notes: svn path=/head/; revision=31745
* Upgrade to version 2.2.Ruslan Ermilov2000-08-167-38/+45
| | | | Notes: svn path=/head/; revision=31689
* Do not rely on the linux(8) shell script. Instead, use an INSTALLSheldon Hearn2000-08-1524-120/+232
| | | | | | | | | | | script so that the behaviour of a package installation matches that of a port installation identically. Note that, in the package case, we already have a valid run-time linker hints file for Linux. Notes: svn path=/head/; revision=31658
* Remove what seemed like an innocuous warning message but turned out to beSteve Price2000-08-131-2/+2
| | | | | | | | a serious flaw that was causing parts of the XFree86 ports lib/X11 directory to be removed on 'make deinstall'. Notes: svn path=/head/; revision=31625
* PKGDIR is supposed to be read-only.Alexander Langer2000-08-131-4/+3
| | | | | | | | | Use PLIST var instead. Submitted by: bento Notes: svn path=/head/; revision=31617
* Make these COMMENT files conform to Handbook standard.Will Andrews2000-08-111-1/+1
| | | | | | | | PR: 20269 Submitted by: Ports Fury Notes: svn path=/head/; revision=31525
* Add vgb-bin v17, a gameboy emulator, binary-only.Will Andrews2000-08-1111-0/+161
| | | | | | | | PR: 20427 Submitted by: Mario Sergio Fujikawa Ferriera <lioux@uol.com.br> Notes: svn path=/head/; revision=31506
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-034-10/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm Notes: svn path=/head/; revision=31272
* Enable sound support.Sheldon Hearn2000-08-021-0/+1
| | | | | | | | PR: 20289 Submitted by: Jimmy Olgeni <olgeni@uli.it> Notes: svn path=/head/; revision=31246
* Remove empty directory.Jun Kuriyama2000-08-021-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=31241
* Merge with Vladimir's latest version.Akinori MUSHA2000-07-3116-46/+64
| | | | | | | | | | | | | | | | | | - Add support for FreeBSD bridging facility. To use it, you need a kernel built with `options BRIDGE'. - Integrate vmnet and if_tap code into vmmon module. - Install vmmon/vmnet1 pseudo-device nodes under /compat/linux/dev instead of /dev - Set TMPDIR to /var/tmp if empty. - Change MAINTAINER back to Vladimir N. Silyaev <vns@delta.odessa.ua>, now he is back and being active. :) Notes: svn path=/head/; revision=31182
* Activate vxtools.SADA Kenji2000-07-281-0/+1
| | | | | | | | PR: ports/17436 Submitted by: Martin Hinner <mhi@linux.gyarab.cz> Notes: svn path=/head/; revision=31089
* New port vxtools - Command-line utilites for reading Veritas Filesystem (VxFS).SADA Kenji2000-07-285-0/+50
| | | | | | | | PR: ports/17436 Submitted by: Martin Hinner <mhi@linux.gyarab.cz> Notes: svn path=/head/; revision=31088