summaryrefslogtreecommitdiff
path: root/mbone
AgeCommit message (Collapse)AuthorFilesLines
2020-08-31*: bump PKGREVISION for perl-5.32.wiz1-2/+2
2020-08-30Updated mdd to 20190819manu2-7/+7
Change since 20180824: - Added an -i option to select interface - progress metter
2020-08-17*: revbump after fontconfig bl3 changes (libuuid removal)leot5-10/+10
2020-05-14Fix const issuesjoerg3-1/+33
2020-05-14Handle NetBSD 9 and optimistically, 10 too.joerg1-1/+3
2020-04-29vic: avoid version checking for netbsdmaya1-2/+2
netbsd-1.6 and newer has been around for quite a while
2020-04-29vic-devel: avoid version checking for netbsdmaya1-2/+2
netbsd-1.6 and newer has been around for quite a while
2020-04-23vic-devel: remove unsupported options that references old ffmpeg versionnia1-18/+3
2020-01-26all: migrate homepages from http to httpsrillig2-4/+4
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
2019-11-03mbone: align variable assignmentsrillig3-6/+6
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2019-10-12mbone/rtptools: fix location of HTML documentationrillig2-5/+6
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz1-2/+2
2018-08-29Updated mbone/mdd to 20180824manu4-40/+7
This new version fix interoperability between 32 and 64 bit machines
2018-08-22Recursive bump for perl5-5.28.0wiz1-2/+2
2018-07-18Mark packages that require C++03 (or the GNU variants) if they fail withjoerg2-4/+4
C++14 default language.
2018-07-04*: Move SUBST_STAGE from post-patch to pre-configurejperkin1-2/+2
Performing substitutions during post-patch breaks tools such as mkpatches, making it very difficult to regenerate correct patches after making changes, and often leading to substituted string replacements being committed.
2018-03-12Recursive bumps for fontconfig and libzip dependency changes.wiz5-10/+10
2018-02-26revbump after x264-devel updateadam1-2/+2
2018-01-26dbeacon: Specify c++03 to avoid conflicts with std::bind.jperkin1-2/+2
2018-01-02Remove traces of crypto restrictions from packages.maya1-2/+1
ok for idea riastradh.
2017-09-12Generate makefile for NetBSD 8.dholland1-1/+2
2017-09-06Comment out dead sites.wiz1-2/+2
2017-08-01Comment out dead sites (DNS problems).wiz1-2/+2
2017-05-06Updated mbone/rtptools to 1.21mef3-13/+16
------------------------------ 1.21 (July 2016) Yann E. MORIN (yann.morin.1998@free.fr): Buildroot [1] is a build-system targetting embedded devices. It is able to build toolchains for various architectures, based on the traditional GNU compiler collection gcc, the GNU binutils and various C libraries, such as GNU libc (glibc), uClibc [2] [3] or musl [4]. glibc is a feature-full C library, which has had support for Yellow Pages (and the rest of the SUN RPC stuff) for a long time. However, circa the 2.14 release, glibc stopped installing the RPC headers [5], on the principle that providing the RPC implementation would be better served by a third-party package, namely ti-rpc [6]. That did not happen in time, so installing the RPC headers from glibc was re-instated circa 2.16. uClibc (no longer maintained, replaced by a fork, uClibc-ng) is a fully configurable C library for embedded systems. It entirely lacks a SUN RPC implementation altogether. musl is standards-conforming, lightweight C library. It also entirely lacks a SUN RPC implementation. TI-RPC is a stand-alone package. It may or may not be available (because the user may not need SUN RPC stuff on an embedded device, for example). Besides, it is not yet as feature-full as the implementation in glibc, though for all practical means, it is totally useable. So, there are cases where a SUN RPC implementation is not available. This patch makes it so that the use of Yellow Pages is conditional on the presence of a SUN RPC implementation, by checking at ./configure whether the required header is present, and disabling the corresponding code if the header is missing. At the same time, the legacy, long unsupported AM_C_PROTOTYPES directive is also removed, as it makes recent-ish autoconf fail.
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