aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* o Unbreak the port. It still installs fine. If ldconfig terminatesmarcel1999-08-088-192/+216
| | | | | | | with a signal 11, then blame the emulator not the port. o Apply some cosmetic changes. The port now doesn't generate errors on a successful install. Installing the port isn't confusing anymore :-)
* Mark BROKEN, ldconfig does not install properly.billf1999-08-068-8/+24
| | | | | | | ldconfig-1.9.5-8.i386.rpm ELF binary type not known. Use "brandelf" to brand it. execution of script failed error: /home/billf/cvswork/rpm/ldconfig-1.9.5-8.i386.rpm cannot be installed
* Update to version 990623a.steve1999-08-014-29/+31
| | | | | PR: 12709 Submitted by: John Baldwin <jobaldwi@vt.edu>
* Upgrade to version 3.9.6jmz1999-07-223-23/+7
|
* Deactivate linux_libmarcel1999-07-211-2/+1
|
* Activate linux_basemarcel1999-07-211-2/+2
| | | | Deactivate linux-base
* linux_base is the reincarnation of linux_lib and obsoletes both linux_libmarcel1999-07-2156-448/+78072
| | | | | | | | | | | | and linux-base. Both will be removed from the ports collection at the proper time. linux_base uses a subset of packages from a Red Hat 5.2 release to populate /compat/linux. There's no functional difference between linux-base and linux_base. The name of the latter is preferred over the name of the former. Reviewed by: Tim <hoek@FreeBSD.org> Supervised by: Satoshi <asami@FreeBSD.org>
* BROKEN='MD5 checksum mismatch. Also xf25.zip has an ↵obrien1999-07-151-1/+3
| | | | "End-of-central-directory signature not found" when unzipping problem.'
* Changed linux-base-5.2 to linux-base.marcel1999-07-091-2/+2
|
* Activate linux-base-5.2marcel1999-07-081-1/+2
|
* This port requires X libs to build.steve1999-07-051-1/+3
|
* Mark broken for Alpha, and don't require '.' to be in PATH in thesteve1999-07-051-2/+6
| | | | do-configure target.
* Update to 119aflathill1999-07-023-13/+22
| | | | | PR: ports/12485 Submitted by: nakai@maple.ocn.ne.jp
* Remove trailing spaces, and any periods that were hidden by them.hoek1999-06-281-1/+1
|
* Commit #2/4 to enforce Caps, no period. I ran this oe ashoek1999-06-2726-26/+26
| | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :)
* Bump "Version required:", which I forgot in the previous commit.sheldonh1999-06-261-2/+2
|
* Update 2.8.1 -> 2.9.0:sheldonh1999-06-234-6/+23
| | | | | Sports native FreeBSD joystick and audio support (both untested) and bugfixes.
* Remove empty lines and version number.asami1999-06-222-3/+1
|
* Update maintainer's e-mail address.sheldonh1999-06-211-2/+2
|
* Activate the quasi88 port.steve1999-06-071-1/+2
|
* Initial import of quasi88 version 0.2.4.steve1999-06-075-0/+44
| | | | | | | A PC-8801 emulator for X. PR: 11994 Submitted by: Nishika <nishika@cheerful.com>
* Update to version 1.0.steve1999-06-0710-261/+159
| | | | | PR: 11938 Submitted by: maintainer
* Just in case someone wants to turn on floppyd support, fixup thesteve1999-06-071-0/+20
| | | | | | | compilation errors in floppyd.c. PR: 11962 Submitted by: Dann Lunsford <dann@greycat.com>
* Remove the test to create ${PREFIX}/share/info/dir as it is nowmharo1999-06-062-5/+1
| | | | in bsd.port.mk and this helps to unify the check and install.
* Update to use gtk version 1.2.3.steve1999-05-291-2/+2
| | | | | PR: 11842 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Man page fix.jmz1999-05-181-0/+11
| | | | | PR: ports/11748 Submitted by: Lowell Gilbert <lowell@world.std.com>
* add WWWmharo1999-05-101-0/+2
| | | | | PR: 11621 Submitted by: maintainer
* Update to 2.8.1flathill1999-05-092-4/+4
| | | | Fix 'make fetch error problem'
* LIB_DEPENDS on the new unified xview port.steve1999-05-051-2/+2
|
* Upgrade to 99.04.26 version of Wine.se1999-05-046-62/+28
|
* Add a couple of devices so we can use Linux X servers too. Also cleanupsteve1999-05-038-16/+80
| | | | | | | pkg/PLIST so this port packages and deinstalls cleanly again. PR: 11045 Inspired by: MIHIRA Yoshiro <sanpei@sanpei.org>
* WWWWWWWWWWWWWWWWWWWWWWWWWWWhhhhhhhhhheeeeeeeeeeeeeee!!!!!!!!!hoek1999-05-037-11/+10
| | | | That was fun! Can we do it again? Pleeeeeeaaaase!
* Switch to using USE_ZIP along with minor cleanups to some ports.jseger1999-05-011-7/+3
|
* If wish is installed the configuration dialog doesn't get called.steve1999-05-012-23/+25
| | | | | PR: 11346 Submitted by: maintainer
* Update to version 1.0.7.steve1999-05-012-3/+3
| | | | | PR: 11384 Submitted by: maintainer
* update to 1.0.6.mharo1999-04-262-4/+3
| | | | | PR: 11320 Submitted by: maintainer
* Upgrade to version 3.9.4.jmz1999-04-184-21/+12
| | | | | PR: ports/11192 Submitted by: Chris Piazza <cpiazza@home.net>
* Removed dead mastersitemharo1999-04-161-3/+2
|
* Removed bad master sitemharo1999-04-161-3/+2
|
* update ines from 0.7 to 1.0mharo1999-04-153-7/+7
|
* Add USE_XLIBnectar1999-04-071-1/+3
|
* update to version 1.0.5:flathill1999-04-063-11/+7
| | | | | | | newly depends on gtk12 instead of gtk11. remove 'strip' from Makefile because INSTALL_PROGRAM does it. PR: ports/10962 Submitted by: k5@respo.or.jp
* Update to 118eflathill1999-03-315-80/+44
| | | | | | | Now it comes with sound! But disabled the joystick PR: ports/10852 Submitted by: nakai@internetsolutions.co.jp
* Use 'ONLY_FOR_ARCHS= i386'.billf1999-03-312-2/+4
|
* Updated to version 0.8.6 after I modified several problemstaoka1999-03-3110-298/+150
| | | | | PR: ports/7734 Submitted by: Joel Sutton (maintainer)
* Update to version 1.2.steve1999-03-153-7/+11
| | | | | PR: 10213 Submitted by: Michael Haro <mharo@area51.fremont.ca.us>
* 1. Upgrade to 2.8.0, associated changes.billf1999-03-154-16/+11
| | | | | | | 2. Change MASTER_SITES to MASTER_SITE_SUNSITE PR: ports/10246 Submitted by: sheldonh (maintainer)
* stella 0.6 is no longer available.nectar1999-03-056-176/+78
| | | | This is stella 1.1, an Atari 2600 VCS emulator.
* Replace ld-linux.so.2 with the one included with the StarOffice 5.0.1obrien1999-02-2616-32/+40
| | | | distribution.
* Upgrade to 990214 version of Wine.se1999-02-206-16/+16
|
* Update to xsystem35-1.0.2flathill1999-02-132-4/+4
|
* Changes Version required.flathill1999-02-122-4/+4
| | | | Fix DESCR, URL has changed
* Correct Whom: lineflathill1999-02-111-2/+2
|
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofasami1999-02-031-2/+3
| | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too.
* Update to 1.0.1flathill1999-02-033-5/+6
| | | | | PR: ports/9737 Submitted by: MAINTAINER
* Upgrade to 990131 version of Wine.se1999-02-026-16/+16
|
* Add new mastersites as the old one has dissappeared.obrien1999-01-311-3/+5
|
* upgrade to the 3.9.1-3110 patch.obrien1999-01-293-10/+11
|
* PR: ports/9640flathill1999-01-245-20/+28
| | | | | Submitted by: k5@respo.or.jp update to version 1.0: the 1st release version.
* Homepage. Requires SYSVSHEM, SEM, and MSG in the kernel.hoek1999-01-192-4/+14
| | | | Obtained from: Mary Robertson Kilgore <ynop@acm.org>
* Upgrade to January 10, 1999 version of Wine.se1999-01-176-16/+16
|
* Change maitainer's email address,vanilla1999-01-136-18/+16
| | | | and BROKEN some gnome ports until I upgrade it.
* Update to 1.16a.flathill1999-01-125-14/+117
| | | | | Now this can build from source code. And can't use sound feature.
* Update to version 3.5-1.0p1.steve1999-01-112-4/+4
| | | | | PR: 9348 Submitted by: maintainer
* Move Palm*-related programs to new "palm" category.asami1999-01-091-2/+1
| | | | Reviewed by: the ports list
* Updated URL to http://www.bochs.com/alex1999-01-081-1/+1
| | | | Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
* Add 'ONLY_FOR_ARCHS=i386' to linux_lib dependent ports.simokawa1999-01-071-1/+3
|
* Add 'ONLY_FOR_ARCHS=i386' to linux_* ports.simokawa1999-01-068-8/+24
| | | | They are intended for Linux/i386 emulation and to work on i386.
* Remove myself as maintainer.alex1999-01-021-2/+2
|
* turn on dlx.obrien1998-12-301-1/+2
|
* Simular and compiler for Hennessy and Patterson's MIPS-like RISC DLXobrien1998-12-3012-0/+191
| | | | architecture.
* Update to xsystem-3.5-19981227flathill1998-12-283-14/+25
|
* Upgrade to 981211 version of Wine.se1998-12-276-54/+28
|
* Activate vpcejseger1998-12-161-1/+2
|
* Import of vpce: Turbo Graphix 16 emulatorjseger1998-12-165-0/+34
| | | | Submitted by: nakai@TokyoNet.AD.JP
* Changes MASTER_SITEflathill1998-12-031-3/+3
|
* Update the MASTER_SITE.obrien1998-12-031-2/+3
| | | | Note that this port is at version 0.8.1. They are upto 0.9.7 now.
* Unbreak by adding many more MASTER_SITES.billf1998-12-031-4/+6
| | | | | PR: ports/8935 Submitted by: Josh Gilliam <josh@quick.net>
* Don't assume ${FILESDIR} is some fixed number of directories up fromasami1998-12-011-2/+2
| | | | | ${WRKSRC}. Note I haven't fixed the "pack" target, that requires more than just ${FILESDIR} frobbing.
* Don't assume ${FILESDIR} is some fixed number of directories up fromasami1998-12-011-1/+2
| | | | | ${WRKSRC}. Note I haven't fixed the "pack" target, that requires more than just ${FILESDIR} frobbing.
* Mark BROKEN. Distfiles unfetchable.obrien1998-12-014-4/+12
|
* Add USE_XLIB.asami1998-12-011-1/+2
|
* Add USE_XLIB. Also, "commercial package" is no reason for NO_PACKAGE;asami1998-12-011-2/+2
| | | | RESTRICTED and NO_CDROM is enough.
* Add USE_XLIB to some ports that require X. (Actually BUILD_DEPENDS on imakeasami1998-11-281-1/+3
| | | | for ilu and mkdirhier for asl.)
* Add another master site.asami1998-11-261-2/+3
| | | | Submitted by: Sheldon Hearn <axl@iafrica.com>
* Switches MAINTAINER to FUJISHIMA Satsuki<k5@respo.or.jp>flathill1998-11-252-5/+5
|
* Update to xsystem-3.5-19981123.flathill1998-11-233-3/+7
| | | | | typo fix pkg/MESSAGE disappears patches/patch-ab
* No need to use += for variable defined only once.asami1998-11-231-2/+2
|
* Fix DESCRflathill1998-11-201-1/+1
|
* Upgrade to 3.2.6.vanilla1998-11-202-4/+4
| | | | Remind by: distfiles fenner
* Upgrade to xsystem-3.5-19981114.flathill1998-11-203-10/+17
| | | | | | Fix MD5 check sum Add patch files Install Japanese documents in share/doc/ja
* Upgrade to xsystem-3.5-19981114.flathill1998-11-201-1/+1
| | | | Fix MD5 check sum
* Upgrade to xsystem-3.5-19981114.flathill1998-11-201-8/+14
|
* Add SUBSIR+=xsystem35flathill1998-11-181-1/+2
|
* Reviewed by: kuriyamaflathill1998-11-186-0/+87
| | | | | | Submitted by: flathill@flathill.gr.jp Initial import of Xsystem35. Xsystem35 is AliceSoft System 3.5 emulator on X Window System
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeasami1998-11-141-6/+8
| | | | | shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk.
* Remove BROKEN tag.vanilla1998-11-042-5/+12
|
* Upgrade to bochs-981102b.alex1998-11-034-37/+41
| | | | Submitted by: msmith
* Upgrade to thae latest Redhat offerings. This brings in the Linuxmarkm1998-10-3116-48/+48
| | | | | | | glibc2 stuff. The tarball is in freefall:~markm/linux_lib-2.6.tar.gz; please someone move it over to ftp.freebsd.org. Ta!
* Add linux_glide and linux_mesa.asami1998-10-301-1/+3
|
* Doesn't install....asami1998-10-261-1/+3
| | | | | | | | | | === for file in hfssh; do install -c -s -o bin -g bin -m 555 -m 755 $file "/usr/local/bin/."; done for file in hfs; do install -c -o bin -g bin -m 444 $file "/usr/local/bin/."; done install: hfs: No such file or directory *** Error code 71 Stop.
* Fix path on ftp.cs.bris.ac.ukfenner1998-10-261-2/+2
|
* Upgrade to 3.3.2.vanilla1998-10-254-34/+43
|
* Unbreak.jseger1998-10-132-6/+2
| | | | Submitted by: asami
* Add missing bitopts.hjseger1998-10-132-4/+4
| | | | | | | | | | | | | | | | | | Change BROKEN_ELF->BROKEN as this is still BROKEN after the file addition. In file included from ./treeview.c:44: ../../include/asm/bitops.h:8: redefinition of `set_bit' ../../include/asm/bitops.h:8: `set_bit' previously defined here ../../include/asm/bitops.h:18: redefinition of `clear_bit' ../../include/asm/bitops.h:18: `clear_bit' previously defined here ../../include/asm/bitops.h:28: redefinition of `change_bit' ../../include/asm/bitops.h:28: `change_bit' previously defined here ../../include/asm/bitops.h:38: redefinition of `test_bit' ../../include/asm/bitops.h:38: `test_bit' previously defined here ./treeview.c: In function `TREEVIEW_DrawItem': ./treeview.c:341: warning: unused variable `hRootPen' ./treeview.c:339: warning: `oldBkColor' might be used uninitialized in this function *** Error code 1
* Unbreak.jseger1998-10-131-3/+5
| | | | Submitted by: steve
* Mark BROKEN for ELF:jseger1998-10-132-2/+6
| | | | | | | | ===> wine-98.09.27 depends on shared library: Xpm.4 - found /bin/mkdir -p /usr/ports/emulators/wine/work/wine-980927/include/asm /bin/cp /usr/ports/emulators/wine/files/bitops.h /usr/ports/emulators/wine/work/wine-980927/include/asm/bitops.h /bin/cp: /usr/ports/emulators/wine/files/bitops.h: No such file or directory *** Error code 1
* Mark BROKEN for ELF:jseger1998-10-131-1/+3
| | | | | | | ===> ines-0.7 depends on shared library: X11.6 - found install -c -s -o root -g wheel -m 555 /usr/ports/emulators/ines/work/NES/ines /usr/X11R6/bin /usr/libexec/elf/strip: /usr/X11R6/bin/ines: File format not recognized *** Error code 70
* Mark BROKEN for ELF:jseger1998-10-131-1/+3
| | | | | | | | | | | | | | | gcc -s -o cpm single.o z80emu.o em.o io.o bios.o commands.o running.o main.o disneu.o disz80.o low.o single.o(.text+0x9): undefined reference to `_z80regs' single.o(.text+0xe): undefined reference to `_z80mem' single.o(.text+0x15): undefined reference to `_z80regs' single.o(.text+0x1c): undefined reference to `_z80regs' single.o(.text+0x23): undefined reference to `_z80regs' single.o(.text+0x2a): undefined reference to `_z80regs' single.o(.text+0x3f): undefined reference to `_z80regs' single.o(.text+0x46): more undefined references to `_z80regs' follow single.o(.text+0x18f2): undefined reference to `_hardware_access' single.o(.text+0x1948): undefined reference to `_z80regs' single.o(.text+0x195a): undefined reference to `_z80regs'
* Update to version 2.6.1.steve1998-10-104-67/+48
| | | | | PR: 8189 Submitted by: maintainer
* Update to 980927.kuriyama1998-10-096-24/+84
| | | | Submitted by: Stefan Esser <se@mi.uni-koeln.de>
* Add NO_FILTER_SHLIBS -- this port installs linux libraries and weasami1998-10-098-8/+16
| | | | don't want bsd.port.mk changing PLIST.