summaryrefslogtreecommitdiff
path: root/mbone
AgeCommit message (Collapse)AuthorFilesLines
2015-01-13Re-do the get_timestamp() patch to instead of calling times() usehe3-17/+27
gettimeofday() directly. With a 32-bit clock_t and a 100Hz tick, times() will wrap once every 497 days if my math isn't too far off, and this will land us in an assert() in dbeacon and with a core dump. So instead use gettimeofday() and save 2 x getrusage() per earlier times() call. Retain some protection against gettimeofday() failing. Bump PKGREVISION.
2014-12-10Update 1.18 to 1.20mef2-6/+6
1.20 (October 2013) Nick Birch (Nick.Birch@s-and-t.com): rtpsend -l (loop) flag does not work. Modified to rewind input file on feof if loop was set. Fails if length of line is greater than 2048 characters. Increased to 4096 (sufficient for typical rtpdump: Put space after ext_data=<hex extension data> so that it can be parsed by rtpsend. parse_header doesn't comprehend the possible extension header. As a consequence any extension header data is also dumped twice. Once in the ext_data report and then a second time in the data report. Modify parse_header to return hlen that comprehends the extension header if present. The format for reporting contributing sources does not match the format accepted by rtpsend (i.e., reports "csrc[n] = xxxx" rather than "csrc[n]=0xxxxx"). Fixed. Note: the documentation is less than clear on the csrc syntax accepted by rtpsend. 1.19 (August 2010) Krzysztof Burghardt (krzysztof@burghardt.pl): "Wireshark implemented "rtpdump" file format in a bit different way, so cooperation beetwen those program is a bit problematic. Moreover rtptools compiled on i386 and amd64 have different size of file header (size of long in timeval is different)."
2014-12-09It can happen that times() returns ((uint32_t)-1). If that happens,he6-16/+97
retry a limited number of times, and log the events. Export log() from the main program for use in dbeacon_posix.cpp. Fix the matrix.pl script since qw() no longer acts as parenteses, so add some of our own where called for. Bump PKGREVISION.
2014-10-06Rename the old patch-aa patch to patch-dbeacon.cpp.he4-5/+74
Add a patch for the matrix.pl script to quiet newer perl versions. Fix the pointer to the sixxs flags, as asked for in 2010(!) Bump PKGREVISION.
2014-09-25SunOS needs -lsocket -lnsl.jperkin1-1/+3
2014-09-10Support yet another NetBSD major version.joerg1-1/+2
2014-08-11Switch to ffmpeg1 instead of ffmpeg.wiz2-4/+4
Note: some of these packages didn't build for me, e.g. osg, so I couldn't verify them all.
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2014-04-10recursive bump from x264-devel builld number change (i.e. API change).obache1-2/+2
2014-02-04Fix build with TCL 8.6.joerg2-4/+4
2014-02-04Fix build against TCL 8.6.joerg4-21/+30
2014-02-04Fix build with TCL 8.6.joerg4-19/+39
2014-02-04Fix build with TCL 8.6. Honour system CFLAGS. Bump revision.joerg3-9/+13
2014-01-27Add missing -lsocket -lnsl on SunOSwiedi3-8/+10
2014-01-14Build fixes for new Tclprlw15-7/+93
2014-01-11Revbump after updating tcl/tk.adam5-10/+10
2013-12-31Remove packages that were either BROKEN for more than a year orwiz35-2129/+1
BROKEN and explicitly scheduled to be removed after 2013Q4.
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz5-10/+10
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron5-10/+10
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz5-10/+10
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-03-02Fix main in C file compiled with C++ compiler.joerg2-1/+14
2013-01-27Remove vic-gpl option.wiz2-5/+5
With this option, it tries to build against ffmpeg, but all ffmpegs in pkgsrc are too new. Bump PKGREVISION for default option change.
2013-01-15Be consistent about using return values.joerg2-1/+15
2012-10-23Remove xextproto/buildlink3.mk in most cases where it occurs withwiz2-4/+2
libXext/buildlink3.mk, now that it is included there. Leave the places where its API version is set or variables from it are used directly (about 3 packages).
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau13-37/+13
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-09-22Recursive revbump from multimedia/libvpx 1.1.0 updateryoon1-2/+2
2012-08-21Recursive PKGREVISION bump for tcl and tk upgrade to 8.5.12marino2-4/+4
2012-08-21mbone/wbd: Patch in tcl/tk 8.5 supportmarino3-8/+11
wbd's patches specify tcl/tk 8.4, so update the patches to specify 8.5 to fix build.
2012-08-21mbone/vic: Patch in tcl/tk 8.5 supportmarino4-15/+15
vic's patches specify tcl/tk 8.4, so update the patches to specify 8.5 to fix build.
2012-08-21mbone/vat: Patch in tcl/tk 8.5 supportmarino4-15/+15
vat's patches specify tcl/tk 8.4, so update the patches to specify 8.5 to fix build.
2012-08-18mbone/rat: Add makefiles for DragonFly 2.x and DragonFly 3.xmarino1-2/+3
Remove DragonFly 1.x - not supported.
2012-06-12Add inet6 to default suggested options. It's 2012.wiz2-3/+4
2012-04-07Fix build on NetBSD 6+. Remove redundant install commands.joerg1-3/+2
2011-12-14Regenerate diffs for GNU patch.sbd2-23/+16
2011-11-25Fix build with modern GCCjoerg2-1/+14
2011-11-16Recursive bump for multimedia/ffmpeg buildlink addition.sbd1-2/+2
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2011-01-25Remove patch hunks that disable --recheck in GNU configure scripts.shattered2-12/+3
These were generated, apparently, by mk/configure/gnu-configure.mk (configure-scripts-override target).
2010-11-13Follow HTTP redirects to new HOMEPAGEs and/or MASTER_SITES.shattered1-2/+2
2010-09-24Fix for the "annotated bulk failures" mail discussion.pettai5-4/+58
(ok dholland)
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-08-21Ok it is broken but let us make the Makefile usable enough to get itseb2-4/+4
2010-08-21Ok it is broken but let us make the Makefile usable to know it :)seb1-2/+2
2010-03-14Beacon v1.3-0 July 15, 2005pettai5-48/+19
* Cleaned up socket code to separate TCP and UDP socket handling. Connections are now far more robust.
2010-03-08Add DESTDIR support (and fix man path at same time).sborrill4-11/+31
Bump PKGREVISION
2010-03-03DESTDIR support.is3-10/+13
2010-02-25mark imm, nte, and sdr as brokenjnemeth1-4/+4
/brick joerg
2010-02-15Use relative filenames in patches.is5-17/+17