Commit Graph

7083 Commits

Author SHA1 Message Date
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
fgsch
e8bb7f207b enable reload support and bump revision.
ajacoutot@ ok
2012-09-15 14:39:47 +00:00
sthen
dccea2a7f9 update to Trac 1.0
- if you have problems with authentication with the standalone tracd,
review http://trac.edgewall.org/wiki/0.11/TracStandalone#UsingAuthentication
about use of absolute paths, previously they were explicitly not supported
but worked in some cases, now they don't work.
2012-09-15 10:02:22 +00:00
ajacoutot
df912b5315 Update to bacula-web-5.2.10. 2012-09-14 06:35:09 +00:00
sthen
46bde0b81f remove "SUBDIR += nginx,passenger" from www/Makefile, the flavour is now
on nginx/devel/,passenger and nginx/stable/,passenger and listed in
www/nginx/Makefile instead. pointed out by nigel@
2012-09-11 23:50:57 +00:00
sthen
1da1c3c851 update to xcache 2.0.1, from Brad
- includes some segv fixes
2012-09-11 23:41:43 +00:00
sthen
973d4e7f63 Update nginx stable in ports to 1.2.x and add devel (1.3.x), this is
separate from the version in the base OS which deliberately does not include
the mail proxy and additional modules. rc.d/enginx script is added (not
rc.d/nginx to avoid conflicting with base). Lua module is also supported.
Most of the work done by william@, with a few tweaks by me and ok william.

README could use more work and as pointed out by ajacoutot we need to
review permissions of the tmp directory, but the diff is already long enough.
@pkgpath markers are set to update from the 1.0.x packages to 1.2.x (with or
without the passenger flavour as appropriate).
2012-09-11 16:01:45 +00:00
sthen
e84102fa10 maintenance update to Trac 0.12.4; minor fixes only 2012-09-11 13:03:34 +00:00
sebastia
0e844502a0 Fix HOMEPAGE and BUMP
OK jasper@
2012-09-10 14:47:52 +00:00
ajacoutot
48e35cd4ac Don't depend on multimedia/gstreamer-0.10/plugins-bad, it's all in the
name...

ok pirofti@ (maintainer)
2012-09-10 13:21:47 +00:00
landry
66a52d3a5e Bugfix update to seamonkey 2.12.1.
Fixes bugs #780908, #787046 & #787833, and the regression in private
browsing mode (#787743) among other mozilla-specific fixes.
2012-09-10 11:13:07 +00:00
jasper
9a95b2e2db sync 2012-09-10 09:19:59 +00:00
jasper
8ea682e2cf import glpi 0.83.4
GLPI is the Information Resource-Manager with an additional
Administration- Interface. You can use it to build up a database with an
inventory for your company (computer, software, printers...). It has
enhanced functions to make the daily life for the administrators easier,
like a job-tracking-system with mail-notification and methods to build a
database with basic information about your network-topology.

ok aja@
2012-09-10 09:18:54 +00:00
jasper
ce6cc2f73c move various MESSAGEs into READMEs and apply some small modifictions for consistency
eyeballed by aja@
2012-09-10 09:16:33 +00:00
jasper
fa32cb6ca0 consistency 2012-09-09 21:00:10 +00:00
jasper
18440c0aa6 fix header style 2012-09-09 20:56:38 +00:00
jasper
d9e1f8a243 tyop 2012-09-09 20:39:27 +00:00
landry
66216b7400 Bugfix update to firefox 15.0.1.
Fixes a regression in private browsing mode, see
https://bugzilla.mozilla.org/show_bug.cgi?id=787743.
2012-09-09 19:50:31 +00:00