aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2012-06-29 02:13:11 +0800
committerdanfe <danfe@FreeBSD.org>2012-06-29 02:13:11 +0800
commitce315f2b47c57f886decacb2b13ab23e7ad85441 (patch)
treeef876f07eb964a72393ad73a4240fb36f7a7ef4c /graphics
parent6a6d63c945bfab4f0df3eb216661d52859fa91df (diff)
downloadfreebsd-ports-gnome-ce315f2b47c57f886decacb2b13ab23e7ad85441.tar.gz
freebsd-ports-gnome-ce315f2b47c57f886decacb2b13ab23e7ad85441.tar.zst
freebsd-ports-gnome-ce315f2b47c57f886decacb2b13ab23e7ad85441.zip
- Reindent and improve OPENMP option description
- Reformat port description text Approved by: maintainer (implicit as uncommitted parts of r1.31)
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libraw/Makefile4
-rw-r--r--graphics/libraw/pkg-descr9
2 files changed, 6 insertions, 7 deletions
diff --git a/graphics/libraw/Makefile b/graphics/libraw/Makefile
index 4f25d46b1b86..58b29f62ac9f 100644
--- a/graphics/libraw/Makefile
+++ b/graphics/libraw/Makefile
@@ -31,7 +31,7 @@ OPTIONS_DEFAULT= LCMS2
DEMOSAIC_PACK_GPL2_DESC= Enable GPLv2 demosaic pack
DEMOSAIC_PACK_GPL3_DESC= Enable GPLv3 demosaic pack
OPTIMIZED_CFLAGS_DESC= Enable optimizations (on x86)
-OPENMP_DESC= Enable openmp
+OPENMP_DESC= Enable OpenMP (implies GCC 4.6+)
.include <bsd.port.options.mk>
@@ -42,8 +42,8 @@ CFLAGS+= -O3
.endif
.if ${PORT_OPTIONS:MOPENMP}
-CONFIGURE_ARGS+=--enable-openmp
USE_GCC= 4.6+
+CONFIGURE_ARGS+=--enable-openmp
.else
CONFIGURE_ARGS+=--disable-openmp
.endif
diff --git a/graphics/libraw/pkg-descr b/graphics/libraw/pkg-descr
index 29b3df4e0010..880f7c1ed90b 100644
--- a/graphics/libraw/pkg-descr
+++ b/graphics/libraw/pkg-descr
@@ -1,14 +1,13 @@
LibRaw is a library for reading RAW files obtained from digital photo
cameras (CRW/CR2, NEF, RAF, DNG, and others).
-LibRaw is based on the source codes of the dcraw utility, where part
-of drawbacks have already been eliminated and part will be fixed in
-future. The users of the library are provided with API to be built
-into their software programs.
+LibRaw is based on the source codes of the dcraw utility, where part of
+drawbacks have already been eliminated and part will be fixed in future.
+The users of the library are provided with API to be built into their
+software programs.
LibRaw is intended to be used in any software that involves RAW file
processing for a variety of purposes: RAW converters, data analyzers,
panorama stitchers, noise suppressors, etc.
WWW: http://www.libraw.org/
- http://www.libraw.su/