wiz
4e3b1b97c2
librsvg: update bl3.mk to remove libcroco in rust case
...
recursive bump for the dependency change
2020-03-10 22:08:37 +00:00
wiz
f669fda471
*: recursive bump for libffi
2020-03-08 16:47:24 +00:00
thorpej
7c8c23ba0e
Don't abort the emulator if the mm58167 gets a read to an unexpected
...
register, just return 0 instead.
2020-03-05 14:55:16 +00:00
rin
673b94a8c3
Add tap(4) support for *BSD, written by kiyohara@.
...
The patch was proposed on some mailing lists back in 2013, but
unfortunately, left uncommitted until today:
https://mail-index.netbsd.org/port-sparc64/2013/01/29/msg001951.html
It works perfectly for me on NetBSD/amd64 for sun[23].
Bump revision.
2020-03-04 07:52:11 +00:00
mrg
e258480030
don't --disable-debug if CFLAGS contains -g.
2019-12-06 05:38:02 +00:00
wiz
84e123ddd2
Bump PKGREVISIONs for perl 5.30.0
2019-08-11 13:17:48 +00:00
wiz
1ac2210b6f
*: recursive bump for gdk-pixbuf2-2.38.1
2019-07-21 22:23:57 +00:00
kleink
f1a683c990
Revbump after cairo 1.16.0 update.
2018-11-14 22:20:58 +00:00
ryoon
b86dfe6873
Recursive revbump from hardbuzz-2.1.1
2018-11-12 03:51:07 +00:00
wiz
93b46879c7
Recursive bump for perl5-5.28.0
2018-08-22 09:43:40 +00:00
wiz
8ee21bdcf0
Recursive bump for new fribidi dependency in pango.
2018-04-16 14:33:44 +00:00
wiz
c57215a7b2
Recursive bumps for fontconfig and libzip dependency changes.
2018-03-12 11:15:24 +00:00
ryoon
72c3cb198b
Recursive revbump from fonts/harfbuzz
2017-02-12 06:24:36 +00:00
wiz
7ac05101c6
Recursive bump for harfbuzz's new graphite2 dependency.
2017-02-06 13:54:36 +00:00
adam
77b8ed74db
Revbump after graphics/gd update
2016-08-03 10:22:08 +00:00
wiz
2b0a009d0e
Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.
2016-07-09 06:37:46 +00:00
mrg
6e60139930
don't bother turning off every individual warning that comes up with
...
modern compilers, turn off -Werror globally and avoid the creeping
failures each compiler update (this affects both gcc and clang.)
apply -fno-strict-aliasing for all foreseeable future gcc versions.
this now works with gcc 5.3.
ok wiz, joerg
2016-04-04 18:00:16 +00:00
joerg
16af57e146
Avoid left-shifting negative values, which is undefined behavior.
...
Bump revision just in case.
2015-09-13 15:08:09 +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
tnn
255d0cb0b8
Recursive revbump following MesaLib update, categories a through f.
2015-04-25 14:20:17 +00:00
tnn
ffeec0bc3c
needs yacc
2015-03-15 18:12:13 +00:00
joerg
55ce55f12f
Ignore warnings about implicit pointer-to-true casts.
2014-12-09 22:37:11 +00:00
joerg
ff321b08ab
Support cwrappers for packages appending arguments in the wrappers.
2014-12-01 12:39:16 +00:00
asau
854311e2c7
Close the string literal.
2014-06-27 00:07:27 +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
ryoon
60806aa001
Recursive revbump from x11/pixman
...
Fix PR pkg/48777
2014-05-05 00:47:34 +00:00
joerg
89a16f4795
Fix build on Linux.
2014-04-28 12:16:57 +00:00
joerg
9efba37552
Ignore fabs(l) use buglets.
2014-04-16 21:03:05 +00:00
martin
1ccf3af745
Ugly hacks to make it buildable with gcc 4.8 (some need closer investigation
...
sometime(tm))
2014-01-16 10:59:58 +00:00
martin
0f6052be02
Add patches from Matt Fredette to (a) avoid a diagnostic assertion when
...
emulating m68k read-modify-write cycles in debug versions and (b) fix
emulation of fmovl to the fpcr register with an immediate source value.
2013-12-28 19:16:47 +00:00
christos
61b3c4066c
If the device for the serial console is given as "pty" allocate one
...
automatically, and tell the user what got allocated.
2013-11-02 22:43:29 +00:00
ryoon
3fba1a52dd
Recursive revbump from pango-1.36.0
2013-10-10 14:41:44 +00:00
joerg
91b438acf8
Don't bother with unused functions for Clang.
2013-09-23 10:03:40 +00:00
adam
d2cb6dec32
Revbump after cairo update
2013-09-02 19:50:38 +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
c83ffb8583
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:04:30 +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
44e1ef21b3
Don't use string variables as format strings, especially if they are
...
from the outside world. Make two clang warnings non-fatal that seem to
be harmless.
2013-02-26 23:39:18 +00:00
wiz
d1b820f37b
Recursive bump for png-1.6.
2013-02-16 11:18:58 +00:00
skrll
46130cb12c
Retire from pkg maintainership
2012-10-13 09:34:49 +00:00
adam
3f2cc57b2b
Revbump after updating graphics/pango
2012-10-08 23:00:34 +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
asau
49d542f06c
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
2012-10-03 12:55:08 +00:00
tron
14215633d2
Mass recursive bump after the dependence fix of the "cairo" package
...
requested by Thomas Klausner.
2012-10-02 17:10:28 +00:00
obache
c38c120ee5
recursive bump from libffi shlib major bump
...
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-15 10:03:29 +00:00
adam
b15c922bcc
Revbump after updating graphics/cairo
2012-09-07 19:16:05 +00:00
shattered
3c10097f8f
PR/45921 -- handle the new (post-2007) way SIOCGIFCONF works.
...
XXX rewrite this to use getifaddrs()
2012-08-29 18:11:28 +00:00
wiz
ee311e3b36
Recursive bump for pcre-8.30* (shlib major change)
2012-03-03 00:11:51 +00:00
wiz
833922aab2
Revbump for
...
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
2012-02-06 12:39:49 +00:00