Commit Graph

67378 Commits

Author SHA1 Message Date
jasper
9db21c53af - bugfix update to 0.4.9 2011-06-29 18:44:07 +00:00
naddy
77979a574e fix up timestamp so this doesn't try to run autotools 2011-06-29 18:22:46 +00:00
jasper
6e4ac2d1c5 - tweak MASTER_SITES 2011-06-29 18:11:25 +00:00
naddy
e2d74a71a6 add additional quoting to autoconf macro to stop aclocal warnings 2011-06-29 17:23:32 +00:00
sebastia
1162fe9cd6 use gcc3 on sparc
OK sthen@ already some days ago, MAINTAINER timeout
2011-06-29 12:45:02 +00:00
jasper
a689b8b697 - fix build with newer libtool 2011-06-29 12:25:14 +00:00
jasper
771698f85e - make this file readable again
- add distfile mirror
2011-06-29 12:20:56 +00:00
jasper
a6e0455d63 - fix build with newer libtool 2011-06-29 12:06:58 +00:00
jasper
cb4786582b - fix build with newer libtool 2011-06-29 12:00:45 +00:00
rpointel
3756dd0626 Use devel/libffi and not libffi embedded in Python.
ok landry@ jasper@.
2011-06-29 11:58:31 +00:00
jasper
5bfe4a908a - tweak BUILD_DEPENDS 2011-06-29 11:41:34 +00:00
jasper
08c0e3c4f7 don't run autofuck, just patch the .in files instead (identical diffs).
this fixes the build with newer libtool

no package change
2011-06-29 11:30:31 +00:00
jasper
aec0d1c7f4 - tweak BUILD_DEPENDS 2011-06-29 11:02:53 +00:00
jasper
fcbd239a34 - update faac to 1.28
* fixes build issues with newer libtool, among other fixes
2011-06-29 10:57:17 +00:00
jasper
7b77d96a64 sync 2011-06-29 10:41:15 +00:00
jasper
4d949d7ce2 import py-enet 1.0
py-enet is a python wrapper for the ENet library.

from james turner (MAINTAINER) with tweaks by me
ok landry@
2011-06-29 10:40:26 +00:00
jasper
6ac4c07c5b - update to 5.837, which is the last release before the massive changes in 6.00
where upstream unbundled all modules not in the LWP:: namespace into separate
cpan modules....
2011-06-29 09:18:24 +00:00
jasper
12068675d7 - adjust after recent enet update
from james turner with a tweak by me
2011-06-29 09:06:32 +00:00
jasper
3667ced123 - update enet to 1.3.3
from james turner
2011-06-29 09:06:17 +00:00
rpointel
907ada56db +cython 2011-06-29 08:28:47 +00:00
rpointel
91fe494c92 Import cython, from James Turner, with few tweaks by me and landry@.
ok landry@, benoit@. 
Cython is a language that makes writing C extensions for the Python
language as easy as Python itself. Cython is based on the well-known
Pyrex, but supports more cutting edge functionality and optimizations.
The Cython language is very close to the Python language, but Cython
additionally supports calling C functions and declaring C types on
variables and class attributes. This allows the compiler to generate
very efficient C code from Cython code.
This makes Cython a language for wrapping external C libraries, and for
fast C modules that speed up the execution of Python code.
2011-06-29 08:27:26 +00:00
dcoppa
4db2666d25 I like this more; no binary change 2011-06-29 07:42:02 +00:00
robert
f5bf576b18 update to 12.0.742.112 2011-06-29 06:32:32 +00:00
sthen
3e3639224e security update to asterisk 1.8.4.4: fix a case where invalid username
was distinguishable from incorrect password.
2011-06-29 01:15:04 +00:00
sthen
46e584201e reserve user for owamp 2011-06-28 23:32:08 +00:00
sthen
12ef69da18 +lcms2 2011-06-28 23:12:56 +00:00
sthen
b0f40dd5f7 import lcms2, ok edd@, nothing in bulk build logs appears to pick it up yet.
LCMS is the Little Color Management System, a Color Matching Method
(CMM) library which implements fast transforms between ICC profiles.

Color management refers to techniques that ensure consistent color
as images are transferred from scanners or cameras to monitors and
printers.
2011-06-28 23:12:29 +00:00
landry
b16ee369be Update to fennec/firefox for mobile 5.0, sync patches from www/mozilla-firefox..
Tested on amd64 and macppc.
2011-06-28 22:01:17 +00:00
sebastia
3156205189 Import the "traditional" GNUstep Objective-C runtime:
The GNUstep Objective-C runtime is designed as a drop-in replacement for the
GCC runtime.

This version of the runtime is needed to get GNUstep ports working fine on sparc.
Not yet hooked up to the build. To make use of it, it needs an update for gnustep-make, and a bump on all dependent ports.
Waiting for gnustep-base update, which should arrive soon, to do all those things at the same time.

OK landry@
2011-06-28 16:06:20 +00:00
sebastia
f40c64a167 hook up performance and webservices 2011-06-28 16:00:55 +00:00
landry
22f67ec48e Talk about Firefox 5 in DESCR, reported by John Taylor (thanks!) 2011-06-28 15:53:38 +00:00
sebastia
3743a2648b import GNUstep WebServices:
The WebServices library contains a collection of classes to be used for
creating client and server 'web service' applications. It is also useful
for general XML work as the API that is particularly simple and
efficient.

OK landry@
2011-06-28 15:51:18 +00:00
sebastia
3a4707d09b Import GNUstep Performance:
GNUstep Performance is a collection of classes to help improve/tune
performance of your software.

OK landry@
2011-06-28 15:49:56 +00:00
dcoppa
9601a5a11d Update to ffmpegthumbnailer-2.0.6.
Ok landry@
2011-06-28 13:43:03 +00:00
ajacoutot
77d1ca5363 s/make/${MAKE_PROGRAM} 2011-06-28 12:57:47 +00:00
landry
8713d2ab0d Add archivers/unzip to BUILD_DEPENDS, reported by Mark Patruck (thanks!) 2011-06-28 11:57:39 +00:00
jasper
b6bb1792fb add missing build depends. spotted by robert@ 2011-06-28 11:55:51 +00:00
ajacoutot
b58dcc0c5c Update to cups-1.4.7. 2011-06-28 11:52:38 +00:00
sthen
c12b40632d unbreak build, from robert@ 2011-06-28 11:39:31 +00:00
ajacoutot
a35af41beb Add gnome-icon-theme to RUN_DEPENDS, it's needed to render some icons.
ok robert@ (maintainer)
2011-06-28 11:34:42 +00:00
robert
11742a510b Add the ${GEM_BIN_SUFFIX} postfix to the redcloth binary to fix the
ruby19 build
2011-06-28 11:33:33 +00:00
kili
0d23a6ec1a Do not hide required libs in the .pc files.
Fixes the build of hs-cairo.

ok dcoppa@, jasper@ (who wanted the extra comment in the patch file)
2011-06-28 11:04:40 +00:00
ajacoutot
9eb8824e6f Remove now useless patch. 2011-06-28 10:41:48 +00:00
ajacoutot
52866d0dcb Rework the mount/unmount functions.
Remove useless patches while here.
2011-06-28 09:40:13 +00:00
jasper
047258332b @comment the wininst files, like python2, so this packages on mips64el now. 2011-06-28 09:29:28 +00:00
rpointel
12def66d26 Regen PLIST and remove --without-check.
Bump Revision.
ok sthen@.
2011-06-28 09:10:32 +00:00
dcoppa
d2fc0960bd Latest round of fixes from upstream:
* fix --draw-filename "x of y" being cut off by short filenames
* respect --zoom 100 in --fullscreen mode
2011-06-28 07:40:08 +00:00
dcoppa
0b66f8d674 Update to pjsua-1.10.
tested and ok'd by Christopher Zimmermann (maintainer)
ok landry@
2011-06-28 07:03:46 +00:00
sthen
2679c25ded In the cgi, only permit a user to execute commands on an entire
hostgroup/servicegroup if authorized for every member of the group.
From upstream repo.
2011-06-28 06:34:33 +00:00
landry
e376c11d4e Update to firefox-i18n 5.0. 2011-06-28 05:44:38 +00:00