summaryrefslogtreecommitdiffstats
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* 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-1740-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-051-2/+1
|
* gzip -> ${GZIP_CMD}mharo1999-09-042-2/+2
| | | | | | gzip -d -> ${GUNZIP_CMD} gzip -dc -> ${GZCAT} gunzip -> ${GUNZIP_CMD}
* Update to version 0.36b3.1cpiazza1999-09-046-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-284-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-271-2/+2
| | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
* Change Id->FreeBSD.obrien1999-08-2545-45/+45
|
* awk -> ${AWK}mharo1999-08-222-5/+5
| | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR}
* chmod -> ${CHMOD}mharo1999-08-2210-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-213-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-041-1/+3
|
* Mark broken for Alpha, and don't require '.' to be in PATH in thesteve1999-07-041-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-2626-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-061-1/+2
|
* Initial import of quasi88 version 0.2.4.steve1999-06-065-0/+44
| | | | | | | A PC-8801 emulator for X. PR: 11994 Submitted by: Nishika <nishika@cheerful.com>
* Update to version 1.0.steve1999-06-0610-261/+159
| | | | | PR: 11938 Submitted by: maintainer
* Just in case someone wants to turn on floppyd support, fixup thesteve1999-06-061-0/+20
| | | | | | | compilation errors in floppyd.c. PR: 11962 Submitted by: Dann Lunsford <dann@greycat.com>
OpenPOWER on IntegriCloud