Commit Graph

10436 Commits

Author SHA1 Message Date
jasper
9b7fdc2930 - set PKG_ARCH=*
- fix trailing whitespace
      - doesn't need groff

      ok sthen@ (MAINTAINER)
2012-06-22 11:38:13 +00:00
naddy
758513708e GCC3 is gone, we don't need to deal with it any longer; ok sthen@ 2012-06-21 16:17:40 +00:00
ajacoutot
8e9b80613b Update to ptlib-2.10.5; unbreak video in ekiga. 2012-06-21 14:23:51 +00:00
sthen
49a55c3e0f bump for plist changes 5.1 -> 5.2 2012-06-21 13:56:57 +00:00
kili
3d3026e0da Add missing dependency. Noticed by naddy. 2012-06-20 16:09:27 +00:00
kili
ebf7813e4d Add missing patch. 2012-06-19 21:10:59 +00:00
mpi
592ef45d74 Rework the OpenBSD backend to add *basic support* for non ugen(4) devices.
It is now possible to have a read access and submit control transfers to
all USB devices using libusb, please note that controllers and hubs also
appear as devices.

Requested by many, tested by and ok ajacoutot@, jasper@, henning@, shten@
2012-06-19 20:45:00 +00:00
jasper
135c62319b Adjust now that libtool lives in base
ok aja@ (who came up with the same goi diff)
2012-06-19 17:21:15 +00:00
sthen
83c15828b6 php-zip replaces pecl-zip 2012-06-16 12:52:04 +00:00
ajacoutot
0cacf80323 +iniparser 2012-06-16 09:49:32 +00:00
ajacoutot
e55737906f Import iniparser-3.1.
iniParser is a simple C library offering ini file parsing services.

input from and ok jasper@
2012-06-16 09:48:38 +00:00
dcoppa
d013c2ba21 Sync FindIconv, FindLCMS, FindLibintl modules with KDE's upstream git
Add FindLibLZMA module
(upstream git commit ee26019bd433020b8aad3c3a70bcb537e03b04ba)

Bugfix: FindPythonLibs: honor EXACT version specification
(upstream git commit 9d145b0998f21ae6d0571c5b6a7ab0168722df7c)

Bugfix: UseJava: fix find_jar() called with multiple files
(upstream git commit 5593d5718ec90f6a2e37ca4e2fdf3fc4537380ff)
2012-06-15 10:26:56 +00:00
ajacoutot
a1b7c39eb5 gtk-update-icon-cache:
Don't redirect errors to /dev/null and don't return true(1)
unconditionally. Instead, don't check for the existence of index.theme.
This will allow us to catch errors that may be happening because of a
missing dependency in the chain.

Some hidden issues may appear, in which case please contact me.

discussed with and ok blind jasper@
2012-06-15 08:32:14 +00:00
ajacoutot
9ab43017bd Fix update-desktop-database goo. 2012-06-15 06:52:15 +00:00
landry
a513534079 x11/qt4,-sqlite was folded back to x11/qt4, remove explicit dependencies
on it and bump REVISION.
2012-06-14 09:47:23 +00:00
dcoppa
cf153cacfa Fix libpthread linking (use '-pthread' instead of '-lpthread') for
cmake-based ports that use "CHECK_LIBRARY_EXISTS(pthread ...)".

Fix libpthread linking for devel/llvm too (additional care was
needed).

No fallout in a bulk build: thanks landry!
2012-06-14 09:32:00 +00:00
sthen
fbc95fb171 update to libyubikey 1.9, OK jasper@ 2012-06-14 07:30:09 +00:00
jasper
5adfd17387 - update to 0.92
from ryan boggs (MAINTAINER)
2012-06-12 17:30:48 +00:00
rpointel
f6b3b7c3b5 Update tortoisehg to 2.4.1, ok landry@. 2012-06-12 07:17:19 +00:00
rpointel
5bbcabdcdf Update mercurial to 2.2.2, ok landry@. 2012-06-12 07:16:43 +00:00
landry
d589e08e50 Fix WANTLIB (remove gmodule-2.0) and bump depending ports (others will
be updated in a sec)
2012-06-11 15:26:14 +00:00
gonzalo
1bd7835947 Add py-liblarch and py-liblarch_gtk 2012-06-11 13:47:39 +00:00
gonzalo
342e5e8521 gtk binding for liblarch.
Ok aja@
2012-06-11 13:45:05 +00:00
gonzalo
0179a9201d library to easily handle data structure
Ok aja@
2012-06-11 13:44:22 +00:00
sthen
2d21dc65fe zap quotes in PERMIT_* 2012-06-09 11:26:02 +00:00
gonzalo
65b15ff16a Add xxxterm -> xombrero
OK sthen@
2012-06-07 14:23:11 +00:00
jasper
c9993e545e sync 2012-06-07 12:07:14 +00:00
jasper
5e9bfc8cab import automake 1.12
from brad
ok sthen@
2012-06-07 12:06:47 +00:00
stsp
b69e7cfef0 Fix gnome-keyring description in DESCR-main, and other various DESCR tweaks.
ok sthen mpi
2012-06-06 14:20:36 +00:00
jasper
d7c9c58768 tweak 2012-06-06 11:52:42 +00:00
jasper
5c946ea30b - update to 1.0.2 2012-06-06 11:45:01 +00:00
ajacoutot
029a24ae87 Bugfix update to pango-1.30.1. 2012-06-05 12:45:20 +00:00
ajacoutot
98edccd788 Fix from upstream:
Fix crash on double free if loading WAV file failed.
2012-06-01 15:58:13 +00:00
ajacoutot
acdcd5dbba Fixes from upstream:
- Fix alignment issues on strict alignment architectures.
- Don't unnecessarily byte-swap on big endian hosts.

from Brad
2012-06-01 15:58:00 +00:00
ajacoutot
612f280208 Fixes from upstream:
- Clean up symbol visibility.
- Don't force quit in signal handler, since we might double-free things.
- Disable reverb flag in modplug decoder. It's producing trash in some cases.
- Don't underflow array when parsing timidity config file.
- Fix read_config_file() not closing the file when there is an error.
- Honor the return code from recursive read_config_file() call.
- Reset some state on shutdown to prevent crash when reinitializing.

from Brad
2012-06-01 15:57:51 +00:00
jasper
7234d01e93 sync 2012-06-01 07:31:09 +00:00
jasper
053f265fbb import autoconf 2.69
from brad
ok sthen@
2012-06-01 07:30:46 +00:00
stsp
9a7fba050f Update to Subversion 1.7.5 and fix WANTLIB; help and ok mpi@ 2012-05-30 12:16:14 +00:00
jasper
218b2aa27c committed upstream 2012-05-30 11:09:10 +00:00
jasper
fcf75f8e78 Apply patches from upstream bugzilla (#676090, malicious escape sequences can cause denial of service). 2012-05-29 20:31:40 +00:00
jasper
5da10430d2 - update to 0.32.2, includes a fix for an issue which mosh has been assigned
CVE-2012-2385.
2012-05-29 20:30:03 +00:00
jasper
dce658b206 - update to 3.35 2012-05-28 15:29:58 +00:00
fgsch
bc869f4771 Fix master site for ecj-3.7.1.jar 2012-05-28 13:53:18 +00:00
jasper
150a15179b - update to 2011-10-30 2012-05-28 12:05:09 +00:00
landry
0b8fa99641 Mark as BROKEN on sparc64, asm illegal operands (and -fno-tree-ter
doesn't "fix" it)
2012-05-28 10:30:39 +00:00
jasper
76f72bcb56 Adjust to use the same automake version as what they were originally
generated with for the test suite.

from brad
ok sthen@
2012-05-26 11:53:07 +00:00
jasper
1e878a85e0 - let g-c-a use the clang module to get the correct includes path
- add a reminder commennt in llvm/Makefile

discussed with and ok sthen@
2012-05-26 09:14:34 +00:00
jasper
3e87bbf734 - unbreak regress tests and set REGRESS_IS_INTERACTIVE=x11 2012-05-26 08:56:44 +00:00
jasper
c145857916 - update to 0.6 2012-05-26 08:44:32 +00:00
sthen
68d394c41c Update to LLVM 3.1.
Thanks Brad for pointing out a few problems with my original diff.
2012-05-25 09:05:49 +00:00