Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/graphics/enblend-enfuse/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/graphics/enblend-enfuse/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.11 retrieving revision 1.52 diff -u -p -r1.11 -r1.52 --- pkgsrc/graphics/enblend-enfuse/Makefile 2012/02/06 12:40:20 1.11 +++ pkgsrc/graphics/enblend-enfuse/Makefile 2019/08/30 17:01:34 1.52 @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2012/02/06 12:40:20 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2019/08/30 17:01:34 nia Exp $ -DISTNAME= enblend-enfuse-4.0 -# XXX distribution file has changed; remove the line below on next update -DIST_SUBDIR= ${PKGNAME_NOREV} -PKGREVISION= 5 +DISTNAME= enblend-enfuse-4.2 +PKGREVISION= 15 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enblend/} @@ -12,32 +10,29 @@ HOMEPAGE= http://enblend.sourceforge.net COMMENT= Combines overlapping images without seams, with good exposure LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - -WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}-753b534c819d - USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= gmake perl:build pkg-config GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --disable-image-cache +CONFIGURE_ENV+= GNUPLOT=false + +BUILD_DEPENDS+= help2man-[0-9]*:../../converters/help2man .include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "Darwin" -CONFIGURE_ARGS+= --enable-openmp -CONFIGURE_ARGS+= --with-apple-opengl-framework -.else +.if ${OPSYS} != "Darwin" CONFIGURE_ARGS+= --with-x -.include "../../graphics/glut/buildlink3.mk" +.include "../../graphics/freeglut/buildlink3.mk" .endif .include "../../devel/boost-headers/buildlink3.mk" -.include "../../mk/jpeg.buildlink3.mk" +.include "../../devel/boost-libs/buildlink3.mk" .include "../../graphics/glew/buildlink3.mk" -.include "../../graphics/lcms/buildlink3.mk" -.include "../../graphics/libxmi/buildlink3.mk" +.include "../../graphics/lcms2/buildlink3.mk" .include "../../graphics/openexr/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" +.include "../../graphics/vigra/buildlink3.mk" +.include "../../math/gsl/buildlink3.mk" +.include "../../mk/jpeg.buildlink3.mk" .include "../../mk/bsd.pkg.mk"