Commit Graph

32 Commits

Author SHA1 Message Date
naddy
af6a79943b drop RCS Ids 2022-03-11 19:22:04 +00:00
ajacoutot
e641018f78 Fix build with OpenEXR>=3. 2021-08-31 07:31:13 +00:00
ajacoutot
104be7ea18 Fix WANTLIB after openexr update. 2020-05-14 12:35:30 +00:00
ajacoutot
1f0a793f79 Regen DEPENDS and WANTLIB after recent openexr update. 2019-11-10 15:32:55 +00:00
cwen
c0e8e99dda DevIL: disable _mm_malloc() detection and usage on powerpc
gcc-8's _mm_malloc() uses the AltiVec keyword __vector on this arch,
breaking the build -- and we don't want AltiVec for macppc G3 compat.

While here refresh WANTLIB and remove the unused graphics/openjpeg
from LIB_DEPENDS (spotted by kmos@, thanks!)

OK sthen@ kmos@
2019-10-18 14:51:59 +00:00
sthen
3318ced016 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:46:54 +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
jca
5f7074aa8b Cope with newer graphics/jasper
ok ajacoutot@
2017-12-14 00:24:36 +00:00
sthen
d4102b3c70 filter out -std=c99 from libIL_la_CFLAGS; otherwise inline asm fails on i386 2017-08-24 11:46:06 +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
espie
29e6883306 turns out clang is more picky about C vs C++ 2017-05-07 12:49:54 +00:00
sthen
bcbf44ab87 use LIBCXX 2017-04-10 11:46:18 +00:00
naddy
6ba202c932 replace libiconv module 2016-09-13 15:29:01 +00:00
sthen
9005d1d063 sync WANTLIB 2016-01-17 17:29:07 +00:00
pascal
9bbafd048f sync WANTLIB after openexr update
ok zhuk@
2015-09-22 18:47:52 +00:00
ajacoutot
a183b75553 "/usr/local/lib/pkgconfig/" is part of mtree(8).
Packages should not own this dir to prevent its deletion or a warning that it
cannot be removed because it's not empty at pkg_delete(1) time.
2015-05-22 11:31:10 +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
87bb49c072 sync WANTLIB 2014-11-05 11:43:59 +00:00
naddy
1c3830e5d1 don't pick up games/allegro if it happens to be installed 2014-01-17 21:43:36 +00:00
naddy
10bfdff492 the png headers are now directly under include/ 2013-06-04 18:41:39 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
e4fa65e765 PERMIT_* / REGRESS -> TEST sweep 2013-03-11 11:10:51 +00:00
kirby
c2100bd1e9 - enable building of libILU and libILUT
- bring in ilur cli program usable for various graphics transformations
 - regen distinfo
 - merge PFRAG.shared into PLIST (pointed out by dcoppa@)

ok landry@
2013-02-03 12:53:11 +00:00
jasper
f690ada8a6 register libmng as a dependency instead of picking it up when it just
happens to be around

spotted by nigel@
2012-09-20 14:04:17 +00:00
jasper
123b03e47c - regen WANTLIB 2011-11-01 20:30:49 +00:00
ajacoutot
54469462f1 Clean up redundant use of "gnu" in CONFIGURE_STYLE.
from Brad
ok jasper@
2011-09-21 17:31:50 +00:00
jasper
5f1729966c Add missing INFO-DIR-SECTION to silence install-info(1) 2011-08-28 17:26:07 +00:00
naddy
eed7c62887 Fix build with png-1.5.
All fixes by yours truly.
2011-07-08 20:38:00 +00:00
jasper
c9a77015d3 sigh, i need coffee.. 2011-03-30 09:50:53 +00:00
jasper
f2fe42734d - fill the examples directories with some source files, instead of
installing three mager executeables.
2011-03-30 09:49:04 +00:00
jasper
dd1c64621b import DevIL 1.7.8
Previously known as OpenIL, Developer's Image Library is a programmer's
library to develop applications with very powerful image loading
capabilities, yet is easy for a developer to learn and use. [...]

 based on a port by and ok laurent@
2011-03-30 09:27:58 +00:00