pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/epiphany-extensions Switch to xulrunner and bump P...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1cbef0d86aca
branches: trunk
changeset: 562809:1cbef0d86aca
user: tnn <tnn%pkgsrc.org@localhost>
date: Thu Aug 06 11:34:21 2009 +0000
description:
Switch to xulrunner and bump PKGREVISION.
It builds and installs cleanly but I can't figure out how to enable
extensions, so not tested beyond installation.
diffstat:
www/epiphany-extensions/Makefile | 5 +----
www/epiphany-extensions/options.mk | 15 ---------------
2 files changed, 1 insertions(+), 19 deletions(-)
diffs (45 lines):
diff -r 61e1edb8d806 -r 1cbef0d86aca www/epiphany-extensions/Makefile
--- a/www/epiphany-extensions/Makefile Thu Aug 06 11:23:37 2009 +0000
+++ b/www/epiphany-extensions/Makefile Thu Aug 06 11:34:21 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2009/07/22 09:01:51 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2009/08/06 11:34:21 tnn Exp $
#
DISTNAME= epiphany-extensions-2.26.0
@@ -22,8 +22,6 @@
CONFIGURE_ARGS+= --enable-compile-warnings=no
CONFIGURE_ARGS+= --with-extensions=all
-.include "options.mk"
-
.include "../../devel/GConf/schemas.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.15.5
@@ -36,7 +34,6 @@
.include "../../mk/omf-scrollkeeper.mk"
BUILDLINK_API_DEPENDS.epiphany+= epiphany>=2.26.0
.include "../../www/epiphany/buildlink3.mk"
-.include "../../www/seamonkey/gecko-depends.mk"
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.11.6
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 61e1edb8d806 -r 1cbef0d86aca www/epiphany-extensions/options.mk
--- a/www/epiphany-extensions/options.mk Thu Aug 06 11:23:37 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-# $NetBSD: options.mk,v 1.1 2006/09/24 16:28:49 salo Exp $
-
-# this should use the same gecko option as epiphany
-PKG_OPTIONS_VAR= PKG_OPTIONS.epiphany
-
-.include "../../www/seamonkey/gecko-options.mk"
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mfirefox)
-CPPFLAGS+= -I${BUILDLINK_PREFIX.firefox}/include/firefox/dom
-CPPFLAGS+= -I${BUILDLINK_PREFIX.firefox}/include/firefox/pref
-CPPFLAGS+= -I${BUILDLINK_PREFIX.firefox}/include/firefox/webbrwsr
-.else
-BROKEN= seamonkey backend is currently not supported
-.endif
Home |
Main Index |
Thread Index |
Old Index