summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2021-10-03 21:35:43 +0200
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2021-10-03 21:41:19 +0200
commit54cc4cc6eaed14e3d495ca3a3b6f86f3f429b991 (patch)
treecaa9a9cb19807b578ab7d784374296c2b1846981 /graphics
parentmath/kalker: New port: Scientific calculator that supports math syntax (diff)
*/*: Remove more compiler:openmp instances
Reported by: antoine@ Fixes: 07fb2d5e9d00
Diffstat (limited to 'graphics')
-rw-r--r--graphics/colmap/Makefile3
-rw-r--r--graphics/inkscape/Makefile3
-rw-r--r--graphics/libmypaint/Makefile2
-rw-r--r--graphics/libraw/Makefile2
-rw-r--r--graphics/mypaint/Makefile4
-rw-r--r--graphics/pfstools/Makefile4
6 files changed, 6 insertions, 12 deletions
diff --git a/graphics/colmap/Makefile b/graphics/colmap/Makefile
index 6c828a725960..77e82760f5fe 100644
--- a/graphics/colmap/Makefile
+++ b/graphics/colmap/Makefile
@@ -1,6 +1,6 @@
PORTNAME= colmap
DISTVERSION= 3.6
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= graphics
MAINTAINER= ports@FreeBSD.org
@@ -45,7 +45,6 @@ DOCS_BUILD_DEPENDS= gmake:devel/gmake \
${NONEXISTENT}:textproc/py-sphinx_rtd_theme
DOCS_PORTDOCS= *
-OPENMP_USES= compiler:openmp
OPENMP_CMAKE_BOOL= OPENMP_ENABLED
.if !exists(/usr/include/omp.h)
# XXX ports/199603: LLVM openmp in base doesn't support armv6, armv7 yet
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile
index b1df4cf6ca45..99e9cb531ef5 100644
--- a/graphics/inkscape/Makefile
+++ b/graphics/inkscape/Makefile
@@ -2,7 +2,7 @@
PORTNAME= inkscape
DISTVERSION= 1.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= graphics gnome
MASTER_SITES= https://inkscape.org/gallery/item/26932/
@@ -77,7 +77,6 @@ DBUS_LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \
GVFS_USE= GNOME=gvfs
-OPENMP_USES= compiler:openmp
OPENMP_CMAKE_BOOL= WITH_OPENMP
POPPLER_DESC= PDF preview rendering
diff --git a/graphics/libmypaint/Makefile b/graphics/libmypaint/Makefile
index 2823180baf19..15a6abcce2d8 100644
--- a/graphics/libmypaint/Makefile
+++ b/graphics/libmypaint/Makefile
@@ -1,5 +1,6 @@
PORTNAME= libmypaint
DISTVERSION= 1.6.1
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= https://github.com/mypaint/libmypaint/releases/download/v${PORTVERSION}/
@@ -28,6 +29,5 @@ NLS_USE= GNOME=intltool
NLS_CONFIGURE_ENABLE= nls i18n
OPENMP_CONFIGURE_ENABLE= openmp
-OPENMP_USES= compiler:openmp
.include <bsd.port.mk>
diff --git a/graphics/libraw/Makefile b/graphics/libraw/Makefile
index 4a78cde5e4ac..a069769d1b24 100644
--- a/graphics/libraw/Makefile
+++ b/graphics/libraw/Makefile
@@ -2,6 +2,7 @@
PORTNAME= libraw
PORTVERSION= 0.20.2
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.libraw.org/data/
DISTNAME= LibRaw-${PORTVERSION}
@@ -37,7 +38,6 @@ LCMS2_LIB_DEPENDS= liblcms2.so:graphics/lcms2
OPENMP_DESC= OpenMP support (implies GCC)
OPENMP_CONFIGURE_ENABLE= openmp
-OPENMP_USES= compiler:openmp
RPIRAW_DESC= Raspberry Pi RAW+JPEG support
RPIRAW_CPPFLAGS= -DUSE_6BY9RPI
diff --git a/graphics/mypaint/Makefile b/graphics/mypaint/Makefile
index 4c764904d93c..1c46580eaa73 100644
--- a/graphics/mypaint/Makefile
+++ b/graphics/mypaint/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mypaint
DISTVERSIONPREFIX=v
DISTVERSION= 2.0.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
PATCH_SITES= https://github.com/garynthompson/${PORTNAME}/commit/
@@ -40,8 +40,6 @@ INSTALLS_ICONS= yes
OPTIONS_DEFINE= OPENMP
OPTIONS_DEFAULT_amd64= OPENMP
-OPENMP_USES= compiler:openmp
-
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mypaint/lib/_mypaintlib*.so
diff --git a/graphics/pfstools/Makefile b/graphics/pfstools/Makefile
index 18993c1fbbfd..b3b29a9530ed 100644
--- a/graphics/pfstools/Makefile
+++ b/graphics/pfstools/Makefile
@@ -2,7 +2,7 @@
PORTNAME= pfstools
DISTVERSION= 2.1.0
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= graphics
MASTER_SITES= SF
@@ -89,8 +89,6 @@ VIEW_CMAKE_BOOL= WITH_QT
VIEW_USES= gl qt:5
VIEW_USE= GL=glut GL=gl,glu QT=core,gui,widgets,buildtools_build,qmake_build
-OPENMP_USES= compiler:openmp
-
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MIMAGEMAGICK} && !${PORT_OPTIONS:MOPENMP}