Commit Graph

1146 Commits

Author SHA1 Message Date
sthen
f5a323c546 Don't use ${FLAVOR:L}, we only support lower-case flavours now.
OK ajacoutot@ espie@
2013-02-09 14:49:50 +00:00
nigel
12d0c6e92d Add missing build dependency findlib
Ok sthen@ jasper@
2013-02-07 22:03:36 +00:00
naddy
347a5578b4 actually define V, so that we have a valid master site path 2013-02-07 12:16:08 +00:00
chrisz
0039808155 Update to 8.4pl1 by Daniel Dickman <didickman@gmail.com>
OK by Daniel, avsm@, Yozo TODA (maintainer) and jasper@
2013-02-07 09:43:15 +00:00
naddy
cbeb31112b bump for plist changes 5.2 -> 5.3 2013-02-01 16:34:36 +00:00
zhuk
c170c564db Unbreak after recent KDE 3 headers movement and cleanup math/kst.
Input by nigel@ (who originally reported the problem as well
as it happened with LibreOffice before), landry@ and ajacoutot@.

"Looks good for me" sthen@
2013-01-25 09:42:06 +00:00
jasper
160d47c6c1 mark broken on mips64, gcc crashes on:
IA operator-() const { return IA (-sup(), -inf()); }
2013-01-18 14:03:14 +00:00
benoit
bd7e98b686 - update ecm to 6.4.2
- bump SHARED_LIBS
- add USE_LIBTOOL
- update license and MASTER_SITES
2013-01-12 15:37:43 +00:00
sthen
a09312d7e2 mark conflict: misc/cmdpack, math/ecm 2013-01-09 23:00:51 +00:00
edd
21ab43fb1e update to wxMaxima-12.09.0
OK shadchin@
2013-01-04 14:06:33 +00:00
edd
448742e47d update to maxima-5.29.1
OK shadchin@
2013-01-04 14:05:41 +00:00
chrisz
cc072d54cf update to version 8.4
OK
jasper@, sthen@, Yozo Toda (maintainer)
2013-01-04 11:07:28 +00:00
landry
87ac3bbc83 Mark as BROKEN-hppa, doesnt pass configure since the PIE switch.
checking if Fortran "byte" is C "signed char"... configure: error: Could not link conftestf.o and conftest.o
2012-12-21 18:27:00 +00:00
landry
b52d8e4a9f Mark as BROKEN-hppa: never built there.
libumfpack.so has undefined refs to a bunch of lapack funcs ?
dgemm, zgemm, dtrsm, ztrsv, dger, zgemv, dgemv, ztrsm, dtrsv, zgeru
2012-12-21 18:25:03 +00:00
sthen
0b9d8d5e1a fix homepage/master_sites 2012-12-21 13:08:47 +00:00
ajacoutot
0aca0e2225 Update to gnumeric-1.12.0. 2012-12-19 10:43:02 +00:00
naddy
68a468008d maintenance update to 2.0.1 2012-12-17 21:29:36 +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
chrisz
0081341c9f update lang/ocaml to 4.00.1.
Let all ocaml ports RUN_DEPEND on the version of ocaml they were built with.
2012-11-30 19:38:09 +00:00
naddy
69bdb11e1c access to %tick on sparc64 is no longer privileged 2012-11-14 19:56:53 +00:00
espie
2009c4a6ca zap space 2012-11-03 03:23:20 +00:00
ajacoutot
cc9f60078f tweak previous 2012-11-01 17:24:14 +00:00
espie
8402d656e1 zap space 2012-11-01 16:37:49 +00:00
espie
9a11505f7a resurrect USE_X11, only for the few ports that require xenocara components
but don't have explicit WANTLIB that point to X11.
2012-10-29 15:19:02 +00:00
dcoppa
d4450566c4 Update to R-2.15.2 2012-10-29 11:07:29 +00:00
dcoppa
6184068293 Remove pthread patching.
I'm doing this now to ease an upcoming update to R-2.15.2
2012-10-25 11:59:30 +00:00
kirby
5267e3335c Enable threaded libs.
OK pirofti@
library bump prodded by steven@, yes please by sthen@
2012-10-23 20:44:03 +00:00
bentley
aa2f804b4b +foma
+openfst
2012-10-20 04:36:45 +00:00
bentley
d41645c4fb Import openfst-1.3.1.
OpenFst is a library for constructing, combining, optimizing, and
searching weighted finite-state transducers (FSTs). Weighted
finite-state transducers are automata where each transition has an input
label, an output label, and a weight. The more familiar finite-state
acceptor is represented as a transducer with each transition's input and
output label equal. Finite-state acceptors are used to represent sets of
strings (specifically, regular or rational sets); finite-state
transducers are used to represent binary relations between pairs of
strings (specifically, rational transductions). The weights can be used
to represent the cost of taking a particular transition.

ok jeremy@
2012-10-20 04:35:55 +00:00
bentley
7fb44f7e59 Import foma-0.9.16.
Foma is a compiler, programming language, and C library for constructing
finite-state automata and transducers for various uses. It has specific
support for many natural language processing applications such as
producing morphological analyzers. Although NLP applications are
probably the main use of foma, it is sufficiently generic to use for a
large number of purposes.

ok jeremy@ pirofti@
2012-10-20 04:34:32 +00:00
naddy
88a52de18e update to 2.0 and move to GTK3 2012-10-16 18:55:01 +00:00
sthen
9615c3d6d8 zap trailing whitespace in files where it's present on PERMIT_* lines 2012-10-15 15:18:31 +00:00
sthen
3a1c6d10f6 zap trailing whitespace where it's present in MASTER_SITES/COMMENT
lines in ports Makefiles
2012-10-15 15:06:41 +00:00
jeremy
76b42f8e0b Link libR and other libraries with RPATH in the ELF header, so that
other libraries can link to them with RPATH and work correctly
without modifying the ld.so search path.

OK dcoppa@
2012-10-12 14:23:13 +00:00
ajacoutot
39659dc968 Mark BROKEN on powerpc, it fails to build there. 2012-10-11 15:14:02 +00:00
landry
27a2ddaa6b Mark as BROKEN-hppa, triggers ICE in scipy/special/specfun/specfun.f:5151 2012-09-29 07:23:11 +00:00
brad
34c195b283 - Use proper PIC flag.
- Re-enable on sparc64.

ok sthen@
2012-09-29 05:02:50 +00:00
landry
7a1e28c0af Mark as BROKEN-sparc64 since it never built there; triggers a relocation
overflow error when linking liblpsolve55.so.0.0.
2012-09-27 17:44:20 +00:00
landry
9fde09d02b Mark as BROKEN on sparc64 since it never built there in ages; Triggers
an internal compiler error in scipy/optimize/minpack/qrsolv.f:189
2012-09-27 17:42:16 +00:00
dcoppa
3c3d1a8028 Fix hidden dependency on icu4c, needed for Unicode collation.
Spotted by David Hoskin <root (at) davidrhoskin (dot) com>, thanks!
2012-09-21 08:10:44 +00:00
jeremy
054823d8c1 Remove msf@ as maintainer from the ports he maintains, at his request,
as he no longer works on OpenBSD.
2012-09-04 03:40:33 +00:00
ajacoutot
0bbbd35e32 register-plist did not catch the devel/glib2 -main -> empty change.
espie asked me in such a nice way to fix this that I'm bumping all ports
that have a direct dependency on glib2.
2012-09-01 14:36:56 +00:00
naddy
046d7dbf7d bsd.lib.mk does not build _pic.a libraries any longer 2012-09-01 12:02:26 +00:00
edd
01f1be4c53 Automate graphviz regression tests.
OK (and some input from) ajacoutot@
2012-08-31 19:50:01 +00:00
dcoppa
c62e463f44 Better fix for the ppc breakage.
Tested by aja@
2012-08-29 07:07:24 +00:00
sthen
9f9069554b sync wantlib 2012-08-23 15:50:05 +00:00
edd
3598a99d92 Missing lang/guile LIB_DEPENDS.
Noticed by nigel@, OK sthen@
2012-08-22 22:15:49 +00:00
edd
58c619c08c Clean up and Update to graphviz-2.28.0.
Taking MAINTAINER (discussed with espie on icb).

OK ajacoutot@, sebastia@

At some point in the future, the language bindings should be
multi-packaged, but that is another story.
2012-08-22 09:55:01 +00:00
ajacoutot
1e984a8b65 +geogebra 2012-08-21 07:18:45 +00:00
ajacoutot
8ffa15a7d0 Import geogebra-4.0.38.0.
GeoGebra is free and multi-platform dynamic mathematics software for
learning and teaching.

based on an initial submission from Azwaw OUSADOU and reworked by myself
ok jasper@
2012-08-21 07:18:17 +00:00