Commit Graph

58447 Commits

Author SHA1 Message Date
jolan
ac18a69341 update to 5.5.014 2010-07-22 18:28:39 +00:00
ajacoutot
91709ba838 It's official, I suck.
Unbreak bulks by not forcing to build_depends on a specific psutils
FLAVOR which is dumb and useless.
I blame the Tripes de Caen.

spotted by landry@
2010-07-22 16:18:05 +00:00
landry
233c804269 Make sure netinet/in.h is included before arpa/inet.h.
Fixes build with -Wsystem-headers. While here use REVISION/fix DEPENDS
2010-07-22 14:40:49 +00:00
landry
9e89224507 Make sure netinet/in.h is included before arpa/inet.h.
Fixes build with -Wsystem-headers.
2010-07-22 14:26:53 +00:00
giovanni
fb973c9f1b Update to 0.6.4, some bug fixed and a new plugin is available,
full changelog: http://piwik.org/changelog
2010-07-22 12:46:46 +00:00
ajacoutot
b333949ee1 Err, forgot to set the license marker in previous, going into autoslap
mode.
No pkg change.
2010-07-22 12:13:17 +00:00
ajacoutot
2e5c186640 Make all info patches consistent so info files can be installed without
warnings (and actually do install the info file from version 1.4).
Do not hardcode gmake.
2010-07-22 12:08:58 +00:00
landry
a730bb2de1 Disable gcjwebplugin, it's unmaintained upstream, uses xulrunner 1.8, is
not convertible to 1.9, etc etc. While here remove MAINTAINER per his
request, update licence marker, fix depends and use REVISION.
No cries of despair on ports@
2010-07-22 11:45:12 +00:00
ajacoutot
24cd24bd6b Fix regress: don't depend on ::lang/python/2.3 it's been removed long
ago. Let's use the python MODULE so that python* tests are actually run
but set MODPY_BUILDEP and MODPY_RUNDEP to No.

Prevent install-info from whining when we have several versions
installed.
Regen patches.
2010-07-22 11:37:15 +00:00
ajacoutot
488b3de7b4 Restore media-keys functionnality. From GNOME perspective, binding a key
to an action requires pulseaudio... yeah right...
2010-07-22 11:26:29 +00:00
ajacoutot
fec6dd7fcc Use the python MODULE and set MODPY_BUILDDEP and MODPY_RUNDEP to No.
Remove XXX.
2010-07-22 10:41:06 +00:00
ajacoutot
51adf18917 Use the python MODULE and set MODPY_BUILDDEP and MODPY_RUNDEP to No.
Remove XXX.

ok sthen@
2010-07-22 10:40:35 +00:00
ajacoutot
5f48a04970 Add a MODPY_BUILDDEP variable so we can use the python MODULE without
actually needing python. This will allow removal of some hacks in tree.
Remove XXX.

ok sthen@
2010-07-22 10:39:19 +00:00
ajacoutot
18cc9868c7 texi2html is in fact required, as spotted by landry@ 2010-07-22 10:12:48 +00:00
landry
50726e5ac0 Remove -Wredundant-decls. While here tweak REVISION/LIB_DEPENDS. 2010-07-22 09:29:13 +00:00
ajacoutot
04e9f6d209 Compile with -pthread. 2010-07-22 09:24:20 +00:00
ajacoutot
d74efa0c48 Fix build.
noticed by landry@
2010-07-22 09:12:42 +00:00
ajacoutot
1085cfe665 No need to set MODPY_VERSION here, use the default one.
ok stsp@ (maintainer)
2010-07-22 09:09:34 +00:00
ajacoutot
f6e061d135 One dependency on libtool is enough. 2010-07-22 05:32:34 +00:00
sthen
72ce1d37b6 drop gcc4 modules, use REVISION, some other minor cleanup.
ok jsg@ on earlier version.
2010-07-21 23:02:56 +00:00
sthen
390e9c3c97 remove ports-tree-gcc4 workarounds, use REVISION, etc. ok jsg@ 2010-07-21 22:19:01 +00:00
steven
024d23b510 new WANTLIB/LIB_DEPENDS while here 2010-07-21 21:34:08 +00:00
steven
dd87420057 drop maintainership; this is the last free version of this software
anyway before it became commercial
2010-07-21 21:33:03 +00:00
steven
4606e7accf update to 1.0.11
makes it work again after modifications in the online dictionary

restyle spacing while here
2010-07-21 21:27:44 +00:00
edd
c18dcc985a convert some of my ports to the new LIB_DEPENDS and REVISION conventions.
OK sthen@
2010-07-21 21:14:47 +00:00
steven
18f8738020 update homepage 2010-07-21 20:37:26 +00:00
sthen
9eb24250ce Update orc to 0.4.6, patched to avoid opcodes not available on our
supported arm systems. From Brad, with some prodding from ajacoutot,
many opcodes worked out by me the slow way.
2010-07-21 20:30:21 +00:00
ajacoutot
7d7d5bad26 Remove non existent configure args.
Move to new DEPENDS while here.
2010-07-21 20:01:10 +00:00
ajacoutot
5145457348 Add missing dependency on py-xdg.
from Juha Erkkila
2010-07-21 18:42:35 +00:00
merdely
2056ff761a s/TRUETRUEPREFIX/TRUEPREFIX/ in pkg/MESSAGE and bump REVISION
From Daniel Dickman.
2010-07-21 18:36:59 +00:00
steven
715dacfb85 pass COMPILER_VERSION in MAKE_ENV instead of USE_GCC3.
this removes the last instance of USE_GCC3 in ports.

from brad
2010-07-21 17:11:48 +00:00
steven
dc8c73b1de drop USE_GCC3 here as well.
from brad
2010-07-21 17:04:29 +00:00
steven
952b3ac19a drop USE_GCC4. we don't use this and the module checks COMPILER_VERSION.
from/discussed with brad
2010-07-21 16:45:21 +00:00
steven
26f69c2f4b use COMPILER_VERSION instead of USE_GCC3
from brad
2010-07-21 16:42:52 +00:00
landry
d71efac8d6 Make sure netinet/in.h and friends are included before SDL_net.h to
avoid redefining INADDR_ANY/NONE/BROADCAST in SDL_net.h.
This allows it to build with -Wsystem-headers.
2010-07-21 16:21:54 +00:00
merdely
cc4e80feef Update to 1.8.
"please" marco@, "go go go" todd@
2010-07-21 16:14:13 +00:00
merdely
efb04a08a8 Update to 0.21 2010-07-21 15:18:16 +00:00
merdely
36ae62412b Update to 1.00 2010-07-21 15:17:58 +00:00
landry
e2b1cd5b1f Don't use -Wredundant-decls. 2010-07-21 14:07:43 +00:00
edd
4fb3f3f3f0 should be a space before an equals on the MAINTAINER example comment.
OK merdely@, sthen@
2010-07-21 12:27:41 +00:00
ajacoutot
10e41a8fe3 Fix MASTER_SITES.
from patrick keshishian
2010-07-21 06:46:33 +00:00
merdely
671d03c474 Update to 3.6.0. Works with clamav in tree.
Thanks for testing from Johan Huldtgren.
2010-07-21 05:53:07 +00:00
ajacoutot
c7a13b932b Fix cpuid function on x86-64 (from upstream), see:
https://bugs.freedesktop.org/show_bug.cgi?id=28956

from Brad
2010-07-21 05:51:41 +00:00
merdely
f0b604518b Update GetLive to 0.59. 2010-07-21 02:21:52 +00:00
kevlo
10a80abd0c Update to 3.13007
ok ckuethe@
2010-07-21 01:03:36 +00:00
sthen
2f6937f1c0 tweak, suggested by merdely@ 2010-07-21 00:18:54 +00:00
sthen
a3822319a3 mbox: When generating envelope to From_-line, don't append a second
@owndomain if username already has one.

from upstream via Brad.
2010-07-20 23:49:18 +00:00
landry
00a26bc41d Add a temporary hack (tm) to make sure the nodes in dirty layer have
'random negative ids', until a better solution is found with upstream.

Fixes the 'oh i can't upload those new nodes to the server because they
have positive ids' annoying bug (that appeared since switching to gcc4 ?)

While here, switch to newer REVISION/LIB_DEPENDS.
2010-07-20 20:59:15 +00:00
kili
d97511c3b8 Fix PKGNAME (`p5-' has been dropped by accident).
Add missing LIB_DEPENDS.

ok sthen@
2010-07-20 18:06:08 +00:00
ajacoutot
3ee721a6cb Unbreak after my recent gamin commit.
spotted by naddy@
2010-07-20 17:39:41 +00:00