aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* When linux.flp is not found, prompt the user to insert the virtualknu2001-05-285-20/+70
| | | | | | | | floppy disk. Set IS_INTERACTIVE. Submitted by: MAINTAINER
* Chase the directory layout on ftp.redhat.com, no checksum changes.olgeni2001-05-248-24/+24
|
* Update to 2.0.4.1142.knu2001-05-2410-35/+70
| | | | | | | | Use mdconfig on 5-CURRENT. PR: ports/27585 Submitted by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>, knu (vn/md compatibility part)
* Update port to version 1.26.olgeni2001-05-226-53/+13
| | | | | PR: 27502 Submitted by: Stijn Hoop <stijn@win.tue.nl>
* Add zsnes 1.20, an x86 only Super Nintendo Entertainment Systemwill2001-05-2011-0/+124
| | | | | | | (SNES) Emulator. PR: 27077 Submitted by: Stijn Hoop <stijn@win.tue.nl>
* Add a missing man page.jmz2001-05-161-2/+2
|
* Update xmame to 0.37b14.2, xpinmame to 0.99b3, and CPS2 patches toolgeni2001-05-153-7/+7
| | | | | | | 2001/05/11. PR: 27317 Submitted by: Stijn Hoop <stijn@win.tue.nl>
* Update to version 2000-05-10jeh2001-05-148-4/+82
| | | | | PR: 27271 Submitted by: MAINTAINER
* Update to version 0.5.obrien2001-05-077-186/+32
|
* Update to vice 1.6 and remove maintainer due to timeoutkris2001-05-063-82/+95
|
* Various patches (mainly shared library revision changes) for thoseade2001-05-051-2/+1
| | | | ports that depend on GNOME and need to change for 1.4
* Update to 2001.04.18demon2001-05-046-4/+44
| | | | | PR: 26915 Submitted by: MAINTAINER
* Update xpinmame to 0.99b2 (patch is against xmame-0.37b14.1)olgeni2001-05-024-7/+5
| | | | | | | * Fix xmess plist problem (reported by bento): missing xmess/credits.txt PR: 26856 Submitted by: Stijn Hoop <stijn@win.tue.nl>
* Fix the build on 5-CURRENT by creating dummy bus_if.h and device_if.h.knu2001-05-022-0/+2
| | | | (Now machine/smp.h seems to include sys/bus.h which demands them)
* Don't hard-code -O3 and about 20 -f optimizationskris2001-04-301-2/+17
|
* Bump PORTREVISIONjmz2001-04-291-1/+1
|
* - Remove pkg-plist.x11 and use PLIST_SUB to manage NO_X files in pkg-plistjmz2001-04-294-48/+7
| | | | | | - PLIST now manages installation/removal of mtools.conf (pkg-install no longer required). mtools.conf will be removed only if it is equal to mtools.conf.sample. Submitted by: olgeni
* Fix patch-i (whitespaces).olgeni2001-04-281-5/+5
| | | | | | | This patch would not apply cleanly because the original source files has whitespaces at the end of some lines. The whitespaces in my original patch have probably been eaten by some MUA by the time they arrived to maintainer. :-(
* This patch corrects a newline bogon in the "mdel" command usage help.jmz2001-04-281-0/+11
| | | | Submitted by: Jimmy Olgeni <olgeni@uli.it>
* Fix unknown uid/gids that come out of the RPMs, to avoid the quotacheckolgeni2001-04-268-0/+24
| | | | | | | | | | warning about unknown owners. Add a reminder in the Makefile, because this fix should be removed when a new release of the RPMS fixes the problem. Specifically, the only affected file in the LINUXBASE hierarchy is usr/man/man8/setserial.8 (-> root:wheel) Approved by: marcel
* Update port to version 0.37b14.1 (CPS2 patch updated to 22/04/2001)olgeni2001-04-243-9/+24
| | | | | PR: 26799 Submitted by: Stijn Hoop <stijn@win.tue.nl>
* Update MASTER_SITESgreid2001-04-221-2/+4
| | | | Submitted by: bento
* Initial import.nakai2001-04-226-0/+34
| | | | NES, SMS, PCE, etc multi system emulator
* Initial import.nakai2001-04-227-0/+66
| | | | Another Gameboy(tm) emulator.
* Initial import.nakai2001-04-2210-0/+319
| | | | SEGA Megadrive/Genesis emulator.
* Initial import.nakai2001-04-227-0/+49
| | | | Another GameBoy(tm) emulator.
* Update CPS2 versionnsayer2001-04-172-3/+3
| | | | Submitted by: stijn@win.tue.nl
* Update to TuxNES 0.75.asmodai2001-04-173-8/+7
| | | | | | | | | This version fixes support for some mappers, adds new ones, sports a revamped sound system, multiple video modes, can work with W and GGI, zipped file support, and more I missed. NetBSD now compiles natively too, OpenBSD is kinda of hard right now due to as problems [old version].
* New Nintendo Gameboy(TM) emulmulator.nakai2001-04-168-0/+49
|
* Use !defined(NO_X) instead of defined(WITH_X11)jmz2001-04-161-2/+2
| | | | | Some ports use WITH_X11, some other WITHOUT_X11 or WITHOUT_X but it seems that only NO_X is documented and can be set in make.conf
* Update to version 3.10.kbyanc2001-04-162-3/+3
|
* Update xmame, xmess and xpinmame to 0.37b13.2olgeni2001-04-147-212/+73
| | | | | | | | | | | | | | | | | | | | | | | | | From the PR: - Remove temporary GL patch (xmame/files/patch-ae) - Remove glue for xmess-0.37b12.1 from xmame makefile - Move patches to post-patch target And some more patches (also from maintainer): - Fixed distfile information (tarball changed) - Removed a file from pkg-plist. Notable updates in xmame-0.37b13.2: - Fixed an unmatched parenthesis error in src/drawgfx.c that was affecting non-Intel platforms. - Fixed a bug in mess/cpu/apexc/apexcdsm.c that was causing xmess linking to fail. - Updated GLMame to v0.85. (Sven Goethel) - Vector games now work with the SDL target. PR: 26474 Submitted by: Stijn Hoop <stijn@win.tue.nl>
* added %%PORTDOCS%% in pkg-plistdinoex2001-04-131-22/+22
|
* upgrade to 0.9.12ijliao2001-04-103-4/+4
| | | | change mastersite
* Move:sobomax2001-04-093-3/+3
| | | | | | | devel/sdl --> devel/sdl10 devel/sdl-devel --> devel/sdl12 Repo-copy by: asami
* mtools.conf fixes:jmz2001-04-091-10/+20
| | | | | | | - Use modern disk names (ad and da instead of rsd and rwd) - fix comment concerning chmod and floppy devices - add LS120 examples (submitted by Phillip Musumeci <phillip@mirriwinni.cse.rmit.edu.au>)
* Update to 2001.03.26.keith2001-04-0912-80/+14
| | | | PR: ports/26435 (MAINTAINER)
* Fixed plist.sumikawa2001-04-092-33/+37
| | | | No response from: maintainer
* Don't require a 686.nsayer2001-04-061-1/+1
| | | | Submitted by: maintainer
* Enable USB joysticks. Yay!nsayer2001-04-051-0/+1
| | | | Approved by: stjin@win.tue.nl
* Fix 'make package' in the no X11 case.jmz2001-04-053-3/+48
| | | | Submitted by: Alec Wolman <wolman@cs.washington.edu>
* 1. Some more GL fixesnsayer2001-04-035-11/+37
| | | | | | | | | 2. Don't read existing config files to generate man pages 3. Update xpinmame to 0.99b1 PR: 26300 Submitted by: maintainer
* Overhaul QT/KDE support:will2001-04-032-5/+2
| | | | | | | | | | | | | | | | | | - bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}* - Cleanup corresponding ports for bsd.kde.mk update. - Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom, introduce QT_NONSTANDARD variable for nonstandard configure setup. - Update KDE2 to 2.1.1. Two patches included in x11/kdelibs2 to fix the proxy authentication that was broken for 2.1.1. Remove old patches. - Potentially fix kdelibs build for alpha. - Fix qt-designer 2.3.0 build. - Ruby stuff left alone since it looks like black magic to me. Should still work w/ compat shims for older USE_QT[,2] style. Some others were also left alone for the same reason. Reviewed by: portmgr, ports (bsd.kde.mk+bsd.port.mk) Submitted by: David Faure <faure@kde.org> (proxy auth patches) Alex Zepeda <garbanzo@kde.org> (old patches removal)
* 1. Add support to the xmame port for building the GL version. Yet morensayer2001-04-035-9/+182
| | | | | | | | | reason to get DRI support working (hint hint). 2. While we're at it, add a quick patch from the author to improve reliability a tiny bit. Approved by: stijn@win.tue.nl
* Add xpinmame, the Pinball Console emulator for X11 (xmame slave port)olgeni2001-04-024-0/+35
| | | | | Submitted by: Stijn Hoop <stijn@win.tue.nl> PR: 26217
* Update xmame to 0.37b13.1olgeni2001-04-026-29/+69
| | | | | | | | | | - Assign maintainership to Stijn Hoop, due to current maintainers timeouts. - Don't symlink /usr/X11R6/etc/xmamerc to avoid bento warning - Update CPS2 patch version to latest release - Rename wpcmame glue in xmame makefile to pinmame Submitted by: Stijn Hoop <stijn@win.tue.nl> PR: 26217
* o Update to version 2.1lioux2001-03-304-6/+8
| | | | | | | | | | | | | | | | | | | | o Use proper versioning in the port Makefile. BUMP PORTEPOCH o Changes: - DI opcode now cancels pending EI (Killer Instinct, Donkey Kong Land series). - Fixed GBC and SGB colors to span from black to true white. - Added sound chip initialization on startup (Fortified Zone, Fortified Zone 2, Beetlejuice). - Fixed third sound channel (still not perfect). - Added SetWave() call to the sound API. - Added SetWave() waveforms to the third sound channel. - Window refresh does not start if the window was off when refresh reached its top (WarriorsOfMightAndMagic). - Now setting LCD state to 0 during last two lines of VBlank (152-153) so Final Fantasy Legend works again. - Moved VBlank interrupt from line 145 to line 144 (Force 21, Cruisn' Exotica, Army Men 2). - Moved VBlank interrupt to the beginning of scanline (Daedalian Opus).
* Update to 1.0.3.sobomax2001-03-302-2/+4
|
* Use /dev/fd* by default, instead of /dev/rfd*jmz2001-03-302-11/+26
| | | | Pointed out by: alfred
* update master_sitesmharo2001-03-301-1/+1
| | | | | PR: 23735 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
* -pthread --> ${PTHREAD_LIBS}sobomax2001-03-302-2/+2
| | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly.
* Update to version 1.37c with the major notable of having all of Kreed'sgreen2001-03-294-384/+16
| | | | display filters built-in.
* Maintainer change.nakai2001-03-291-1/+1
|
* - Update to the version 0.37b12.1 of xmame/xmessolgeni2001-03-2716-353/+255
| | | | | | | | | | | | | | | - Make emulators/xmess a slave port of emulators/xmame - Add SDL support (enabled by default) - Add DGA support for non-SDL builds - Define spool directory to /var/games/x{mame,mess}, and install binary setgid games to avoid creating a world writable directory - Add hiscore.dat, history.dat, and cheat.dat support for xmame - Convert patch-ab into ${SED} in ports Makefile - Add CPS-2 patches for xmame; this enables more games - Enable optimization for xmame/xmess by default PR: 25921 (with more patches from originator) Submitted by: Stijn Hoop <stijn@win.tue.nl>
* Replace URL with one that works.sobomax2001-03-221-5/+1
|
* Author acked to release ports to the public. So be it.sobomax2001-03-221-1/+1
|
* `rpm' and `rpm2cpio' have been repocopied from "misc" to "archivers".obrien2001-03-219-9/+9
|
* Stupid. It depends on vmware in the HOST, not the guest. :-(nsayer2001-03-201-2/+1
|
* Also RUN_DEPENDS on vmware2nsayer2001-03-201-1/+2
|
* Updated to use Tcl/Tk 8.3dinoex2001-03-182-3/+3
|
* Fix broken Makefile.vanilla2001-03-182-7/+4
| | | | Submitted by: bento
* port did not install with NDEBUG=1dinoex2001-03-186-18/+70
| | | | | | | Some of INSTALL_PROGRAM's must got replaced with INSTALL_SCRIPT. PR: 25825 Submitted by: sf
* This updates the Wine port to 2001.03.05 and removes an obsoletedinoex2001-03-1710-116/+6
| | | | | | | patch to the FreeBSD kernel from the port. PR: 25825 Submitted by: pfeifer@dbai.tuwien.ac.at
* Why bother even copying the file into ${WRKSRC}?nsayer2001-03-161-2/+2
|
* Fix bento by insisting on XFree86-4.nsayer2001-03-161-0/+2
|
* Use "USE_GTK" & "USE_GNOME" forever.vanilla2001-03-151-4/+1
|
* Define USE_LINUX, as linux_base must be installed prior to this port.knu2001-03-141-1/+3
|
* add gnuboyijliao2001-03-127-0/+64
| | | | A Nintendo GameBoy emulator
* Fix issue with alpha architecture.lioux2001-03-111-1/+2
| | | | | | | | | | Instead of EXTRA_PATCHES, use a post-patch target since the alpha patch assumes that FreeBSD patches have been already applied. Also, this port assumes it is being built on a ev4. This will have to be revisited later. Submitted by: steve (http://havk.org/alpha/ build scripts)
* Distfile has been rerolled without version bump. The new release includesobomax2001-03-112-1/+2
| | | | | some fixes for the case when SDL doesn't contain GL support built in, so bump PORTREVISION to let users know that update is necessary.
* Upgrade to 2mar2001 version.will2001-03-113-16/+8
|
* Add $FreeBSD$ so I can more easily track this.obrien2001-03-111-0/+1
|
* Fix plistkris2001-03-111-0/+2
|
* Add floppyd.1 floppyd_ andstalltest man pagesjmz2001-03-112-11/+2
|
* Fix plistkris2001-03-111-0/+1
|
* Make CFLAGS clean.obrien2001-03-111-12/+4
|
* patch to make it compile under "alpha" on beast.dinoex2001-03-111-14/+24
|
* Fix plist and take the opportunity to make the port respect CFLAGSkris2001-03-104-8/+32
|
* Make this package again on the Alpha.steve2001-03-098-56/+56
|
* Don't strip the module or it won't worknsayer2001-03-091-1/+1
|
* add BUILD_DEPENDS to install app-defaults.sf2001-03-091-0/+4
| | | | | PR: 25611 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* 1. Be a bit more verbose about how to set it up.nsayer2001-03-092-0/+11
| | | | | 2. Restrict the distribution and don't try and make this work for non x86.
* Add port for VMware XF86 4.x driver module. Allows you to use XFree86 4.xnsayer2001-03-086-0/+46
| | | | in a vmware guest.
* Update the Hints notes about the MAP_NOSYNC issue. It's now fixed innsayer2001-03-082-60/+50
| | | | 4-stable and -current.
* Add official patch mtools-3.9.7-20001213.diff.jmz2001-03-077-43/+28
| | | | | Do not overwrite an existing mtools.conf file - install it as mtools.conf.sample
* - Remove USE_IMAKEkevlo2001-02-285-44/+92
| | | | | | | - Add WWW: line PR: 25426 Submitted by: Ports Fury
* Update to version 0.3.1.steve2001-02-273-14/+8
| | | | | PR: 25401 Submitted by: maintainer
* Update to version 6.3.steve2001-02-276-91/+10
| | | | | PR: 25021 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
* Drop maintainer ship. Too many people did not like the direction I tookobrien2001-02-261-1/+1
| | | | this port.
* Upgrade to version 0.4.3kevlo2001-02-254-22/+11
| | | | | PR: 25349 Submitted by: MAINTAINER
* As our new bsd.kmod.mk doesn't seemt to support "make clean all",knu2001-02-252-8/+14
| | | | | | do "make clean && make" instead. This should fix the build on a recent CURRENT.
* Update MASTER_SITES and WWWkevlo2001-02-252-2/+2
| | | | | PR: 25320 Submitted by: Ports Fury
* Correct version number of SDL shared library.sobomax2001-02-251-1/+1
| | | | | PR: 25343 Submitted by: Carl Fongheiser <cmf@iabears.org>
* Update to 1.22.sobomax2001-02-244-41/+31
| | | | Submitted by: Joe Groff <joe@pknet.com> (author of dgen-sdl)
* Fix creation of /etc/vmware link (merge from vmware2 port)olgeni2001-02-232-2/+2
| | | | Requested by: Julian Elischer <julian@elischer.org>
* Fix creation of /etc/vmware link (it could be created into itself, if itolgeni2001-02-234-4/+4
| | | | already existed at install time).
* Sanitize MASTER_SITES.lioux2001-02-221-1/+1
|
* Drop maintanership of emulators/xzx and throw it open to anyonesheldonh2001-02-221-1/+1
| | | | who cares.
* Update checksum. The only change between old and new versions is fixed a bugsobomax2001-02-201-1/+1
| | | | | | | in joystick support, but AFAIK SDL port doesn't support joystick on FreeBSD, so no PORTREVISION bump was performed. Submitted by: bento
* Update to version 0.37b11.2olgeni2001-02-193-13/+2
|
* Update to 2001.02.16.keith2001-02-186-4/+12
| | | | | PR: ports/25168 Submitted by: MAINTAINER
* typo clean up police: \s -> \tlioux2001-02-143-3/+3
|
* More fix for 4.x-RELEASEnakai2001-02-062-7/+6
| | | | | PR: ports/24752 Submitted by: HIYAMA Takeshi <th@cis.ibaraki.ac.jp>
* Style police on editors category.olgeni2001-02-054-4/+4
|
* Update port to version 0.37b11.1.olgeni2001-02-043-13/+5
|
* - Mark port broken for ${OSVERSION} < 400000 (not supported);sobomax2001-02-036-12/+28
| | | | | | - minor updates and cleanups to pkg-comment and pkg-descr. Submitted by: maintainer
* Enforce X(1) recommendation about X11 naming in some pkg-{descr,comment}olgeni2001-02-011-1/+1
| | | | files.
* Fix typo in pkg-comment: utilites -> utilitiesolgeni2001-02-011-1/+1
|
* Fix brokeness due to recent libgcc* changes.sobomax2001-01-302-38/+0
| | | | Submitted by: maintainer
* More fix about usb support.nakai2001-01-242-11/+8
|
* Use random() instead of rand() so that the white noise sounds better.nectar2001-01-221-0/+16
| | | | Submitted by: Mark Abene <phiber@radicalmedia.com>
* Fix for the latest -current. (sys/select.h -> sys/selinfo.h)knu2001-01-222-0/+8
|
* Add fix for 4.2-stable.nakai2001-01-222-33/+42
|
* o NOPORTDOCS.sf2001-01-222-18/+26
| | | | | o avoid forcing to link against -lxpg4. $(GTK_CONFIG) --libs does the job.
* Upgrade to latest version.vanilla2001-01-214-30/+36
|
* Hopefully finish syncing with bsd.port.mk rev 1.361 - use bsd.port.mkwill2001-01-202-4/+4
| | | | | | | | defined PORTDOCS PLIST_SUB. Submitted by: lioux Closes PR: 24468 PR Submitter: Mikhail Teterin <mi@aldan.algebra.com>
* Update to sync with bsd.port.mk rev 1.361 - use PORTDOCS that is now inwill2001-01-173-18/+0
| | | | | | bsd.port.mk, for easy removal of documentation. I left alone one port - japanese/elisa8x8 (or something like that), because it appeared to have some rather weird way of doing PORTDOCS substitution.
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-1710-18/+17
|
* Upgrade to 20010112.vanilla2001-01-1614-76/+74
| | | | | PR: ports/24346 Submitted by: maintainer
* Make this port more efficient with perl regexes; add a directory to thewill2001-01-152-10/+2
| | | | | | regex commands. Approved by: maintainer
* Update to 1.34agreen2001-01-145-44/+34
|
* Add 2 extra files in plist; remove all @exec/@unexec lines and replace themjmz2001-01-122-50/+28
| | | | by the list of files (pkg_* programs have no problem with symlinks)
* Spelling fix (Compatability -> Compatibility)jedgar2001-01-071-1/+1
| | | | Submitted by: Sergii Laskavyi <ls@gambit.com.ru>
* Chase the vmware's update to 2.0.3.799.knu2001-01-0710-15/+15
| | | | Submitted by: Makoto `MAR' MATSUSHITA <matusita@jp.FreeBSD.org> (MAINTAINER)
* bump PORTREVISION; new files added.sf2000-12-311-0/+1
|
* add missing files to pkg-plist.sf2000-12-312-2/+5
| | | | | | | | | | PR: 23844 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net> HAS_CONFIGURE -> GNU_CONFIGURE to support PREFIX. CFLAGS -> CPPFLAGS to honor CFLAGS. Approved by: maintainer
* maintainer is committer now.sf2000-12-311-1/+1
|
* Fix typo.sobomax2000-12-311-1/+1
| | | | | PR: 23853 Submitted by: Jimmy Olgeni <olgeni@uli.it>
* use ComplexProgramTargetNoMan to avoid making html manpage in XFree86-4.sf2000-12-311-3/+9
| | | | | PR: 23423 Submitted by: maintainer
* Don't attempt to load modules if they're already in place.nsayer2000-12-302-10/+10
| | | | Submitted by: fyr@usenet-edu.net
* Update MAN1 and pkg-plist.dannyboy2000-12-304-2/+8
| | | | | | PR: 23847 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net> Approved by: maintainer
* Add sections about netgraph bridging and the restore-from-disknsayer2000-12-292-0/+110
| | | | performance issue.
* Bump PORTREVISION.knu2000-12-292-0/+2
|
* Compatability framework necessary for SVR4 emulationobrien2000-12-2610-0/+248
| | | | Based on http://slash.dotat.org/~newton/freebsd-svr4/compat_sol26.tar.gz
* Switch the port over to netgraph bridging. This method has a number ofnsayer2000-12-246-22/+156
| | | | | | | | | | advantages, chief of which is that it doesn't hose over multi-interface configurations the way the default installation did before. This mechanism "chains" the guest's interface to an interface specified at installation-time (it can be changed afterwards by editing the rc.d script). Approved by: (maintainer)
* I forgot to cvs add this file when I upgraded the port.jmz2000-12-242-0/+22
|
* Upgrade to version 2000-12-12jmz2000-12-2310-188/+56
| | | | | PR: ports/23786 Submitted by: maintainer
* Updated MASTER_SITES.roam2000-12-221-1/+1
| | | | | PR: 23729 Submitted by: George Reid <greid@dogma.freebsd-uk.eu.org>
* Fix PLIST and manpage packaging.will2000-12-214-2/+12
| | | | | PR: 23664 Submitted by: David W. Chapman, Jr. <dwcjr@inethouston.net>
* Add FreeSCI 0.3.0, a portable interpreter for SCI games.will2000-12-196-0/+56
| | | | | PR: 23633 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
* Update to version 0.37b7.1steve2000-12-116-23/+61
| | | | | PR: 23050 Submitted by: Jimmy Olgeni <olgeni@uli.it>
* Fix misspelled home page URL.nsayer2000-12-091-1/+1
|
* Web site moved.nsayer2000-12-091-1/+1
|
* Replace obsolete /dev/rfd0 with /dev/fd0.knu2000-12-052-4/+4
|
* Update to version 20. Unfortunaly, there are nolioux2000-11-276-44/+8
| | | | demos on this version.
* Makefile cleanup.dannyboy2000-11-272-6/+6
| | | | | | | | | | Do not depend on GNU bison, properly create directories during installaton in all cases, always install manpages. Do not bump PORTREVISION as these changes do not warrant upgrade by users using the current package. PR: 22974 Submitted by: maintainer
* Patch mformat.c: replace "/etc/mtools" with "/etc/mtools.conf"jmz2000-11-261-0/+18
| | | | | PR: ports/20999 Submitted by: Jimmy Olgeni <olgeni@uli.it>
* Add mformat.c to the list of files processed by sed, so that it can correctlyjmz2000-11-261-2/+2
| | | | | | | report PREFIX/etc/mtools.conf as its configuration file PR: ports/20999 Submitted by: Jimmy Olgeni <olgeni@uli.it>
* Add a .uk master site.ben2000-11-268-0/+8
| | | | Approved by: marcel (maintainer)
* PREFIX is still needed -- just set it to ${LINUXBASE}.asami2000-11-258-0/+8
| | | | Submitted by: bento
* Bump the PORTREVISION for a compilation that has optimization and -2xsai.green2000-11-221-1/+1
|
* Add 2xSaI mode to Snes9X for Unix (X11); using the switch -2xsai, thisgreen2000-11-221-0/+367
| | | | | is a "smarter" stretcher and interpolater by Kreed. It looks better than the -y TV mode :)
* Actually have CFLAGS do something. Previously, the emulator has beengreen2000-11-221-2/+2
| | | | compiling with no optimization!!
* The info package seems to be sensitive about the localemarcel2000-11-218-56/+64
| | | | | | | | settings and fails to install if the language is not C. Override any locale settings when running rpm. PR: 16621 Submitted by: Mikhail Teterin <mi@video-collage.com>
* Don't enable NIS by default. The example yp.conf file installedmarcel2000-11-218-16/+16
| | | | | | | | by the port had actual definitions with bogus values. Comment out the definitions. PR: 21554 Originator: Youki Kadobayashi <youki-k@is.aist-nara.ac.jp>
* Replace the locally defined PREFIX (defined as /compat/linux)marcel2000-11-218-168/+160
| | | | | | | | | by the globally defined LINUXBASE. Setting DESTDIR on the command line now does what one expects. Also, don't download and install glib-1.2.5 when we're also downloading and installing glib-1.2.6. It's now possible to reinstall this port over itself.
* Update 2.9.1 -> 2.9.3:sheldonh2000-11-203-9/+10
| | | | | | | | I have no idea what's changed. The update is necessary because the 2.9.1 distile is no longer available. PR: 22056 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Bump the PORTREVISION after committing the USB joystick code. Notegreen2000-11-201-0/+1
| | | | | the Alpha still doesn't work; if anyone with an Alpha who wants to play Snes9X can fix it, please do :)
* Add a UHID joystick driver (USB Joysticks/GamePads/etc.) as thegreen2000-11-193-12/+418
| | | | | | | | | FreeBSD machdep joystick handling code. Along with this, make a few cleanups, and add a new switch, "-joyshift", which enables USB HID numbering to start with the second gamepad. The upshot of all this is that I can now play two-player games and have second player on the gamepad. Yay!
* "Update" to version 6.2.obrien2000-11-134-26/+8
| | | | | | | | | | 6.2 is missing the following functionality that version 5.9 had: * Can also read and run MIPS a.out files (when compiled on a MIPS system) * Includes an optional extension by Anne Rogers and Scott Rosenberg of Princeton that performs a cycle-by-cycle MIPS simulation that exposes the hardware pipeline. PR: 10454,21493
* pkg-descr: URL update.nakai2000-11-121-1/+1
| | | | Submitted by: Geoffrey Lassner <geoff@zyni.com>
* Update to 1.2nakai2000-11-122-3/+3
| | | | | PR: ports/22679 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
* Drop maintainership. I haven't used bochs for a long time now.obrien2000-11-111-1/+1
|
* - Support CC/X11BASE properlykevlo2000-11-113-32/+65
| | | | | | | | | | - Support install macros - freebsd.org -> FreeBSD.org - Change location of data files from lib/ to share/ - Exclude GPL doc from package PR: 22742 Submitted by: Ports Fury
* Release this port upon the world.will2000-11-091-1/+1
|
* Update MASTER_SITES and WWW (home page has been moved).sobomax2000-11-082-2/+2
| | | | Submitted by: Bill "distfiles" Fenner
* Update to 2.0.3 release, build 799.knu2000-11-074-24/+4
|
* The patch-ab for emulators/xmame refer to xmake instead of xmame,sobomax2000-11-031-5/+5
| | | | | | | resulting in xmame unable to find roms. PR: 21416 Submitted by: Riccardo Torrini <riccardo@torrini.org>
* Fix a stupid typo. It wasn't a problem as it was consistent, but I'mknu2000-11-032-4/+4
| | | | fixing it so I don't look stupid. :>
* Add a WANT_BETA knob so people can easily try out 2.0.3 RC1.knu2000-11-034-26/+82
| | | | | Convert the extract script hack to simple extractions in Makefile to make it easy to comprehend.
* Upgrade to version 2000.10.26kevlo2000-11-026-20/+16
| | | | PR: 22538
* Make the startup script read ${PREFIX}/etc/vmware/config so people doknu2000-11-024-16/+54
| | | | not have discrepant configurations between them.
* Whitespace-only:sobomax2000-11-011-1/+1
| | | | Make indentation uniform across my ports.
* At his request, remove Joel Sutton as maintainer of 8 ports. Thank you fordougb2000-10-292-2/+2
| | | | | | | | your efforts on these ports, and thank you for also taking the responsibility to let us know your time now has other priorities. PR: ports/22384 Submitted by: Joel Sutton, jsutton@bbcon.com.au
* Add visualos - a visual simulator of an operating system intended to helpsobomax2000-10-266-0/+51
| | | | understand how OSes work.
* Extra slash break fetch.jeh2000-10-231-1/+1
| | | | | PR 22223 Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org> MAINTAINER
* Fix Imakefile breakage under XFree86 4.xkevlo2000-10-211-6/+11
| | | | | PR: 22160 Submitted by: Ports Fury
* Fix warnings in configure scriptjmz2000-10-161-0/+69
| | | | Submitted by: Peter Pentchev <roam@orbitel.bg>
* Upgrade to version 3.9.7jmz2000-10-163-14/+3
|
* Update to version 2000.10.02.trevor2000-10-158-18/+66
| | | | | PR: 21961 Submitted by: maintainer
* Fix a bug when seeking in partitions larger than 4Gbytes.jmz2000-10-142-0/+12
|
* Update to version 1.32.green2000-10-148-41/+112
|
* Change location in first MASTER_SITE, add a second.ade2000-10-131-1/+2
| | | | | PR: 21939 Submitted by: maintainer
* turn on `ia64sim'obrien2000-10-111-0/+1
|
* IA64 simulator (Intel(R) Architecture 64).obrien2000-10-119-0/+245
| | | | Obtained from: NetBSD (parts)
* Rewritten to use EXTRA_PATCHESlioux2000-10-091-2/+1
| | | | Submitted by: asami
* Move files/md5.{i386,alpha} to distinfo.{i386,alpha}.asami2000-10-088-40/+8
|
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-083-3/+3
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* Rename PLIST.* to pkg-plist.*.asami2000-10-088-8/+8
|
* Rename ${FILESDIR}/patch-3.3-sys-sigtrap toasami2000-10-082-4/+4
| | | | | ${FILESDIR}/install-patch-3.3-sys-sigtrap. (This patch applies to /usr/src/sys and is installed alongside wine as a guide to the user.)
* Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-*.asami2000-10-081-1/+1
| | | | | (This should probably be rewritten to use EXTRA_PATCHES but I don't have time to test it now.)
* Convert rules copying ${FILESDIR}/patch-aa to ${PATCHDIR} (which isasami2000-10-081-7/+2
| | | | | | | not allowed, since this is outside ${WRKDIR}) to using EXTRA_PATCHES= ${PATCHDIR}/extra-patch-aa. Bad quasi88, no cookie. ;)
* Implement USE_GTK, part 1.reg2000-10-052-24/+11
|
* Maintainer is now a committer, update email accordinglylioux2000-10-033-3/+3
| | | | Approved by: will
* Whitespace changes.reg2000-10-031-25/+25
|
* Complain and stop in case ${LINUXBASE}/dev/vmnet1 is not found.knu2000-10-022-2/+14
| | | | Submitted by: shimokawa
* Change MAINTAINERship to my committers address.jeh2000-10-021-1/+1
| | | | Approved: will
* 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-2311-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-234-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-217-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-171-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-061-1/+1
| | | | work with both XFree86-3 and XFree86-4.
* Use distinct md5 files for both alpha and i386. There are arch.marcel2000-09-058-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-058-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-058-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-242-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-228-0/+8
|
* Makefile simplification and removed references to a removed patch.dannyboy2000-08-224-8/+4
| | | | | PR: 20736 Submitted by: MAINTAINER
* Removed patch-3.3-sys-ldtshare and update README.patch accordingly.dannyboy2000-08-222-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-206-22/+20
| | | | | PR: 20380 Submitted by: MAINTAINER
* Update to version 0.4.1kevlo2000-08-198-19/+204
| | | | | PR: 20651 Submitted by: Ports Fury
* Upgrade to version 2.2.ru2000-08-177-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-141-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-141-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-08-0116-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. :)
* Activate vxtools.sada2000-07-291-0/+1
| | | | | PR: ports/17436 Submitted by: Martin Hinner <mhi@linux.gyarab.cz>
* New port vxtools - Command-line utilites for reading Veritas Filesystem (VxFS).sada2000-07-295-0/+50
| | | | | PR: ports/17436 Submitted by: Martin Hinner <mhi@linux.gyarab.cz>
* Update the vmmon-freebsd module to Vladmir's latest version, 0.97-b1.knu2000-07-274-4/+4
| | | | - Improve LBA magic for huge IDE drives