aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Recompute checksum after repacking tarball.jkh1998-10-098-8/+8
|
* Update to version 2.5; add updated libvga libs.jkh1998-10-0816-24/+24
| | | | Submitted by: cracauer
* Do not write anything to ${PATCHDIR} by doing the awk trick toasami1998-10-061-16/+16
| | | | | the patched file (Makefile.common) in post-patch, instead of the patch itself (${FILESDIR}/patch-aa.in) in pre-patch.
* Remove regexp support for tk81 libraries.steve1998-10-041-2/+2
|
* Remove regexp support for Xaw3d since it can now be built insteve1998-09-211-2/+2
| | | | an ELF world.
* Sync with a version that uses MLINKS.hoek1998-09-192-20/+3
|
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itasami1998-09-173-6/+6
| | | | in the first place.
* libXpm major is now 5. Also remove regexp support in preparation forasami1998-09-153-6/+6
| | | | ELF conversion.
* Changed MASTER_SITES to ftp.bochs.com.alex1998-09-111-2/+2
|
* Maintainer has new Email address.steve1998-08-242-4/+5
| | | | PR: 7724
* Use the MANx variables. This commit only covers ports thathoek1998-08-232-2/+5
| | | | | | | | | | | don't USE_IMAKE, don't appear to change behaviour on NOMANCOMPRESS (many do, subtly) and don't install more than one manpage. Any port listed here is a good candidate for a general review simply due to age... For example, a number of them seem to patch an install: target into the program Makefile and/or arbitrarily compress their manpages from patches/patch-*. This has been out-of-vogue since I would guess mid-1996, at least.
* Yes, I damaged pkg_[add|delete] on this one while removing thehoek1998-08-181-2/+2
| | | | | | manpages, too. Not that it would have mattered much, since this is marked RESTRICTED.
* Vice, welcome to the brave new world.hoek1998-08-184-19/+78
| | | | | This still installs documentation in lib/vice/docs/ (or something like that) instead of share/doc/vice/.
* Don't emulate the manpages in the PLIST.hoek1998-08-1710-50/+0
|
* Find the distfile again.steve1998-08-102-7/+4
| | | | | PR: 7542 Submitted by: Daniel O'Connor <doconnor@gsoft.com.au>
* Make it clear that BOCHS is commercial software.alex1998-08-091-0/+3
|
* Fix up dependencies for ports that moved into the x11-toolkits category.asami1998-08-086-12/+13
|
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orasami1998-08-055-11/+11
| | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
* The former ftp.germany.eu.net (now ftp.de.uu.net) has thrown a lot ofjoerg1998-08-031-5/+8
| | | | stuff away. Move to other FTP servers.
* Added a link to the Bochs homepage.alex1998-07-301-0/+2
| | | | Inspired by: hoek
* Making x11 category more useful project part 1: take out "x11" ofasami1998-07-284-8/+8
| | | | | | ports that are mere users of X. Partial list submitted by: Josh Gilliam <josh@quick.net>
* Update to version 1.05.steve1998-07-272-8/+8
| | | | | PR: 7338 Submitted by: Seiichirou Hiraoka <flathill@flathill.gr.jp>
* Can no longer fetch version 0.2. Version 0.2.1 is available butsteve1998-07-271-1/+3
| | | | | | has a few too many Linux'isms to fix easily. Prodded by: Bill Fenner's distfile checker
* Added @dirrm directives.alex1998-07-261-0/+3
|
* Add NO_CDROM. (Not sure if RESTRICTED implies this, but since we *don't*dburr1998-07-201-1/+2
| | | | want copyrighted stuff on the 2.2.7 CD-ROM, better safe than sorry...)
* Add missing dependency on libXaw3d.dburr1998-07-141-1/+3
|
* Moved the build warning out of pkg/DESCR and into the Makefile (in thedburr1998-07-132-6/+4
| | | | "pre-build" target). This seemed more appropriate.
* Oops, forgot to include NO_PACKAGE.dburr1998-07-131-1/+2
|
* Activate vice.dburr1998-07-121-1/+2
|
* PR: ports/6155dburr1998-07-129-0/+262
| | | | | | Submitted by: dchapes@ddm.on.ca Import of new port emulators/vice, the Versatile Commodore Emulator (VICE), an emulator for Commodore's PET/Vic-20/64.
* Whoops! Forgot to remove some bogosity before committing this file.dburr1998-07-091-3/+1
|
* Upgrade xmame to version 0.33b6.1.dburr1998-07-093-10/+9
|
* Specify PATCH_SITESjmz1998-07-031-1/+2
|
* Add mtools-3.9.1-2906.diff.gz patchfile.vanilla1998-07-023-5/+18
|
* Update to 980517 version of Winese1998-06-084-10/+10
| | | | Submitted by: Thomas Gellekum <tg@ihf.rwth-aachen.de>
* Upgrade to bochs-980513a.dburr1998-06-072-3/+11
| | | | | | | | | | * change package name in Makefile. * change md5. * change PLIST to reflect changes in the installed files. Submitted by: Sergei Laskavy (who submitted a patch to bochs-980409b; I upgraded to the latest version while I was at it.)
* Finally managed to track down a MASTER_SITE that actually has this beast.dburr1998-06-012-5/+4
| | | | Also the filename has changed (but not the md5).
* Changed my MAINTAINER e-mail to @FreeBSD.ORG.dburr1998-05-302-4/+4
|
* Upgrade to 3.9.1.mph1998-05-222-9/+4
| | | | Submitted by: "Nickolay N. Dudorov" <nnd@ctserv.itfs.nsk.su>
* Upgrade to 980513 version of Bochs.alex1998-05-192-3/+3
|
* vanilla just barely beat me on upgrading this.obrien1998-05-076-59/+38
| | | | Merging parts of my upgrade.
* Upgrade to 3.9, and portlint.vanilla1998-05-078-117/+109
|
* Define MANUAL_PACKAGE_BUILD, as this port installs bin/elk which canasami1998-04-291-1/+3
| | | | | | be confused with the file with the same name in the lang/elk port. Found by: make package breaking in textproc/unroff
* Be careful when you touch DISTNAME, it affect WRKSRC....asami1998-04-051-4/+3
|
* Distfile disappeared from old master site. Use a new one.jseger1998-04-041-6/+8
| | | | Portlint.
* Upgrade to 980331 version of Bochs.alex1998-04-034-9/+9
|
* Old MASTER_SITE no longer has DISTFILE. Switch to new MASTER_SITE.jseger1998-03-231-2/+2
|
* Change MASTER_SITE to new site, i forgot it on last commit.vanilla1998-03-221-2/+2
|
* Remove BROKEN, it's fixed now. (Folks, you can remove these lines if youasami1998-03-211-3/+1
| | | | believe you fixed the port!)
* Fix endian.h error.vanilla1998-03-211-3/+12
|
* Remove BROKEN tag, and put a copy on my page.vanilla1998-03-211-4/+3
|
* Mark this port broken, can't find endian.h.asami1998-03-211-1/+3
|
* Mark this port BROKEN, I can't fetch it.asami1998-03-211-1/+3
|
* Upgrade to 3.2.vanilla1998-03-123-4/+41
|
* Upgrade to 980311 version of Bochs.alex1998-03-123-5/+7
|
* Upgrade to 2.4.4.vanilla1998-03-114-26/+33
|
* Upgrade to 980124 version of Bochs. This is the first release of Bochsalex1998-02-273-6/+7
| | | | which is able to boot Linux.
* Remove "Frodo - " from front, we don't do this anymore.asami1998-02-251-1/+1
|
* Upgrade to use tcl8.1 and tk8.1.jseger1998-02-251-3/+3
|
* More tcl/tk virtual category fixups.fenner1998-02-221-2/+2
|
* Add tk virtual category where missing. List of ports which depend on tkfenner1998-02-221-2/+2
| | | | | | | | | but aren't in a tk virtual category from awk -F\| '$9 ~ /tk-/ && $7 !~ /tk/ {print $1}' INDEX I didn't do anything about the ports which depend on things which depend on a tk revision. I'd be afraid that the depended-upon port might change and thus outdate the virtual category in the depender.
* activate frodosteve1998-02-221-1/+2
|
* Frodo version 4.1.steve1998-02-228-0/+161
| | | | | | | Emulates a Commodore 64. PR: 5329 Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org>
* Add xmame to subdirs.jkh1998-02-101-1/+2
|
* New port of xmame version 0.30.1; also moved into its proper locationjkh1998-02-106-0/+105
| | | | | | | at the request of the author (who's right, this is an emulator first and a game second ;). PR: 5687 Submitted by: Donald Burr <dburr@POBoxes.com>
* Remove ${MASTER_SITE_SUNSITE} from MASTER_SITES and use sunsitefenner1998-02-021-3/+4
| | | | | | explicitly; the /pub/Linux/distributions directory isn't mirrored. Submitted by: distfile checker
* MASTER_SITE change to http://www.komkon.org/fms/iNES/vanilla1998-01-261-2/+2
| | | | | PR: ports/5430 Submitted by: maintainer
* Upgrade to 980124 version of Bochs.alex1998-01-264-13/+13
|
* MASTER_SITE moved.steve1998-01-261-2/+2
| | | | | PR: 5452 Submitted by: Yukihiro Nakai <Nakai@technologist.com>
* Author patch. Adds recursive mcopy, mdir, mattrib. Bugfixes to FAT32obrien1998-01-214-3/+28
| | | | handling. Adds mshowfat cmd.
* Update to 980118 version of Bochs.alex1998-01-194-21/+21
|
* Eliminate double slashes in URL's by:fenner1998-01-092-4/+4
| | | | | | - Removing trailing slashes from MASTER_SITE_SUBDIR - Removing doubled slashes in URL - Adding %2F at start of absolute pathnames (see RFC1738)
* Update to 980104 version of Wine.se1998-01-054-8/+8
|
* Add -lxpg4 option to LDLIBS for full wide-character support.se1997-12-242-0/+22
|
* No need to use += on first appearance of variables.alex1997-12-241-2/+2
|
* The Christmas Wine: update to 971221 version of WINEse1997-12-244-8/+8
|
* No need to use += on first appearance of variables.asami1997-12-231-2/+2
|
* Removed adjustment of LOCAL_PREFIX in patch-aa and MESSAGE.alex1997-12-213-12/+5
| | | | PR: 5354
* Activate bochs.alex1997-12-181-1/+2
|
* Bochs is an Intel x86 CPU emulator capable of running protected modealex1997-12-187-0/+102
| | | | software such as Windows 95.
* correct my email address again, sorry.vanilla1997-12-121-2/+2
|
* "ln -s" -> "ln -sf" so it won't bark if you install this port twice.asami1997-12-058-16/+16
|
* Update to 971130 version of Wine.se1997-12-024-8/+8
|
* Change my email address.vanilla1997-12-011-2/+2
|
* Use checksum for the right file.jraynard1997-11-292-2/+2
| | | | Spotted by: "orur Ivarsson <totii@est.is>
* Update to 971116 version of Wine.se1997-11-274-8/+8
|
* Put localtime information where Linux binaries will see it.msmith1997-11-258-8/+24
| | | | Submitted by: bde via "Brian N. Handy" <handy@sag.space.lockheed.com>
* Add xcopilot.fenner1997-11-241-1/+2
|
* Don't install docs if NOPORTDOCS is set.obrien1997-11-162-2/+6
|
* Define MANCOMPRESSED, because manpage is, like, compressed.asami1997-11-151-1/+2
|
* Delete extra line (md5 of md5 file? :).asami1997-11-151-1/+0
|
* Activate hfsutils.tg1997-11-141-1/+2
|
* Import hfsutils port. hfsutils is another package with Mac HFStg1997-11-145-0/+75
| | | | | | | utilities. It includes a Tk-8.0 frontend. PR: 4481 Submitted by: Vanilla I. Shu <vanilla@MinJe.com.TW>
* Activate xzx.tg1997-11-131-1/+2
|
* Import xzx, a Sinclair ZX Spectrum emulator.tg1997-11-136-0/+82
| | | | | PR: 5024 Submitted by: Sheldon Hearn <axl@iafrica.com>
* (1) Use "-", not "_", to delimit the basename and version numbers inasami1997-11-104-8/+10
| | | | | | | | PKGNAME. Found by: portlint (2) Put document in share/doc/sim, not share/sim. share is already crowded enough as it is.
* Enable sim.jraynard1997-11-091-1/+2
|
* PDP-8, PDP-11, PDP-1, other 18b PDP, Nova, and IBM 1401 simulators.jraynard1997-11-0912-0/+222
|
* Activate emulators/snes9x.jseger1997-11-021-1/+2
|
* Import of emulators/snes9x - snes9x version 0.23jseger1997-11-025-0/+34
| | | | | | | Super Nintendo Entertainment System(SNES) Emulator PR: ports/3824 Submitted by: Nakai@Mlab.t.u-tokyo.ac.jp
* Note that -stable here was 2.1-stable.obrien1997-11-028-8/+8
|
* Upgrade to 971101 version of WINE:se1997-11-024-8/+8
| | | | | | | - font sizes are much better now - there seems to be a problem with the application's work directory (no longer set to the directory from where the Windows binary was loaded ???)
* Activate stonx.tg1997-10-311-1/+2
|
* Import stonx port. STonX is an Atari ST emulator.tg1997-10-315-0/+139
| | | | | PR: 4296 Submitted by: Tobias Reifenberger <tr@freebsd.mayn.de>
* Activate atari800.tg1997-10-291-1/+2
|
* Import atari800 port. This is an emulator of the old 8bit computer.tg1997-10-2912-0/+421
| | | | | PR: 3411 Submitted by: Joel Sutton <sutton@aardvark.apana.org.au>
* Upgrade to 971012 version of Wine.se1997-10-144-8/+8
|
* Change my email address to @FreeBSDobrien1997-10-101-2/+2
|
* Create ${PREFIX}/info/dir if it does not exist.jmz1997-10-091-1/+4
|
* A better mtools.confjmz1997-09-281-12/+91
| | | | Submitted by: Phillip Musumeci <phillip@pm.cse.rmit.EDU.AU>
* fix Makefile, suffix changed to ".tgz"jmb1997-09-242-1/+16
| | | | | replace gets() with fgets() update md5 file
* fix Makefile, suffix changed to ".tgz"jmb1997-09-241-2/+2
| | | | replace gets() with fgets
* Update to 970824 version of Wine.se1997-08-264-14/+14
|
* Distfile moved to the "Old_Versions" directory as 6.0 is out.obrien1997-08-251-2/+2
| | | | | Problem is the only changes for 6.0 is to cleanup copywrite headers and remove functionality from 5.9.
* Upgrade, 0.6 -> 0.7.max1997-08-252-10/+9
|
* Patches to the mtools.conf file: use raw devices, add an entry for 720kjmz1997-08-231-25/+27
| | | | | floppy, don't use the "exclusive" keyword. Requested by: joerg
* Version update: 3.6 -> 3.8.jmz1997-08-143-6/+6
| | | | | | Use better (up to date) MASTER_SITES PR: ports/4294 Submitted by: Ian Vaudrey <i.vaudrey@cableinet.co.uk>
* Version update: 3.6 -> 3.8.jmz1997-08-131-4/+5
| | | | | | Use better (up to date) MASTER_SITES PR: ports/4294 Submitted by: Ian Vaudrey <i.vaudrey@cableinet.co.uk>
* Upgrade to August 4, 1997 version of Wine.se1997-08-102-2/+2
|
* Upgrade to August 4, 1997 version of Wine.se1997-08-102-10/+10
| | | | Fix LIB_DEPENDS line, which had been commented out by accident.
* Add stella.max1997-07-311-1/+2
|
* New port, stella:max1997-07-315-0/+192
| | | | | | | Atari 2600 VCS emulator PR: 3627 Submitted by: Joel Sutton <sutton@aardvark.apana.org.au>
* Update to July 20, 1997 version of Wine.se1997-07-234-8/+8
|
* files/* -> ${FILESDIR}/*.max1997-07-221-2/+2
|
* Clean this up a bit so it will checksum and also not splat cookies allasami1997-07-108-24/+24
| | | | | | over the place. Reminded by: jfieber
* Enable prodosemu.max1997-07-071-1/+2
|
* New port, prodosemu:max1997-07-078-0/+237
| | | | | | A text based Apple IIe ProDOS emulator. PR: 2817 Submitted by: Joel Sutton <sutton@aardvark.apana.org.au>
* Update to June 29, 1997 version of Winese1997-07-024-8/+8
|
* Upgrade to 1.0.tg1997-07-012-7/+5
| | | | | PR: 4000 Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
* Some small changes including the maintainer's e-mail address.max1997-06-302-5/+6
| | | | | PR: 3975 Submitted by: sutton@aardvark.apana.org.au
* Move DISTFILES up to the first section. Remove unnecessary EXTRACT_SUFX.asami1997-06-101-3/+2
|
* Bringing xgs to revision level 0.50chuckr1997-06-105-60/+86
| | | | | PR: 3467 Submitted by: Joel Sutton <sutton@aardvark.apana.org.au>
* Align all info entries at 4th tab stop (as in system info entries).asami1997-06-081-0/+11
|
* Upgrade, 0.5 -> 0.6.max1997-06-083-12/+17
| | | | | | PR: 3785 Submitted by: Nakai@Mlab.t.u-tokyo.ac.jp Reviewed & Modified by: max