Index: branches/2020Q4/astro/siril/Makefile =================================================================== --- branches/2020Q4/astro/siril/Makefile (revision 555692) +++ branches/2020Q4/astro/siril/Makefile (revision 555693) @@ -1,48 +1,49 @@ # $FreeBSD$ PORTNAME= siril DISTVERSION= 0.99.6 +PORTREVISION= 1 CATEGORIES= astro graphics MASTER_SITES= https://free-astro.org/download/ MAINTAINER= yuri@FreeBSD.org COMMENT= Astronomical image processing software LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.md BROKEN_i386= undefined reference to `__atomic_load' and `__atomic_compare_exchange' #` BUILD_DEPENDS= cmake:devel/cmake LIB_DEPENDS= libavformat.so:multimedia/ffmpeg \ libcfitsio.so:astro/cfitsio \ libconfig.so:devel/libconfig \ libcurl.so:ftp/curl \ libexiv2.so:graphics/exiv2 \ libffms2.so:multimedia/ffms2 \ libfftw3.so:math/fftw3 \ libfftw3f.so:math/fftw3-float \ libgsl.so:math/gsl \ liblcms2.so:graphics/lcms2 \ libopencv_core.so:graphics/opencv-core \ libpng.so:graphics/png \ libraw.so:graphics/libraw \ libtiff.so:graphics/tiff LIB_DEPENDS+= libopencv_photo.so:graphics/opencv # for some reason, configure fails without opencv, but executable only links to opencv-core USES= compiler:c++11-lang desktop-file-utils gettext \ gnome meson pkgconfig jpeg shared-mime-info tar:bz2 USE_GNOME= atk cairo gdkpixbuf2 gtk30 intltool pango NO_WRKSUBDIR= yes INSTALLS_ICONS= yes BINARY_ALIAS= git=false OPTIONS_DEFINE= OPENMP OPTIONS_DEFAULT= OPENMP OPENMP_MESON_OFF= -Dopenmp=false .include Index: branches/2020Q4/astro/siril/files/patch-Makefile.am =================================================================== --- branches/2020Q4/astro/siril/files/patch-Makefile.am (revision 555692) +++ branches/2020Q4/astro/siril/files/patch-Makefile.am (nonexistent) @@ -1,11 +0,0 @@ ---- Makefile.am.orig 2019-05-27 09:16:07 UTC -+++ Makefile.am -@@ -21,7 +21,7 @@ scripts_DATA = scripts/DSLR_preprocessing.ssf \ - 3rdparty/scripts/en/DSLR_Preprocessing_NoFlat_NoDark.ssf \ - 3rdparty/scripts/en/DSLR_Preprocessing_NoFlat.ssf - --doc_DATA = AUTHORS \ -+#doc_DATA = AUTHORS \ - LICENSE.md - - man_MANS = siril.1.gz Property changes on: branches/2020Q4/astro/siril/files/patch-Makefile.am ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: branches/2020Q4/astro/siril/files/patch-meson.build =================================================================== --- branches/2020Q4/astro/siril/files/patch-meson.build (nonexistent) +++ branches/2020Q4/astro/siril/files/patch-meson.build (revision 555693) @@ -0,0 +1,10 @@ +--- meson.build.orig 2020-09-22 20:01:48 UTC ++++ meson.build +@@ -123,6 +123,7 @@ if platform_linux + elif platform_bsd + siril_link_arg += '-rdynamic' + siril_link_arg += '-lexecinfo' ++ siril_link_arg += '-Wl,--no-as-needed' # workaround for https://gitlab.com/free-astro/siril/-/issues/614 (Bug#251206) + elif platform_windows + #TODO: Do Meson provide more elegant way? + siril_link_arg += '-Wl,--export-all-symbols' Property changes on: branches/2020Q4/astro/siril/files/patch-meson.build ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2020Q4/astro/siril/pkg-descr =================================================================== --- branches/2020Q4/astro/siril/pkg-descr (revision 555692) +++ branches/2020Q4/astro/siril/pkg-descr (revision 555693) @@ -1,11 +1,11 @@ Siril is an astronomical image processing tool, able to convert, pre-process images, help aligning them automatically or manually, stack them and enhance final images. Siril is targeted to amateur astronomers having acquired images and wanting to process them in a semi-automatic way. It provides a more user-friendly interface than Iris' command line as well as more modern and powerful processing algorithms, but it is not yet as automated as DeepSkyStacker or Registax. It also provides a basic command line to access various processing functions. -WWW: https://free-astro.org/index.php/Siril +WWW: https://www.siril.org/ Index: branches/2020Q4 =================================================================== --- branches/2020Q4 (revision 555692) +++ branches/2020Q4 (revision 555693) Property changes on: branches/2020Q4 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r555541