Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change Id->FreeBSD. | obrien | 1999-08-25 | 45 | -45/+45 |
| | |||||
* | awk -> ${AWK} | mharo | 1999-08-23 | 2 | -5/+5 |
| | | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} | ||||
* | chmod -> ${CHMOD} | mharo | 1999-08-23 | 10 | -21/+21 |
| | | | | chown -> ${CHOWN} | ||||
* | Fix the way the port figures out if linux support is present in the kernel. | marcel | 1999-08-18 | 8 | -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 terminates | marcel | 1999-08-08 | 8 | -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. | billf | 1999-08-06 | 8 | -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. | steve | 1999-08-01 | 4 | -29/+31 |
| | | | | | PR: 12709 Submitted by: John Baldwin <jobaldwi@vt.edu> | ||||
* | Upgrade to version 3.9.6 | jmz | 1999-07-22 | 3 | -23/+7 |
| | |||||
* | Deactivate linux_lib | marcel | 1999-07-21 | 1 | -2/+1 |
| | |||||
* | Activate linux_base | marcel | 1999-07-21 | 1 | -2/+2 |
| | | | | Deactivate linux-base | ||||
* | linux_base is the reincarnation of linux_lib and obsoletes both linux_lib | marcel | 1999-07-21 | 56 | -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 ↵ | obrien | 1999-07-15 | 1 | -1/+3 |
| | | | | "End-of-central-directory signature not found" when unzipping problem.' | ||||
* | Changed linux-base-5.2 to linux-base. | marcel | 1999-07-09 | 1 | -2/+2 |
| | |||||
* | Activate linux-base-5.2 | marcel | 1999-07-08 | 1 | -1/+2 |
| | |||||
* | This port requires X libs to build. | steve | 1999-07-05 | 1 | -1/+3 |
| | |||||
* | Mark broken for Alpha, and don't require '.' to be in PATH in the | steve | 1999-07-05 | 1 | -2/+6 |
| | | | | do-configure target. | ||||
* | Update to 119a | flathill | 1999-07-02 | 3 | -13/+22 |
| | | | | | PR: ports/12485 Submitted by: nakai@maple.ocn.ne.jp | ||||
* | Remove trailing spaces, and any periods that were hidden by them. | hoek | 1999-06-28 | 1 | -1/+1 |
| | |||||
* | Commit #2/4 to enforce Caps, no period. I ran this oe as | hoek | 1999-06-27 | 26 | -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. | sheldonh | 1999-06-26 | 1 | -2/+2 |
| | |||||
* | Update 2.8.1 -> 2.9.0: | sheldonh | 1999-06-23 | 4 | -6/+23 |
| | | | | | Sports native FreeBSD joystick and audio support (both untested) and bugfixes. | ||||
* | Remove empty lines and version number. | asami | 1999-06-22 | 2 | -3/+1 |
| | |||||
* | Update maintainer's e-mail address. | sheldonh | 1999-06-21 | 1 | -2/+2 |
| | |||||
* | Activate the quasi88 port. | steve | 1999-06-07 | 1 | -1/+2 |
| | |||||
* | Initial import of quasi88 version 0.2.4. | steve | 1999-06-07 | 5 | -0/+44 |
| | | | | | | | A PC-8801 emulator for X. PR: 11994 Submitted by: Nishika <nishika@cheerful.com> | ||||
* | Update to version 1.0. | steve | 1999-06-07 | 10 | -261/+159 |
| | | | | | PR: 11938 Submitted by: maintainer | ||||
* | Just in case someone wants to turn on floppyd support, fixup the | steve | 1999-06-07 | 1 | -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 now | mharo | 1999-06-06 | 2 | -5/+1 |
| | | | | in bsd.port.mk and this helps to unify the check and install. | ||||
* | Update to use gtk version 1.2.3. | steve | 1999-05-29 | 1 | -2/+2 |
| | | | | | PR: 11842 Submitted by: Jeremy Lea <reg@shale.csir.co.za> | ||||
* | Man page fix. | jmz | 1999-05-18 | 1 | -0/+11 |
| | | | | | PR: ports/11748 Submitted by: Lowell Gilbert <lowell@world.std.com> | ||||
* | add WWW | mharo | 1999-05-10 | 1 | -0/+2 |
| | | | | | PR: 11621 Submitted by: maintainer | ||||
* | Update to 2.8.1 | flathill | 1999-05-09 | 2 | -4/+4 |
| | | | | Fix 'make fetch error problem' | ||||
* | LIB_DEPENDS on the new unified xview port. | steve | 1999-05-05 | 1 | -2/+2 |
| | |||||
* | Upgrade to 99.04.26 version of Wine. | se | 1999-05-04 | 6 | -62/+28 |
| | |||||
* | Add a couple of devices so we can use Linux X servers too. Also cleanup | steve | 1999-05-03 | 8 | -16/+80 |
| | | | | | | | pkg/PLIST so this port packages and deinstalls cleanly again. PR: 11045 Inspired by: MIHIRA Yoshiro <sanpei@sanpei.org> | ||||
* | WWWWWWWWWWWWWWWWWWWWWWWWWWWhhhhhhhhhheeeeeeeeeeeeeee!!!!!!!!! | hoek | 1999-05-03 | 7 | -11/+10 |
| | | | | That was fun! Can we do it again? Pleeeeeeaaaase! | ||||
* | Switch to using USE_ZIP along with minor cleanups to some ports. | jseger | 1999-05-01 | 1 | -7/+3 |
| | |||||
* | If wish is installed the configuration dialog doesn't get called. | steve | 1999-05-01 | 2 | -23/+25 |
| | | | | | PR: 11346 Submitted by: maintainer | ||||
* | Update to version 1.0.7. | steve | 1999-05-01 | 2 | -3/+3 |
| | | | | | PR: 11384 Submitted by: maintainer | ||||
* | update to 1.0.6. | mharo | 1999-04-26 | 2 | -4/+3 |
| | | | | | PR: 11320 Submitted by: maintainer | ||||
* | Upgrade to version 3.9.4. | jmz | 1999-04-18 | 4 | -21/+12 |
| | | | | | PR: ports/11192 Submitted by: Chris Piazza <cpiazza@home.net> | ||||
* | Removed dead mastersite | mharo | 1999-04-16 | 1 | -3/+2 |
| | |||||
* | Removed bad master site | mharo | 1999-04-16 | 1 | -3/+2 |
| | |||||
* | update ines from 0.7 to 1.0 | mharo | 1999-04-15 | 3 | -7/+7 |
| | |||||
* | Add USE_XLIB | nectar | 1999-04-07 | 1 | -1/+3 |
| | |||||
* | update to version 1.0.5: | flathill | 1999-04-06 | 3 | -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 118e | flathill | 1999-03-31 | 5 | -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'. | billf | 1999-03-31 | 2 | -2/+4 |
| | |||||
* | Updated to version 0.8.6 after I modified several problems | taoka | 1999-03-31 | 10 | -298/+150 |
| | | | | | PR: ports/7734 Submitted by: Joel Sutton (maintainer) | ||||
* | Update to version 1.2. | steve | 1999-03-15 | 3 | -7/+11 |
| | | | | | PR: 10213 Submitted by: Michael Haro <mharo@area51.fremont.ca.us> | ||||
* | 1. Upgrade to 2.8.0, associated changes. | billf | 1999-03-15 | 4 | -16/+11 |
| | | | | | | | 2. Change MASTER_SITES to MASTER_SITE_SUNSITE PR: ports/10246 Submitted by: sheldonh (maintainer) | ||||
* | stella 0.6 is no longer available. | nectar | 1999-03-05 | 6 | -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.1 | obrien | 1999-02-26 | 16 | -32/+40 |
| | | | | distribution. | ||||
* | Upgrade to 990214 version of Wine. | se | 1999-02-20 | 6 | -16/+16 |
| | |||||
* | Update to xsystem35-1.0.2 | flathill | 1999-02-13 | 2 | -4/+4 |
| | |||||
* | Changes Version required. | flathill | 1999-02-12 | 2 | -4/+4 |
| | | | | Fix DESCR, URL has changed | ||||
* | Correct Whom: line | flathill | 1999-02-11 | 1 | -2/+2 |
| | |||||
* | Adjust port Makefiles to new EXTRACT_* variable defaults. See log of | asami | 1999-02-03 | 1 | -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.1 | flathill | 1999-02-03 | 3 | -5/+6 |
| | | | | | PR: ports/9737 Submitted by: MAINTAINER | ||||
* | Upgrade to 990131 version of Wine. | se | 1999-02-02 | 6 | -16/+16 |
| | |||||
* | Add new mastersites as the old one has dissappeared. | obrien | 1999-01-31 | 1 | -3/+5 |
| | |||||
* | upgrade to the 3.9.1-3110 patch. | obrien | 1999-01-29 | 3 | -10/+11 |
| | |||||
* | PR: ports/9640 | flathill | 1999-01-24 | 5 | -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. | hoek | 1999-01-19 | 2 | -4/+14 |
| | | | | Obtained from: Mary Robertson Kilgore <ynop@acm.org> | ||||
* | Upgrade to January 10, 1999 version of Wine. | se | 1999-01-17 | 6 | -16/+16 |
| | |||||
* | Change maitainer's email address, | vanilla | 1999-01-13 | 6 | -18/+16 |
| | | | | and BROKEN some gnome ports until I upgrade it. | ||||
* | Update to 1.16a. | flathill | 1999-01-12 | 5 | -14/+117 |
| | | | | | Now this can build from source code. And can't use sound feature. | ||||
* | Update to version 3.5-1.0p1. | steve | 1999-01-11 | 2 | -4/+4 |
| | | | | | PR: 9348 Submitted by: maintainer | ||||
* | Move Palm*-related programs to new "palm" category. | asami | 1999-01-09 | 1 | -2/+1 |
| | | | | Reviewed by: the ports list | ||||
* | Updated URL to http://www.bochs.com/ | alex | 1999-01-08 | 1 | -1/+1 |
| | | | | Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co> | ||||
* | Add 'ONLY_FOR_ARCHS=i386' to linux_lib dependent ports. | simokawa | 1999-01-07 | 1 | -1/+3 |
| | |||||
* | Add 'ONLY_FOR_ARCHS=i386' to linux_* ports. | simokawa | 1999-01-06 | 8 | -8/+24 |
| | | | | They are intended for Linux/i386 emulation and to work on i386. | ||||
* | Remove myself as maintainer. | alex | 1999-01-02 | 1 | -2/+2 |
| | |||||
* | turn on dlx. | obrien | 1998-12-30 | 1 | -1/+2 |
| | |||||
* | Simular and compiler for Hennessy and Patterson's MIPS-like RISC DLX | obrien | 1998-12-30 | 12 | -0/+191 |
| | | | | architecture. | ||||
* | Update to xsystem-3.5-19981227 | flathill | 1998-12-28 | 3 | -14/+25 |
| | |||||
* | Upgrade to 981211 version of Wine. | se | 1998-12-27 | 6 | -54/+28 |
| | |||||
* | Activate vpce | jseger | 1998-12-16 | 1 | -1/+2 |
| | |||||
* | Import of vpce: Turbo Graphix 16 emulator | jseger | 1998-12-16 | 5 | -0/+34 |
| | | | | Submitted by: nakai@TokyoNet.AD.JP | ||||
* | Changes MASTER_SITE | flathill | 1998-12-03 | 1 | -3/+3 |
| | |||||
* | Update the MASTER_SITE. | obrien | 1998-12-03 | 1 | -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. | billf | 1998-12-03 | 1 | -4/+6 |
| | | | | | PR: ports/8935 Submitted by: Josh Gilliam <josh@quick.net> | ||||
* | Don't assume ${FILESDIR} is some fixed number of directories up from | asami | 1998-12-01 | 1 | -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 from | asami | 1998-12-01 | 1 | -1/+2 |
| | | | | | ${WRKSRC}. Note I haven't fixed the "pack" target, that requires more than just ${FILESDIR} frobbing. | ||||
* | Mark BROKEN. Distfiles unfetchable. | obrien | 1998-12-01 | 4 | -4/+12 |
| | |||||
* | Add USE_XLIB. | asami | 1998-12-01 | 1 | -1/+2 |
| | |||||
* | Add USE_XLIB. Also, "commercial package" is no reason for NO_PACKAGE; | asami | 1998-12-01 | 1 | -2/+2 |
| | | | | RESTRICTED and NO_CDROM is enough. | ||||
* | Add USE_XLIB to some ports that require X. (Actually BUILD_DEPENDS on imake | asami | 1998-11-28 | 1 | -1/+3 |
| | | | | for ilu and mkdirhier for asl.) | ||||
* | Add another master site. | asami | 1998-11-26 | 1 | -2/+3 |
| | | | | Submitted by: Sheldon Hearn <axl@iafrica.com> | ||||
* | Switches MAINTAINER to FUJISHIMA Satsuki<k5@respo.or.jp> | flathill | 1998-11-25 | 2 | -5/+5 |
| | |||||
* | Update to xsystem-3.5-19981123. | flathill | 1998-11-23 | 3 | -3/+7 |
| | | | | | typo fix pkg/MESSAGE disappears patches/patch-ab | ||||
* | No need to use += for variable defined only once. | asami | 1998-11-23 | 1 | -2/+2 |
| | |||||
* | Fix DESCR | flathill | 1998-11-20 | 1 | -1/+1 |
| | |||||
* | Upgrade to 3.2.6. | vanilla | 1998-11-20 | 2 | -4/+4 |
| | | | | Remind by: distfiles fenner | ||||
* | Upgrade to xsystem-3.5-19981114. | flathill | 1998-11-20 | 3 | -10/+17 |
| | | | | | | Fix MD5 check sum Add patch files Install Japanese documents in share/doc/ja | ||||
* | Upgrade to xsystem-3.5-19981114. | flathill | 1998-11-20 | 1 | -1/+1 |
| | | | | Fix MD5 check sum | ||||
* | Upgrade to xsystem-3.5-19981114. | flathill | 1998-11-20 | 1 | -8/+14 |
| | |||||
* | Add SUBSIR+=xsystem35 | flathill | 1998-11-18 | 1 | -1/+2 |
| | |||||
* | Reviewed by: kuriyama | flathill | 1998-11-18 | 6 | -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 change | asami | 1998-11-14 | 1 | -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. | vanilla | 1998-11-04 | 2 | -5/+12 |
| | |||||
* | Upgrade to bochs-981102b. | alex | 1998-11-03 | 4 | -37/+41 |
| | | | | Submitted by: msmith | ||||
* | Upgrade to thae latest Redhat offerings. This brings in the Linux | markm | 1998-10-31 | 16 | -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. | asami | 1998-10-30 | 1 | -1/+3 |
| | |||||
* | Doesn't install.... | asami | 1998-10-26 | 1 | -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.uk | fenner | 1998-10-26 | 1 | -2/+2 |
| | |||||
* | Upgrade to 3.3.2. | vanilla | 1998-10-25 | 4 | -34/+43 |
| | |||||
* | Unbreak. | jseger | 1998-10-13 | 2 | -6/+2 |
| | | | | Submitted by: asami | ||||
* | Add missing bitopts.h | jseger | 1998-10-13 | 2 | -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. | jseger | 1998-10-13 | 1 | -3/+5 |
| | | | | Submitted by: steve | ||||
* | Mark BROKEN for ELF: | jseger | 1998-10-13 | 2 | -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: | jseger | 1998-10-13 | 1 | -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: | jseger | 1998-10-13 | 1 | -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. | steve | 1998-10-10 | 4 | -67/+48 |
| | | | | | PR: 8189 Submitted by: maintainer | ||||
* | Update to 980927. | kuriyama | 1998-10-09 | 6 | -24/+84 |
| | | | | Submitted by: Stefan Esser <se@mi.uni-koeln.de> | ||||
* | Add NO_FILTER_SHLIBS -- this port installs linux libraries and we | asami | 1998-10-09 | 8 | -8/+16 |
| | | | | don't want bsd.port.mk changing PLIST. | ||||
* | Recompute checksum after repacking tarball. | jkh | 1998-10-09 | 8 | -8/+8 |
| | |||||
* | Update to version 2.5; add updated libvga libs. | jkh | 1998-10-08 | 16 | -24/+24 |
| | | | | Submitted by: cracauer | ||||
* | Do not write anything to ${PATCHDIR} by doing the awk trick to | asami | 1998-10-06 | 1 | -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. | steve | 1998-10-04 | 1 | -2/+2 |
| | |||||
* | Remove regexp support for Xaw3d since it can now be built in | steve | 1998-09-21 | 1 | -2/+2 |
| | | | | an ELF world. | ||||
* | Sync with a version that uses MLINKS. | hoek | 1998-09-19 | 2 | -20/+3 |
| | |||||
* | Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump it | asami | 1998-09-17 | 3 | -6/+6 |
| | | | | in the first place. | ||||
* | libXpm major is now 5. Also remove regexp support in preparation for | asami | 1998-09-15 | 3 | -6/+6 |
| | | | | ELF conversion. | ||||
* | Changed MASTER_SITES to ftp.bochs.com. | alex | 1998-09-11 | 1 | -2/+2 |
| | |||||
* | Maintainer has new Email address. | steve | 1998-08-24 | 2 | -4/+5 |
| | | | | PR: 7724 | ||||
* | Use the MANx variables. This commit only covers ports that | hoek | 1998-08-23 | 2 | -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 the | hoek | 1998-08-18 | 1 | -2/+2 |
| | | | | | | manpages, too. Not that it would have mattered much, since this is marked RESTRICTED. | ||||
* | Vice, welcome to the brave new world. | hoek | 1998-08-18 | 4 | -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. | hoek | 1998-08-17 | 10 | -50/+0 |
| | |||||
* | Find the distfile again. | steve | 1998-08-10 | 2 | -7/+4 |
| | | | | | PR: 7542 Submitted by: Daniel O'Connor <doconnor@gsoft.com.au> | ||||
* | Make it clear that BOCHS is commercial software. | alex | 1998-08-09 | 1 | -0/+3 |
| | |||||
* | Fix up dependencies for ports that moved into the x11-toolkits category. | asami | 1998-08-08 | 6 | -12/+13 |
| | |||||
* | Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or | asami | 1998-08-05 | 5 | -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 of | joerg | 1998-08-03 | 1 | -5/+8 |
| | | | | stuff away. Move to other FTP servers. | ||||
* | Added a link to the Bochs homepage. | alex | 1998-07-30 | 1 | -0/+2 |
| | | | | Inspired by: hoek | ||||
* | Making x11 category more useful project part 1: take out "x11" of | asami | 1998-07-28 | 4 | -8/+8 |
| | | | | | | ports that are mere users of X. Partial list submitted by: Josh Gilliam <josh@quick.net> | ||||
* | Update to version 1.05. | steve | 1998-07-27 | 2 | -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 but | steve | 1998-07-27 | 1 | -1/+3 |
| | | | | | | has a few too many Linux'isms to fix easily. Prodded by: Bill Fenner's distfile checker | ||||
* | Added @dirrm directives. | alex | 1998-07-26 | 1 | -0/+3 |
| | |||||
* | Add NO_CDROM. (Not sure if RESTRICTED implies this, but since we *don't* | dburr | 1998-07-20 | 1 | -1/+2 |
| | | | | want copyrighted stuff on the 2.2.7 CD-ROM, better safe than sorry...) | ||||
* | Add missing dependency on libXaw3d. | dburr | 1998-07-14 | 1 | -1/+3 |
| | |||||
* | Moved the build warning out of pkg/DESCR and into the Makefile (in the | dburr | 1998-07-13 | 2 | -6/+4 |
| | | | | "pre-build" target). This seemed more appropriate. | ||||
* | Oops, forgot to include NO_PACKAGE. | dburr | 1998-07-13 | 1 | -1/+2 |
| | |||||
* | Activate vice. | dburr | 1998-07-12 | 1 | -1/+2 |
| | |||||
* | PR: ports/6155 | dburr | 1998-07-12 | 9 | -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. | dburr | 1998-07-09 | 1 | -3/+1 |
| | |||||
* | Upgrade xmame to version 0.33b6.1. | dburr | 1998-07-09 | 3 | -10/+9 |
| | |||||
* | Specify PATCH_SITES | jmz | 1998-07-03 | 1 | -1/+2 |
| | |||||
* | Add mtools-3.9.1-2906.diff.gz patchfile. | vanilla | 1998-07-02 | 3 | -5/+18 |
| | |||||
* | Update to 980517 version of Wine | se | 1998-06-08 | 4 | -10/+10 |
| | | | | Submitted by: Thomas Gellekum <tg@ihf.rwth-aachen.de> | ||||
* | Upgrade to bochs-980513a. | dburr | 1998-06-07 | 2 | -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. | dburr | 1998-06-01 | 2 | -5/+4 |
| | | | | Also the filename has changed (but not the md5). | ||||
* | Changed my MAINTAINER e-mail to @FreeBSD.ORG. | dburr | 1998-05-30 | 2 | -4/+4 |
| | |||||
* | Upgrade to 3.9.1. | mph | 1998-05-22 | 2 | -9/+4 |
| | | | | Submitted by: "Nickolay N. Dudorov" <nnd@ctserv.itfs.nsk.su> | ||||
* | Upgrade to 980513 version of Bochs. | alex | 1998-05-19 | 2 | -3/+3 |
| | |||||
* | vanilla just barely beat me on upgrading this. | obrien | 1998-05-07 | 6 | -59/+38 |
| | | | | Merging parts of my upgrade. | ||||
* | Upgrade to 3.9, and portlint. | vanilla | 1998-05-07 | 8 | -117/+109 |
| | |||||
* | Define MANUAL_PACKAGE_BUILD, as this port installs bin/elk which can | asami | 1998-04-29 | 1 | -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.... | asami | 1998-04-05 | 1 | -4/+3 |
| | |||||
* | Distfile disappeared from old master site. Use a new one. | jseger | 1998-04-04 | 1 | -6/+8 |
| | | | | Portlint. | ||||
* | Upgrade to 980331 version of Bochs. | alex | 1998-04-03 | 4 | -9/+9 |
| | |||||
* | Old MASTER_SITE no longer has DISTFILE. Switch to new MASTER_SITE. | jseger | 1998-03-23 | 1 | -2/+2 |
| | |||||
* | Change MASTER_SITE to new site, i forgot it on last commit. | vanilla | 1998-03-22 | 1 | -2/+2 |
| | |||||
* | Remove BROKEN, it's fixed now. (Folks, you can remove these lines if you | asami | 1998-03-21 | 1 | -3/+1 |
| | | | | believe you fixed the port!) | ||||
* | Fix endian.h error. | vanilla | 1998-03-21 | 1 | -3/+12 |
| | |||||
* | Remove BROKEN tag, and put a copy on my page. | vanilla | 1998-03-21 | 1 | -4/+3 |
| | |||||
* | Mark this port broken, can't find endian.h. | asami | 1998-03-21 | 1 | -1/+3 |
| | |||||
* | Mark this port BROKEN, I can't fetch it. | asami | 1998-03-21 | 1 | -1/+3 |
| | |||||
* | Upgrade to 3.2. | vanilla | 1998-03-12 | 3 | -4/+41 |
| | |||||
* | Upgrade to 980311 version of Bochs. | alex | 1998-03-12 | 3 | -5/+7 |
| | |||||
* | Upgrade to 2.4.4. | vanilla | 1998-03-11 | 4 | -26/+33 |
| | |||||
* | Upgrade to 980124 version of Bochs. This is the first release of Bochs | alex | 1998-02-27 | 3 | -6/+7 |
| | | | | which is able to boot Linux. | ||||
* | Remove "Frodo - " from front, we don't do this anymore. | asami | 1998-02-25 | 1 | -1/+1 |
| | |||||
* | Upgrade to use tcl8.1 and tk8.1. | jseger | 1998-02-25 | 1 | -3/+3 |
| | |||||
* | More tcl/tk virtual category fixups. | fenner | 1998-02-22 | 1 | -2/+2 |
| | |||||
* | Add tk virtual category where missing. List of ports which depend on tk | fenner | 1998-02-22 | 1 | -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 frodo | steve | 1998-02-22 | 1 | -1/+2 |
| | |||||
* | Frodo version 4.1. | steve | 1998-02-22 | 8 | -0/+161 |
| | | | | | | | Emulates a Commodore 64. PR: 5329 Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org> | ||||
* | Add xmame to subdirs. | jkh | 1998-02-10 | 1 | -1/+2 |
| | |||||
* | New port of xmame version 0.30.1; also moved into its proper location | jkh | 1998-02-10 | 6 | -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 sunsite | fenner | 1998-02-02 | 1 | -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/ | vanilla | 1998-01-26 | 1 | -2/+2 |
| | | | | | PR: ports/5430 Submitted by: maintainer | ||||
* | Upgrade to 980124 version of Bochs. | alex | 1998-01-26 | 4 | -13/+13 |
| | |||||
* | MASTER_SITE moved. | steve | 1998-01-26 | 1 | -2/+2 |
| | | | | | PR: 5452 Submitted by: Yukihiro Nakai <Nakai@technologist.com> | ||||
* | Author patch. Adds recursive mcopy, mdir, mattrib. Bugfixes to FAT32 | obrien | 1998-01-21 | 4 | -3/+28 |
| | | | | handling. Adds mshowfat cmd. | ||||
* | Update to 980118 version of Bochs. | alex | 1998-01-19 | 4 | -21/+21 |
| | |||||
* | Eliminate double slashes in URL's by: | fenner | 1998-01-09 | 2 | -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. | se | 1998-01-05 | 4 | -8/+8 |
| | |||||
* | Add -lxpg4 option to LDLIBS for full wide-character support. | se | 1997-12-24 | 2 | -0/+22 |
| | |||||
* | No need to use += on first appearance of variables. | alex | 1997-12-24 | 1 | -2/+2 |
| | |||||
* | The Christmas Wine: update to 971221 version of WINE | se | 1997-12-24 | 4 | -8/+8 |
| | |||||
* | No need to use += on first appearance of variables. | asami | 1997-12-23 | 1 | -2/+2 |
| | |||||
* | Removed adjustment of LOCAL_PREFIX in patch-aa and MESSAGE. | alex | 1997-12-21 | 3 | -12/+5 |
| | | | | PR: 5354 | ||||
* | Activate bochs. | alex | 1997-12-18 | 1 | -1/+2 |
| | |||||
* | Bochs is an Intel x86 CPU emulator capable of running protected mode | alex | 1997-12-18 | 7 | -0/+102 |
| | | | | software such as Windows 95. | ||||
* | correct my email address again, sorry. | vanilla | 1997-12-12 | 1 | -2/+2 |
| | |||||
* | "ln -s" -> "ln -sf" so it won't bark if you install this port twice. | asami | 1997-12-05 | 8 | -16/+16 |
| | |||||
* | Update to 971130 version of Wine. | se | 1997-12-02 | 4 | -8/+8 |
| | |||||
* | Change my email address. | vanilla | 1997-12-01 | 1 | -2/+2 |
| | |||||
* | Use checksum for the right file. | jraynard | 1997-11-29 | 2 | -2/+2 |
| | | | | Spotted by: "orur Ivarsson <totii@est.is> | ||||
* | Update to 971116 version of Wine. | se | 1997-11-27 | 4 | -8/+8 |
| | |||||
* | Put localtime information where Linux binaries will see it. | msmith | 1997-11-25 | 8 | -8/+24 |
| | | | | Submitted by: bde via "Brian N. Handy" <handy@sag.space.lockheed.com> | ||||
* | Add xcopilot. | fenner | 1997-11-24 | 1 | -1/+2 |
| | |||||
* | Don't install docs if NOPORTDOCS is set. | obrien | 1997-11-16 | 2 | -2/+6 |
| | |||||
* | Define MANCOMPRESSED, because manpage is, like, compressed. | asami | 1997-11-15 | 1 | -1/+2 |
| | |||||
* | Delete extra line (md5 of md5 file? :). | asami | 1997-11-15 | 1 | -1/+0 |
| | |||||
* | Activate hfsutils. | tg | 1997-11-14 | 1 | -1/+2 |
| | |||||
* | Import hfsutils port. hfsutils is another package with Mac HFS | tg | 1997-11-14 | 5 | -0/+75 |
| | | | | | | | utilities. It includes a Tk-8.0 frontend. PR: 4481 Submitted by: Vanilla I. Shu <vanilla@MinJe.com.TW> | ||||
* | Activate xzx. | tg | 1997-11-13 | 1 | -1/+2 |
| | |||||
* | Import xzx, a Sinclair ZX Spectrum emulator. | tg | 1997-11-13 | 6 | -0/+82 |
| | | | | | PR: 5024 Submitted by: Sheldon Hearn <axl@iafrica.com> | ||||
* | (1) Use "-", not "_", to delimit the basename and version numbers in | asami | 1997-11-10 | 4 | -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. | jraynard | 1997-11-09 | 1 | -1/+2 |
| | |||||
* | PDP-8, PDP-11, PDP-1, other 18b PDP, Nova, and IBM 1401 simulators. | jraynard | 1997-11-09 | 12 | -0/+222 |
| | |||||
* | Activate emulators/snes9x. | jseger | 1997-11-02 | 1 | -1/+2 |
| | |||||
* | Import of emulators/snes9x - snes9x version 0.23 | jseger | 1997-11-02 | 5 | -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. | obrien | 1997-11-02 | 8 | -8/+8 |
| | |||||
* | Upgrade to 971101 version of WINE: | se | 1997-11-02 | 4 | -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. | tg | 1997-10-31 | 1 | -1/+2 |
| | |||||
* | Import stonx port. STonX is an Atari ST emulator. | tg | 1997-10-31 | 5 | -0/+139 |
| | | | | | PR: 4296 Submitted by: Tobias Reifenberger <tr@freebsd.mayn.de> | ||||
* | Activate atari800. | tg | 1997-10-29 | 1 | -1/+2 |
| | |||||
* | Import atari800 port. This is an emulator of the old 8bit computer. | tg | 1997-10-29 | 12 | -0/+421 |
| | | | | | PR: 3411 Submitted by: Joel Sutton <sutton@aardvark.apana.org.au> | ||||
* | Upgrade to 971012 version of Wine. | se | 1997-10-14 | 4 | -8/+8 |
| | |||||
* | Change my email address to @FreeBSD | obrien | 1997-10-10 | 1 | -2/+2 |
| | |||||
* | Create ${PREFIX}/info/dir if it does not exist. | jmz | 1997-10-09 | 1 | -1/+4 |
| | |||||
* | A better mtools.conf | jmz | 1997-09-28 | 1 | -12/+91 |
| | | | | Submitted by: Phillip Musumeci <phillip@pm.cse.rmit.EDU.AU> | ||||
* | fix Makefile, suffix changed to ".tgz" | jmb | 1997-09-24 | 2 | -1/+16 |
| | | | | | replace gets() with fgets() update md5 file | ||||
* | fix Makefile, suffix changed to ".tgz" | jmb | 1997-09-24 | 1 | -2/+2 |
| | | | | replace gets() with fgets | ||||
* | Update to 970824 version of Wine. | se | 1997-08-26 | 4 | -14/+14 |
| | |||||
* | Distfile moved to the "Old_Versions" directory as 6.0 is out. | obrien | 1997-08-25 | 1 | -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. | max | 1997-08-25 | 2 | -10/+9 |
| | |||||
* | Patches to the mtools.conf file: use raw devices, add an entry for 720k | jmz | 1997-08-23 | 1 | -25/+27 |
| | | | | | floppy, don't use the "exclusive" keyword. Requested by: joerg | ||||
* | Version update: 3.6 -> 3.8. | jmz | 1997-08-14 | 3 | -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. | jmz | 1997-08-13 | 1 | -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. | se | 1997-08-10 | 2 | -2/+2 |
| | |||||
* | Upgrade to August 4, 1997 version of Wine. | se | 1997-08-10 | 2 | -10/+10 |
| | | | | Fix LIB_DEPENDS line, which had been commented out by accident. | ||||
* | Add stella. | max | 1997-07-31 | 1 | -1/+2 |
| | |||||
* | New port, stella: | max | 1997-07-31 | 5 | -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. | se | 1997-07-23 | 4 | -8/+8 |
| | |||||
* | files/* -> ${FILESDIR}/*. | max | 1997-07-22 | 1 | -2/+2 |
| | |||||
* | Clean this up a bit so it will checksum and also not splat cookies all | asami | 1997-07-10 | 8 | -24/+24 |
| | | | | | | over the place. Reminded by: jfieber | ||||
* | Enable prodosemu. | max | 1997-07-07 | 1 | -1/+2 |
| | |||||
* | New port, prodosemu: | max | 1997-07-07 | 8 | -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 Wine | se | 1997-07-02 | 4 | -8/+8 |
| | |||||
* | Upgrade to 1.0. | tg | 1997-07-01 | 2 | -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. | max | 1997-06-30 | 2 | -5/+6 |
| | | | | | PR: 3975 Submitted by: sutton@aardvark.apana.org.au | ||||
* | Move DISTFILES up to the first section. Remove unnecessary EXTRACT_SUFX. | asami | 1997-06-10 | 1 | -3/+2 |
| | |||||
* | Bringing xgs to revision level 0.50 | chuckr | 1997-06-10 | 5 | -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). | asami | 1997-06-08 | 1 | -0/+11 |
| | |||||
* | Upgrade, 0.5 -> 0.6. | max | 1997-06-08 | 3 | -12/+17 |
| | | | | | | PR: 3785 Submitted by: Nakai@Mlab.t.u-tokyo.ac.jp Reviewed & Modified by: max |