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.96 retrieving revision 1.99 diff -u -p -r1.96 -r1.99 --- pkgsrc/www/midori/Makefile 2017/02/28 15:20:11 1.96 +++ pkgsrc/www/midori/Makefile 2017/05/29 12:20:25 1.99 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.96 2017/02/28 15:20:11 ryoon Exp $ +# $NetBSD: Makefile,v 1.99 2017/05/29 12:20:25 wiz Exp $ DISTNAME= midori_0.5.11_all_ PKGNAME= ${DISTNAME:S/_all_//:S/_/-/} -PKGREVISION= 11 +PKGREVISION= 14 CATEGORIES= www MASTER_SITES= http://midori-browser.org/downloads/ @@ -18,13 +18,13 @@ HAS_CONFIGURE= yes USE_CMAKE= yes USE_TOOLS+= gmake intltool msgfmt pkg-config -CONFIGURE_ARGS+= --prefix=${PREFIX:Q} +CONFIGURE_ARGS+= --prefix=${PREFIX} CONFIGURE_ARGS+= --disable-zeitgeist CMAKE_ARGS+= -DUSE_ZEITGEIST=OFF CMAKE_ARGS+= -DPREFIX=${PREFIX} -CHECK_PORTABILITY_SKIP+= win32/old/x86-mingw32-opensuse/install.sh -CHECK_PORTABILITY_SKIP+= win32/makedist/makedist.midori +CHECK_PORTABILITY_SKIP+= win32/old/x86-mingw32-opensuse/install.sh +CHECK_PORTABILITY_SKIP+= win32/makedist/makedist.midori BUILD_DEPENDS+= librsvg>=2.18:../../graphics/librsvg @@ -42,6 +42,8 @@ CONF_FILES+= ${EGDIR}/extensions/adblock CONFIGURE_ENV= VALAC=${VALAC} +NOT_PAX_MPROTECT_SAFE+= bin/midori + .include "options.mk" .include "../../databases/sqlite3/buildlink3.mk"