Commit Graph

79971 Commits

Author SHA1 Message Date
jasper
e233c978fc - unbreak g77 on mips64* by defining PIE_DEFAULT in the right place.
ok pascal@
2012-12-12 21:54:41 +00:00
jeremy
85ed783ce4 Import ruby-therubyracer-0.11.0.
Embed the V8 Javascript interpreter into Ruby. Features:

* Evaluate Javascript from within Ruby
* Embed your Ruby objects into the Javascript world
* Manipulate JavaScript objects and call JavaScript functions from Ruby

OK abieber@
2012-12-12 21:50:40 +00:00
jeremy
d32c7798a9 Import ruby-ref-1.0.2.
ruby-ref provides object references for Ruby as well as some common
utilities for working with references. Object references are used to
point to other objects and come in three distinct flavors that interact
differently with the garbage collector.

* Ref::StrongReference - This is a plain old pointer to another object.

* Ref::WeakReference - This is a pointer to another object, but it is
not seen by the garbage collector and the memory used by the object can
be reclaimed at any time.

* Ref::SoftReference - This is similar to a weak reference, but the
garbage collector is not as eager to reclaim the referenced object.

All of these classes extend from a common Ref::Reference class and have
a common interface.

Weak and soft references are useful when you have instantiated objects
that you may want to use again but can recreate if necessary. Since the
garbage collector determines when to reclaim the memory used by the
objects, you don't need to worry about bloating the Ruby heap.

OK abieber@
2012-12-12 21:49:37 +00:00
naddy
f51b1d5965 * Don't explicitly chgrp tty (and certainly not to utmp); openpty() gives
us a tty with proper permissions/owner/group.
* Reserve enough space for tty name.
ok benoit@
2012-12-12 21:40:02 +00:00
naddy
0fe50ed6e4 reserve sufficient space for tty name 2012-12-12 20:39:25 +00:00
gsoares
c969020940 tweak COMMENT (use ${FEDORA_V} instead of hardcoding it); no package change. 2012-12-12 19:32:35 +00:00
landry
82cf911e49 Better fix, instead of using ONLY_FOR_ARCHS-cups, let's make the
graphics/colord dependency arch-dependent, ie only enabled on archs
where devel/spidermonkey is available. Disable colord support on other
archs. gtk+3-cups will now build on all archs where gtk+3 builds.
ok ajacoutot@ (MAINTAINER) jasper@
2012-12-12 18:53:08 +00:00
brad
73ce713d49 Upgrade to QEMU 1.2.2.
ok sthen@
2012-12-12 18:01:08 +00:00
ajacoutot
5a5b448cbf Update to cups-filters-1.0.25. 2012-12-12 17:35:02 +00:00
abieber
5ac3eafeb7 Update lang/node to 0.8.15
OK jeremy@
2012-12-12 16:51:23 +00:00
naddy
44d52069bd We need to use posix_openpt().
Pull in aclocal because the distributed source doesn't include aclocal.m4.
ok djm@
2012-12-12 16:38:33 +00:00
sthen
08db44bfae update to Unbound 1.4.19, ok jakob@ 2012-12-12 16:00:34 +00:00
dcoppa
3a96856ab4 Update to the latest svn snapshots:
numptyphysics -> 2010/09/16

npcomplete -> 2010/01/24

Kudos to sthen@ for mirroring the distfiles
2012-12-12 14:58:00 +00:00
jasper
7c10643c0d - remove defunct HOMEPAGE 2012-12-12 13:51:44 +00:00
jasper
f98900b6c0 - update to glpi-0.83.7 2012-12-12 09:56:34 +00:00
jasper
d5ca356379 - update to hiawatha-8.6 2012-12-12 09:39:52 +00:00
rpointel
3ad038650a update tortoisehg to 2.6.
ok landry@.
2012-12-12 06:07:53 +00:00
rpointel
8c31e882d1 Update mercurial to 2.4.
ok landry@, thanks to Samir Saada to have tested on loongson.
2012-12-12 06:07:14 +00:00
brad
0cb6d9f7fa Upgrade to cherokee 1.2.101.
ok sthen@
2012-12-12 02:17:40 +00:00
jeremy
a8b55da4bf In the dbm subpackage, drop dependency on databases/db/v4. Since ruby
1.9.3, ruby uses the libc dbopen support as the backend for the
dbm extension.
2012-12-11 22:20:02 +00:00
sthen
8aa34f7499 allow MODLUA_VERSION to be overridden; ok jasper@ 2012-12-11 22:12:12 +00:00
landry
b1324216b8 Fix on hppa, broken since the PIE switch.
mpi/hppa1.1/udiv-qrnnd.S is not PIE-safe, let's use mpi/hppa/udiv-qrnnd.S
instead.
with kettenis@
2012-12-11 21:12:36 +00:00
naddy
e296bf9511 use openpty() 2012-12-11 21:09:18 +00:00
landry
48209fe2c9 Regen patches 2012-12-11 20:47:45 +00:00
sthen
6969f2b8b1 mark BROKEN-hppa and remove my broken attempt at fixing the broken autoconf
test for atomic ops.
2012-12-11 18:22:54 +00:00
gonzalo
7acebfec37 Update for balance to 3.54
* A bug with hash_fold() regarding incoming IPv4 and IPv6 source
  addresses has been fixed. The "hash" group mechanism is now working as
  expected.
* Buffering has been disabled for interactive shell IO. A new
  "assign" command has been added to allow changing of the host:port
  assignment of a channel (only if disabled). A locking bug has been
  fixed.
* A new option -6 has been added to force IPv6 bind.
* Problems with setting IPV6_V6ONLY socket option are now handled
  more nicely with a syslog warning message.
* Balance now compiles also on systems where IPV6_V6ONLY is
  undefined (like some Solaris systems).
* IPv6 support on the listening side has been added. MAXCHANNELS in
  balance.h has been increased to 64.

Ok aja@ brad@
2012-12-11 18:15:13 +00:00
jasper
f88b6dbdbb - update to grilo-plugins-0.2.5 2012-12-11 17:54:13 +00:00
ajacoutot
492adbacab Fix default modulepath to follow upstream's behavior.
ok robert@ (maintainer)
2012-12-11 17:26:51 +00:00
ajacoutot
281688418a Bugfix update to at-spi2-core-2.6.3. 2012-12-11 17:11:06 +00:00
sthen
7b2ac5e4a1 disable notification-log-mib for now; causes an 8KB/trap leak in snmptrapd 2012-12-11 15:30:56 +00:00
sthen
c38a08495b bugfix update to Asterisk 10.11.0
- while there, revise pbx_spool.c kevent timeout fix; rather than
clamping the timestamp, in the particular problem situation we hit
the loop (where dirlist is empty), pass in NULL rather than
INT_MAX-timenow similar to what's done in the inotify case.
2012-12-11 14:46:41 +00:00
mpi
03f48a2e3a Update to tig 1.1
ok tobiasu@ (maintainer)
2012-12-11 14:27:29 +00:00
landry
482e51b430 Update to geary 0.2.2.
Based on a diff from Juan Francisco Cantero, added gettext MODULE and run
depends on gnome-keyring.
2012-12-11 13:33:06 +00:00
dcoppa
70b24a11f9 Bugfix update to libevent-2.0.21
From David Hill
2012-12-11 11:59:31 +00:00
dcoppa
f369162f0b Add DPB_PROPERTIES=parallel
Test/OK sthen@
2012-12-11 11:51:39 +00:00
sthen
41ed53ba17 - fix unpacking of multiple parts (from Gentoo, possibly via FreeBSD).
- recognise PNG files and set appropriate mime type (from FreeBSD).

- remove botched mkstemp() conversion which broke mpack(1);
a proper mkstemp conversion is intrusive.

- use some additional XXXX in the temporary filename.

- let this build with CLang scan-build.
2012-12-11 11:01:31 +00:00
sthen
d33bc05337 - move -ldap to a "MULTI_PACKAGES+= -ldap" within the 'if flavor !=
no_ldap' block

- squid optionally uses atomic ops if available, however in the code
it requires 4 byte operations, whereas configure only tests for int.
change configure test which may give hppa a chance to build; breakage
reported by landry
2012-12-10 21:19:41 +00:00
edd
3b77db8942 Enable graphicscontext support in wxWidgets.
Adds a dependency upon pthread. Tested a handful of dependent ports with
success.

This change allows the fs-uae launcher to render correctly.

OK sthen@
2012-12-10 20:51:24 +00:00
naddy
1fb7663ed6 update to 1.0.2: fixes an out-of-bounds read 2012-12-10 20:08:23 +00:00
naddy
9946108ed6 FLAC has moved to Xiph.Org 2012-12-10 20:06:10 +00:00
ajacoutot
dc52cc0872 Update to hplip-3.12.11. 2012-12-10 16:00:11 +00:00
jasper
16dc15411f sync 2012-12-10 15:43:22 +00:00
jasper
d74d6ceee8 import p5-Puppet-Tidy-0.1
This module parses the Puppet code and applies a subset of checks from
the Puppet Style Guide onto it. Currently the set of checks is rather
limited, but already enough is implemented to catch common mistakes and
to save you a great deal of time cleaning up your manifests.

ok aja@
2012-12-10 15:42:53 +00:00
ajacoutot
c87440b0c7 From upstream:
Bug #3757 - don't segfault on mailbox close with no user
2012-12-10 15:25:06 +00:00
dcoppa
2e45be0d32 Add a comment explaining why this patch is needed (for future
reference).
While here, fix pthread linking.

From a discussion with ajacoutot@
2012-12-10 15:05:12 +00:00
sthen
544646f481 add hppa-only patch from upstream; build was broken, reported by landry@ 2012-12-10 15:01:56 +00:00
pea
c35abdb887 Bugfixes update to 9.2.2
ok jeremy@
2012-12-10 13:45:49 +00:00
landry
b40d380960 Remove BROKEN-hppa marker, not needed anymore since gcc is now built
without -pie. At least boost builds fine without ICE. Tested on hppa.ports.
2012-12-10 13:37:57 +00:00
robert
9b8c842130 update to 23.0.1271.95 2012-12-10 08:49:17 +00:00
jasper
5bebaabf44 mips64 is not a supported platform currently 2012-12-10 08:22:19 +00:00