[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / www / midori

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/www/midori/Makefile between version 1.7 and 1.23

version 1.7, 2009/03/22 23:18:01 version 1.23, 2010/09/14 11:02:57
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 DISTNAME=       midori-0.1.5  DISTNAME=       midori-0.2.6
   PKGREVISION=    1
 CATEGORIES=     www  CATEGORIES=     www
 MASTER_SITES=   http://goodies.xfce.org/releases/midori/  MASTER_SITES=   http://archive.xfce.org/src/apps/midori/0.2/
   
 MAINTAINER=     pkgsrc-users@NetBSD.org  MAINTAINER=     pkgsrc-users@NetBSD.org
 HOMEPAGE=       http://www.twotoasts.de/media/midori/  HOMEPAGE=       http://www.twotoasts.de/index.php?/pages/midori_summary.html
 COMMENT=        Lightweight web browser using WebKit  COMMENT=        Lightweight web browser using WebKit
 EXTRACT_SUFX=   .tar.bz2  EXTRACT_SUFX=   .tar.bz2
   
 HAS_CONFIGURE=  yes  HAS_CONFIGURE=  yes
 USE_LIBTOOL=    yes  USE_LIBTOOL=    yes
 USE_DIRS+=      xdg-1.4  
 USE_TOOLS+=     gmake intltool msgfmt pkg-config  USE_TOOLS+=     gmake intltool msgfmt pkg-config
   
 PKG_DESTDIR_SUPPORT=    user-destdir  PKG_DESTDIR_SUPPORT=    user-destdir
 CONFIGURE_ARGS+=        --prefix=${PREFIX:Q}  CONFIGURE_ARGS+=        --prefix=${PREFIX:Q}
   
 REPLACE_PYTHON=         waf wscript docs/api/wscript_build  REPLACE_PYTHON=         waf wscript docs/api/wscript_build
 REPLACE_PYTHON+=        katze/wscript_build extensions/wscript_build  REPLACE_PYTHON+=        tests/wscript_build extensions/wscript_build
 REPLACE_PYTHON+=        icons/wscript_build midori/wscript_build  REPLACE_PYTHON+=        icons/wscript_build midori/wscript_build
   
 BUILD_DEPENDS+=         ${PYPKGPREFIX}-docutils>=0.4:../../textproc/py-docutils  BUILD_DEPENDS+=         ${PYPKGPREFIX}-docutils>=0.4:../../textproc/py-docutils
Line 30  EGDIR=   ${PREFIX}/share/examples/midori
Line 30  EGDIR=   ${PREFIX}/share/examples/midori
 OWN_DIRS=               ${PKG_SYSCONFDIR}/xdg/midori  OWN_DIRS=               ${PKG_SYSCONFDIR}/xdg/midori
 CONF_FILES=             ${EGDIR}/search ${PKG_SYSCONFDIR}/xdg/midori/search  CONF_FILES=             ${EGDIR}/search ${PKG_SYSCONFDIR}/xdg/midori/search
   
 PRIVILEGED_STAGES+=     clean  .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
   
 # XXX stupid hack. python has a marshal.h that gets included before  # XXX stupid hack. python has a marshal.h that gets included before
 # the local marshal.h  # the local marshal.h
Line 39  SUBST_STAGE.marshal= pre-configure
Line 43  SUBST_STAGE.marshal= pre-configure
 SUBST_MESSAGE.marshal=  Gross hack (part one) in progress  SUBST_MESSAGE.marshal=  Gross hack (part one) in progress
 SUBST_FILES.marshal=    midori/midori-locationaction.c midori/midori-panel.c  SUBST_FILES.marshal=    midori/midori-locationaction.c midori/midori-panel.c
 SUBST_FILES.marshal+=   midori/midori-view.c midori/midori-searchaction.c  SUBST_FILES.marshal+=   midori/midori-view.c midori/midori-searchaction.c
   SUBST_FILES.marshal+=   midori/midori-browser.c
   SUBST_FILES.marshal+=   katze/katze-array.c katze/katze-arrayaction.c
 SUBST_SED.marshal=      -e 's/"marshal/"marshallocal/'  SUBST_SED.marshal=      -e 's/"marshal/"marshallocal/'
 SUBST_STAGE.marshal2=   pre-configure  SUBST_STAGE.marshal2=   pre-configure
 SUBST_MESSAGE.marshal2= Gross hack (part two) in progress  SUBST_MESSAGE.marshal2= Gross hack (part two) in progress
Line 59  BUILDLINK_API_DEPENDS.libsoup24+=libsoup
Line 65  BUILDLINK_API_DEPENDS.libsoup24+=libsoup
 .include "../../textproc/libxml2/buildlink3.mk"  .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../www/webkit-gtk/buildlink3.mk"  .include "../../www/webkit-gtk/buildlink3.mk"
 .include "../../x11/libunique/buildlink3.mk"  .include "../../x11/libunique/buildlink3.mk"
   .include "../../sysutils/libnotify/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"  .include "../../x11/gtk2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.23

CVSweb <webmaster@jp.NetBSD.org>