From owner-svn-ports-all@freebsd.org Mon Mar 26 09:04:20 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB686F546EA; Mon, 26 Mar 2018 09:04:19 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7E3B672922; Mon, 26 Mar 2018 09:04:19 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 791602A00; Mon, 26 Mar 2018 09:04:19 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2Q94JWx067261; Mon, 26 Mar 2018 09:04:19 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2Q94JBJ067256; Mon, 26 Mar 2018 09:04:19 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803260904.w2Q94JBJ067256@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 26 Mar 2018 09:04:19 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head: . astro astro/siril science science/siril X-SVN-Commit-Revision: 465565 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Mar 2018 09:04:20 -0000 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