Commit Graph

11104 Commits

Author SHA1 Message Date
naddy
0a8ee9791e spelling 2012-12-31 15:48:10 +00:00
jasper
b6f50b8bfc remove mips64/mips64el from ONLY_FOR_ARCHS it never built and has badly messed up asm. 2012-12-31 08:17:33 +00:00
ajacoutot
500dd33677 +stfl 2012-12-30 18:00:14 +00:00
ajacoutot
15ce3a1ece Import stfl-0.22.
STFL is a library which implements a curses-based widget set for text
terminals. The public STFL API is only 14 simple function calls big and
there are already generic SWIG bindings. Thus is very easy to port STFL
to additional scripting languages.
<...>

ok jasper@
2012-12-30 17:59:36 +00:00
jim
c7ff61e356 Update to 20121207.
ok sthen@
2012-12-30 15:09:26 +00:00
bluhm
ffc2992152 update p5-Devel-NYTProf to 4.12 2012-12-30 13:45:18 +00:00
brad
f34cd489f6 Correct the version within the info page as this was copied from 1.12. 2012-12-30 06:50:46 +00:00
brad
fa3009e05b Add 1.13. 2012-12-30 04:43:43 +00:00
brad
40efee9984 Import automake 1.13.
ok jasper@
2012-12-30 04:42:24 +00:00
landry
03d382a642 Mark as BROKEN-sparc64 : Assembler messages: Error: Illegal operands on
date_ext.c.
It never built there.
2012-12-29 20:52:13 +00:00
landry
3100e8b778 Update to nspr 4.9.4.
Tested on sparc64 & hppa, and went into an amd64 bulk build.
2012-12-29 19:58:22 +00:00
bluhm
ca7bba67d0 - update p5-Time-Format to 1.12
- use no groff
- patch broken tests, do not fiddle with @INC
2012-12-29 16:31:21 +00:00
bluhm
29d51b8aa2 - update p5-BSD-stat to 1.34
- remove OpenBSD specific patches, they have been commited upstream
2012-12-29 14:04:54 +00:00
dcoppa
652f7f7e25 Sync with upstream cvs. 2012-12-28 18:27:23 +00:00
jasper
65316c59a3 prevent some configure tests from taking up hours to run on mips64 since we
already know their obvious outcome.
2012-12-27 18:44:42 +00:00
brad
cc75b05c01 Update to LLVM 3.2 and switces to __guard_local for stack protector support.
Initial work from landry@ with some fixes and further tweaking from pascal@ and brad@

ok sthen@ landry@
2012-12-23 20:49:29 +00:00
sthen
8c813409e4 sync wantlib 2012-12-23 13:25:11 +00:00
sthen
b7e535002c sync wantlib 2012-12-23 12:25:30 +00:00
landry
601ab7e1cf Mark as BROKEN-hppa: it never built there.
error: Could not determine global symbol label prefix
It tries to check for .globl support and fails on hppa, see config/ompi_config_asm.m4
2012-12-21 17:40:29 +00:00
sthen
c0ab4570a3 sync wantlib 2012-12-21 12:50:14 +00:00
sthen
6fe222514d sync wantlib 2012-12-21 12:13:35 +00:00
abieber
da021eec14 Fix node-gyp from recent upgrade of lang/node to 0.8.15.
OK sthen
2012-12-20 12:05:21 +00:00
ajacoutot
0df3da292a Update to goffice-0.10.0. 2012-12-19 10:42:05 +00:00
ajacoutot
f996936c20 +goffice08 2012-12-19 10:40:40 +00:00
ajacoutot
2c7b8c2fcb Re-import devel/goffice under devel/goffice08.
ok jasper@
2012-12-19 10:40:08 +00:00
jasper
78633fa07b - move post-install target into the !mips64* block as it's removing
some files which aren't built for mips64, and would thus rm would
    bail out.

    ok aja@
2012-12-19 07:34:10 +00:00
jasper
8ac9f70c34 committed upstream 2012-12-18 21:48:47 +00:00
sthen
40f5f67190 cope with sysctl.h changes 2012-12-18 21:38:12 +00:00
ajacoutot
8e0a2f2188 Bugfix update to pango-1.32.5. 2012-12-18 06:58:21 +00:00
sthen
c4b99465de sync plist; doxygen update 2012-12-16 11:30:50 +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
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
sthen
b6de031667 update to doxygen 1.8.2 2012-12-13 14:20:14 +00:00
jeremy
34657c66a9 Link ruby-ref and ruby-therubyracer to the build 2012-12-12 21:57:58 +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
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
mpi
03f48a2e3a Update to tig 1.1
ok tobiasu@ (maintainer)
2012-12-11 14:27:29 +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
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
ajacoutot
caaebbc5c8 Committed upstream. 2012-12-10 07:16:39 +00:00
brad
ccc581fc0d Mostly cosmetic tweaking and sync distinfo.
ok ajacoutot@
2012-12-09 08:23:31 +00:00
brad
930f42af09 Jacob Meuser disappeared a year and a half ago so remove him as MAINTAINER.
ok ajacoutot@
2012-12-09 07:29:57 +00:00
jasper
4e9409c1e3 - update to ExtUtils-PkgConfig-1.13 2012-12-08 18:50:49 +00:00
sthen
a87278868f update to coccigrep 1.11 2012-12-08 10:10:22 +00:00