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/www/midori/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/www/midori/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.31 retrieving revision 1.35 diff -u -p -r1.31 -r1.35 --- pkgsrc/www/midori/Makefile 2011/06/09 11:02:13 1.31 +++ pkgsrc/www/midori/Makefile 2011/11/16 19:56:36 1.35 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.31 2011/06/09 11:02:13 drochner Exp $ +# $NetBSD: Makefile,v 1.35 2011/11/16 19:56:36 drochner Exp $ -DISTNAME= midori-0.3.6 +DISTNAME= midori-0.4.2 CATEGORIES= www -MASTER_SITES= http://archive.xfce.org/src/apps/midori/0.3/ +MASTER_SITES= http://archive.xfce.org/src/apps/midori/0.4/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.twotoasts.de/index.php?/pages/midori_summary.html @@ -15,7 +15,6 @@ USE_TOOLS+= gmake intltool msgfmt pkg-co PKG_DESTDIR_SUPPORT= user-destdir CONFIGURE_ARGS+= --prefix=${PREFIX:Q} -CONFIGURE_ARGS+= --disable-vala CHECK_PORTABILITY_SKIP+= win32/x86-mingw32-opensuse/install.sh @@ -34,9 +33,9 @@ CONF_FILES= ${EGDIR}/search ${PKG_SYSCO .include "../../mk/bsd.prefs.mk" -OWN_DIRS+= ${PKG_SYSCONFDIR}/xdg/midori/extensions/libadblock.so -CONF_FILES+= ${EGDIR}/extensions/libadblock.so/config \ - ${PKG_SYSCONFDIR}/xdg/midori/extensions/libadblock.so/config +OWN_DIRS+= ${PKG_SYSCONFDIR}/xdg/midori/extensions/adblock +CONF_FILES+= ${EGDIR}/extensions/adblock/config \ + ${PKG_SYSCONFDIR}/xdg/midori/extensions/adblock/config # XXX stupid hack. python has a marshal.h that gets included before # the local marshal.h @@ -69,4 +68,5 @@ BUILDLINK_API_DEPENDS.libsoup24+=libsoup .include "../../x11/libunique/buildlink3.mk" .include "../../sysutils/libnotify/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" +.include "../../lang/vala/buildlink3.mk" .include "../../mk/bsd.pkg.mk"