summaryrefslogtreecommitdiff
path: root/mbone
AgeCommit message (Collapse)AuthorFilesLines
2017-01-19Convert all occurrences (353 by my count) ofagc1-3/+3
MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly.
2017-01-16Recursive bump for libvpx shlib major change.wiz1-2/+2
2016-08-17Recursive revbump from multimedia/libvpx uppdateryoon1-2/+2
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz1-2/+2
2016-01-03Remove redundant if statement to handle linker flags on amd64.sevan1-5/+1
Everything is now grouped under x86_64 and taken care of there already. Reviewed by wiz@
2015-11-18Recursive revbump from multimedia/libvpxryoon1-2/+2
2015-11-02Add SHA512 digests for distfiles for mbone categoryagc12-12/+27
Existing SHA1 digests verified, all found to be the same on the machine holding the existing distfiles (morden). Existing SHA1 digests retained for now as an audit trail.
2015-09-07Now that _STRIPFLAG_INSTALL is disabled by default on Darwin, remove manualjperkin1-3/+1
settings of INSTALL_UNSTRIPPED=yes for Darwin in individual packages.
2015-07-04Remove USE_X11BASE and X11PREFIX.joerg1-2/+1
2015-07-01It looks like we need another round of changes to get_timestamp(),he3-18/+22
this time from using gettimeofday() to using cloc_gettime(CLOCK_MONOTONIC), to avoid the effects of UTC leap second insertion which IIUC steps the system clock back one second, and will cause the single assert() in dbeacon.cpp to fire. Unfortunately, my core dump was incomplete due to a full root file system... PKGREVISION bumped.
2015-06-30Recursive revbump from pkgsrc/multimedia/libvpx.ryoon1-2/+2
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-04-24Fix PKGNAME to be 'mpd' instead of 'src-mpd'.wiz1-3/+2
2015-03-31Don't pass -D without option on unknown-to-the-authors platforms likejoerg2-4/+16
ARM.
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