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.17 retrieving revision 1.24 diff -u -p -r1.17 -r1.24 --- pkgsrc/devel/exempi/Makefile 2013/11/20 20:04:36 1.17 +++ pkgsrc/devel/exempi/Makefile 2016/09/16 15:43:26 1.24 @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.17 2013/11/20 20:04:36 adam Exp $ -# +# $NetBSD: Makefile,v 1.24 2016/09/16 15:43:26 richard Exp $ -DISTNAME= exempi-2.1.1 -PKGREVISION= 8 +DISTNAME= exempi-2.3.0 CATEGORIES= devel graphics MASTER_SITES= http://libopenraw.freedesktop.org/download/ +EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://libopenraw.freedesktop.org/wiki/Exempi -COMMENT= XMP library +COMMENT= XMP (Extensible Metadata Platform) library LICENSE= modified-bsd GNU_CONFIGURE= yes @@ -19,6 +18,8 @@ USE_LANGUAGES= c c++ CONFIGURE_ARGS+= LIBS=${BUILDLINK_LDADD.iconv:Q} +PTHREAD_AUTO_VARS= yes + PKGCONFIG_OVERRIDE+= exempi/exempi-2.0.pc.in .include "options.mk" @@ -26,4 +27,5 @@ PKGCONFIG_OVERRIDE+= exempi/exempi-2.0.p .include "../../devel/zlib/buildlink3.mk" .include "../../converters/libiconv/buildlink3.mk" .include "../../textproc/expat/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk"