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/fotoxx/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/graphics/fotoxx/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.43 retrieving revision 1.56 diff -u -p -r1.43 -r1.56 --- pkgsrc/graphics/fotoxx/Makefile 2013/06/08 13:39:39 1.43 +++ pkgsrc/graphics/fotoxx/Makefile 2017/02/12 06:25:25 1.56 @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.43 2013/06/08 13:39:39 ryoon Exp $ +# $NetBSD: Makefile,v 1.56 2017/02/12 06:25:25 ryoon Exp $ # -DISTNAME= fotoxx-13.06.1 +DISTNAME= fotoxx-16.02.1 +PKGREVISION= 3 CATEGORIES= graphics -MASTER_SITES= http://www.kornelix.com/uploads/1/3/0/3/13035936/ +MASTER_SITES= http://www.kornelix.com/downloads/tarballs/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.kornelix.com/fotoxx.html +HOMEPAGE= http://www.kornelix.com/fotoxx/fotoxx.html COMMENT= Program for editing image files from a digital camera LICENSE= gnu-gpl-v3 @@ -34,14 +35,6 @@ INSTALL_TARGET= install .include "../../mk/bsd.prefs.mk" -.if exists(/usr/include/execinfo.h) -. if (${OPSYS} == "NetBSD") -LDFLAGS+= -lexecinfo -. endif -.else -.include "../../devel/libexecinfo/buildlink3.mk" -.endif - SUBST_CLASSES+= fix-paths SUBST_STAGE.fix-paths= pre-configure SUBST_MESSAGE.fix-paths= Fixing absolute paths. @@ -54,6 +47,7 @@ pre-install: ${INSTALL_DATA_DIR} ${DESTDIR}${PKG_SYSCONFDIR} ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/desktop-directories +.include "../../devel/libexecinfo/buildlink3.mk" .include "../../graphics/lcms2/buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" .include "../../x11/gtk3/buildlink3.mk"