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.7 retrieving revision 1.26 diff -u -p -r1.7 -r1.26 --- pkgsrc/devel/exempi/Makefile 2010/01/30 16:28:01 1.7 +++ pkgsrc/devel/exempi/Makefile 2017/01/01 16:06:08 1.26 @@ -1,28 +1,32 @@ -# $NetBSD: Makefile,v 1.7 2010/01/30 16:28:01 heinz Exp $ -# +# $NetBSD: Makefile,v 1.26 2017/01/01 16:06:08 adam Exp $ -DISTNAME= exempi-2.0.0 +DISTNAME= exempi-2.3.0 +PKGREVISION= 2 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 -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes +CONFIGURE_ENV+= ac_cv_tls=none USE_LIBTOOL= yes USE_TOOLS+= pkg-config 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" +.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"