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.10 retrieving revision 1.27 diff -u -p -r1.10 -r1.27 --- pkgsrc/devel/exempi/Makefile 2011/11/26 06:08:47 1.10 +++ pkgsrc/devel/exempi/Makefile 2017/04/30 01:21:32 1.27 @@ -1,18 +1,16 @@ -# $NetBSD: Makefile,v 1.10 2011/11/26 06:08:47 sbd Exp $ -# +# $NetBSD: Makefile,v 1.27 2017/04/30 01:21:32 ryoon Exp $ -DISTNAME= exempi-2.1.1 -PKGREVISION= 2 +DISTNAME= exempi-2.3.0 +PKGREVISION= 3 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 @@ -21,6 +19,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" @@ -28,4 +28,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"