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/chat/empathy/Attic/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/chat/empathy/Attic/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.38 retrieving revision 1.73 diff -u -p -r1.38 -r1.73 --- pkgsrc/chat/empathy/Attic/Makefile 2012/07/05 15:44:06 1.38 +++ pkgsrc/chat/empathy/Attic/Makefile 2015/10/10 01:57:50 1.73 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.38 2012/07/05 15:44:06 drochner Exp $ +# $NetBSD: Makefile,v 1.73 2015/10/10 01:57:50 ryoon Exp $ DISTNAME= empathy-2.34.0 -PKGREVISION= 14 +PKGREVISION= 45 CATEGORIES= chat gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/empathy/2.34/} @@ -10,22 +10,25 @@ HOMEPAGE= http://live.gnome.org/Empathy COMMENT= Gnome instant messenger client LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 GNU_CONFIGURE= yes USE_TOOLS+= gawk gmake gsed intltool msgfmt pkg-config -USE_TOOLS+= autoconf +USE_TOOLS+= autoconf msgmerge xgettext USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes CONFIGURE_ENV+= YELL_CFLAGS=-I${WRKSRC}/telepathy-yell CONFIGURE_ENV+= \ YELL_LIBS="-L${WRKSRC}/telepathy-yell/telepathy-yell -ltelepathy-yell" -# see pkgsrc/security/mozilla-rootcerts +# see pkgsrc/security/mozilla-rootcerts-openssl CONFIGURE_ARGS+= --with-ca-file=/etc/ssl/certs/ca-certificates.crt BUILDLINK_TRANSFORM+= rm:-Werror +# with --nonet, xsltproc needs a helping hand finding some dtds +XSLTPROC_PATH+= ${LOCALBASE}/share/doc/dbus + # notyet #CONFIGURE_ARGS+= --enable-meego @@ -50,7 +53,7 @@ BUILDLINK_API_DEPENDS.enchant+= enchant .include "../../textproc/gnome-doc-utils/buildlink3.mk" .include "../../textproc/gtk-doc/buildlink3.mk" .include "../../textproc/iso-codes/buildlink3.mk" -.include "../../textproc/libxslt/buildlink3.mk" +.include "../../textproc/libxslt/xsltproc-nonet.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../x11/gnome-panel/buildlink3.mk" BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.12.0 @@ -58,7 +61,7 @@ BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.1 .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libunique/buildlink3.mk" # notyet -#.include "../../www/webkit-gtk/buildlink3.mk" +#.include "../../www/webkit1-gtk/buildlink3.mk" #.include "../../graphics/clutter-mx/buildlink3.mk" #.include "../../chat/telepathy-logger/buildlink3.mk" .include "../../mk/omf-scrollkeeper.mk"