Commit Graph

30 Commits

Author SHA1 Message Date
sthen
239faa6a56 update to libqalculate-4.4.0 2022-10-18 10:59:24 +00:00
sthen
5aa0f9b8a2 update to libqalculate-4.2.0 2022-05-27 11:14:22 +00:00
sthen
cd6f011597 update to libqalculate-4.1.0 2022-03-15 20:46:59 +00:00
naddy
ab45f39af6 drop RCS Ids 2022-03-11 19:36:11 +00:00
sthen
277a47092a update to libqalculate-4.0.0 2022-02-15 19:20:50 +00:00
sthen
b464d9df30 update to libqalculate/qalc-3.20.1 2021-09-02 13:30:57 +00:00
sthen
da88da6c4c update to qalc/libqalculate 3.19.0 2021-05-28 10:04:30 +00:00
sthen
a74a9984ca update to libqalculate-3.16.1 2021-01-10 16:10:37 +00:00
naddy
b14c335622 apply a bandaid to math/libqalculate to fix the build with libc++ 10.0
From upstream, although the start of the Git repository there post-dates
version 0.9.7.
2021-01-10 14:00:26 +00:00
sthen
485792605b replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 21:02:12 +00:00
sthen
e40f996745 another batch of ncurses->curses WANTLIB updates, skipping any
that have gettext LIB/RUN_DEPENDS to avoid conflicts for naddy's
multipackaging work
2019-05-20 20:52:31 +00:00
naddy
a1822e2450 switch to CONFIGURE_STYLE=autoreconf 2019-05-18 12:13:33 +00:00
naddy
d93b646af1 simplify autotools invocation 2019-04-02 09:49:04 +00:00
cwen
76dae91b2c Remove BROKEN-macppc as it builds properly now.
OK bcallah@ jca@
2019-01-30 19:05:43 +00:00
sthen
6b8e265514 bump ports known/suspected to be affected by issue with libedit/libreadline
and termcap on lld arches.
2018-11-14 20:48:21 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
lteo
1a8c280f89 Fix build for clang6; fix matches libqalculate-0.9.8 and the latest upstream
code.

ok tb@
2018-04-15 20:37:55 +00:00
naddy
1a87aebd2d mechanical replacement of the gettext module 2017-11-21 00:12:59 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
sthen
bcbf44ab87 use LIBCXX 2017-04-10 11:46:18 +00:00
jasper
e17822a78b drop bogus comment, this idiom can be copied from many other places 2016-08-30 10:49:01 +00:00
naddy
c253f424ca garbage collect CONFIGURE_SHARED 2016-03-11 19:59:11 +00:00
landry
20f35d9662 BROKEN-macppc: reliably fails to build because of an ICE on libqalculate/Calculator.cc:7030 2015-12-08 18:55:39 +00:00
ajacoutot
b4bcd2be4c CONFIGURE_STYLE=autoconf implies "gnu". 2015-09-12 14:15:32 +00:00
sthen
e76718f18f add some simple missing lzma WANTLIBs (crept in via libxml) 2015-04-21 18:51:24 +00:00
brad
b70345e22c Eliminate the use of the malloc.h header and/or replace
with stdlib.h.
2014-11-30 05:41:34 +00:00
sthen
701c91e413 kill VMEM_WARNING 2013-11-25 14:16:22 +00:00
ajacoutot
c5a198e230 Missing textproc/intltool MODULE.
Remove uneeded BUILD_DEPENDS.
2013-04-11 13:46:51 +00:00
zhuk
97e642770d Import libqalculate, somewhat useful math library, used by recent KDE 4 SC
versions.

Qalculate! is small and simple to use but with much power and
versatility underneath. Features include customizable functions,
units, arbitrary precision, plotting, and a graphical interface
that uses a one-line fault-tolerant expression entry (although it
supports optional traditional buttons).

Input and okay landry@
2013-04-11 13:38:31 +00:00