aboutsummaryrefslogtreecommitdiff
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Update the vmmon-freebsd module to Vladmir's latest version, 0.97-b1.Akinori MUSHA2000-07-274-4/+4
| | | | | | | - Improve LBA magic for huge IDE drives Notes: svn path=/head/; revision=31051
* Add USE_BISON.Alexander Langer2000-07-242-0/+2
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=30991
* Add dependency on gnome.Kelly Yancey2000-07-241-0/+1
| | | | | | | Submitted by: asmodai Notes: svn path=/head/; revision=30979
* Update to 2.0.2 release candidate, build 621.Akinori MUSHA2000-07-224-4/+4
| | | | | | | | | Use it at your own risk, as it is supposed to be of beta quality. FYI, vmmon/vmnet hasn't been changed at all since 2.0.1 release. Notes: svn path=/head/; revision=30970
* Update to 2000.07.16 snapshot.Alexander Langer2000-07-228-50/+92
| | | | | | | | | | | Problems with XFree86 4.0.0 discovered, one is encouraged to update to 4.0.1, if one really wants to use XFree86-4. PR: 19979 Submitted by: maintainer Notes: svn path=/head/; revision=30961
* Update to the 3rd build of these libs.David E. O'Brien2000-07-202-4/+3
| | | | | | | | Also remove the restriction as we are allowed by Decpaq to directly offer this package now. Notes: svn path=/head/; revision=30907
* Add a note for users to always keep the kernel and this port in sync.Akinori MUSHA2000-07-182-0/+12
| | | | Notes: svn path=/head/; revision=30794
* Update to 2000.0325Maxim Sobolev2000-07-174-17/+10
| | | | | | | | PR: 18488 Submitted by: FUJISHIMA Satsuki <k5@cheerful.com> Notes: svn path=/head/; revision=30749
* Remove trailing '/' from the gsnes9x entry.Steve Price2000-07-171-1/+1
| | | | Notes: svn path=/head/; revision=30725
* Clean up port.Alexander Langer2000-07-162-31/+11
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=30706
* Add gsnes9x, a GTK front-end for the Snes9X SNES emulator.Alexander Langer2000-07-1611-0/+223
| | | | | | | | PR: 19370 Submitted by: Kelly Yancey <kbyanc@posi.net> Notes: svn path=/head/; revision=30705
* Update md5 due to their repack of the distfile as of a week ago.Akinori MUSHA2000-07-134-4/+8
| | | | | | | | | | | | - vmware-sniffer and vmware-wizard were changed. (details unknown) - vmmon/vmnet/vmppuser sources were unchanged, however, some of the binaries (for Linux) seems have recompiled. That would not affect us because we compile them from source. Fix configure script to return zero on exit. Notes: svn path=/head/; revision=30551
* - Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-configSteve Price2000-07-072-9/+11
| | | | | | | | | | - Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly PR: 19623 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=30342
* Link wine with -rpath so that it can find libwine.so.Steve Price2000-07-072-0/+2
| | | | | | | | | PR: 19562 Submitted by: FUJISHIMA Satsuki <k5@cheerful.com> Approved by: maintainer Notes: svn path=/head/; revision=30325
* @dirrm share/doc/twinSatoshi Asami2000-07-051-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=30253
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-07-051-4/+15
| | | | | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged. Notes: svn path=/head/; revision=30229
* @dirrm share/inesSatoshi Asami2000-07-051-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=30217
* ksnes9x is now hosted on MASTER_SITE_SOURCEFORGE.Will Andrews2000-06-301-2/+2
| | | | Notes: svn path=/head/; revision=30035
* Use ${MASTER_SITE_LOCAL}.Satoshi Asami2000-06-295-5/+10
| | | | Notes: svn path=/head/; revision=29964
* Add note requested by maintainer not to upgrade the port to theDavid E. O'Brien2000-06-252-0/+4
| | | | | | | 2000.06.14 snapshot, as it is unstable. Notes: svn path=/head/; revision=29864
* - Support LOCALBASE properly (in setting path to custom wish script)Maxim Sobolev2000-06-232-4/+7
| | | | | | | | PR: 19470 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=29809
* More people.FreeBSD.org -> MASTER_SITE_LOCAL conversion.Will Andrews2000-06-201-1/+2
| | | | Notes: svn path=/head/; revision=29732
* Locally hosted distfiles moved to ftp.freebsd.org.Jacques Vidrine2000-06-201-2/+1
| | | | Notes: svn path=/head/; revision=29719
* Update to the 2.0.1 release. (Build 570)Akinori MUSHA2000-06-204-14/+6
| | | | | | | | | | | | I've tested this version for several hours and found it pretty stable, which means this "release" version could handle the situations which RC versions never could. If you suffer any problems with it, feel free to report the situations in detail at the freebsd-emulation list. Notes: svn path=/head/; revision=29713