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
martin
9601431905
Make the emulator not crash on EOF in the tmesh.
...
Also, since pkgsrc knows very well where we install the needed libraries,
use that as a default path if the user does not supply an LTDL_LIBRARY_PATH.
2013-11-02 21:53:36 +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
dholland
e0510f3086
Try to work around a fatal compiler diagnostic in the Solaris build.
2013-04-14 02:00:15 +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
05172d056b
Remind the user to set LTDL_LIBRARY_PATH.
2012-08-29 18:13:19 +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
tsutsui
33c93d3ad0
Suppress undefined macro warnings (treated as error by -Werror)
...
by cpp in newer gcc 4.5.3 on NetBSD/arm -current.
2012-01-21 04:41:44 +00:00
sbd
04daa2f1b8
Recursive bump for graphics/freetype2 buildlink addition.
2011-11-01 06:00:33 +00:00
christos
e628df0b7b
Avoid a compiler bug (phantom integer oveflow) in gcc 4.5.3
...
It appears that the conditional expression with the 0x0100 constant triggers
it no matter what casts we put around the expression.
2011-10-07 01:12:51 +00:00
obache
1d9df3258a
recursive bump from gettext-lib shlib bump.
2011-04-22 13:41:54 +00:00
wiz
af3596f984
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
2011-01-13 13:36:05 +00:00
abs
9987fa4b3a
PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome
2010-11-15 22:56:08 +00:00
wiz
200e3c4a04
Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
...
version, and bump all depends.
Per discussion on pkgsrc-changes.
2010-09-14 11:00:44 +00:00
tsutsui
31ed1baf24
Fix typoes which cause build failure on !x86 machines.
2010-08-14 06:32:34 +00:00
obache
63c7275d77
Need pkg-config to detect gtk2.
2010-07-05 11:20:34 +00:00
obache
06bf6d9adb
Fixes PLIST (remove redundant libraries, add an library).
...
PR#43572 by Ryo ONODERA.
Bump PKGREVISION.
2010-07-05 10:20:38 +00:00
tsutsui
c50bc53704
Update tme to 0.8.
...
The new version of tme, 0.8, can also emulate an Ultra 1, and
on x86 hosts with a supported host OS, the SPARCstation 2 and Ultra 1
emulations will now do dynamic binary translation. NetBSD 5.x seems
to run pretty well on the different emulations.
2010-06-07 13:34:00 +00:00
joerg
c35b4c99f9
Recursive bump for libltdl
2009-12-15 21:41:00 +00:00
joerg
c569c6a51f
Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with
...
MAKE_JOBS=2 and worked without.
2009-06-30 00:07:09 +00:00
joerg
bacea7cad5
Remove @dirrm entries from PLISTs
2009-06-14 17:48:39 +00:00
perry
97c9c7bfee
fix typo
2009-04-30 17:35:05 +00:00
joerg
3b0d97b0de
Add DESTDIR support.
2008-06-20 01:09:05 +00:00
abs
9f73392cff
note Sun 3/150 ad SPARCstation 2
2007-09-13 09:46:16 +00:00
tsutsui
01822829fc
Update tme to 0.6. Ok'ed by skrll@.
...
See fredette's annoucement for details:
http://mail-index.netbsd.org/port-sparc/2007/09/07/0000.html
>> The new version of tme, 0.6, fixes many bugs in the Sun 3 emulation,
>> and can also emulate a SPARCstation 2. NetBSD 3.x seems to run pretty
>> well on the different emulations.
2007-09-07 14:11:51 +00:00