Commit Graph

82682 Commits

Author SHA1 Message Date
ajacoutot
bfec60b31f No need for librsvg. 2013-04-03 08:20:44 +00:00
robert
a52e8efd8d - update to 26.0.1410.43
- switch chromium to use clang/llvm instead of gcc
- switch back to the internal libvpx because it's an unreleased version
  at this point
- re-enable SSE2 support
2013-04-03 08:19:10 +00:00
ajacoutot
171c2807f8 librsvg is implied. 2013-04-03 08:16:43 +00:00
ajacoutot
90c8d74593 Oops, wrong Makefile, revert previous. 2013-04-03 08:15:15 +00:00
ajacoutot
924bf35962 Remove librsvg. 2013-04-03 08:11:23 +00:00
ajacoutot
97b041f8a8 librsvg is not needed at build time. 2013-04-03 08:08:21 +00:00
ajacoutot
3085e3a5d6 Fix RUN_DEPENDS. 2013-04-03 07:53:31 +00:00
ajacoutot
76e4e942dc Fix build/run dep. 2013-04-03 07:52:29 +00:00
ajacoutot
7ff3f3ea1e Missing RUN_DEPENDS.
Remove uneeded goo.
2013-04-03 07:51:31 +00:00
ajacoutot
3a3c2830df Remove deprecated comment. 2013-04-03 07:41:15 +00:00
ajacoutot
6418365696 Add comment about the fd.or utilities. 2013-04-03 07:23:51 +00:00
ajacoutot
2f55f333ff Uneeded build_depends on misc/shared-mime-info. 2013-04-03 07:13:33 +00:00
ajacoutot
76760e2385 We can get away with the gtk-update-icon-cache build dependency. 2013-04-03 07:13:19 +00:00
ajacoutot
1b2df4e9ad Add comment about desktop-file-install(1). 2013-04-03 07:01:32 +00:00
benoit
3c525b84e7 - update pngcrush to 1.7.56 2013-04-03 06:57:57 +00:00
ajacoutot
d47afbdba2 Do not build_depends on devel/desktop-file-utils. 2013-04-03 06:57:56 +00:00
ajacoutot
6f3abf1d88 Add --disable-update-desktop-database to CONFIGURE_ARGS and no need to
depend on update-desktop-database for building.
2013-04-03 06:53:07 +00:00
ajacoutot
d1a67e8b5c Missing update-desktop-database goo in PLIST. 2013-04-03 06:49:47 +00:00
ajacoutot
6679965f1a Drop build depends on shared-mime-info. 2013-04-03 06:45:31 +00:00
ajacoutot
3225a01b03 Drop BUILD_DEPENDS. 2013-04-03 06:42:28 +00:00
benoit
9b32ed45cf - update py-hgtools to 3.0.1
- regen PLIST
2013-04-03 06:41:52 +00:00
jasper
45036b5c0b - update to spice-protocol-0.12.5 2013-04-03 06:40:10 +00:00
jasper
c13d947462 - update to libvirt-1.0.4 2013-04-03 06:37:10 +00:00
ajacoutot
4d8ef7c2f4 Add a comment about shared-mime-info and desk-file-utils. 2013-04-03 06:26:57 +00:00
jasper
607a49b24e Security fix for CVE-2013-1912, haproxy may crash on TCP content inspection rules
Patch from upstream git.
2013-04-03 06:23:25 +00:00
ajacoutot
958b0b6915 No need to build_depends on gtk+2,-guic nor shared-mime-info. 2013-04-03 06:20:50 +00:00
gsoares
415a61c5a3 update to 1.59; mostly from sthen@
while I am there, enable support for compiled patterns. a python script is used to convert match patterns to C++ code.

OK sthen@
2013-04-03 03:00:31 +00:00
rfreeman
cc440e355c remove -pthread patch, from last change 2013-04-03 00:06:28 +00:00
rfreeman
86038f75b1 remove dep on esound, disable esound in configure, enable sdl audio, remove
-pthread patch as its not needed, remove USE_GROFF, GPLv2+ license marker.

OK brad@, sthen@
2013-04-03 00:03:25 +00:00
ajacoutot
e41173d2b9 No need to build_depends on gtk+2,-guic. 2013-04-02 17:45:46 +00:00
ajacoutot
bfeec77baa Sanitier depepdencies, these do not need to build depends on gtk+2,-guic.
RUN_DEPENDS = BUILD_DEPENDS is a known bad construct, but
BUILD_DEPENDS = RUN_DEPENDS is *not* that good either...
2013-04-02 17:26:34 +00:00
ajacoutot
edbd4cb711 Remove the librsvg dependency from the gtk ports, _except_ when it's a
build or lib depends... i.e. just remove the RUN_DEPENDS.
2013-04-02 16:41:21 +00:00
ajacoutot
bb2bb5ef4b Missed in previous. 2013-04-02 16:21:19 +00:00
ajacoutot
174c4c6129 x11/gnome/icon-theme is not needed for building.
As for running, remove the dependency: it's only usefull with gtk which
already bring gnome-icon-theme.
2013-04-02 16:19:00 +00:00
ajacoutot
c6fff61bfc No need to explicitely depend on gnome-icon-theme anymore. 2013-04-02 16:16:47 +00:00
ajacoutot
3880140dba Add a "convenient dependency" on gnome-icon-theme-symbolic to prevent
hunting what needs what:
=> some apps need more icons than the stock ones
=> some apps require symbolic icons with no fallback
=> some apps needs the svg version of the icon

It makes no sense to hunt all the ports tree source files to check what
icon are used exactly. That means than from now on we are _certain_ not
to miss any icons in gtk applications that are run outside of a full
blown Desktop environment.

no objection from landry@ naddy@ espie@
2013-04-02 16:11:44 +00:00
naddy
28a7450e98 bump EPOCH since the version number went backwards; ok espie@ 2013-04-02 15:54:20 +00:00
sthen
92ae446e62 add Bjorn Ketelaars as MAINTAINER. 2013-04-02 15:50:58 +00:00
zhuk
05aaa890e8 Tweak previous: escape all the dots in ${PATCHORIG}, not first one only.
Based on Jérémie Courrèges-Anglas, thanks!

ok jeremy@
2013-04-02 15:41:23 +00:00
sthen
1afe1dae0b Allow hping to handle pppoe interfaces. While there, improve license marker
and add a note about PF running on the sending host to DESCR.
2013-04-02 15:15:53 +00:00
espie
99f57f00f9 show maintainer's name (but not email address) and allow to search for
a given maintainer.
2013-04-02 15:12:08 +00:00
espie
c5cab71c9a a few minor updates, including some security concerns 2013-04-02 14:41:05 +00:00
naddy
20b4ba4e5a 5.3 CD packages 2013-04-02 14:27:59 +00:00
naddy
b137eb0fee audio/bmp is gone, so don't try to enable the bmp plugin 2013-04-02 14:09:23 +00:00
ajacoutot
efef9c7191 Switch the icon-theme-symbolic dependency. 2013-04-02 14:08:43 +00:00
espie
9411eccf3c cosmetic changes: zap the extra .swp file,
have lists be without bullet on ffx too,
align the search requester using tables
2013-04-02 12:39:36 +00:00
gsoares
d4674b9ecc update to 4.56; OK benoit@ 2013-04-02 12:34:31 +00:00
ajacoutot
219fbea0fe port-lib-depends-check failed again... missing dep on devel/libnotify.
spotted by naddy@
2013-04-02 12:26:11 +00:00
espie
e6c8e2db29 fix quoting in comment so that $@ ends up as it should
bump revision.
2013-04-02 11:43:13 +00:00
sthen
825d4c9e57 +easy-rsa 2013-04-02 11:41:02 +00:00