diff options
| author | Mark Linimon <linimon@FreeBSD.org> | 2018-06-11 01:44:15 +0000 |
|---|---|---|
| committer | Mark Linimon <linimon@FreeBSD.org> | 2018-06-11 01:44:15 +0000 |
| commit | 13fb0b92a29536c74fd1cea5b5e8e7fb8705be98 (patch) | |
| tree | d21fd4ee60da4c705d6bb2d4d0222a7e7af7ef7b /graphics | |
| parent | 52a39feebd3a360c0a4633697006081ae2024197 (diff) | |
Notes
Diffstat (limited to 'graphics')
| -rw-r--r-- | graphics/gegl/Makefile | 6 | ||||
| -rw-r--r-- | graphics/gegl3/Makefile | 4 | ||||
| -rw-r--r-- | graphics/libwpg03/Makefile | 2 | ||||
| -rw-r--r-- | graphics/opencollada/Makefile | 10 |
4 files changed, 10 insertions, 12 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index c6515d273e21..2c5e0507d290 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -15,10 +15,10 @@ LICENSE_COMB= multi LICENSE_FILE_GPLv3+ = ${WRKSRC}/COPYING LICENSE_FILE_LGPL3+ = ${WRKSRC}/COPYING.LESSER -LIB_DEPENDS= libbabl-0.1.so:x11/babl - BROKEN_aarch64= fails to build: gmake index.html: Segmentation fault in docs/gallery/ +LIB_DEPENDS= libbabl-0.1.so:x11/babl + # ignore new versions until we can replace this version with gegl 3.x PORTSCOUT= ignore:1 @@ -41,7 +41,7 @@ CONFIGURE_ARGS= --without-vala --disable-docs INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lintl +LDFLAGS+= -L${LOCALBASE}/lib -lintl -lm GEGL_MINOR= 199 GEGL_VER= 0.2 diff --git a/graphics/gegl3/Makefile b/graphics/gegl3/Makefile index eecc3b9cbe04..9367e5a64dd7 100644 --- a/graphics/gegl3/Makefile +++ b/graphics/gegl3/Makefile @@ -19,8 +19,8 @@ LIB_DEPENDS= libbabl-0.1.so:x11/babl \ libjson-glib-1.0.so:devel/json-glib \ libpng.so:graphics/png -USES= cpe gettext gmake jpeg libtool localbase pathfix pkgconfig \ - shebangfix uniquefiles tar:bzip2 +USES= cpe gettext gmake jpeg libtool localbase \ + pathfix pkgconfig shebangfix uniquefiles tar:bzip2 USE_GNOME= glib20 intltool introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/graphics/libwpg03/Makefile b/graphics/libwpg03/Makefile index 703dc7aad199..3534d9bce5d3 100644 --- a/graphics/libwpg03/Makefile +++ b/graphics/libwpg03/Makefile @@ -17,7 +17,7 @@ LICENSE_FILE_MPL20= ${WRKSRC}/COPYING.MPL LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge \ libwpd-0.10.so:textproc/libwpd010 -USES= libtool pathfix perl5 pkgconfig shebangfix tar:bzip2 +USES= compiler:c++11-lang libtool pathfix perl5 pkgconfig shebangfix tar:bzip2 SHEBANG_FILES= ${WRKSRC}/src/conv/svg/wpg2svgbatch.pl USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/graphics/opencollada/Makefile b/graphics/opencollada/Makefile index 8f130cef01f7..14e10db3f66b 100644 --- a/graphics/opencollada/Makefile +++ b/graphics/opencollada/Makefile @@ -11,11 +11,11 @@ COMMENT= Library for reading and writing COLLADA files LICENSE= MIT -LIB_DEPENDS= libpcre.so:devel/pcre +BROKEN_sparc64= cannot build: runaway process -BROKEN_powerpc64= Does not build: c++: Internal error: Killed (program cc1plus) +LIB_DEPENDS= libpcre.so:devel/pcre -USES= cmake:outsource compiler dos2unix iconv pkgconfig +USES= cmake:outsource compiler:c++11-lib dos2unix iconv pkgconfig USE_GITHUB= yes GH_ACCOUNT= KhronosGroup @@ -23,11 +23,9 @@ GH_PROJECT= OpenCOLLADA USE_GNOME= libxml2 USE_LDCONFIG= ${PREFIX}/lib/opencollada -CFLAGS+= -I/${LOCALBASE}/include +CFLAGS+= -I/${LOCALBASE}/include -Wno-narrowing CMAKE_ARGS+= -DUSE_SHARED:BOOL=ON -DUSE_STATIC:BOOL=OFF -BROKEN_sparc64= cannot build: runaway process - # for files/patch-2d66943 DOS2UNIX_FILES= COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h \ COLLADABaseUtils/src/COLLADABUURI.cpp |
