Commit Graph

79845 Commits

Author SHA1 Message Date
sthen
46078defc3 update to Nagios 3.4.3, tested by/ok merdely@ rpe@ (thanks!) 2012-12-14 23:50:08 +00:00
brad
8854ce5f05 Update to Postfix 2.10-20121210.
sthen@
2012-12-14 22:21:36 +00:00
brad
4114fd2843 Update to Postfix 2.9.5.
ok sthen@
2012-12-14 22:21:00 +00:00
naddy
cf6308eaa6 sync patches 2012-12-14 18:33:03 +00:00
gsoares
713ee66d96 zap unneeded patch since that now we support unix98 ptys family functions; OK millert@ jasper@
From: RD Thrush <rd at thrush.com>, thanks!
2012-12-14 13:24:55 +00:00
kirby
3c76b04399 useless without ufoai, which can only be built on shared lib arches.
saves a useless 530MB package on !shared arch.
idea and ok from sthen@
2012-12-14 10:36:35 +00:00
sthen
68fb8e7bfb mark naev-data as shared only, it's only useful with naev which itself
requires lua which is shared only. saves building a useless ~250MB package
on vax. ok kirby@
2012-12-14 10:26:00 +00:00
sthen
c225fc8170 mark the Asterisk sound files as SHARED_ONLY; they are only useful with
Asterisk which is itself SHARED_ONLY.
2012-12-14 09:52:16 +00:00
merdely
5f23a8c504 Update to Wordpress 3.5.
ok gonzalo@
2012-12-14 02:56:41 +00:00
landry
d1add410c6 Properly link with libeventextra, fix WANTLIB while here.
Fixes missing symbols issue reported by armani@
2012-12-13 20:42:45 +00:00
ajacoutot
5f499734df Unbreak runtime by using posix_openpt; I'm not quite sure how I missed this
in my tests...
2012-12-13 19:37:50 +00:00
naddy
1e474f48e1 remove Peter Stromberg as maintainer:
"I haven't used any of those ports myself for a long time, so I think it's
best you remove me as maintainer."
2012-12-13 16:34:47 +00:00
naddy
c345a41e95 use posix_openpt() rather than trying to open /dev/ptmx 2012-12-13 15:43:11 +00:00
kurt
8e267a77b4 Update to 1.2.37. Update README and drop MAINTAINER. okay dcoppa@ 2012-12-13 15:19:19 +00:00
naddy
be091a93af bump: this uses openpty since we fixed ac_cv_func_openpty in config.site 2012-12-13 14:41:51 +00:00
sthen
b6de031667 update to doxygen 1.8.2 2012-12-13 14:20:14 +00:00
sthen
db25398c17 +redland-bindings 2012-12-13 13:46:21 +00:00
sthen
a09b76c294 import ports/textproc/redland-bindings, reworked from a port by dlg, ok jasper 2012-12-13 13:46:01 +00:00
dcoppa
06edf25d89 Update to i3-4.4 2012-12-13 12:10:13 +00:00
chrisz
4958da850e Update hevea to 2.00
maintainer timed out; ok jasper@
2012-12-13 11:51:34 +00:00
dcoppa
753b84bfed Update to apache-tomcat-7.0.34 2012-12-13 08:35:43 +00:00
jsg
07a4bdee83 unbreak after recent youtube changes, ok martynas@
take maintainership as suggested by martynas (previous maintainer).
2012-12-13 02:48:15 +00:00
ajacoutot
ada00c0384 Revert, this pkg is for Fedora Core 4, not 10 (and it explicitely says it
needs an update to F10).
2012-12-12 22:02:50 +00:00
jeremy
34657c66a9 Link ruby-ref and ruby-therubyracer to the build 2012-12-12 21:57:58 +00:00
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