Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 May 2020 14:09:57 +0200
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, teodorsigaev@gmail.com
Cc:        svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   INFO: svn commit: r534388 - in head: cad/PrusaSlicer devel/kio-extras devel/synfig editors/calligra games/pink-pony graphics/alembic graphics/ampasCTL graphics/blender graphics/cimg graphics/darktable gr...
Message-ID:  <61ee776f-2187-df4f-487b-c5c339a30f99@FreeBSD.org>
In-Reply-To: <202005081157.048BvtrH055228@repo.freebsd.org>
References:  <202005081157.048BvtrH055228@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
FYI, I have successfully test-built all direct dependencies with the
changes committed here on 12.1-amd64, hence also the PrusaSlicer and
issue with py-openimageio.

Teodor:
Note that PrusaSlicer still raises some concerns whether the dependency
list is complete, I've seen differences between "make depends" and
build-failures in a live system... although poudriere for some reason
was not missing moc, it was missing when building outside the jail.

> cad/PrusaSlicer			graphics/hugin
> devel/kio-extras			graphics/ilmbase
> devel/synfig				graphics/kf5-kimageformats
> editors/calligra			graphics/krita
> games/pink-pony			graphics/luminance-qt5
> graphics/alembic			graphics/nvidia-texture-tools
> graphics/ampasCTL			graphics/openexr
> graphics/blender			graphics/openimageio
> graphics/cimg				graphics/openshadinglanguage
> graphics/darktable			graphics/pixie
> graphics/enblend			graphics/py-openexr
> graphics/exrtools			graphics/py-openimageio
> graphics/fyre				graphics/simpleviewer
> graphics/gegl				graphics/synfigstudio
> graphics/gimp-app			graphics/vigra
> graphics/gimp-gmic-plugin		graphics/vips
> graphics/gmic				graphics/yafaray
> graphics/gstreamer1-plugins-openexr	math/curv
> graphics/hdr_tools			misc/openvdb


Am 08.05.20 um 13:57 schrieb Matthias Andree:
> Author: mandree
> Date: Fri May  8 11:57:55 2020
> New Revision: 534388
> URL: https://svnweb.freebsd.org/changeset/ports/534388
> 
> Log:
>   graphics/ilmbase: graphics/openexr: update to v2.5.0
>   
>   ChangeLog:
>   - https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.0
>   
>   * Bump PORTREVISION of all consumers except py-openimageio (BROKEN).
>   
>   * cad/PrusaSlicer:
>       LIB_DEPENDS: remove version from libHalf.so
>       BUILD_DEPENDS+=qt5-buildtools as package (needed on bare metal builds)
>       USE_GL+=gl
>       USES+=pkgconfig (needed to find libHalf)
> 
> Deleted:
>   head/graphics/ilmbase/files/patch-config_CMakeLists.txt
>   head/graphics/openexr/files/patch-config_CMakeLists.txt
> Modified:
>   head/cad/PrusaSlicer/Makefile
>   head/devel/kio-extras/Makefile
>   head/devel/synfig/Makefile
>   head/editors/calligra/Makefile
>   head/games/pink-pony/Makefile
>   head/graphics/alembic/Makefile
>   head/graphics/ampasCTL/Makefile
>   head/graphics/blender/Makefile
>   head/graphics/cimg/Makefile
>   head/graphics/darktable/Makefile
>   head/graphics/enblend/Makefile
>   head/graphics/exrtools/Makefile
>   head/graphics/fyre/Makefile
>   head/graphics/gegl/Makefile
>   head/graphics/gimp-app/Makefile
>   head/graphics/gimp-gmic-plugin/Makefile
>   head/graphics/gmic/Makefile
>   head/graphics/gstreamer1-plugins-openexr/Makefile
>   head/graphics/hdr_tools/Makefile
>   head/graphics/hugin/Makefile
>   head/graphics/ilmbase/Makefile
>   head/graphics/ilmbase/distinfo
>   head/graphics/ilmbase/pkg-plist
>   head/graphics/kf5-kimageformats/Makefile
>   head/graphics/krita/Makefile
>   head/graphics/luminance-qt5/Makefile
>   head/graphics/nvidia-texture-tools/Makefile
>   head/graphics/openexr/Makefile
>   head/graphics/openexr/distinfo
>   head/graphics/openexr/pkg-plist
>   head/graphics/openimageio/Makefile
>   head/graphics/openshadinglanguage/Makefile
>   head/graphics/pixie/Makefile
>   head/graphics/py-openexr/Makefile
>   head/graphics/simpleviewer/Makefile
>   head/graphics/synfigstudio/Makefile
>   head/graphics/vigra/Makefile
>   head/graphics/vips/Makefile
>   head/graphics/yafaray/Makefile
>   head/math/curv/Makefile
>   head/misc/openvdb/Makefile
> 
> Modified: head/cad/PrusaSlicer/Makefile
> ==============================================================================
> --- head/cad/PrusaSlicer/Makefile	Fri May  8 11:53:33 2020	(r534387)
> +++ head/cad/PrusaSlicer/Makefile	Fri May  8 11:57:55 2020	(r534388)
> @@ -3,6 +3,7 @@
>  PORTNAME=		PrusaSlicer
>  DISTVERSIONPREFIX=	version_
>  DISTVERSION=		2.2.0
> +PORTREVISION=	1
>  CATEGORIES=		cad
>  MASTER_SITES=https://github.com/CGAL/cgal/archive/releases/:cgal
>  DISTFILES=CGAL-5.0.2.tar.gz:cgal
> @@ -15,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
>  
>  LIB_DEPENDS=	libtbb.so:devel/tbb \
>  		libboost_log.so:devel/boost-libs \
> -		libHalf-2_4.so:graphics/ilmbase \
> +		libHalf.so:graphics/ilmbase \
>  		libnlopt.so:math/nlopt \
>  		libwx_gtk3u_core-3.1.so:x11-toolkits/wxgtk31 \
>  		libcurl.so:ftp/curl \
> @@ -32,16 +33,17 @@ BUILD_DEPENDS=	cereal>=1.2.2:devel/cereal \
>  		ninja>=1.8.2:devel/ninja \
>  		openvdb>=6.1.0:misc/openvdb \
>  		gmp>=6.1.2:math/gmp \
> -		mpfr>=4.0.2:math/mpfr
> +		mpfr>=4.0.2:math/mpfr \
> +		qt5-buildtools>=0:devel/qt5-buildtools
>  
> -USES=		cmake gettext gl iconv
> +USES=		cmake gettext gl iconv pkgconfig
>  
>  CMAKE_ARGS+=	-DwxWidgets_CONFIG_EXECUTABLE=${LOCALBASE}/bin/wxgtk3u-3.1-config \
>  		-DCGAL_DIR=${WRKSRC}/CGAL/lib/cmake/CGAL
>  CMAKE_INSTALL_PREFIX=	${PREFIX}/${PORTNAME}
>  
>  USE_GITHUB=	yes
> -USE_GL=		glu glew
> +USE_GL=		gl glu glew
>  GH_ACCOUNT=	prusa3d
>  
>  post-patch:

[...]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?61ee776f-2187-df4f-487b-c5c339a30f99>