33 Commits

Author SHA1 Message Date
jca
7772dce1fd Update to cln-1.3.6
Fixes build on sparc64 and riscv64
Maintainer timeout
2021-11-05 18:34:17 +00:00
pirofti
04e10556a8 Bump after MAINTAINER update. 2020-04-06 08:48:06 +00:00
pirofti
4f09f04a74 Update my email address. 2020-04-06 00:04:31 +00:00
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
naddy
84174f9106 bump for package path change devel/gmp -> devel/gmp,-main 2018-11-02 18:48:39 +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
naddy
e69cb49521 Define variables with C linkage to match earlier declarations.
This fixes clang6 errors that "declaration in global scope conflicts
with declaration with C language linkage".  None of these show up
on x86, but some do on aarch64 due to different #ifdef paths.
ok pirofti@
2018-04-28 10:16:25 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
c114d7057b add pthread to COMPILER_LIBCXX.
white lie, but it allows clang and gcc to be more similar
bump accordingly.
2017-07-23 09:26:25 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
sthen
7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
pirofti
aef4622f87 Forgot to remove the shared marker in my last commit. 2014-11-11 13:28:12 +00:00
pirofti
c02a2f07d2 Update cln to 1.3.4.
While at it, remove the PFRAG.shared as suggested by sthen@

Okay sthen@
2014-11-11 11:36:24 +00:00
pirofti
3d36a7e178 Update to cln-1.3.3.
Discussed with landry@
2013-08-27 09:19:25 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
bcf3856632 PERMIT_* / REGRESS->TEST sweep 2013-03-11 10:50:00 +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
jasper
d65315d0ce - regen WANTLIB 2011-11-03 22:13:23 +00:00
pirofti
0bc090f8d2 Update cln to 1.3.2. Okay ajacoutot@. 2011-08-18 09:50:13 +00:00
landry
b38a444edb This does not build on hppa, add it to NOT_FOR_ARCHS. 2011-04-18 11:48:44 +00:00
sthen
068496c57a remove iso-8859-1 chars that display badly with a utf-8 terminal.
pointed out by Anthony J. Bentley
2011-03-14 08:51:25 +00:00
espie
5855efb734 move depends to new style 2010-11-15 19:45:56 +00:00
espie
1f0d9080d4 LIB_DEPENDS cleanup 2010-11-08 01:22:36 +00:00
jasper
fcaeef2071 - extend archtecture tests for mips64el
ok naddy@
2010-02-09 12:18:45 +00:00
jasper
7cda62a877 - not for mips64 either 2009-11-09 10:43:46 +00:00
sturm
44c9500d5c unbuildable on sparc64 for now, from maintainer pirofti 2009-11-03 05:49:44 +00:00
pirofti
40cca5914f Fix conflict with ruby-puppet by removing the pi example.
Noticed by jasper@, okay sthen@.
2009-10-22 10:40:33 +00:00
pirofti
795efdcf19 Update cln to 1.3.1. Okay kili@ 2009-10-12 14:05:03 +00:00
pirofti
3c26d35451 Works on sparc64 now, but broken on the armish.
Okay kili@.
2008-11-12 23:56:07 +00:00
pirofti
88fb55cf94 Change mail addy, okay kili@. 2008-10-27 23:30:20 +00:00
steven
bfd10febdb remove libtool from dependencies, eases LIBTOOL_FLAGS usage... 2008-10-27 00:30:18 +00:00
steven
6357f465dc update to cln 1.2.2
from maintainer Paul Irofti
tested by merdely and sthen
2008-06-17 19:30:19 +00:00
steven
6eff9f4ec6 import cln, a c++ library for efficient computations
from Paul Irofti <bulibuta at gmail.com> with some tweaks
2007-11-20 12:09:52 +00:00