Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Mar 2018 09:04:19 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r465565 - in head: . astro astro/siril science science/siril
Message-ID:  <201803260904.w2Q94JBJ067256@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Mon Mar 26 09:04:18 2018
New Revision: 465565
URL: https://svnweb.freebsd.org/changeset/ports/465565

Log:
  science/siril: Move to astro/siril; Mark broken on i386; Add OPENMP category

Added:
  head/astro/siril/
     - copied from r465564, head/science/siril/
Deleted:
  head/science/siril/
Modified:
  head/MOVED
  head/astro/Makefile
  head/astro/siril/Makefile
  head/science/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Mon Mar 26 09:03:22 2018	(r465564)
+++ head/MOVED	Mon Mar 26 09:04:18 2018	(r465565)
@@ -10237,3 +10237,4 @@ multimedia/gmencoder||2018-03-23|Abandonware, does not
 mail/wanderlust-devel|mail/wanderlust|2018-03-23|Removed, use mail/wanderlust instead
 graphics/skanlite|graphics/skanlite-kde4|2018-03-25|Make room for KDE updates
 lang/x10||2018-03-25|Has expired: Broken for more than 6 months
+science/siril|astro/siril|2018-03-25|Moved to a more appropriate category

Modified: head/astro/Makefile
==============================================================================
--- head/astro/Makefile	Mon Mar 26 09:03:22 2018	(r465564)
+++ head/astro/Makefile	Mon Mar 26 09:04:18 2018	(r465565)
@@ -96,6 +96,7 @@
     SUBDIR += routino
     SUBDIR += saoimage
     SUBDIR += sextractor
+    SUBDIR += siril
     SUBDIR += sscalc
     SUBDIR += stardates
     SUBDIR += starplot

Modified: head/astro/siril/Makefile
==============================================================================
--- head/science/siril/Makefile	Mon Mar 26 09:03:22 2018	(r465564)
+++ head/astro/siril/Makefile	Mon Mar 26 09:04:18 2018	(r465565)
@@ -2,7 +2,8 @@
 
 PORTNAME=	siril
 DISTVERSION=	0.9.8
-CATEGORIES=	science graphics
+PORTREVISION=	1
+CATEGORIES=	astro graphics
 MASTER_SITES=	https://free-astro.org/download/
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -11,6 +12,8 @@ COMMENT=	Astronomical image processing software
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
+BROKEN_i386=	undefined reference to `__atomic_load' and `__atomic_compare_exchange'
+
 LIB_DEPENDS=	libavformat.so:multimedia/ffmpeg \
 		libcfitsio.so:astro/cfitsio \
 		libconfig.so:devel/libconfig \
@@ -19,7 +22,6 @@ LIB_DEPENDS=	libavformat.so:multimedia/ffmpeg \
 		libgsl.so:math/gsl \
 		liblcms2.so:graphics/lcms2 \
 		libopencv_core.so:graphics/opencv-core \
-		libomp.so:devel/openmp \
 		libpng.so:graphics/png \
 		libraw.so:graphics/libraw \
 		libtiff.so:graphics/tiff
@@ -29,6 +31,12 @@ USES=		autoreconf desktop-file-utils gettext gmake loc
 GNU_CONFIGURE=	yes
 USE_GNOME=	atk cairo gdkpixbuf2 gtk30 intltool pango
 INSTALLS_ICONS=	yes
+
+OPTIONS_DEFINE=			OPENMP
+OPTIONS_DEFAULT=		OPENMP
+
+OPENMP_CONFIGURE_ENABLE=	openmp
+OPENMP_LIB_DEPENDS=		libomp.so:devel/openmp
 
 post-install:
 	@${MKDIR} ${STAGEDIR}${PREFIX}/share/appdata ${STAGEDIR}${PREFIX}/share/mime/packages

Modified: head/science/Makefile
==============================================================================
--- head/science/Makefile	Mon Mar 26 09:03:22 2018	(r465564)
+++ head/science/Makefile	Mon Mar 26 09:04:18 2018	(r465565)
@@ -202,7 +202,6 @@
     SUBDIR += silo
     SUBDIR += simlib
     SUBDIR += simsmith
-    SUBDIR += siril
     SUBDIR += step-kde4
     SUBDIR += svmlight
     SUBDIR += szip



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803260904.w2Q94JBJ067256>