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/devel/exempi/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/devel/exempi/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.31 retrieving revision 1.37 diff -u -p -r1.31 -r1.37 --- pkgsrc/devel/exempi/Makefile 2018/04/29 21:31:32 1.31 +++ pkgsrc/devel/exempi/Makefile 2019/08/22 12:23:00 1.37 @@ -1,21 +1,23 @@ -# $NetBSD: Makefile,v 1.31 2018/04/29 21:31:32 adam Exp $ +# $NetBSD: Makefile,v 1.37 2019/08/22 12:23:00 ryoon Exp $ -DISTNAME= exempi-2.3.0 -PKGREVISION= 6 +DISTNAME= exempi-2.5.0 +PKGREVISION= 2 CATEGORIES= devel graphics -MASTER_SITES= http://libopenraw.freedesktop.org/download/ +MASTER_SITES= https://libopenraw.pages.freedesktop.org/download/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://libopenraw.freedesktop.org/wiki/Exempi +HOMEPAGE= https://libopenraw.pages.freedesktop.org/exempi/ COMMENT= XMP (Extensible Metadata Platform) library LICENSE= modified-bsd GNU_CONFIGURE= yes CONFIGURE_ENV+= ac_cv_tls=none USE_LIBTOOL= yes -USE_TOOLS+= pkg-config -USE_LANGUAGES= c c++03 +USE_TOOLS+= gmake pkg-config +USE_LANGUAGES= c c++11 + +GCC_REQD+= 4.8 CONFIGURE_ARGS+= LIBS=${BUILDLINK_LDADD.iconv:Q} @@ -28,5 +30,7 @@ PKGCONFIG_OVERRIDE+= exempi/exempi-2.0.p .include "../../devel/zlib/buildlink3.mk" .include "../../converters/libiconv/buildlink3.mk" .include "../../textproc/expat/buildlink3.mk" +.include "../../mk/dlopen.buildlink3.mk" +BUILDLINK_TRANSFORM+= opt:-ldl:${BUILDLINK_LDADD.dl:Q} .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk"