9 Commits

Author SHA1 Message Date
sthen
22de3ff02c set png16 WANTLIB entries back to png following the change in soname
part done by portbump, part by hand (it is easily confused)
2019-05-17 16:45:25 +00:00
jca
e4a950a9be Use CPPFLAGS instead of clobbering CFLAGS 2019-03-01 13:50:52 +00:00
jsg
b3506ed812 When libcaca was installed tests for the presence of unrelated functions
would fail as they were linked with -lcaca without -L/usr/local/lib.

Build with -DHAVE_LIBCACA:BOOL=FALSE so libcaca isn't picked up and
doesn't break tests for asprintf ffs etc.

Reported, diagnosed by and ok aja@
2019-02-19 22:42:42 +00:00
jsg
de1432cbbc update to a newer piglit snapshot
help from and ok sthen@
2019-02-12 02:26:40 +00:00
espie
0b34289adb somehow, some tests found their way into compilation, and broke it thanks
to C++11 narrowing issues. Obvious fixes to the code (no bump, didn't build
before)
2018-11-03 09:54:55 +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
landry
54d261d86f Set ONLY_FOR_ARCHS=amd64 i386, drm_intel (in WANTLIB) only exists there. 2018-04-15 07:27:58 +00:00
ajacoutot
45b2112d14 Missing BDEP on math/py-numpy. 2018-01-16 08:16:37 +00:00
sthen
920e7ffe95 import ports/graphics/piglit, from Thomas Frohwein, ok landry@
Piglit is a collection of automated tests for OpenGL and OpenCL
implementations.

The goal of Piglit is to help improve the quality of open source
OpenGL and OpenCL drivers by providing developers with a simple means to
perform regression tests.

The original tests have been taken from
- Glean ( http://glean.sf.net/ ) and
- Mesa ( http://www.mesa3d.org/ )
2018-01-14 21:49:14 +00:00