Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade to use tcl8.1 and tk8.1. | jseger | 1998-02-24 | 4 | -98/+98 |
| | |||||
* | Add tk virtual category where missing. List of ports which depend on tk | fenner | 1998-02-21 | 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. | ||||
* | Add send() kernel bug workaround to vic too. | fenner | 1998-02-19 | 1 | -0/+117 |
| | |||||
* | Fix memory leaks. | fenner | 1998-02-19 | 2 | -0/+157 |
| | |||||
* | Fix color behavior with tk8.0 -- tk was setting the highlight color to black. | fenner | 1998-02-19 | 1 | -0/+45 |
| | |||||
* | Handle a bug that LBL thought was fixed in 4.4BSD but wasn't: send() | fenner | 1998-02-19 | 1 | -0/+117 |
| | | | | | | | on a socket with a pending error doesn't reset the error, so the socket is effectively useless. Use getsockopt(...SO_ERROR...) to clear the error status. The kernel should also be patched, but this patch is required for backwards compatibility. | ||||
* | Add rtptools. | fenner | 1998-01-05 | 1 | -1/+2 |
| | |||||
* | rtptools, a set of tools for recording/playing/monitoring RTPv2 streams | fenner | 1998-01-05 | 6 | -0/+123 |
| | |||||
* | Add BT848 grabber support. | fenner | 1997-12-19 | 1 | -0/+725 |
| | | | | Submitted by: Amancio Hasty <hasty@rah.star-gate.com> | ||||
* | Upgrade to 2.4a7n. The encryption has been removed from this version so | fenner | 1997-12-19 | 3 | -26/+21 |
| | | | | | it's no longer RESTRICTED. Also de-obfuscate the port a little by removing the magic done by scripts/configure and moving it to the Makefile. | ||||
* | Don't use the libs.tcl from the distribution; let it get dynamically | fenner | 1997-10-15 | 1 | -1/+6 |
| | | | | generated instead. Fixes tcl library mismatch warning. | ||||
* | Use tcl7.6 and tk4.2 | fenner | 1997-09-25 | 2 | -7/+7 |
| | |||||
* | Use tcl7.6 and tk4.2, and use autoconf instead of patching configure script. | fenner | 1997-09-25 | 2 | -26/+47 |
| | |||||
* | Upgrade to 6.1c | ache | 1997-09-23 | 5 | -79/+63 |
| | |||||
* | Move files from ${FILESDIR} to ${WRKSRC} in post-extract: target | fenner | 1997-09-13 | 1 | -1/+6 |
| | | | | | | instead of scripts/configure. Suggested by: Da Portsmeister | ||||
* | Don't copy Makefile.freebsd twice. | fenner | 1997-09-12 | 1 | -4/+1 |
| | |||||
* | Make this port really work. I have no idea how it worked for anybody, | asami | 1997-09-12 | 2 | -3/+6 |
| | | | | | | | as "Makefile.freebsd" was not copied from ${FILESDIR} to ${WRKSRC}. While I'm here, change the file in our repository rather than trying to patch it. | ||||
* | Make port work with tcl/tk 8.0 | fenner | 1997-09-11 | 11 | -277/+2956 |
| | |||||
* | Distfile changed | ache | 1997-06-11 | 3 | -48/+60 |
| | |||||
* | Upgrade to rtpmon-1.0a7 | fenner | 1997-05-22 | 2 | -4/+4 |
| | |||||
* | Make sdr build under 3.0 | fenner | 1997-05-22 | 1 | -27/+40 |
| | |||||
* | Add virtual category 'tk41'. | wosch | 1997-04-20 | 6 | -12/+12 |
| | |||||
* | Use ${WRKSRC} instead of a hard-coded work/ by moving some | fenner | 1997-01-14 | 1 | -6/+9 |
| | | | | targets below the .include <bsd.port.mk> | ||||
* | Hardcode "work/" again instead of using ${WRKSRC}, since not-yet-defined | fenner | 1996-12-16 | 1 | -3/+3 |
| | | | | variables don't work in dependencies or target names. | ||||
* | Remove nv, as promised. It still depends on the old version of tcl/tk, | asami | 1996-12-03 | 1 | -2/+1 |
| | | | | and wasn't upgraded. | ||||
* | Misc. cleanup. | asami | 1996-11-26 | 2 | -6/+6 |
| | |||||
* | Update checksum; the source tarball was updated in-place. | fenner | 1996-11-24 | 1 | -1/+1 |
| | |||||
* | Update the checksum. | fenner | 1996-11-24 | 1 | -1/+1 |
| | |||||
* | Check in the patches that CVS missed yesterday... *now* it'll build =) | fenner | 1996-11-20 | 3 | -214/+33 |
| | |||||
* | Upgraded to imm 3.5a1 . This port is no longer BROKEN. | fenner | 1996-11-19 | 7 | -15/+120 |
| | |||||
* | Compress a bunch of manpages. Remove unnecessary @ directives from | asami | 1996-11-18 | 1 | -1/+0 |
| | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. | ||||
* | Use MAN? macros. CATEGORIES+= -> CATEGORIES. | asami | 1996-11-18 | 6 | -16/+12 |
| | |||||
* | Fix Makefiles to work with new bsd.port.mk. Mostly just replacing | asami | 1996-11-13 | 3 | -11/+10 |
| | | | | | ${COMPRESS_MAN} so they will at least work. I will come back later and get rid of all the .if !defined(NOMANCOMPRESS) stuff. | ||||
* | Fix endian-ness problem in bitfield. | fenner | 1996-11-12 | 1 | -0/+27 |
| | | | | Pointed-out-by: Denis DeLaRoca <CSP1DWD@mvs.oac.ucla.edu> | ||||
* | Add speak_freely | ache | 1996-11-11 | 1 | -1/+2 |
| | |||||
* | Add mbone to CATEGORIES | ache | 1996-11-11 | 1 | -2/+2 |
| | |||||
* | Move from net, speak freely understands VAT/RTP well | ache | 1996-11-11 | 9 | -0/+481 |
| | |||||
* | BROKEN is to be defined in individual Makefiles, not subdir Makefiles. | asami | 1996-11-11 | 2 | -4/+5 |
| | |||||
* | Mark imm and nv as BROKEN, until someone upgrades them to use tk41 and tcl75. | fenner | 1996-11-10 | 1 | -3/+9 |
| | | | | Add mbone_vcr, nte, rtpmon, sdr, vat, wb. | ||||
* | New port: sdr 2.3a1, the UCL Session DiRectory. | fenner | 1996-11-10 | 5 | -0/+30 |
| | | | | Note that this port is restricted due to inclusion of DES encryption. | ||||
* | New port: nte 1.5a23, the UCL Network Text Editor. | fenner | 1996-11-10 | 13 | -0/+153 |
| | | | | Note that this port is restricted due to inclusion of DES code. | ||||
* | New port: wb 1.59, the LBL whiteboard. | fenner | 1996-11-10 | 5 | -0/+56 |
| | | | | | Note: this is a "just-install-the-binary" port like netscape, no source is available for wb. | ||||
* | New port: vat 4.0b2, LBL Visual Audio Tool | fenner | 1996-11-10 | 6 | -0/+463 |
| | |||||
* | New port: rtpmon 1.0a5, a multicast RTP session monitor | fenner | 1996-11-10 | 7 | -0/+72 |
| | |||||
* | imm, nv and vic are moved to mbones/. Repository copy is already | asami | 1996-11-07 | 2 | -4/+4 |
| | | | | done, this is change to CATEGORIES line only. | ||||
* | A new category for MBone applications. I'll move imm, nv and vic here, | asami | 1996-11-07 | 2 | -0/+9 |
| | | | | | | and Bill Fenner will add 6 new ports. Suggested by: fenner | ||||
* | Install manpage in /usr/X11R6/man/man1, not /usr/X11R6/man. | asami | 1996-11-07 | 1 | -0/+11 |
| | |||||
* | Find the tcl library files in /usr/libdata/tcl . | fenner | 1996-11-07 | 1 | -11/+21 |
| | |||||
* | Fix install target | fenner | 1996-11-07 | 1 | -6/+5 |
| | |||||
* | Upgrade to version 2.8 | fenner | 1996-11-04 | 8 | -123/+553 |
| |