2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message:
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.
|
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message:
bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports.
|
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message:
use COMPILER_LIBCXX where applicable
|
2017-05-19 16:37:35 by Marc Espie | Files touched by this commit (1) |
Log message:
can't modify read-only result, make a copy first (clang error)
|
2017-04-10 05:46:23 by Stuart Henderson | Files touched by this commit (276) |
Log message:
use LIBCXX
|
2015-01-20 23:23:36 by Anthony J. Bentley | Files touched by this commit (68) |
Log message:
Remove Kevin Lo as maintainer, by request.
|
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message:
Drop remaining MD5/RMD160/SHA1 checksums.
|
2011-07-28 06:11:43 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message:
- drop unneeded patch
|
2011-07-28 06:11:43 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message:
- drop unneeded patch
|
2010-11-19 15:31:39 by Marc Espie | Files touched by this commit (372) |
Log message:
new depends
|
2010-11-11 07:00:45 by Marc Espie | Files touched by this commit (15) |
Log message:
more WANTLIB
|
2010-10-18 15:50:39 by Stuart Henderson | Files touched by this commit (48) |
Log message:
fix tabs
|
2010-10-18 12:37:00 by Marc Espie | Files touched by this commit (357) |
Log message:
USE_GROFF=Yes
|
2010-07-12 16:07:42 by Stuart Henderson | Files touched by this commit (244) |
Log message:
use REVISION, checked with before/after make show=PKGNAMES (plus some
extra-careful checking where there are complicated PSEUDO_FLAVORS).
|
2009-10-21 10:27:43 by Matthias Kilian | Files touched by this commit (2) |
Log message:
Sigh...
If devel/argp-standalone is installed, the freetalk build picks it up and fails.
Noticed by naddy after my last fix.
While here, add the pkg bump i forgot last week (reminded by naddy, too).
|
2009-10-21 10:27:43 by Matthias Kilian | Files touched by this commit (2) |
Log message:
Sigh...
If devel/argp-standalone is installed, the freetalk build picks it up and fails.
Noticed by naddy after my last fix.
While here, add the pkg bump i forgot last week (reminded by naddy, too).
|
2009-10-21 07:59:35 by Matthias Kilian | Files touched by this commit (1) |
Log message:
Move gettext and iconv detection before the guile checks.
Fixes the problem with missing msg catalogs noticed by naddy.
|
2009-10-14 17:18:31 by Matthias Kilian | Files touched by this commit (2) |
Log message:
So much effort to get the correct flags for guile.
Why not just use them?
Prodded and ok, jasper@
(plus some extra LIB_DEPENDS and WANTLIB fixes)
|
2009-10-14 17:18:31 by Matthias Kilian | Files touched by this commit (2) |
Log message:
So much effort to get the correct flags for guile.
Why not just use them?
Prodded and ok, jasper@
(plus some extra LIB_DEPENDS and WANTLIB fixes)
|
2009-02-16 08:28:58 by Stuart Henderson | Files touched by this commit (25) |
Log message:
add MASTER_SITES_SAVANNAH and switch ports over to using it.
ok jasper, landry
|