summaryrefslogtreecommitdiffstats
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break whenasami2000-09-251-2/+2
| | | | | | | | | | | PORTREVISION or PORTEPOCH are defined. Most of these Makefiles were defining DISTNAME and WRKSRC (and sometimes EXTRACT_SUFX) -- change those to define DISTFILES only. Also, some of the WRKSRC lines were not even necessary, as they were defining it to the default value. Instigated by: Peter Pentchev <roam@orbitel.bg> and kris
* Clean up with USE_LINUX.knu2000-09-255-15/+5
| | | | | PR: ports/21500 Submitted by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org> (MAINTAINER)
* Use LINUXBASE/USE_LINUX variables.knu2000-09-2211-36/+37
| | | | | This is only a cosmetic change, so there's no need to reinstall your installation(s).
* Fix for the latest -current. (another tiny ad hoc fix here..)knu2000-09-224-20/+22
| | | | | | Noted by: kuriyama Use LINUXBASE and USE_LINUX.
* Update for the latest current. (lminor() -> dev2unit())knu2000-09-223-7/+15
| | | | Correct the startup script to unload rtc.ko module properly.
* Add dgen-sdl - a SDL version of wonderful Sega Genesis/MegaDrive emulator.sobomax2000-09-207-0/+68
|
* Add the rest of the patchjedgar2000-09-191-0/+9
| | | | | PR: 21398 Submitted by: Maintainer
* Bump PORTREVISION after last commitjedgar2000-09-171-0/+1
|
* Add patch to allow configure to find the threads libraryjedgar2000-09-171-0/+11
| | | | | PR: 21267 Submitted by: Maintainer
* Support CC/CFLAGS properlyade2000-09-161-6/+17
| | | | | PR: 21137 Submitted by: Ports Fury
* Update port to 2000.08.21.alex2000-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
* Add support for the latest current. (a bit kind of ad hoc)knu2000-09-156-2/+76
|
* Add BUILD_DEPENDS=bdftopcf:XFree86-4-clients andasami2000-09-121-1/+8
| | | | | | RUN_DEPENDS=mkfontdir:XFree86-4-clients when XFREE86_VERSION=4. Submitted by: bento
* Set KMODDEPS=linux in Makefile.knu2000-09-102-1/+4
| | | | | | Add $FreeBSD$ tag. Submitted by: Boris Popov <bp@FreeBSD.org>
* Fix the configure script that caused a syntax error when no networking.knu2000-09-103-3/+3
| | | | | PR: ports/20816 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
* Update to version 0.8.15kevlo2000-09-092-3/+3
| | | | | PR: 21110 Submitted by: MAINTAINER
* Activate uae.sada2000-09-061-0/+1
| | | | | PR: ports/18809 Submitted by: Simon Dick <simond@irrelevant.org>
* New port: uaesada2000-09-065-0/+52
| | | | | | | This is a port for UAE, the Universal Amiga Emulator. PR: ports/18809 Submitted by: Simon Dick <simond@irrelevant.org>
* Use ${XAWVER} for Xaw3d's shlib version number in LIB_DEPENDS so these portsasami2000-09-051-1/+1
| | | | work with both XFree86-3 and XFree86-4.
* Use distinct md5 files for both alpha and i386. There are arch.marcel2000-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.
* Update the checksum of 4 architecture independent rpms. The alphamarcel2000-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.
* Revert previous checksum change. The checksums were correct formarcel2000-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.
* Fix checksums. And no I don't care why they changed.obrien2000-09-028-32/+32
|
* Add a missing ')' so this port actually installs again.steve2000-08-301-1/+1
| | | | | PR: 20934 Submitted by: maintainer
* Include bsd.port.pre.mk before referring to DISTDIR in .if condition.knu2000-08-275-10/+10
|
* - Fix MASTER_SITESkevlo2000-08-253-17/+22
| | | | | | | - Change location of data files from libdata/ to share/ PR: 20839 Submitted by: Ports Fury
* Do in Makefile as make groks, not as Ruby groks. (make groks it though)knu2000-08-242-2/+2
| | | | .if exists?(..) -> .if exists(..)
* Chase the recent moving of linux_ioctl.h.knu2000-08-242-2/+8
| | | | | PR: ports/20818 Submitted by: Sean-Paul Rees <sean@dreamfire.net>
* Remove the fsgs patch, which is no longer required.sheldonh2000-08-248-62/+14
| | | | | | PR: 11287 Reported by: Juergen Lock <nox@jelal.kn-bremen.de> Submitted by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* Chase the recent moving of linux_ioctl.h.knu2000-08-232-0/+16
|
* - Remove obsolete site form MASTER_SITESkevlo2000-08-235-144/+93
| | | | | | | - Change location of data files from libdata/ to share/ PR: 20752 Submitted by: Ports Fury
* Update MASTER_SITESkevlo2000-08-231-1/+2
| | | | | PR: 20769 Submitted by: MAINTAINER
* Add missing ';;' in previous commit.marcel2000-08-218-0/+8
|
* Makefile simplification and removed references to a removed patch.dannyboy2000-08-214-8/+4
| | | | | PR: 20736 Submitted by: MAINTAINER
* Removed patch-3.3-sys-ldtshare and update README.patch accordingly.dannyboy2000-08-212-58/+4
| | | | | PR: 11287 Submitted by: MAINTAINER
* Add linux-vmware-toolbox, VMware toolbox for FreeBSD Guest OSknu2000-08-2126-0/+471
| | | | | | | | (full-featured Linux version). PR: ports/20612 Submitted by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org> Modified by: knu
* Add vmware-tools, VMware tools for FreeBSD guest OS (X Server only).knu2000-08-2137-0/+391
| | | | | | PR: ports/20612 Submitted by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org> Modified by: knu
* Update to 0.37b5.2. Can't find extras tarball so people will need towill2000-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
* Update to 2000.08.01 snapshot.dannyboy2000-08-196-22/+20
| | | | | PR: 20380 Submitted by: MAINTAINER
* Update to version 0.4.1kevlo2000-08-188-19/+204
| | | | | PR: 20651 Submitted by: Ports Fury
* Upgrade to version 2.2.ru2000-08-167-38/+45
|
* Do not rely on the linux(8) shell script. Instead, use an INSTALLsheldonh2000-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.
* Remove what seemed like an innocuous warning message but turned out to besteve2000-08-131-2/+2
| | | | | a serious flaw that was causing parts of the XFree86 ports lib/X11 directory to be removed on 'make deinstall'.
* PKGDIR is supposed to be read-only.alex2000-08-131-4/+3
| | | | | | Use PLIST var instead. Submitted by: bento
* Make these COMMENT files conform to Handbook standard.will2000-08-111-1/+1
| | | | | PR: 20269 Submitted by: Ports Fury
* Add vgb-bin v17, a gameboy emulator, binary-only.will2000-08-1111-0/+161
| | | | | PR: 20427 Submitted by: Mario Sergio Fujikawa Ferriera <lioux@uol.com.br>
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-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
* Enable sound support.sheldonh2000-08-021-0/+1
| | | | | PR: 20289 Submitted by: Jimmy Olgeni <olgeni@uli.it>
* Remove empty directory.kuriyama2000-08-021-0/+1
| | | | Submitted by: bento
* Merge with Vladimir's latest version.knu2000-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. :)
OpenPOWER on IntegriCloud