Commit Graph

7100 Commits

Author SHA1 Message Date
jeremy
a19a62aa58 Require rubygems, so that this will work when ruby-ncurses starts
using the gem version.

OK landry@
2012-10-09 10:20:05 +00:00
landry
e873e2ac85 Add the missing goo to allow webkit to build on hppa, opening the can of
worms for a whole bunch of new ports there.
2012-10-07 09:24:18 +00:00
ajacoutot
f1d7d38b4b Extend the desktop file: add a couple of mime types (x-scheme-handler)
so that the mozilla browsers are properly recognized in the "default
browser" specification.

ok landry@ (maintainer)
2012-10-06 07:55:55 +00:00
landry
07c36f1381 Remove DPB_PROPERTIES=parallel, this doesnt build reliably.
ok sthen@
2012-10-04 07:40:25 +00:00
ajacoutot
62f1447132 Explicitely add dependencies on multimedia/gstreamer-0.10/plugins-ffmpeg and
multimedia/gstreamer-0.10/plugins-good now that webkit lost these.
2012-10-03 06:36:23 +00:00
ajacoutot
e765765b67 Webkit is a rendering engine, so it makes no sense to force dependencies
on the whole gstreamer gang which are only uses by web browsers to
display audio/video.
So remove RUN_DEPENDS, it'll be explicitely added to webkit browsers
with a small comment so that maintainers of such browsers can decide
which gstreamer dependencies they need/want.

ok landry@ (maintainer)
2012-10-03 06:35:46 +00:00
naddy
e48ea0d6f4 depend on latest gmake for parallel building; requested by espie@ 2012-10-01 18:12:34 +00:00
naddy
8a5d9880da mark for parallel building 2012-10-01 17:49:26 +00:00
landry
3d0d00ffaf Fix for heap overflow/stack-smashing, see
http://hjemli.net/pipermail/cgit/2012-July/000652.html
http://git.zx2c4.com/cgit/commit/?id=7757d1b046ecb67b830151d20715c658867df1ec
https://bugzilla.redhat.com/show_bug.cgi?id=820733
from oss-sec via sthen@
2012-10-01 16:13:23 +00:00
sthen
64666ced30 update to zendframework 1.12.0, tested with webacula
includes various security fixes
2012-10-01 14:22:06 +00:00
gonzalo
7b4badb3fd Update for Wordpress to 3.4.2
* Fixes some issues in the admin area where some older browsers (IE7,
  in particular) may slow down, lag, or freeze.
* Fixes the use of multiple trackback URLs in a post.
  Prevents improperly sized images from being uploaded as headers from
  the customizer.
* Ensures proper error messages can be shown to PHP4 installs.
  (WordPress requires PHP 5.2.4 or later.)
* Fixes handling of oEmbed providers that only return XML responses.
* Addresses pagination problems with some category permalink
  structures.
* Adds more fields to be returned from the XML-RPC wp.getPost method.
* Avoids errors when updating automatically from very old versions of
  WordPress (pre-3.0).
* Fixes problems with the visual editor when working with captions.

Tested on i386.

Ok merdely@
2012-10-01 12:03:42 +00:00
dcoppa
b94b9f9c1f Update to youtube-dl-2012.09.27: unbreak after recent YouTube changes
OK sthen@, pirofti@ (maintainer)
2012-10-01 08:57:12 +00:00
dcoppa
6e1e40f581 Bye bye Tomcat 5.5.x, you're deprecated. 2012-10-01 07:10:28 +00:00
robert
cafcf70fd2 update to concrete5-5.6.0.2 2012-09-30 19:24:35 +00:00
ajacoutot
388c0f6585 @comment -> post-install rm 2012-09-29 13:14:04 +00:00
jasper
b45f8c067f - drop support for seed 2012-09-28 14:50:13 +00:00
ajacoutot
e4719beb1e Sync WANTLIB. 2012-09-28 10:32:07 +00:00
sthen
7863e983a0 adapt p5-WWW-YouTube-Download to youtube changes
while there, fix file extensions to match the format

from maintainer Mikolaj Kucharski
2012-09-28 00:20:16 +00:00
sthen
88f26d9204 update to cclive 0.7.10, various improvements 2012-09-28 00:07:13 +00:00
dcoppa
9e4466ed31 Update to minitube-1.9
Ok pirofti@ (maintainer)
2012-09-27 20:35:49 +00:00
landry
4af1915f03 Link midori,gtk3 to the build.
From/reminded by ajacoutot@
2012-09-27 15:52:18 +00:00
jasper
58a9ac94ce - update to gtkhtml4-4.6.0 2012-09-27 09:48:47 +00:00
sthen
24cab1e03f missing bumps; dep on ruby-passenger changed 2012-09-26 19:46:06 +00:00
brad
bb63fa708f Rip out some autoconf checks which are intended to workaround
FFmpeg quirks with other OS's but result in hidden dependencies
on OpenBSD.

ok sthen@
2012-09-26 19:19:56 +00:00
landry
d67224a84d Update to midori 0.4.7.
- add a gtk3 flavor.
- backport fix for urlbar c/p issue.
2012-09-26 17:44:56 +00:00
jeremy
a0d7f3f4e8 Fix module directory to use for building passenger FLAVOR, after the
switch to use ruby 1.9 by default.  No bump as the package is not
affected.

OK jasper@
2012-09-24 19:29:05 +00:00
jasper
9206e20978 - remove -lpthread vs. -pthread patches/chunks. 2012-09-24 06:51:59 +00:00
jasper
9e2b475eb3 missing rcs id 2012-09-23 19:50:22 +00:00
jeremy
5542f53b23 Now that ruby 1.9 is the default ruby implementation for gem/extconf
ports, for the ports that are built both on ruby 1.8 and ruby 1.9,
switch the category Makefiles to explicitly list the ruby18 FLAVOR
instead of the ruby19 FLAVOR.

Also, for home_run, fastri, and fastercsv, explicitly build only the
ruby 1.8 version of the port.  These libraries can run on ruby 1.9, but
it doesn't make sense to build a ruby 1.9 version by default.
2012-09-23 17:20:41 +00:00
jeremy
616393b529 Explicitly set ports that only build or run on ruby 1.8 to have both
FLAVOR and FLAVORS set to ruby18, so attempting to build them without a
FLAVOR set still builds the ruby 1.8 version.

Remove MAINTAINER at his request.
2012-09-23 17:13:42 +00:00
jeremy
620cf0a1fe Have raggle depend on the correct FLAVOR of the ruby-ncurses dependency. 2012-09-23 17:12:42 +00:00
jeremy
e603210399 Have puppet-dashboard depend on the correct FLAVOR of the ruby
dependencies.
2012-09-23 17:11:34 +00:00
jeremy
4df01cf8a7 Explicitly set ports that only build or run on ruby 1.8 to have both
FLAVOR and FLAVORS set to ruby18, so attempting to build them without a
FLAVOR set still builds the ruby 1.8 version.
2012-09-23 17:00:49 +00:00
jeremy
c3579f1baf Bump revisions for ruby gem/extconf ports after the switch to ruby 1.9
by default, since the ruby 1.8 version now has a ruby18 explicit FLAVOR.
2012-09-23 16:57:32 +00:00
naddy
766786d192 fix build after pango 1.31 update: pangox is gone 2012-09-22 17:33:29 +00:00
landry
181d9b3892 Remove useless dependency on deprecated pangox.
- remove useless patch to gfx/thebes/Makefile.in adding -lpangox-1.0 to
EXTRA_DSO_LDOPTS, this was maybe useful before ffx 3.0, but mozilla
stopped using pangox between 2.0 and 3.0. See for the last traces of
pangox.h use : https://bugzilla.mozilla.org/show_bug.cgi?id=528941. See
also bugs #323671/#338446
- backport the patch from #528941 to remove useless pangox.h inclusion
from www/firefox35.
- remove the RUN_DEPENDS on pangox-compat
- bump all corresponding REVISIONS
- while here, make sure all moz ports depend on latest nspr 4.9.2 since
  it'll be a requirement for upcoming gecko 16 releases
2012-09-22 10:30:17 +00:00
ajacoutot
ef5cb32a0f Stupid autohell is stupid...
The situation is this: even when we --disable-gtk-doc, if gtk-doc is
actually installed at configure stage, tools like gtkdoc-rebase will be
picked up and run during the install target. That is bad because the
gtk-doc package may have been removed by then, especially during dpb(1)
bulks (we explicitely disable support for it so why should it stay...).

So for now, let's add the following env to configure whenever we use
--disable-gtk-doc, until a bettersolution is found...
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
		ac_cv_path_GTKDOC_REBASE="" \
		ac_cv_path_GTKDOC_MKPDF=""
2012-09-21 14:48:05 +00:00
ajacoutot
a598203a8d Fix after pangox removal from devel/pango.
ok jasper@
2012-09-21 13:21:44 +00:00
dcoppa
6685400950 Bugfix update to 7.0.30 2012-09-21 05:07:22 +00:00
giovanni
a75f393242 Bugfix update to 1.8.4
some speed improvements
On large web sites the upgrade scripts should be run from shell
Full Changelog available at http://piwik.org/changelog/
2012-09-19 15:53:22 +00:00
jasper
c3990dee0b sync after recent lua.port.mk change 2012-09-19 08:15:08 +00:00
gonzalo
8b542603f6 Update for Xombrero to 1.3.1:
* Unbreak custom URI handling
* Fix display of about:favorites with no favorites
* Prevent using back on an about:secviolation page from returning back
  to the exact same page that triggered the cert warning.
* Fix build with glib 2.30.0
* Kill a crash when using older libsoup versions
* Sync the preloaded HSTS list with Chromium's

Tested on amd64.

Ok kili@
2012-09-18 20:34:30 +00:00
espie
93aa04a30b minor updates to a few modules I use 2012-09-18 14:06:57 +00:00
rpointel
e66c719f41 update tornado to 2.4, changelog: http://www.tornadoweb.org/documentation/releases/v2.4.0.html.
ok gonzalo@ looks good aja@
2012-09-18 05:28:28 +00:00
landry
9e90ef2368 Build cgit static by default to ease upgrades within the httpd chroot.
Prompted by a diff from Olivier Mehani on ports@
looks good to sthen@
2012-09-17 19:37:09 +00:00
gonzalo
076b365b14 Update for Pound to 2.6:
- allow multiple AddHeader directives
    - fixed memory leak in config/AddHeader
    - fixed memory leak in DH
    - fixed problem in SNI certificate storage
    - changed long to long long for support of requests larger than 2GB
    - added parsing for certificate CN
    - fixed problem in task enqueing
    - fixed small problem in Makefile

And others, while here, GROFF is not needed and patches applied
upstream.

Ok 'Looks fine' aja@
2012-09-17 13:05:14 +00:00
bluhm
180e4b9462 The dependency to liblzma.so.1.0 was missing in the www/links+ port.
The executable /usr/local/bin/links is linked against it and does
not start if the xz package is not installed.
ok fgsch@ dcoppa@ sthen@
2012-09-17 10:28:42 +00:00
ajacoutot
7cd4dce78b Bugfix update to libcroco-0.6.6. 2012-09-16 17:45:58 +00:00
jeremy
fc111005c8 Remove pure ruby gem ports that aren't compatible with ruby 1.9.
Most OK sthen@, ruby-prawn OK claudio@
2012-09-15 17:55:15 +00:00
jeremy
d9028f61a8 Unlink pure ruby gem ports that aren't compatible with ruby 1.9.
Most OK sthen@, ruby-prawn OK claudio@
2012-09-15 17:53:15 +00:00