Commit graph

105 commits

Author SHA1 Message Date
jperkin
df11dc34e0 Remove bogus '#if !OS(SOLARIS)' test, causes isnan() failures.
Fixes build on SunOS.
2013-02-22 23:54:07 +00:00
wiz
0602d449ce Recursive bump for png-1.6. 2013-02-16 11:17:56 +00:00
jmcneill
ae25d5daff Return "netbsd" instead of "unknown" for WebInspector.platform() on NetBSD 2013-02-02 16:59:34 +00:00
jmcneill
8ab27fd9fd add a debug option 2013-02-02 12:00:20 +00:00
adam
f4c3b89da7 Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
reed
dc391ed95f increase BUILDLINK_ABI_DEPENDS.icu due to so change from 49 to 50.
Also bump PKGREVISION for a few packages using it.

The packages I did this for:
net/yaz
lang/parrot
misc/openoffice3 (where I noticed the run-time failure due to missing shared library)
www/webkit-gtk
sysutils/open-vm-tools
inputmethod/ibus-qt

I didn't do this recursively or for all packages using icu
since I didn't know if they used the shared library directly,
some use was optional. The list of packages I didn't touch:
devel/devhelp
databases/idzebra
databases/sqlite3
devel/gnustep-base/
finance/gnucash
games/openttd
graphics/shotwell
lang/mono
meta-pkgs/boost
misc/calibre
misc/libreoffice
news/tin
textproc/php-intl
www/deforaos-surfer
www/epiphany
www/liferea-current
www/midori
2013-01-25 19:18:08 +00:00
sbd
f25b9fddc2 webkit directly requires libXdamage 2012-12-31 00:34:37 +00:00
obache
66987c6917 prevent using lang/ruby, it will conflict with pkg_alternatives. 2012-12-19 08:14:42 +00:00
marino
690103b02a www/webkit-gtk: #include <unistd.h>
Fixes out-of-scope errors seen on gcc 4.7.x
2012-11-22 18:20:48 +00:00
joerg
c332b5d3fd Don't use -ansi when including files that use inline. 2012-11-07 15:29:13 +00:00
jperkin
f02ca94c99 Resolve "error: 'yield' was not declared in this scope". Fixes build
on Solaris.
2012-11-07 12:21:46 +00:00
drochner
7105a7bfd0 update to 1.10.1
this switches to the 1.10 release branch, no useful changelog available
2012-10-30 12:46:30 +00:00
asau
5eae6a18a3 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
joerg
7eb0c44556 Don't declare a method OVERRIDE() if the base class doesn't have it. 2012-10-24 15:40:16 +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
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
drochner
58741f078e update to 1.8.3
changes:
- Fix several security issues with accessibility support.
- Finishing merging NPAPI plugin support for Windows.
- Turn off the deletion UI during editing, as it caused issues with some sites.
2012-08-27 14:11:13 +00:00
drochner
caa9ff9104 update to 1.8.2
The ChangeLog and NEWS files are not consistent, can't tell what
really changed.
2012-08-13 12:27:50 +00:00
prlw1
4b63dfbb11 Fix build with bison 2.6 2012-07-31 13:59:55 +00:00
drochner
ca827787e2 don't install gtk-doc documentation, to avoid conflict between the
two webkit-gtk versions
bump PKGREVs
2012-07-06 14:03:50 +00:00
sbd
21792a9296 Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
dholland
7e751949e4 Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
2012-05-07 01:53:12 +00:00
marino
a1878c8df6 www/webkit-gtk: DragonFly too
DragonFly needs the same modification to osinclude.h that NetBSD does.
2012-05-06 17:06:37 +00:00
dholland
c8d0847887 Not MAKE_JOBS_SAFE. (and now it takes that much longer to build... sigh) 2012-05-06 00:33:46 +00:00
drochner
19b03d3cb0 needs glib2>=2.32 2012-04-30 13:57:02 +00:00
drochner
85996000d0 update to 1.8.1
This is a new major branch, many fixes and enhancements.
2012-04-28 14:12:16 +00:00
obache
a6d5ad9edc Recursive bump from icu shlib major bumped to 49. 2012-04-27 12:31:32 +00:00
joerg
a6d82fd9b6 Fix build with Clang using upstream patch. 2012-04-19 21:08:04 +00:00
wiz
ee311e3b36 Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
hans
542b68b4c9 Don't just remove WTF::yield, #ifdef it out for SunOS. Fixes build on
NetBSD and probably others, too. Spotted by Dieter Roelants.
2012-02-20 14:34:33 +00:00
hans
48f5cbee52 Fix build on SunOS.
The code in Source/JavaScriptCore/heap/MachineStackMarker.cpp is
untested.
2012-02-16 20:47:34 +00:00
obache
5778c9e9c3 Drop MAKE_JOBS_SAFE=no, I cannot reporduce the issue when I added it. 2012-02-13 01:24:20 +00:00
wiz
fb1a8e5414 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:41:29 +00:00
drochner
b32e53608c update to 1.6.3
changes: bugfixes
2012-02-04 13:24:35 +00:00
obache
bd7efe3331 Use PYTHON_FOR_BUILDONLY=yes instead of directly set BUILDLINK_DEPMETHOD.python. 2012-01-27 06:36:57 +00:00
reed
47fb160414 set API depends for newer gst-plugins0.10-base.
configure error was:

Requested 'gstreamer-plugins-base-0.10 >= 0.10.30' but version of
GStreamer Base Plugins Libraries is 0.10.26
2012-01-19 15:00:35 +00:00
joerg
513946a6df Kill useless gsed magic, which is gsed specific. 2011-12-28 22:35:28 +00:00
sbd
d8dea4995f Include devel/glib2/schemas.mk (obache@ suggestion).
Regen PLIST
Remove patch-Source_autotools_gsettings.m4 and patch-configure
	(They are redundaent when adding gsed to USE_TOOLS)

Bump PKGREVISION
2011-12-28 04:22:15 +00:00
sbd
23df7b1b34 Remove accidently added 'patch-configure.bak' 2011-12-27 03:58:24 +00:00
sbd
e94ab09719 There is a gsed specific expression used in the install-gsettings-schemas
target (that install org.webkitgtk-1.0.gschema.xml) so use gsed.

Bump PKGREVISION
2011-12-27 03:54:36 +00:00
sbd
7083d8f4ee Add org.webkitgtk-1.0.gschema.xml to the PLIST 2011-12-26 09:01:39 +00:00
sbd
04daa2f1b8 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
drochner
8a92a32b55 update to 1.6.1
changes:
-JavaScriptCore library can be used independently
-New DOM methods
-API extensions: spell checking, local storage database path
-bugfixes
2011-10-07 12:17:25 +00:00
drochner
1c94100fb2 update to 1.4.3
changes: bugfixes
2011-09-06 19:20:31 +00:00
obache
ea09ebef75 Split common part to Makefile.common.
While here, fix some PKGCONFIG_OVERRIDE and REPLACE_PERL paths.
2011-08-21 13:26:41 +00:00
drochner
1e4a8c3fe8 update to 1.4.2
changes: bugfixes
2011-07-08 17:27:29 +00:00
wiz
c21890e2e9 Add patch fixing the build on NetBSD-current/amd64.
From drochner@
Addresses PR 45073.
2011-06-22 14:05:37 +00:00