Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Apr 2019 05:52:50 +0000 (UTC)
From:      Greg Lehey <grog@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498243 - in head/graphics/enblend: . files
Message-ID:  <201904070552.x375qojM098555@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: grog
Date: Sun Apr  7 05:52:50 2019
New Revision: 498243
URL: https://svnweb.freebsd.org/changeset/ports/498243

Log:
  Update to revision 4.2.
  
  Move BROKEN line higher to fix portlint warning.
  
  Change OpenEXR from build and run depend to lib depend.
  
  Remove lib depend on boost-libs and --with-boost-filesystem. Boost is now only
  a build depend. From NEWS:
  - Support of the Boost filesystem library has been dropped.  There is
    no Boost library dependence anymore.
  
  Remove USE_GL. From NEWS:
  - Support for OpenGL acceleration has been dropped.  So, the
    dependencies on the libraries GL, GLU, and Glut do not exist any
    longer.
  
  Add pkgconfig to USES to fix configure warning.
  
  Info files are no longer included in distfile. Remove installation of info
  files and makeinfo from USES.
  
  The LaTeX documentation is currently disabled.  It was never able to be
  successfully built after several days of trying.
  
  PR: 236073
  Submitted by: Darren Mulligan
  Reported by: Darren Mulligan
  MFC after: 2 weeks

Deleted:
  head/graphics/enblend/files/
Modified:
  head/graphics/enblend/Makefile
  head/graphics/enblend/distinfo

Modified: head/graphics/enblend/Makefile
==============================================================================
--- head/graphics/enblend/Makefile	Sun Apr  7 04:34:35 2019	(r498242)
+++ head/graphics/enblend/Makefile	Sun Apr  7 05:52:50 2019	(r498243)
@@ -2,10 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	enblend
-PORTVERSION=	4.1.4
-PORTREVISION=	23
+PORTVERSION=	4.2
 CATEGORIES=	graphics
-MASTER_SITES=	SF/enblend/enblend-enfuse/enblend-enfuse-${PORTVERSION:R}
+MASTER_SITES=	SF/enblend/enblend-enfuse/enblend-enfuse-${PORTVERSION}
 DISTNAME=	enblend-enfuse-${PORTVERSION}
 
 MAINTAINER=	grog@FreeBSD.org
@@ -14,25 +13,21 @@ COMMENT=	Tool for image blending with multiresolution 
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_powerpc64=	fails to configure: libvigraimpex is required to compile Enblend
+
 BUILD_DEPENDS=	help2man:misc/help2man \
-		openexr>=1.0:graphics/openexr
+		${LOCALBASE}/include/boost/version.hpp:devel/boost-libs
 LIB_DEPENDS=	liblcms2.so:graphics/lcms2 \
 		libtiff.so:graphics/tiff \
-		libboost_filesystem.so:devel/boost-libs \
 		libvigraimpex.so:graphics/vigra \
 		libgsl.so:math/gsl \
+		libIlmImf.so:graphics/openexr \
 		libpng.so:graphics/png
-RUN_DEPENDS=	openexr>=1.0:graphics/openexr
 
-BROKEN_powerpc64=	fails to configure: libvigraimpex is required to compile Enblend
+USES=		compiler:features gmake jpeg localbase pkgconfig
 
-USES=		compiler:features gmake jpeg localbase makeinfo
-CONFIGURE_ARGS=	--with-boost-filesystem
-
-USE_GL=		glew glut
 GNU_CONFIGURE=	yes
 
-INFO=		enfuse enblend
 PLIST_FILES=	bin/enblend bin/enfuse man/man1/enblend.1.gz man/man1/enfuse.1.gz
 PORTDOCS=	AUTHORS NEWS README
 
@@ -49,8 +44,8 @@ USE_GCC=	yes
 CXXFLAGS+=	-Wno-c++11-extensions
 .endif
 
-post-install:
-	${INSTALL_DATA} ${WRKSRC}/doc/*.info ${STAGEDIR}${PREFIX}/${INFO_PATH}
+post-patch:
+	@${REINPLACE_CMD} -e '/a LaTeX/d' ${WRKSRC}/configure
 
 post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}

Modified: head/graphics/enblend/distinfo
==============================================================================
--- head/graphics/enblend/distinfo	Sun Apr  7 04:34:35 2019	(r498242)
+++ head/graphics/enblend/distinfo	Sun Apr  7 05:52:50 2019	(r498243)
@@ -1,2 +1,3 @@
-SHA256 (enblend-enfuse-4.1.4.tar.gz) = 85f6c3506065c05425631d45677a3d84a9c6f31c501a5fa9c730891003e80808
-SIZE (enblend-enfuse-4.1.4.tar.gz) = 881787
+TIMESTAMP = 1551167762
+SHA256 (enblend-enfuse-4.2.tar.gz) = 8703e324939ebd70d76afd350e56800f5ea2c053a040a5f5218b2a1a4300bd48
+SIZE (enblend-enfuse-4.2.tar.gz) = 777747



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