Commit Graph

74059 Commits

Author SHA1 Message Date
naddy
1d36274a96 include <sys/param.h> at the top, not inside a function body, which fails
on alpha because param.h pulls in all sorts of kernel headers
2012-04-13 14:12:52 +00:00
naddy
f3f4a107a8 regen patches 2012-04-13 14:03:58 +00:00
naddy
84c2eb73b5 regen patches 2012-04-13 13:58:31 +00:00
naddy
956cb64fd0 hook in screen again, don't just remove a popular cross-platform program
on whim
2012-04-13 13:47:03 +00:00
robert
ebaf041e2a add missing patch 2012-04-13 13:44:15 +00:00
robert
d012f87366 update to mc-4.8.1.1 2012-04-13 13:42:21 +00:00
espie
f59651cbd6 don't build screen packages, except for brltty.
We have tmux
2012-04-13 13:20:13 +00:00
gsoares
a3a8889040 bugfix update to 0.64
zap groff while here.

0.64 Sat Dec 19, 2009, joern
Bugfixes:
- Accumulated group member errors were not reported to
the frontend.
- Use Perl's builtin command execution with a subshell
instead of forking.
2012-04-13 13:06:58 +00:00
robert
b47270d725 update to mono-2.10.8 and remove some old hacks now that we have
sem_timedwait()
2012-04-13 11:51:49 +00:00
naddy
4c2e2488a8 * maintenance update to 4.1, Debian patch level 17
* fix the integer promotion fix
2012-04-13 10:56:41 +00:00
naddy
ed872aafd0 * honor CFLAGS (will also build on alpha now)
* drop obsolete patches for i386 a.out
* don't require MMX support on i386

ok benoit@
2012-04-13 09:12:21 +00:00
jasper
a96f028cca - update to 2.7.13, fixes various security issues
cve-2012-1906 cve-2012-1986 cve-2012-1987 cve-2012-1988 cve-2012-1989

ok robert@ (MAINTAINER
2012-04-13 08:18:30 +00:00
jasper
980ff002f7 - update to 3.2.0 2012-04-13 07:57:01 +00:00
ajacoutot
d1a574ed89 Cleanups from Brad:
- Remove unused OSS patch chunks.
- Remove unnecessary patching for AltiVec as --disable-altivec is already used.
- Remove the whole chunk for fixing up the opimizations instead of doing
  CFLAGS=$CFLAGS & CXXFLAGS=$CXXFLAGS after removing the optimization flags
2012-04-13 06:24:19 +00:00
ajacoutot
1d60756007 Remove patch no longer necessary now that the compiler has been fixed.
from Brad (maintainer)
2012-04-13 06:22:02 +00:00
sthen
00ff129c90 update to scamper 20111202b, from Matthew Luckie (upstream developer)
http://www.wand.net.nz/pipermail/scamper-announce/2012-March/000014.html
http://www.wand.net.nz/pipermail/scamper-announce/2012-April/000015.html
2012-04-12 23:25:18 +00:00
matthew
9149381b32 Fix our patch for ClassLoader.loadLibrary(). Make sure that we prefer
libfoo.so.10.0 over libfoo.so.9, and fix the regex to prevent false
positive matches.

ok kurt@
2012-04-12 22:27:20 +00:00
naddy
a7b4dcc2cb make this build on archs where va_list is not a pointer; ok jasper@ 2012-04-12 21:00:37 +00:00
espie
2bac4ead62 bigger than cmake or mysql 2012-04-12 20:28:47 +00:00
ajacoutot
25b33a42c2 Remove oldies... 2012-04-12 20:23:03 +00:00
jasper
24497dd8b7 - update to 1.3.1 2012-04-12 19:08:46 +00:00
gsoares
fb31296af5 unbreak TEST_POD. pass it in MAKE_ENV.
(no bump needed)
2012-04-12 19:05:01 +00:00
ajacoutot
3b78383d97 Remove XXX and add support for gtkspell. 2012-04-12 18:05:43 +00:00
ajacoutot
816e04bd32 +gtkspell3 2012-04-12 18:04:52 +00:00
ajacoutot
91ff243913 gtkspell3-2.99.99.
GtkSpell provides word-processor-style highlighting and replacement of
misspelled words in a GtkTextView widget. Right-clicking a misspelled
word pops up a menu of suggested replacements.

ok jasper@
2012-04-12 18:04:26 +00:00
ajacoutot
2b4d184a57 Sanitize CONFIGURE_STYLE. 2012-04-12 18:00:14 +00:00
naddy
2f12d2fceb * make this build on alpha by removing something that was intended
to help it build on alpha...
* honor CFLAGS
2012-04-12 17:31:12 +00:00
ajacoutot
8616c8bb91 --disable-static 2012-04-12 17:30:47 +00:00
ajacoutot
a9b7ab3856 Already SHARED_ONLY. 2012-04-12 17:29:27 +00:00
ajacoutot
51837c3b43 Remove XXX. 2012-04-12 17:25:29 +00:00
landry
fd5a44dd70 Oops, unbreak by providing an empty GCC3_ARCHS. 2012-04-12 15:06:05 +00:00
sthen
ad9e877d40 +entr 2012-04-12 14:56:09 +00:00
sthen
20c93a8203 ports/sysutils/entr, from Eric Radman, ok dcoppa@
entr - a utility for running arbitrary commands when files change.
Uses kqueue(2) to avoid polling. Reads a list of files provided on
STDIN and runs the supplied command if any of them are modified.
2012-04-12 14:55:47 +00:00
gsoares
494a8f7d43 hook up p5-Math-Random-ISAAC 2012-04-12 14:03:32 +00:00
gsoares
8fcf0f5ce9 Import p5-Math-Random-ISAAC-1.004
The ISAAC algorithm is designed to take some seed information and
produce seemingly random results as output.

However, ISAAC (Indirection, Shift, Accumulate, Add, and Count) has
different goals than other commonly used algorithms. In particular, it's
really fast - on average, it requires only 18.75 machine cycles to
generate a 32-bit value. This makes it suitable for applications where a
significant amount of random data needs to be produced quickly, such
solving using the Monte Carlo method or for games.

with feedback and tweaks by me
committing on behalf of dhill@

OK sthen@
2012-04-12 13:53:03 +00:00
jasper
041ad86a37 sync 2012-04-12 13:47:22 +00:00
jasper
ee2998379f import lua-lgi 0.4
LGI is gobject-introspection based dynamic Lua binding to GObject based
libraries. It allows using GObject-based libraries directly from Lua.

ok aja@
2012-04-12 13:46:36 +00:00
sthen
d025215d3a MuPDF has two ways to embed fonts; a stonking great static array which
GCC hates and uses 800MB+ to compile, and embedding with .incbin.
Switch the port to using .incbin. Fixes out of memory on alpha reported
and tested by naddy@, greatly improves build time on arm.
The VMEM_WARNING can now be removed.

- while there, don't use groff.
2012-04-12 13:31:01 +00:00
sthen
e1add271e0 Add steps to copy SSL certs and a reminder about UTF8 to postgresql-server's
upgrade notes.  ok pea@
2012-04-12 11:47:05 +00:00
landry
3cd365fcdd Move sh/landisk to GCC4_ARCHS.
ok phessler@ naddy@
2012-04-12 11:46:35 +00:00
sthen
5edd20d744 update to node 0.6.15, from Aaron Bieber
- Thanks for the great book Aaron!
2012-04-12 10:16:50 +00:00
dcoppa
aa0c1124ca Update to umurmur-0.2.10.
From maintainer Jonathon Sisson, tweaked by me
2012-04-12 10:03:19 +00:00
dcoppa
5620040242 Garbage collect patches/patch-src_playerlistener_cpp: it works fine
now that we have rthreads.

While here, fix WANTLIB.
2012-04-12 09:15:40 +00:00
naddy
fa74f05d16 rename LANG to DRUPAL_LANG to avoid clash with locale setting 2012-04-12 08:16:06 +00:00
ajacoutot
ea8767e120 Sync after upstream commit. 2012-04-12 08:14:56 +00:00
ajacoutot
ff6c9d6a30 No need for autoconf. 2012-04-12 06:23:23 +00:00
sthen
e3936faf0a No need for a MESSAGE warning us about modifications needed when upgrading
from a 4-year-old version ;)  OK merdely@.
2012-04-12 01:00:23 +00:00
bluhm
b424176c5b update p5-NetAddr-IP to 4.059 2012-04-11 21:37:02 +00:00
bluhm
fe8052e9b4 update p5-Net-SSLGlue to 1.01 2012-04-11 18:55:49 +00:00
bluhm
4789a0b4f8 update p5-Net-SSLeay to 1.47 2012-04-11 18:51:49 +00:00