summaryrefslogtreecommitdiff
path: root/mbone (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1998-08-076-12/+12
| | | | Notes: svn path=/head/; revision=12335
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orSatoshi Asami1998-08-057-14/+14
| | | | | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly. Notes: svn path=/head/; revision=12289
* Fix the configure script to not try to build a grabber which is notBill Fenner1998-07-111-0/+10
| | | | | | | included in the vic source. Notes: svn path=/head/; revision=11837
* Change the vat port to use USE_AUTOCONF .Bill Fenner1998-06-263-1477/+13
| | | | | | | | | Hand-edit patches/patch-ah to remove the RCS $Header$ from the patch, so that CVS doesn't munge it. BE EXTREMELY CAREFUL WHEN REGENERATING patches/patch-ah! Notes: svn path=/head/; revision=11547
* Fix Luigi's recently committed submission:Bill Fenner1998-06-264-1671/+100
| | | | | | | | | | | - Actually include the x11 grabber in the compile - Don't force the capture type to PAL; leave it at auto - Remove debugging code and comments - Eliminate the need for kernel patch for tuner code - Don't patch one source file in more than one patch-XX files Notes: svn path=/head/; revision=11546
* These patches implement the following features in vic:Jordan K. Hubbard1998-06-242-0/+2041
| | | | | | | | | | | | | | | | | * an x11 grabber similar to the one present in nv. Extremely useful for interactive work (i'd say better than a camera in many cases). * add video controls to the meteor grabber (brightness etc.) * add tuner control when used with the meteor grabber (require a small modification to the kernel to let tuner be controlled via the grabber fd); Submitted by: luigi PR: 6814 Notes: svn path=/head/; revision=11502
* This patch contains an update to the audio-voxware.cc module in vatJordan K. Hubbard1998-06-241-0/+668
| | | | | | | | | | | | | to enable operation with the "pcm" driver and a wide range of full duplex cards including the old SB16 (up to Vibra16C). It also provides a modification to transmit audio from a mu-law file (useful for testing). Submitted by: luigi PR: 6813 Notes: svn path=/head/; revision=11501
* Depend on ghostscript5 instead of ghostscript4.Bill Fenner1998-06-241-3/+3
| | | | | | | | PR: ports/5380 Submitted by: luigi@iet.unipi.it Notes: svn path=/head/; revision=11495
* Back out changes to use tcl81.Thomas Gellekum1998-03-202-4/+4
| | | | | | | | | I have left out zircon, which seems to have provisions for tcl81, and hfsutils and filerunner, which have been upgraded and probably checked in the meantime. Notes: svn path=/head/; revision=10236
* Back out changes to use tcl81.Thomas Gellekum1998-03-172-93/+93
| | | | | | | Suggested by: The Meistersinger Notes: svn path=/head/; revision=10210
* Upgrade to use tcl8.1 and tk8.1.Justin M. Seger1998-02-244-98/+98
| | | | Notes: svn path=/head/; revision=9912
* Add tk virtual category where missing. List of ports which depend on tkBill Fenner1998-02-211-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. Notes: svn path=/head/; revision=9876
* Add send() kernel bug workaround to vic too.Bill Fenner1998-02-191-0/+117
| | | | Notes: svn path=/head/; revision=9840
* Fix memory leaks.Bill Fenner1998-02-192-0/+157
| | | | Notes: svn path=/head/; revision=9839
* Fix color behavior with tk8.0 -- tk was setting the highlight color to black.Bill Fenner1998-02-191-0/+45
| | | | Notes: svn path=/head/; revision=9838
* Handle a bug that LBL thought was fixed in 4.4BSD but wasn't: send()Bill Fenner1998-02-191-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. Notes: svn path=/head/; revision=9837
* Add rtptools.Bill Fenner1998-01-051-1/+2
| | | | Notes: svn path=/head/; revision=9275
* rtptools, a set of tools for recording/playing/monitoring RTPv2 streamsBill Fenner1998-01-056-0/+123
| | | | Notes: svn path=/head/; revision=9273
* Add BT848 grabber support.Bill Fenner1997-12-191-0/+725
| | | | | | | Submitted by: Amancio Hasty <hasty@rah.star-gate.com> Notes: svn path=/head/; revision=9131
* Upgrade to 2.4a7n. The encryption has been removed from this version soBill Fenner1997-12-193-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. Notes: svn path=/head/; revision=9130
* Don't use the libs.tcl from the distribution; let it get dynamicallyBill Fenner1997-10-151-1/+6
| | | | | | | generated instead. Fixes tcl library mismatch warning. Notes: svn path=/head/; revision=8289
* Use tcl7.6 and tk4.2Bill Fenner1997-09-252-7/+7
| | | | Notes: svn path=/head/; revision=8023
* Use tcl7.6 and tk4.2, and use autoconf instead of patching configure script.Bill Fenner1997-09-252-26/+47
| | | | Notes: svn path=/head/; revision=8020
* Upgrade to 6.1cAndrey A. Chernov1997-09-235-79/+63
| | | | Notes: svn path=/head/; revision=8008
* Move files from ${FILESDIR} to ${WRKSRC} in post-extract: targetBill Fenner1997-09-131-1/+6
| | | | | | | | | instead of scripts/configure. Suggested by: Da Portsmeister Notes: svn path=/head/; revision=7886
* Don't copy Makefile.freebsd twice.Bill Fenner1997-09-121-4/+1
| | | | Notes: svn path=/head/; revision=7878
* Make this port really work. I have no idea how it worked for anybody,Satoshi Asami1997-09-122-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. Notes: svn path=/head/; revision=7870
* Make port work with tcl/tk 8.0Bill Fenner1997-09-1111-277/+2956
| | | | Notes: svn path=/head/; revision=7856
* Distfile changedAndrey A. Chernov1997-06-113-48/+60
| | | | Notes: svn path=/head/; revision=6864
* Upgrade to rtpmon-1.0a7Bill Fenner1997-05-222-4/+4
| | | | Notes: svn path=/head/; revision=6532
* Make sdr build under 3.0Bill Fenner1997-05-221-27/+40
| | | | Notes: svn path=/head/; revision=6531
* Add virtual category 'tk41'.Wolfram Schneider1997-04-206-12/+12
| | | | Notes: svn path=/head/; revision=6248
* Use ${WRKSRC} instead of a hard-coded work/ by moving someBill Fenner1997-01-141-6/+9
| | | | | | | targets below the .include <bsd.port.mk> Notes: svn path=/head/; revision=5345
* Hardcode "work/" again instead of using ${WRKSRC}, since not-yet-definedBill Fenner1996-12-161-3/+3
| | | | | | | variables don't work in dependencies or target names. Notes: svn path=/head/; revision=4989
* Remove nv, as promised. It still depends on the old version of tcl/tk,Satoshi Asami1996-12-031-2/+1
| | | | | | | and wasn't upgraded. Notes: svn path=/head/; revision=4757
* Misc. cleanup.Satoshi Asami1996-11-262-6/+6
| | | | Notes: svn path=/head/; revision=4692
* Update checksum; the source tarball was updated in-place.Bill Fenner1996-11-241-1/+1
| | | | Notes: svn path=/head/; revision=4649
* Update the checksum.Bill Fenner1996-11-241-1/+1
| | | | Notes: svn path=/head/; revision=4648
* Check in the patches that CVS missed yesterday... *now* it'll build =)Bill Fenner1996-11-203-214/+33
| | | | Notes: svn path=/head/; revision=4617
* Upgraded to imm 3.5a1 . This port is no longer BROKEN.Bill Fenner1996-11-197-15/+120
| | | | Notes: svn path=/head/; revision=4600
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-181-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. Notes: svn path=/head/; revision=4578
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-186-16/+12
| | | | Notes: svn path=/head/; revision=4575
* Fix Makefiles to work with new bsd.port.mk. Mostly just replacingSatoshi Asami1996-11-133-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. Notes: svn path=/head/; revision=4440
* Fix endian-ness problem in bitfield.Bill Fenner1996-11-121-0/+27
| | | | | | | Pointed-out-by: Denis DeLaRoca <CSP1DWD@mvs.oac.ucla.edu> Notes: svn path=/head/; revision=4428
* Add speak_freelyAndrey A. Chernov1996-11-111-1/+2
| | | | Notes: svn path=/head/; revision=4408
* Add mbone to CATEGORIESAndrey A. Chernov1996-11-111-2/+2
| | | | Notes: svn path=/head/; revision=4407
* Move from net, speak freely understands VAT/RTP wellAndrey A. Chernov1996-11-119-0/+481
| | | | Notes: svn path=/head/; revision=4405
* BROKEN is to be defined in individual Makefiles, not subdir Makefiles.Satoshi Asami1996-11-112-4/+5
| | | | Notes: svn path=/head/; revision=4388
* Mark imm and nv as BROKEN, until someone upgrades them to use tk41 and tcl75.Bill Fenner1996-11-101-3/+9
| | | | | | | Add mbone_vcr, nte, rtpmon, sdr, vat, wb. Notes: svn path=/head/; revision=4381
* New port: sdr 2.3a1, the UCL Session DiRectory.Bill Fenner1996-11-105-0/+30
| | | | | | | Note that this port is restricted due to inclusion of DES encryption. Notes: svn path=/head/; revision=4379