svn commit: r347196 - head/graphics/devil
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Mar 6 13:17:50 UTC 2014
Author: amdmi3
Date: Thu Mar 6 13:17:49 2014
New Revision: 347196
URL: http://svnweb.freebsd.org/changeset/ports/347196
QAT: https://qat.redports.org/buildarchive/r347196/
Log:
- Disable EXR by default, as with it library cannot be used from plain C programs
PR: 186432
Submitted by: dt71 <dt71 at gmx.com>
Modified:
head/graphics/devil/Makefile
Modified: head/graphics/devil/Makefile
==============================================================================
--- head/graphics/devil/Makefile Thu Mar 6 13:14:20 2014 (r347195)
+++ head/graphics/devil/Makefile Thu Mar 6 13:17:49 2014 (r347196)
@@ -4,7 +4,7 @@
PORTNAME= devil
PORTVERSION= 1.7.8
PORTEPOCH= 1
-PORTREVISION= 14
+PORTREVISION= 15
CATEGORIES= graphics
MASTER_SITES= SF/openil/DevIL/${PORTVERSION}
DISTNAME= DevIL-${PORTVERSION}
@@ -29,8 +29,9 @@ LDFLAGS+= -L${LOCALBASE}/lib
PORTDOCS= *
+# With EXR the library is not usable from plain C (instant segfault)
OPTIONS_DEFINE= JPEG JASPER LCMS MNG PNG TIFF EXR X11 SDL NVTT SIMD DOCS
-OPTIONS_DEFAULT=JPEG JASPER LCMS MNG PNG TIFF EXR X11 SDL NVTT
+OPTIONS_DEFAULT=JPEG JASPER LCMS MNG PNG TIFF X11 SDL NVTT
OPTIONS_DEFAULT_amd64=SIMD
JPEG_DESC= Enable JPEG support
More information about the svn-ports-all
mailing list