aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add USE_BISON.alex2000-07-242-0/+2
| | | | Submitted by: maintainer
* Add dependency on gnome.kbyanc2000-07-241-0/+1
| | | | Submitted by: asmodai
* Update to 2.0.2 release candidate, build 621.knu2000-07-234-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.
* Update to 2000.07.16 snapshot.alex2000-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
* Update to the 3rd build of these libs.obrien2000-07-202-4/+3
| | | | | Also remove the restriction as we are allowed by Decpaq to directly offer this package now.
* Add a note for users to always keep the kernel and this port in sync.knu2000-07-192-0/+12
|
* Update to 2000.0325sobomax2000-07-174-17/+10
| | | | | PR: 18488 Submitted by: FUJISHIMA Satsuki <k5@cheerful.com>
* Remove trailing '/' from the gsnes9x entry.steve2000-07-171-1/+1
|
* Clean up port.alex2000-07-162-31/+11
| | | | Submitted by: maintainer
* Add gsnes9x, a GTK front-end for the Snes9X SNES emulator.alex2000-07-1611-0/+223
| | | | | PR: 19370 Submitted by: Kelly Yancey <kbyanc@posi.net>
* Update md5 due to their repack of the distfile as of a week ago.knu2000-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.
* - Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-configsteve2000-07-082-9/+11
| | | | | | | - Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly PR: 19623 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Link wine with -rpath so that it can find libwine.so.steve2000-07-082-0/+2
| | | | | | PR: 19562 Submitted by: FUJISHIMA Satsuki <k5@cheerful.com> Approved by: maintainer
* @dirrm share/doc/twinasami2000-07-061-0/+1
| | | | Submitted by: bento
* As threatened on freebsd-ports: all startup scripts know about the twotg2000-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.
* @dirrm share/inesasami2000-07-051-0/+1
| | | | Submitted by: bento
* ksnes9x is now hosted on MASTER_SITE_SOURCEFORGE.will2000-07-011-2/+2
|
* Use ${MASTER_SITE_LOCAL}.asami2000-06-295-5/+10
|
* Add note requested by maintainer not to upgrade the port to theobrien2000-06-262-0/+4
| | | | 2000.06.14 snapshot, as it is unstable.
* - Support LOCALBASE properly (in setting path to custom wish script)sobomax2000-06-232-4/+7
| | | | | PR: 19470 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* More people.FreeBSD.org -> MASTER_SITE_LOCAL conversion.will2000-06-211-1/+2
|
* Locally hosted distfiles moved to ftp.freebsd.org.nectar2000-06-201-2/+1
|
* Update to the 2.0.1 release. (Build 570)knu2000-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.
* Add a knob to try installing VMware 2.0.1 RC2 for those who are willing to ↵knu2000-06-206-6/+20
| | | | | | try it out. Add a piece of advice that users should not run VMware as root to Hints.FreeBSD.
* Fix problem caused by our current version of ncurses.h (see PR misc/19077),se2000-06-192-0/+32
| | | | | | | | | | | | which defines "trace" in a way that causes link errors. This patch just places "#undef trace" statements on the line following the "#include <ncurses.h>" in the two WIne files, that include that header. This workaround should be kept as long as there may be systems with the buggy definition of "trace" in "ncurses.h". Approved by: Maintainer
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-173-3/+3
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Fix typo: @rmdir -> @dirrmjedgar2000-06-162-2/+2
| | | | Submitted by: steve
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-163-3/+3
| | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
* .../local-distfiles/... -> MASTER_SITE_LOCALjedgar2000-06-162-2/+4
|
* First round of INSTALL_SHLIB fixes.sobomax2000-06-166-7/+5
|
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.sobomax2000-06-141-1/+2
|
* Move distfile to local-distfiles directory on ftp.FreeBSD.orgjmz2000-06-122-2/+2
|
* Use perl-fu to handle the SOVERSION tweak instead of patching 58 files.obrien2000-06-112-0/+16
|
* "We (actually, I) forgot to install the libraries that are partobrien2000-06-108-18/+356
| | | | | | | of the Wine port, as well as the include files for winelib." PR: 18877 Submitted by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* Finish the move of macutils to archivers (no commits are necessary onwill2000-06-101-1/+0
| | | | the actual macutils directory).
* Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to myasami2000-06-102-0/+2
| | | | area on the local ports tree.
* Revise advice on /tmp: Difining TMPDIR would be better way thanknu2000-06-092-18/+40
| | | | creating /compat/linux/tmp to fake /tmp.
* Update MASTER_SITES for locally-hosted distfile(s)jedgar2000-06-082-2/+2
|
* Unbroke port for gcc 2.95 and later.sobomax2000-06-081-2/+7
| | | | Reported by: jmz
* Remove two directories. Also, move manpages to Makefile while I'm here.asami2000-06-082-2/+3
| | | | Submitted by: bento (first half)
* Make the move from people.FreeBSD.org/~will to ftp.FreeBSD.org.will2000-06-081-1/+1
| | | | Prompted by: obrien
* Activate basiliskIIsobomax2000-06-081-0/+1
|
* Initial import of BasiliskII - a GPL'ed portable Mac emulator (requires Mac ROMsobomax2000-06-087-0/+122
| | | | | | | and a copy of MacOS to run). PR: 18072 Submitted by: sobomax
* Add several missed from the PLIST files.sobomax2000-06-061-0/+4
| | | | Submitted by: bento
* emulators/vmware:knu2000-06-035-6/+16
| | | | | | | | | Set MAINTAINER to <ak@freenet.co.uk> and mention the freebsd-emulation list. emulators/vmware2: Set MAINTAINER to <knu@FreeBSD.org> and mention the freebsd-emulation list. Include the checksum of the 2.0.1-546 beta's distfile in files/md5 for those who want to test it.
* Remove directory (share/doc/sim) created during installationjedgar2000-06-012-0/+2
| | | | Found by: bento
* Update to version 0.4.1d.steve2000-05-303-7/+14
| | | | | PR: 13006 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
* Update to version 2000.05.26.steve2000-05-296-20/+4
| | | | | PR: 18847, 18848 Submitted by: maintainer
* RH6.1 has moved into old-releases on the master and most mirrors,msmith2000-05-298-8/+8
| | | | track this while we wait for 6.3 or something less buggy than 6.2.
* Fix for the _very latest_ -CURRENT: KMODDEPS -> MODULE_DEPEND().knu2000-05-262-0/+2
| | | | | | | | PR: ports/18799 Submitted by: Vladimir B. Grebenschikov <vova@express.ru> Fix by: Kentaro Inagaki <inagaki@tg.rim.or.jp> Advice by: peter Tested by: people at freebsd-emulation list
* Whoops, forgot this file with the update to 1999121400.will2000-05-221-0/+108
|
* Update to 1999121400 version, and add Alpha support. I modified thewill2000-05-226-43/+138
| | | | | | | patch Mario created for the Makefile so it would use proper Makefile logic. PR: 18734 Submitted by: MAINTAINER
* Make WINE build again!will2000-05-198-48/+24
| | | | | | | | | | | | | | | | | | 1) Update to 20000430 release snapshot. 2) Remove irrelevant (integrated into wine tree) patches. 3) Add new patch. 4) New MAINTAINER (pfeifer@dbai.tuwien.ac.at). Gerald apparently overlooked installation, so I added a few files to the install so people can actually run WINE; I also accounted for these files in pkg/PLIST updating. Unfortunately, I could not test WINE because I don't have USER_LDT in my kernel and I'm not adding it just now. :-) Special thanks to Gerald for his help! PR: 18648 Submitted by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> Approved by: se (previous MAINTAINER)
* ftp.cdrom.com -> ftp.freesoftware.com, adjusting paths as I go.billf2000-05-149-10/+9
|
* Bump the version number corresponding to Peter's previous commit.knu2000-05-061-1/+1
|
* The rtc module depends on linux (for -current)peter2000-05-051-0/+4
|
* Show an error message and exit when vmware is invoked without Linux procfsknu2000-04-254-0/+22
| | | | | | mounted on /compat/linux/proc. I hope that would reduce FAQ.
* Add Jim Housley <jim@thehousleys.net> as new maintainer.kris2000-04-251-1/+1
|
* Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsivekris2000-04-242-2/+2
| | | | | | | | for quite some time. If any non-committer wants to take over maintainership please let me know. Reviewed by: ports No response from: erich
* I have been asked to *TEMPERARYLY* restrict this again.obrien2000-04-211-0/+1
|
* D'oh. I forgot to add "$@" to the vmware command line.knu2000-04-182-2/+2
|
* Install ${PREFIX}/bin/vmware as a shell script which sets someknu2000-04-176-4/+38
| | | | | | | | | | | environment variables properly to run VMware, instead of installing it as a symbolic link to ${PREFIX}/lib/vmware/bin/vmware. Suggested by: Frank Mayhar <frank@exit.com> Add $FreeBSD$ on the top of the Hints.FreeBSD file. Add a link to the official VMware Product FAQ page.
* Standardize all user defined options to the booleans WITH_FOO andreg2000-04-171-3/+3
| | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
* - Support CFLAGS/CXXFLAGS/LOCALBASE/X11BASE properlynakai2000-04-162-4/+7
| | | | | | | - Add WWW: line into pkg/DESCR PR: ports/17462 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Fix bogon in the PORT{NAME,VERSION} conversion.obrien2000-04-151-1/+1
|
* Remove the distribution restriction. RedHat is distributing the Tru64obrien2000-04-151-1/+0
| | | | libs and thus so will we.
* Prepare ${LINUX_DIR}/dev/null for use of the plain disk technique.knu2000-04-156-4/+12
| | | | Suggested by: Nick Sayer
* Move /dev/rtc to ${LINUX_DIR}/dev/rtc, since we don't need rtc exceptknu2000-04-152-7/+9
| | | | | | for running Linux stuff. Suggested by: Nick Sayer
* Fix /usr/compat -> /compatpeter2000-04-151-1/+1
|
* PORTNAME/VERSION stuffmharo2000-04-1257-173/+155
|
* Fix distfile fennerage.will2000-04-081-2/+1
| | | | Found by: portsurvey
* Synchronize with vmware2.knu2000-04-052-19/+6
|
* Style fix:knu2000-04-055-7/+7
| | | | | | | | - Remove post-install information from DESCR's. - Replace /usr/local with ${PREFIX} in DESCR's and MESSAGE's. - Remove unnecessary whitespace. Pointed out by: portlint
* Make it run-depend on the emulators/rtc port and delete notice.knu2000-04-042-24/+4
|
* Changes:knu2000-04-042-14/+28
| | | | | | | - Mention full screen graphics mode works though it'll need due care not to enter full screen text mode. - Wording: vmware -> VMware - Wording: tmpfs -> MFS
* Activate rtc.knu2000-04-031-0/+1
|
* This is rtc, a kernel module for /dev/rtc device support.knu2000-04-0310-0/+553
| | | | | | | | | | Some apps such as VMware for Linux would be happy with it. The code was originally written by Vladimir N. Silyaev. Note: It _includes_ Linux ioctl support, but basically it's FreeBSD native stuff. I'm importing this into emulators category for convevience' sake. Check it out.
* Synchronize with vmware2 port.knu2000-04-021-7/+9
|
* Adjust window sizes.knu2000-04-022-14/+18
|
* Add a section about how to set up plain disks as a workaround fornsayer2000-04-012-4/+134
| | | | | | | | the not-working raw disks. Add some more little hints too. Approved by: knu@idaemons.org
* Change PKGNAME: vmware -> vmware2knu2000-03-302-2/+2
|
* Activate vmware2knu2000-03-301-0/+1
|
* Here comes the VMware 2.0 port, finally.knu2000-03-3016-76/+168
| | | | | | | | | | | | - Correspond to VMware 2.0 Build 476 release (not beta) - Support SMP kernel - Install VMware tools floppies (for Windows and Linux) - Add Hints.FreeBSD - Mention my unofficial `rtc' port on post-install - Raw disk may not work for the present - etc. Enjoy it!
* - Add a tip (/tmp usage)knu2000-03-263-0/+21
| | | | Suggested by: des
* - Clean up and minor fixesknu2000-03-2628-294/+606
| | | | | | | | | | | | | | | | | | - Make portlint satisfy - Avoid creating files out of WRKDIR - Remove the void directory "patch" (What ever was this?) - Adjust whitespace - Fix some ungrammatical wordings - Modify COMMENT and DESCR - Drop fakeprocfs support due to the import of Linux procfs to the base system - Show MESSAGE after installation - Change maintainer to the -emulation list because: - Vladimir seems too busy or unreachable these days - This port depends very much on Linux compatibility stuff - Get it to check if the system has Linux procfs module and stop if not PR: ports/16960 (add WWW to DESCR) No response by: maintainer
* Fix incomplete PLIST.imura2000-03-261-0/+6
|
* Doing KDE style mtree in kdelibs.imura2000-03-261-2/+2
| | | | OK'd by: will
* Finish moving MAINTAINER for my ports.will2000-03-221-1/+1
| | | | | | andrews@technologist.com -> will@FreeBSD.org. :-) Reminded by: asami
* Restore useless version required comments.obrien2000-03-224-0/+4
|
* Changed LIB_DEPENDS: MesaGL.14->GL.14 due to Mesa-3.1 upgradejseger2000-03-211-2/+2
|
* Remove the "version required" line.obrien2000-03-204-4/+0
|
* Mark FORBIDDEN on alpha, it builds but doesn't run.asami2000-03-121-0/+1
| | | | | Submitted by: green Reviewed by: steve
* Update to Snes9X 1.29, and get Makefile.alpha built.green2000-03-095-63/+68
|
* make a symlink out of the compat environment so that programs callinggallatin2000-03-082-0/+3
| | | | | | system() will be able to find /sbin/sh This allows Netscape to run external apps (eg, ghostview)
* The "netscape" rpm from Compaq is now an actual RPM, not an RPMgallatin2000-03-082-6/+3
| | | | | containing a gzipped tarball. Update the Makefile and the md5 checksum to reflect this new rpm.
* Fix paths in .bochsrc file.obrien2000-02-291-2/+2
| | | | | PR: 16511 Submitted by: Dann Lunsford <dann@greycat.com>
* Add virtual category "linux" to Linux apps and support libs/utils.asami2000-02-2811-14/+11
|
* Fix compilation for pre-cam systems.jmz2000-02-261-0/+30
| | | | | PR: ports/16986 Submitted by: Nobuyuki Koganemaru <kogane@koganemaru.co.jp>
* Update to version 19991230.imura2000-02-244-15/+9
| | | | | | PR: 16685 Submitted by: Mikhail Teterin <root@kot.ne.mediaone.net> Approved by: maintainer
* Bump shlib versions of kdelibs11 and kdesupport11.asami2000-02-242-3/+3
|
* Move linux_mesa and linux_glide from emulators to graphics.asami2000-02-231-2/+0
| | | | Approved by: maintainer
* Use USE_QT instead of explicit LIB_DEPENDS. Also, changeasami2000-02-231-4/+3
| | | | HAS_CONFIGURE+CONFIGURE_ARGS="--prefix=${PREFIX}" to GNU_CONFIGURE.
* Some VMware port cleanup:joe2000-02-233-3/+42
| | | | | | | | | | | | - remove [buggy] dependencies from linuxprocfs port, when this port doesn't exist in a system (it's a common situation, because linuxprocfs port isn't included in the official port tree). - remove Makefiles.inc.xxx at cleanup stage - added message about loading kernel modules - added warning when vmware runned with not super-user id Submitted by: Vladimir N. Silyaev <vsilyaev@mindspring.com> PR: ports/16894
* This is the last of the ports PRs assigned to me... and actually ajoerg2000-02-2210-271/+1283
| | | | | | | | | | | | | | | | | | | | | rather large patchset improving pcemu. I therefore also decided to bump the version number from 1.01a to 1.01b, David Hedley apparently abandoned all work on pcemu anyway. The exact details of Arne's patches can be studied in the PR, it's something like 50 lines of explanation i don't want to quote in full here. In short, he submitted a number of improvements and a fix for the hard disk emulation in pcemu's BIOS. After a review, i decided to leave the patches verbatim. In addition and while i was at it, i added something i always ment to do: the option to dynamically add floppy disks (and now also hard disks) from within the .pcemurc file, so there's no need to recompile if you just wanna get access to your floppy from within pcemu. Comment it out again once you're done. PR: ports/5788 Submitted by: <arnej@math.ntnu.no> Arne Henrik Juul
* Revert to using /compat/linux instead of /usr/compat/linux. Themarcel2000-02-198-8/+8
| | | | | | | | | linuxulator uses /compat/linux and /compat may be a link (it is on fresh installs) and may not point to /usr/compat at all. Also, linux_devtools still uses /compat/linux. If the prefix is changed to something other than /compat/linux, make sure it's changed in all relevant places!
* Use BUILD_DEPENDS on rpm, instead of RUN_DEPENDS.kuriyama2000-02-178-8/+8
| | | | Discussed with: marcel
* Change PREFIX to /usr/compat/linux as the compat bits are really intendedobrien2000-02-178-8/+8
| | | | to live in /usr rather than /.
* Remove giflib dependence.imura2000-02-151-0/+18
| | | | | | | | Only changed giflib -> libungif in kdegraphics. They realy do NOT want libgif, and do NOT use libgif anywhere. Some ports are checking its existence in configure, but they are nonsense at all!!
* Update to the 4-Jan-2000 offering.obrien2000-02-142-7/+5
| | | | Tested by: jhb
* Update port to 1.2jedgar2000-02-132-3/+3
| | | | | PR: 16689 Submitted by: Maintainer
* Add TuxNES.asmodai2000-02-131-0/+1
|
* Add TuxNES, a FreeBSD-friendly Nintendo 8-bit emulator.asmodai2000-02-135-0/+33
| | | | Reviewed by: Alexander Langer <alex@big.endian.de>
* Style nits in the ports I maintain.obrien2000-02-134-17/+17
|
* Woops, "timeval" -> "struct timeval"imura2000-02-131-1/+1
|
* Fix new compiler error in -current.imura2000-02-131-0/+11
| | | | | Noticed by: bento All no response from: maintainer
* Update port to 1.2.5-1jedgar2000-02-093-8/+13
| | | | | PR: 16530 Submitted by: Maintainer
* Sync with its pre-install script.imura2000-02-093-15/+9
| | | | Forgotten by: maintainer
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,peter2000-02-084-4/+4
| | | | | | as the days of the former are numbered. Reviewed by: asami
* Correct PLIST for rev 1.2 of ../Makefileobrien2000-02-081-0/+7
|
* Change version number to match the libc.so in the distfile. It seemsobrien2000-02-081-1/+1
| | | | | | | these are not the Tru64 libs, but rather the Digital Unix 4.0f libs. Note that the new version number is "lower" than the previous one. Submitted by: gallatin
* remove extra blank line (portlint)mharo2000-02-081-1/+0
|
* change ordering of variables (portlint)mharo2000-02-081-4/+4
|
* remove ~20 blank lines in the middle of this filemharo2000-02-081-31/+0
|
* add new line ('\n') to end of filemharo2000-02-081-1/+1
|
* Unbreak the atari800 port:jedgar2000-02-074-31/+23
| | | | | | | | | * Removed xview dependancies to keep port simple. * Sound doesn't function very well so I have disabled that also. * Updated URL's and Maintainer's email address. PR: 16509 Submitted by: Maintainer
* Add some symlinks agaist libc.so that the RPM install script does.obrien2000-02-061-1/+5
|
* Turn on osf1_baseobrien2000-02-061-0/+1
|
* This contains a minimal selection of shared libraries from a Compaq Tru64 5.0obrien2000-02-065-0/+85
| | | | | installation. These libraries and support files, in conjunction with the osf1 module, form the basis of the osf1 compatibility environment.
* Support bochs's internal debugger.obrien2000-02-042-0/+15
| | | | Submitted by: jhb
* Update port to 1.2jedgar2000-02-037-43/+78
| | | | Approved by: Maintainer
* Activated bfe.jhb2000-02-031-0/+1
|
* A graphical front end to the debugger present in the Bochs emulator.jhb2000-02-036-0/+56
| | | | Reviewed by: jim, jedgar
* Add CVS tags to the files that could tolerate them.obrien2000-01-2812-0/+24
|
* Make this thing acutally portlint(1) and come close our Ports Collectionobrien2000-01-2821-171/+138
| | | | | | | | coding style. [billf contributed to the Makefile cleanup] Forgotten by: initial committer
* Enable vmware.joe2000-01-271-0/+1
|
* Virgin import of Vladimir N. Silyaev's port of the linux version of thejoe2000-01-2737-0/+1391
| | | | | | | VMWare virtual machine. PR: ports/16337 Submitted by: vsilyaev@mindspring.com
* Back out v1.3. I misunderstood the procedure at work here.nsayer2000-01-231-3/+5
| | | | Submitted by: Satoshi
* - Remove obsolete sites from MASTER_SITESmharo2000-01-225-112/+67
| | | | | | | | | - Add MAINTAINER line - Support CC/CFLAGS/PREFIX properly - Shorten pkg/DESCR and add README file from distribution source PR: 16035 Submitted by: tkato@prontomail.ne.jp
* - Fix MASTER_SITESmharo2000-01-226-57/+96
| | | | | | | | | | | - Add MAINTAINER line - Add (probably missing) USE_XLIB line - Move install path of utility data files from lib/ to libdata/ - Shorten pkg/DESCR and move original file to files/README.FreeBSD - Sort pkg/PLIST PR: 16039 Submitted by: tkato@prontomail.ne.jp
* Fix and updates from KATO Tsuguru.nakai2000-01-224-24/+21
| | | | Submitted by: "KATO Tsuguru" <tkato@prontomail.ne.jp>
* Update port to new Qt/KDEnsayer2000-01-221-5/+3
| | | | Obtained from: andrews@technologist.com
* A slightly different approach to allow access to CD media w/in the emulator.obrien2000-01-171-8/+53
| | | | | | | | Use the ioctl's CDIOREADTOCHEADER and CDIOREADTOCENTRYS to determine the size of the data track on the disk, rather than using the DIOCGDINFO ioctl (which doesn't appear to work for all users / CD media under FreeBSD). Submitted by: Keith Jones <keith@mithy.org>
* Support the "seeing" of CDROM drives.obrien2000-01-141-0/+38
| | | | | | [However, Win95 running in bochs still can't "see" the CD] Submitted by: Mark Ovens <mark@dogma.freebsd-uk.eu.org>
* There's a bug in bochs that's been annoying me for a while. I have found aobrien2000-01-141-0/+13
| | | | | | | | | | | | | | | | fix, but, as I don't fully understand *why* the fix works (and doesn't break anything else). When bochs is run from an xterm it leaves the xterm in an unstable state after exiting (if bochs is started in the background the xterm is unstable as soon as the prompt returns). By unstable I mean: Nothing you tyoe is echoed, and commands don't work (``ls'' gives no output, for example). Ctrl-C and Ctrl-D behave like RETURN; you get a line feed and a new prompt, and the DEL and INS keys do a destructive back-space over the prompt. Submitted by: Mark Ovens <mark@dogma.freebsd-uk.eu.org>
* Install packages with -U instead of -i. This should minimize themarcel2000-01-108-40/+40
| | | | | problems people have when they install the port without removing the previously installed version.
* Remove sutton@aardvark.apana.org.au as MAINTAINER; email has bouncedfenner2000-01-082-4/+0
| | | | 4 out of 4 attempts over 3 months.
* Change MAINTAINER address from nacai@iname.comnakai2000-01-072-2/+2
| | | | to nakai@FreeBSD.org
* We definitely have a CVS problem somewhere. This wasn't committed inmarcel2000-01-068-392/+600
| | | | | | | | | the previous commit. Maybe it's related to removing files in the same commit. Anyway.. Update to Red Hat 6.1. Noticed by: jedgar
* Upgrade to Red Hat 6.1. The port also allows installing updates,marcel2000-01-0640-41400/+50616
| | | | | | which makes it easier to keep it up to date. Thanks to: Sean O'Connell (sean@stat.duke.edu) for his support.
* Add ksnes9x, a KDE frontend for snes9x, the snes emulator.cpiazza2000-01-056-0/+47
| | | | | PR: 15160 Submitted by: Will Andrews <andrews@technologist.com>
* Complete conversion to Tk 8.2.steve2000-01-032-2/+2
| | | | | PR: 15843 Submitted by: maintainer
* This port requires Xlib.asami2000-01-021-0/+1
| | | | Submitted by: bento
* Fix for new compiler.jmz2000-01-021-0/+25
|
* Adding twin version 19990616.steve1999-12-299-0/+130
| | | | | | | Willows toolkit for migrating and developing Windows applications. PR: 12503 Submitted by: Pedro F. Giffuni <giffunip@asme.org>
* mkdosfs has been renamed to newfs_msdos.steve1999-12-291-6/+6
| | | | | PR: 12700 Submitted by: Phillip Musumeci <phillip@mirriwinni.cse.rmit.edu.au>
* Snes9X needs to _not_ have USE_THREADS auto-defined for FreeBSD ingreen1999-12-297-543/+262
| | | | | | | | | unix/unix.cpp to build, especially when the Makefile does not have it defined. Also, along with this, split the patches out into the customary one-file-per-patch chunks. I'm not ${MAINTAINER}, but nacai does not mind my working on the port :)
* General comment cleanups.hoek1999-12-291-1/+1
|
* Update to 1.26nakai1999-12-283-31/+29
|
* Add MASTER_SITESjedgar1999-12-272-2/+4
|
* TrueReality version 1999062900steve1999-12-259-0/+119
| | | | | | | A Nintendo N64(tm) emulator. PR: 15146 Submitted by: Mario S F Ferreira <lioux@linf.unb.br>
* regen the md5 sums so this port will work.cpiazza1999-12-251-2/+1
|
* Activate xmessjedgar1999-12-241-0/+1
|
* Xmess is a game console emulator which currently supports thejedgar1999-12-2412-0/+297
| | | | | | | | | | Nintendo Entertainment System (NES), Sega Genesis/Megadrive, TRS-80 models 1 and 3, Colour Genie, Colecovision, Vectrex, Apple ][ series, Atari 800, Atari 5200, Sega Master System/Game Gear, Bally Astrocade, Kaypro 2x and PDP-1. PR: 13201 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
* Update to 2.3djedgar1999-12-236-14/+20
|
* Remove jraynard as MAINTAINER, since he no longer has an account.fenner1999-12-232-4/+0
| | | | | | | Move distfiles from ~jraynard/public_html/ports/distfiles/ to ~fenner/public_html/distfiles-- this does not imply that I take any responsibility for the ports but I'll at least host the existing distfiles =)
* * Use/set fs/gs from the sigcontext struct so that it correctly runs onobrien1999-12-118-40/+274
| | | | | | | | | | | | | recent -stable (the fs/gs handling has just been MFC'd.) * Fix a ptrace bug, the debugger now actually seems to work again. * Also install regapi, and some doc files. Maintainer is reported to not have time to commit this before the 3.4 freeze point, and from what I can tell, has implied permission for this commit. PR: 15118 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
* Update to version 1.2.4cpiazza1999-12-056-42/+67
|
* Fix for pkg/PLIST, pkg/DESCR, Makefilenakai1999-12-013-40/+7
| | | | | PR: ports/15145 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@linf.unb.br>
* Update to use Tcl/Tk version 8.2.steve1999-11-293-5/+6
| | | | Submitted by: Ade Lovett <ade@lovett.com>
* Fix problems with ROM-dump.steve1999-11-273-35/+59
| | | | | PR: 14363 Submitted by: maintainer
* * Updated version to 0.2.1.1steve1999-11-276-12/+106
| | | | | | | | * Added MetaLab(sunsite) mirror to MASTER_SITES * Fixed some files to respect CFLAGS properly PR: 14903 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Activate kmamerunnsayer1999-11-251-0/+1
|
* Oops. Checked in non-portlinted version.nsayer1999-11-251-1/+1
|
* Add kmamerun -- an xmame frontend for KDEnsayer1999-11-255-0/+46
|
* Make PREFIX clean.obrien1999-11-232-24/+9
|
* Update to the 991114 version.obrien1999-11-233-12/+12
|
* Upgrade to 991114 version of Wine.se1999-11-224-8/+12
| | | | | | | Fix install directory of man page for wine.conf. PR: 14927 Submitted by: Mikhail Teterin <mi@misha.cisco.com>
* Update MAINTAINER's email addresscpiazza1999-11-212-3/+2
| | | | | PR: 14938 Submitted by: maintainer
* Upgrade to 991031 version of Wine.se1999-11-1516-48/+282
| | | | | | | | | | | | | | | Compilation may fail on a system with an old Mesa3 port installed or if X11 headers from XFree-3.9.x are found on a system. This can be manually fixed by undefining all occurences of DGA/DGA2 and references to GL libraries in include/config.h in the work directory. Kernel patches are provided for 3.3-stable: see the files directory of the port (or $PREFIX/lib/wine/README.patches). The port upgrade is based on patches sent by Jürgen Lock (Thanks!) PR: 14652 Submitted by: nox@jelal.kn-bremen.de (Juergen Lock)
* New location on MASTER_SITE.steve1999-11-141-1/+1
| | | | | PR: 14823 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
* Update to version 0.3.2.steve1999-11-145-6/+44
| | | | | PR: 14678 Submitted by: maintainer
* Add WWW.hoek1999-11-071-0/+2
|
* update mastersitemharo1999-10-271-1/+1
| | | | | PR: 14485 Submitted by: Chris D. Faulhaber jedgar@fxp.org
* Use ``mkdir -p'' rather than ``mkdir''.obrien1999-10-2516-640/+640
| | | | | | | | | A problem exists when one ``pkg_add -r acroread'' and ftp.crom.com is at it's limit. One can be able to download Latest/acroread.tgz. BUT when `pkg_add' tries to install all the dependancies it fails due to being unable to fetch one of them. If the user then ``pkg_add -r acroread'' again in an attempt to get everything installed they now get scary error messages from ``mkdir'' since the directories already exist.
* Fixed installation problem to work wellnakai1999-10-142-4/+4
|
* Update to 1.3nakai1999-10-122-5/+5
|
* Make the description a bit more informative.roger1999-10-081-1/+1
| | | | It emulates a PC, not just a 386 CPU
* Upgrade to the 991004 version.obrien1999-10-064-17/+17
|
* I am not actually MAINTAINER.green1999-09-221-1/+1
|
* o Support CC/CXXcpiazza1999-09-202-228/+294
| | | | | | o Support CFLAGS/CXXFLAGS o Make this actually build on my system (alfred had the same problem, but, oddly enough, green didn't)
* Snes9X is updated to 1.25.green1999-09-206-81/+526
| | | | | | | | (And the villagers rejoiced!) Snes9X actually builds now. (And the villagers rejoiced!) Snes9X should actually work on the Alpha now. (And the villagers rejoiced!)
* Upgrade to the 990907b version.obrien1999-09-194-10/+10
|
* Enforce random pkg/COMMENT rules, including the one that states Emacshoek1999-09-181-1/+1
| | | | should be spelled corrcetly, although I rather liked "Emasc".
* Linux needs a yp.conf file for NIS to work. Install a sample yp.conf so thatmarcel1999-09-1840-0/+192
| | | | | | | | | | | | NIS users now what to do. Display a note after installation of the port/package to draw attention to it. Creating the proper yp.conf on the fly is being considered... PR: 12748 Originator: Palle Girgensohn <girgen@partitur.se> Solution by: Palle Thanks to: nsayer
* pgcc compiler is called pgcc, not egcs. The port still doesn't buildasami1999-09-112-3/+3
| | | | | ("Internal compiler error"...probably pgcc's fault) but at least it will start compiling.
* Add xpm by popular demand. libXpm is quite frequently used by glibc2 based Xmarcel1999-09-0832-8/+64
| | | | | | binaries (or should I say X based glibc2 binaries), including Netscape. Partially submitted by: CHOI, Junho <cjh@wdb.co.kr>
* Use tk 8.2jmz1999-09-082-4/+4
| | | | Submitted by: jseger
* Fix packaging error introduced during last update (2.9.0 -> 2.9.1).sheldonh1999-09-071-1/+0
| | | | Reported by: asami
* Upgrade to bsvc-2.1jseger1999-09-078-37/+122
| | | | | Switch to tk8.2 Make myself MAINTAINER after no response from previous MAINTAINER.
* portlintobrien1999-09-061-2/+1
|
* gzip -> ${GZIP_CMD}mharo1999-09-052-2/+2
| | | | | | gzip -d -> ${GUNZIP_CMD} gzip -dc -> ${GZCAT} gunzip -> ${GUNZIP_CMD}
* Update to version 0.36b3.1cpiazza1999-09-056-67/+95
| | | | | PR: 13572 Submitted by: Jacob Hart <c9710216@atlas.newcastle.edu.au>
* Make sure an install can be restarted after a failure. While I'm here, updatemarcel1999-09-0324-24/+32
| | | | | DESCR and COMMENT so that they both contain the proper name of the port and do not contain the word `emulation'.
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-319-11/+11
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* USE_XLIB=yescpiazza1999-08-311-2/+3
| | | | Also change a YES to a yes to be the same as the rest of the Makefile.
* Work around the build errors by updating: 2.9.0 -> 2.9.1sheldonh1999-08-303-9/+7
| | | | Submitted by: Damian Kuczynski <damian@tmp.iem.pw.edu.pl>
* Mark this port broken, bison is barfing on at least monitor1.y .sheldonh1999-08-301-0/+2
|
* $Id$ -> $FreeBSD$peter1999-08-291-1/+1
|
* Enable vMac.dburr1999-08-291-0/+1
|
* PR: ports/12597dburr1999-08-298-0/+584
| | | | | | | | Submitted by: troll@digitalspark.net Reviewed by: dburr@FreeBSD.ORG Import of new port emulators/vMac, a software Macintosh emulator. (Requires an image of a MacPlus ROM to work, read the vMac website for more details.)
* Unbreak this port by upgrading to 0.2.1cpiazza1999-08-294-111/+21
| | | | | PR: 13416 Submitted by: Ade Lovett <ade@lovett.com>
* ln -> ${LN}mharo1999-08-282-4/+4
|
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffmharo1999-08-281-2/+2
| | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
* Change Id->FreeBSD.obrien1999-08-2545-45/+45
|
* awk -> ${AWK}mharo1999-08-232-5/+5
| | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR}
* chmod -> ${CHMOD}mharo1999-08-2310-21/+21
| | | | chown -> ${CHOWN}
* Fix the way the port figures out if linux support is present in the kernel.marcel1999-08-188-56/+56
| | | | | | | | | It now also works when the linuxulator is compiled into the kernel (using options COMPAT_LINUX). Due to my misunderstanding, PR/12918 has been closed for the wrong reasons. My apologies to the originator. PR: 12918 Originator: Dean Lombardo <dlombardo@excite.com>