summaryrefslogtreecommitdiffstats
path: root/mbone
Commit message (Collapse)AuthorAgeFilesLines
...
* Update to version 7.1.steve1999-12-316-407/+153
| | | | | PR: 14838 Submitted by: Thomas V. Crimi <tcrimi@procida.res.cmu.edu>
* Remove myself from MAINTAINERache1999-12-231-2/+1
|
* Update to Tcl/Tk version 8.2 and fix for gcc 2.95.steve1999-11-295-47/+79
| | | | Submitted by: Ade Lovett <ade@lovett.com>
* Update to Tcl/Tk version 8.2 and get this to build with gcc 2.95.steve1999-11-2915-58/+219
| | | | Submitted by: Ade Lovett <ade@lovett.com>
* Update to use Tcl/Tk version 8.2.steve1999-11-284-6/+17
| | | | Submitted by: Ade Lovett <ade@lovett.com>
* Need to #include sys/signal.h earlier so this builds again on -current.steve1999-11-281-0/+10
|
* Update to version Tk version 8.2.steve1999-11-282-3/+3
| | | | Submitted by: Ade Lovett <ade@lovett.com>
* Switch to tcl/tk 8.2jseger1999-11-063-39/+512
| | | | Submitted by: Ade Lovett <ade@lovett.com>
* Make the second argument to hcreate a size_t so this compiles cleanlysteve1999-09-271-2/+19
| | | | on the Alpha.
* Rewrite virtual function pointer code so it can compile with EGCS on myroger1999-09-091-26/+92
| | | | | | | | -current machine. Also I fixed the code for grabbing from the X11 desktop in 24 bit colour modes. Previously it gave us a blurred yellow image. Now it can capture the X11 desktop in full 24 bit colour for both XRGB and XBGR Truecolour.
* Upgrade to sdr 2.7fenner1999-09-095-43/+14
|
* Mirror the distfile in ~cpiazza/distfiles, the main server is downcpiazza1999-09-081-1/+2
| | | | | | | for at least an hour every day for backups etc. PR: 13611 Requested by: maintainer
* Fix a filename which contains an explicit version number.roger1999-09-081-1/+1
|
* Oops, I forgot about Id -> FreeBSD.fenner1999-09-041-1/+1
|
* Portlintifyfenner1999-09-041-3/+4
| | | | | PR: ports/13447 Submitted by: Oleg V. Volkov <rover@lglobus.ru>
* Activate rat.fenner1999-09-041-0/+1
|
* Forgot to update descriptions before importing, oops.fenner1999-09-042-3/+9
|
* The UCL Robust Audio Tool.fenner1999-09-047-0/+68
| | | | | PR: ports/12535 Submitted by: O.Hodson@cs.ucl.ac.uk
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-318-8/+8
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.obrien1999-08-2510-10/+10
|
* chmod -> ${CHMOD}mharo1999-08-222-4/+4
| | | | chown -> ${CHOWN}
* Assorted ${WRKDIRPREFIX}/symlink ${PORTSDIR} fixes. mbone/vat still doesn'tasami1999-07-151-2/+2
| | | | build but at least it will have a better chance.
* Commit #3/4 to enforce caps, no period.hoek1999-06-266-6/+6
| | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s
* sdr25 -> sdr-currentfenner1999-03-301-2/+2
|
* Update sdr 2.4's MASTER_SITE and distfile name.fenner1999-03-302-4/+4
|
* Add sdr25.asami1999-01-281-1/+2
|
* Allow vat & vic to run with tcl8.0.4.fenner1999-01-102-4/+20
|
* Redefine sendfile as sf_sendfile to work around namespace pollution.nectar1998-12-161-14/+20
| | | | Noticed by: Oleg Ogurok <oleg@ogurok.com>
* Change MASTER_SITES to make this port fetchable, we are two (minor)billf1998-12-091-2/+2
| | | | | | | updates behind in this port, but I cannot test mbone software, and this will make the port fetchable now. Informed By: Fenner's portsurvey
* Use ${WRKDIRPREFIX}.asami1998-12-021-2/+2
|
* Fix for building on 3.0nectar1998-11-243-18/+18
|
* 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.
* Fix checksum; distfile changed without changing name.fenner1998-10-251-1/+1
| | | | | PR: ports/8287 Submitted by: Bruce A. Mah <bmah@ca.sandia.gov>
* Unbreak.jseger1998-10-132-9/+16
| | | | Submitted by: steve
* Mark BROKEN for ELF:jseger1998-10-131-1/+3
| | | | | | c++ -O2 -DUSE_SHM -DED_YBITS=4 -DSIGRET=void -I/usr/local/include -I/usr/local/include/tk8.0 -I/usr/local/include/tcl8.0 -I/usr/X11R6/include -I./jpeg -I./p64 -I. -o vic inet.o cellb_tables.o tkStripchart.o md5c.o random.o main.o net.o net-ip.o source.o iohandler.o timer.o idlecallback.o media-timer.o session.o session-rtpv1.o session-nv.o session-ivs.o decoder.o decoder-jpeg.o decoder-nv.o decoder-h261.o decoder-h261v1.o decoder-cellb.o device.o grabber.o vw.o Tcl.o Tcl2.o module.o transmitter.o encoder-nv.o encoder-cellb.o encoder-h261.o transcoder-jpeg.o framer-jpeg.o group-ipc.o confbus.o renderer.o renderer-window.o color.o color-true.o color-pseudo.o color-dither.o color-ed.o color-quant.o color-hi.o color-gray.o color-mono.o color-hist.o rgb-converter.o jpeg/jpeg.o p64/p64.o dct.o compositor.o rate-variable.o crypt.o crypt-dull.o grabber-still.o cm0.o cm1.o huffcode.o version.o bv.o ui-ctrlmenu.o ui-main.o ui-resource.o ui-srclist.o ui-stats.o ui-util.o ui-windows.o ui-switcher.o ui-extout.o ui-grabber.o ui-unix.o cf-main.o cf-tm.o cf-confbus.o cf-network.o cf-util.o tkerror.o entry.o tk.o strtol.o strtoul.o grabber-x11.cc grabber-meteor.o grabber-spigot.o -lspigot -L/usr/local/lib -ltk80 -L/usr/local/lib -ltcl80 -L/usr/X11R6/lib -lXext -lX11 -lm grabber-x11.cc: In method `int X11Grabber::X11Grab_Initialize(long unsigned int, int, int)': grabber-x11.cc:627: warning: implicit declaration of function `int VidUtil_DestroyXImage(...)'
* Don't strip the binary when building ELF, and remove the emptysteve1998-09-272-1/+6
| | | | share/doc/wb directory on deinstall.
* Remove empty lib/speak_freely directory on deinstall.steve1998-09-271-0/+1
|
* Make sure that autoconf can overwrite configure script.steve1998-09-271-2/+2
|
* Somewhere along the line the binary's name changed to nte.steve1998-09-271-1/+1
|
* Remove empty doc dir on deinstall.steve1998-09-271-0/+1
|
* Remove regexp support for tk42.steve1998-09-261-2/+2
|
* tk80 has been ELFized.asami1998-09-254-8/+8
|
* libgsm is now converted to ELF.asami1998-09-222-5/+5
|
* Master site moved.fenner1998-09-211-2/+2
|
* Update to 1.5a29fenner1998-08-273-18/+9
|
* This commit brought to you by the Paddock Bowling Alley.hoek1998-08-184-9/+0
|
* Fix up dependencies for ports that moved into the x11-toolkits category.asami1998-08-076-12/+12
|
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orasami1998-08-057-14/+14
| | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
* Fix the configure script to not try to build a grabber which is notfenner1998-07-111-0/+10
| | | | included in the vic source.
* Change the vat port to use USE_AUTOCONF .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!
OpenPOWER on IntegriCloud