From owner-svn-ports-head@freebsd.org Sun Apr 7 05:52:51 2019 Return-Path: Delivered-To: svn-ports-head@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 9C83B1578E1A; Sun, 7 Apr 2019 05:52:51 +0000 (UTC) (envelope-from grog@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3C6A083C3A; Sun, 7 Apr 2019 05:52:51 +0000 (UTC) (envelope-from grog@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 253E27F57; Sun, 7 Apr 2019 05:52:51 +0000 (UTC) (envelope-from grog@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x375qpap098557; Sun, 7 Apr 2019 05:52:51 GMT (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x375qojM098555; Sun, 7 Apr 2019 05:52:50 GMT (envelope-from grog@FreeBSD.org) Message-Id: <201904070552.x375qojM098555@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: grog set sender to grog@FreeBSD.org using -f From: Greg Lehey Date: Sun, 7 Apr 2019 05:52:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498243 - in head/graphics/enblend: . files X-SVN-Group: ports-head X-SVN-Commit-Author: grog X-SVN-Commit-Paths: in head/graphics/enblend: . files X-SVN-Commit-Revision: 498243 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3C6A083C3A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.970,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Apr 2019 05:52:51 -0000 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