Commit Graph

56788 Commits

Author SHA1 Message Date
espie
68dccf6f67 fixes for gcc4:
- obstack.h uses casts as lvalues, fix those
- hack standard includes to avoid tons of strlen/malloc warnings (may
even fix bootstrap on other things than i386)
- remove non-standard assert.h that requires an eprintf in libgcc.
- bump pkgname, just in case...

verified to work with both gcc3 and gcc4.
2010-05-12 07:38:49 +00:00
jasper
60934a5dc6 - apply patch from upstrea, to fix mishandling of '@' in WebDAV contacts username
ok aja@
2010-05-12 07:17:55 +00:00
ckuethe
38510d78a9 update to vim 7.2.416
ok stsp@ sthen@ marco@
2010-05-12 02:44:28 +00:00
dhill
e36cd006fd update to 2.12
ok kevlo@
2010-05-12 02:23:39 +00:00
pvalchev
addd0fd924 update to yorick-2.1.06; from didickman@gmail.com 2010-05-11 23:22:37 +00:00
kili
2da57dd60c fix call to open(2).
From Matthew Dempsky <matthew AT dempsky DOT org>.
2010-05-11 21:36:18 +00:00
espie
86fe199750 fix scope issue so that it builds with gcc4 2010-05-11 21:19:25 +00:00
jasper
7076e53a27 - plug a memory leak, from git 2010-05-11 20:49:39 +00:00
dcoppa
c89471ef26 Do not use NULL as a file descriptor value.
Pointed out by Matthew Dempsky <matthew AT dempsky DOT org>: thanks!

OK edd@
2010-05-11 18:54:37 +00:00
kili
d26a991805 Update to rlwrap-0.37, which removes the arm-crashing kaboom.c and
fixes some bugs.

Remove deanna@ as maintainer (she currently doesn't have enough time
for ports work).

Move MASTER_SITES down and set it to ${HOMEPAGE}.

ok jasper@
2010-05-11 18:48:54 +00:00
dcoppa
a23b8ae1f8 Unbreak python scripts
Fix PLISTs

OK sthen@, ckuethe@ (MAINTAINER)
2010-05-11 18:36:13 +00:00
pirofti
a13310312d Link ccolamd. 2010-05-11 17:14:50 +00:00
pirofti
e2f2190723 Import ccolamd, needed for upcoming octave update.
CCOLAMD computes an column approximate minimum degree ordering algorithm,
(like COLAMD), but it can also be given a set of ordering constraints.
2010-05-11 17:14:01 +00:00
pirofti
52d4205f23 Link colamd. 2010-05-11 17:12:33 +00:00
pirofti
78b3167ae9 Import colamd, needed for upcoming octave update.
The COLAMD column approximate minimum degree ordering algorithm computes a
permutation vector P such that the LU factorization of A (:,P) tends to be
sparser than that of A. The Cholesky factorization of (A (:,P))'*(A (:,P)) will
also tend to be sparser than that of A'*A. SYMAMD is a symmetric minimum degree
ordering method based on COLAMD, available as a MATLAB-callable function. It
constructs a matrix M such that M'*M has the same pattern as A, and then uses
COLAMD to compute a column ordering of M. Colamd and symamd tend to be faster
and generate better orderings than their MATLAB counterparts, colmmd and symmmd.
2010-05-11 17:11:32 +00:00
pirofti
3e4b178114 Link qrupdate. 2010-05-11 17:09:29 +00:00
pirofti
0e2e7c3067 Import qrupdate, needed for the upcoming octave update.
qrupdate is a Fortran library for fast updates of QR and Cholesky 
decomposition. It was originally part of GNU-Octave.
2010-05-11 17:07:33 +00:00
dhill
05baacd043 update to 0.73 and takeover as MAINTAINER
ok ckuethe@
2010-05-11 14:54:07 +00:00
dhill
f334b35529 update to 1.10
ok jasper@
2010-05-11 14:37:21 +00:00
dhill
ed93ed0e0a update to 0.65
ok jasper@
2010-05-11 14:36:12 +00:00
naddy
abb82062ae fix inclusion of X11 headers after xextproto & libXext updates 2010-05-11 10:33:57 +00:00
dcoppa
326df63f32 Adjust compiler and linker flags.
OK phessler@, sthen@
2010-05-11 09:56:26 +00:00
espie
84cd314a57 auto-detect gcc4 in base 2010-05-11 07:34:47 +00:00
espie
fd85f9241d make it compile on gcc4, by making the relevant patch dependent on
compiler version.
also removes lvalue cast, that's not ansi.
2010-05-11 07:23:23 +00:00
ajacoutot
5bb0477760 Update to timetrex-3.1.0.
* add support for LDAP authentication.
2010-05-11 07:19:00 +00:00
espie
5922b16323 yet another piece of moz-derived crap to patch 2010-05-11 07:13:38 +00:00
dcoppa
a33c4ad37d Pass Qt4 dependent libraries to linker: this makes lib-depends-check
happy.

OK landry@
2010-05-11 06:41:30 +00:00
espie
aa7a22512d don't declare malloc, lex will pull it out of stdlib (fixes compile
with gcc4, no package change)
2010-05-11 06:40:36 +00:00
espie
7635fa3139 don't declare malloc (no package change) 2010-05-11 06:36:59 +00:00
sthen
2443049d78 +AsteriskGuide 2010-05-11 00:16:54 +00:00
sthen
716e9cd90f Import ports/books/AsteriskGuide, from Diego Casati with a few tweaks.
This is a configuration guide for Asterisk pbx.
2010-05-11 00:16:21 +00:00
kili
c1637f744f This depends on texlive_texmf-full. Noticed by naddy@. I also added
texlive_texmf-minimal (pkgpath print/texlive/texmf,-main), because
nobody knows how the texlive interdependencies will change in the
future.

While here, be nice to SUBST_VARS and give yet another space and a
tab, too.

"sure", stsp@
2010-05-10 22:04:59 +00:00
naddy
d8fa5d941d fix inclusion of X11 headers after xextproto & libXext updates 2010-05-10 21:20:52 +00:00
matthieu
d97b0fd33c Fix inclusion of X headers after libXext 7.1 update. ok naddy@. 2010-05-10 20:46:38 +00:00
jasper
2af0e4ef6a - fix build on a clean box
ok landry@ (MAINTAINER)- fix build on a clean box

ok landry@ (MAINTAINER)- fix build on a clean box

ok landry@ (MAINTAINER)- fix build on a clean box

ok landry@ (MAINTAINER)- fix build on a clean box

ok landry@ (MAINTAINER)- fix build on a clean box

ok landry@ (MAINTAINER)- fix build on a clean box

ok landry@ (MAINTAINER)- fix build on a clean box

ok landry@ (MAINTAINER)- fix build on a clean box

ok landry@ (MAINTAINER)
2010-05-10 20:22:20 +00:00
robert
c391b61a05 remove the gmake workaround 2010-05-10 20:17:31 +00:00
espie
f675634237 use "our" make :C modifier instead of systemV substitution, since that one
is a bit fuzzy, and we want to change it to help xenocara.
2010-05-10 18:41:49 +00:00
edd
0831e2788d clean up patch ready for upstream and fix WANTLIB.
ok dcoppa@
2010-05-10 18:05:33 +00:00
ajacoutot
98da89df24 Bring USE_GMAKE back. 2010-05-10 17:22:10 +00:00
ajacoutot
ef77817b24 XXX THIS IS A HACK
Make an error non-fatal in close_stdout() by not exiting. This is needed
to workaround the effects of userland threads which change i/o
operations to non-blocking.

This prevents the 'write errors' people have been seeing with gmake.

comment wording from sthen@, ok espie@
2010-05-10 17:17:48 +00:00
espie
48bb165a80 being too chummy with modules... fix gcc4 build. 2010-05-10 15:26:31 +00:00
espie
4559bb871a no "manual install" in there 2010-05-10 13:02:35 +00:00
espie
8666776b2e gcc3 and gcc4 disagree, so put a common cast to make them compile.
(also compile some file with -O1 in moz)
2010-05-10 12:36:09 +00:00
ajacoutot
ca04622d59 Maintainance update to abiword-2.8.4. 2010-05-10 12:31:51 +00:00
sthen
002bbc47b3 update to 1.10 2010-05-10 12:20:35 +00:00
robert
42a3087763 fix build with gcc4 2010-05-10 11:03:20 +00:00
robert
fa33b780cc - make it build with gcc4 2010-05-10 08:38:44 +00:00
dcoppa
34f538c875 Bring two useful bugfixes in (from upstream).
While here, adjust WANTLIB.

OK landry@
2010-05-10 08:30:55 +00:00
dcoppa
3f110dbe31 +hs-xmonad-contrib
+xmobar
2010-05-10 08:27:46 +00:00
dcoppa
094ecb4e5e Import xmobar, a minimalistic text based status bar for xmonad.
From MAINTAINER Jona Joachim, with modifications by me. Thanks!

OK kili@
2010-05-10 08:07:06 +00:00