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.19 retrieving revision 1.40 diff -u -p -r1.19 -r1.40 --- pkgsrc/www/midori/Makefile 2010/04/10 00:57:06 1.19 +++ pkgsrc/www/midori/Makefile 2012/03/03 00:14:06 1.40 @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.19 2010/04/10 00:57:06 obache Exp $ +# $NetBSD: Makefile,v 1.40 2012/03/03 00:14:06 wiz Exp $ -DISTNAME= midori-0.2.4 +DISTNAME= midori-0.4.3 +PKGREVISION= 3 CATEGORIES= www -MASTER_SITES= http://archive.xfce.org/src/apps/midori/0.2/ +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 @@ -16,6 +17,10 @@ USE_TOOLS+= gmake intltool msgfmt pkg-co PKG_DESTDIR_SUPPORT= user-destdir CONFIGURE_ARGS+= --prefix=${PREFIX:Q} +CHECK_PORTABILITY_SKIP+= win32/x86-mingw32-opensuse/install.sh + +PYTHON_FOR_BUILD_ONLY= yes + REPLACE_PYTHON= waf wscript docs/api/wscript_build REPLACE_PYTHON+= tests/wscript_build extensions/wscript_build REPLACE_PYTHON+= icons/wscript_build midori/wscript_build @@ -31,13 +36,11 @@ CONF_FILES= ${EGDIR}/search ${PKG_SYSCO .include "../../mk/bsd.prefs.mk" -# XXX arould hunk#2 of patch-aa -PLIST_VARS+= linux -.if ${OPSYS} == "Linux" -PLIST.linux= yes -OWN_DIRS+= ${PKG_SYSCONFDIR}/xdg/midori/extensions/libadblock.so -CONF_FILES+= ${EGDIR}/extensions/libadblock.so/config ${PKG_SYSCONFDIR}/xdg/midori/extensions/libadblock.so/config -.endif +OWN_DIRS+= ${PKG_SYSCONFDIR}/xdg/midori/extensions/adblock +CONF_FILES+= ${EGDIR}/extensions/adblock/config \ + ${PKG_SYSCONFDIR}/xdg/midori/extensions/adblock/config + +CONFIGURE_ENV= VALAC=${VALAC} # XXX stupid hack. python has a marshal.h that gets included before # the local marshal.h @@ -70,4 +73,6 @@ BUILDLINK_API_DEPENDS.libsoup24+=libsoup .include "../../x11/libunique/buildlink3.mk" .include "../../sysutils/libnotify/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" +BUILDLINK_DEPMETHOD.vala= build +.include "../../lang/vala/buildlink3.mk" .include "../../mk/bsd.pkg.mk"