Commit graph

370 commits

Author SHA1 Message Date
sevan
35a8c919e7 Remove redundant if statement to handle linker flags on amd64.
Everything is now grouped under x86_64 and taken care of there already.

Reviewed by wiz@
2016-01-03 22:48:52 +00:00
ryoon
b33059afe1 Recursive revbump from multimedia/libvpx 2015-11-18 14:19:46 +00:00
agc
6c7ae00c60 Add SHA512 digests for distfiles for mbone category
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-11-02 23:54:08 +00:00
jperkin
8091aee373 Now that _STRIPFLAG_INSTALL is disabled by default on Darwin, remove manual
settings of INSTALL_UNSTRIPPED=yes for Darwin in individual packages.
2015-09-07 12:02:05 +00:00
joerg
11d2712a27 Remove USE_X11BASE and X11PREFIX. 2015-07-04 16:18:28 +00:00
he
585c7b6ef5 It looks like we need another round of changes to get_timestamp(),
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-07-01 09:22:20 +00:00
ryoon
6c4d1aff4b Recursive revbump from pkgsrc/multimedia/libvpx. 2015-06-30 09:57:33 +00:00
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
wiz
5b346972df Fix PKGNAME to be 'mpd' instead of 'src-mpd'. 2015-04-24 12:40:15 +00:00
joerg
cf33c33ba0 Don't pass -D without option on unknown-to-the-authors platforms like
ARM.
2015-03-31 15:49:57 +00:00
he
54a079d607 Re-do the get_timestamp() patch to instead of calling times() use
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.
2015-01-13 20:25:13 +00:00
mef
6f6c5ea870 Update 1.18 to 1.20
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-10 05:28:27 +00:00
he
b2f62a0c77 It can happen that times() returns ((uint32_t)-1). If that happens,
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-12-09 10:45:51 +00:00
he
7a18a84abe Rename the old patch-aa patch to patch-dbeacon.cpp.
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-10-06 10:04:17 +00:00
jperkin
e5d9abbeac SunOS needs -lsocket -lnsl. 2014-09-25 14:32:35 +00:00
joerg
98a23813a5 Support yet another NetBSD major version. 2014-09-10 19:02:13 +00:00
wiz
5bce7a8784 Switch to ffmpeg1 instead of ffmpeg.
Note: some of these packages didn't build for me, e.g. osg, so I couldn't
verify them all.
2014-08-11 23:09:44 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
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-05-29 23:35:13 +00:00
obache
ed661cd5ca recursive bump from x264-devel builld number change (i.e. API change). 2014-04-10 05:39:14 +00:00
joerg
9cd8f6781c Fix build with TCL 8.6. 2014-02-04 00:17:54 +00:00
joerg
55a2456056 Fix build against TCL 8.6. 2014-02-04 00:17:35 +00:00
joerg
f078940da5 Fix build with TCL 8.6. 2014-02-04 00:16:09 +00:00
joerg
3fbc30bbde Fix build with TCL 8.6. Honour system CFLAGS. Bump revision. 2014-02-04 00:15:14 +00:00
wiedi
4191cc359a Add missing -lsocket -lnsl on SunOS 2014-01-27 21:51:03 +00:00
prlw1
f4b5cbddb0 Build fixes for new Tcl 2014-01-14 17:07:37 +00:00
adam
41e677f366 Revbump after updating tcl/tk. 2014-01-11 14:42:00 +00:00
wiz
5889401244 Remove packages that were either BROKEN for more than a year or
BROKEN and explicitly scheduled to be removed after 2013Q4.
2013-12-31 17:08:08 +00:00
wiz
e0b49a2fed Bump PKGREVISION for libXft changes for NetBSD native X support on
NetBSD 6, requested by tron.
2013-06-06 12:53:40 +00:00
tron
a36fb86593 Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
2013-06-04 22:15:37 +00:00
wiz
53745b22ea Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
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-06-03 10:05:17 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
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-05-31 12:39:57 +00:00
joerg
005d288557 Fix main in C file compiled with C++ compiler. 2013-03-02 18:01:05 +00:00
wiz
95475fb6b0 Remove vic-gpl option.
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-27 00:15:03 +00:00
joerg
9d1c58702a Be consistent about using return values. 2013-01-15 15:22:54 +00:00
wiz
2c72a9f0b9 Remove xextproto/buildlink3.mk in most cases where it occurs with
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-23 10:24:02 +00:00
asau
a19397ba81 Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
ryoon
296f76c77e Recursive revbump from multimedia/libvpx 1.1.0 update 2012-09-22 13:48:15 +00:00
marino
f162cdcb03 Recursive PKGREVISION bump for tcl and tk upgrade to 8.5.12 2012-08-21 23:49:18 +00:00
marino
395b2e25f5 mbone/wbd: Patch in tcl/tk 8.5 support
wbd's patches specify tcl/tk 8.4, so update the patches to specify 8.5
to fix build.
2012-08-21 21:51:07 +00:00
marino
f496b828d0 mbone/vic: Patch in tcl/tk 8.5 support
vic's patches specify tcl/tk 8.4, so update the patches to specify 8.5
to fix build.
2012-08-21 21:49:30 +00:00
marino
776fb24365 mbone/vat: Patch in tcl/tk 8.5 support
vat's patches specify tcl/tk 8.4, so update the patches to specify 8.5
to fix build.
2012-08-21 21:47:28 +00:00
marino
188a0e876f mbone/rat: Add makefiles for DragonFly 2.x and DragonFly 3.x
Remove DragonFly 1.x - not supported.
2012-08-18 05:47:53 +00:00
wiz
f98e8b0585 Add inet6 to default suggested options. It's 2012. 2012-06-12 15:45:54 +00:00
joerg
828186194f Fix build on NetBSD 6+. Remove redundant install commands. 2012-04-07 13:13:24 +00:00
sbd
1a583ab829 Regenerate diffs for GNU patch. 2011-12-14 03:21:51 +00:00
joerg
cb83a279be Fix build with modern GCC 2011-11-25 22:05:36 +00:00
sbd
6c1bcc271a Recursive bump for multimedia/ffmpeg buildlink addition. 2011-11-16 01:33:15 +00:00
obache
bb3696f957 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:59:47 +00:00
shattered
a01f007099 Remove patch hunks that disable --recheck in GNU configure scripts.
These were generated, apparently, by mk/configure/gnu-configure.mk
(configure-scripts-override target).
2011-01-25 22:22:13 +00:00