diff options
author | kwm <kwm@FreeBSD.org> | 2009-06-10 16:27:58 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2009-06-10 16:27:58 +0800 |
commit | c4cb1239e3a0d29ca54f1f0876bc3b1075716ee7 (patch) | |
tree | be462dfafefff7bb152e341a62cf26ea3432d1ad /www | |
parent | d611071291cab011384d451b5ae21be62fc50dc5 (diff) | |
download | freebsd-ports-gnome-c4cb1239e3a0d29ca54f1f0876bc3b1075716ee7.tar.gz freebsd-ports-gnome-c4cb1239e3a0d29ca54f1f0876bc3b1075716ee7.tar.zst freebsd-ports-gnome-c4cb1239e3a0d29ca54f1f0876bc3b1075716ee7.zip |
Remove epiphany-webkit.
It currently doesn't build. And the next major version
of epiphany only supports webkit. We don't need a slave port for it.
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/epiphany-webkit/Makefile | 18 | ||||
-rw-r--r-- | www/epiphany/Makefile | 11 |
3 files changed, 0 insertions, 30 deletions
diff --git a/www/Makefile b/www/Makefile index 7409c2a39c01..7ad1dc0032f7 100644 --- a/www/Makefile +++ b/www/Makefile @@ -187,7 +187,6 @@ SUBDIR += entrans SUBDIR += epiphany SUBDIR += epiphany-extensions - SUBDIR += epiphany-webkit SUBDIR += erwn SUBDIR += etoile-bookmarkkit SUBDIR += etoile-mollusk diff --git a/www/epiphany-webkit/Makefile b/www/epiphany-webkit/Makefile deleted file mode 100644 index 836f87e3bc7b..000000000000 --- a/www/epiphany-webkit/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: epiphany-webkit -# Date created: 2007-10-21 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/www/epiphany-webkit/Makefile,v 1.8 2008/06/18 18:40:49 marcus Exp $ - -PORTVERSION= 0 -PKGNAMESUFFIX= -webkit - -COMMENT= An extremely lightweight GNOME browser using the WebKit engine - -BROKEN= is not ready for use; this port should be available in GNOME 2.26 - -EPHY_SLAVE= webkit -MASTERDIR= ${.CURDIR}/../../www/epiphany - -.include "${MASTERDIR}/Makefile" diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index f9de5294a224..6a818afb6659 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -52,15 +52,6 @@ WITH_GNOME= yes .include <bsd.port.pre.mk> -.if defined(EPHY_SLAVE) && ${EPHY_SLAVE}=="webkit" -LIB_DEPENDS+= webkit-1.0.1:${PORTSDIR}/www/webkit-gtk2 -CONFIGURE_ARGS+= --with-engine=webkit -EXTRA_CFLAGS+= `pkg-config --cflags WebKitGtk` -I${LOCALBASE}/include/WebKit/webkit -EXTRA_LIBS+= `pkg-config --libs WebKitGtk` -CONFLICTS= epiphany-[1-9]* -PLIST_SUB+= GECKO="@comment " -PLUGIN_SYMLINK= 18 -.else USE_GECKO+= firefox libxul CONFIGURE_ARGS+= --with-gecko=${GECKO} \ --with-engine=mozilla \ @@ -74,7 +65,6 @@ CONFIGURE_ENV+=gecko_cv_xpcom_program_check="yes" .else PLUGIN_SYMLINK= 18 .endif -.endif NO_WERROR= yes # allow build with more warnings enabled @@ -99,7 +89,6 @@ CONFIGURE_ARGS+=--enable-spell-checker .endif post-patch: - @${REINPLACE_CMD} -e 's|WebKitGdk|WebKitGtk|' ${WRKSRC}/configure @${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${REINPLACE_CMD} -e \ 's|-lpthread|${PTHREAD_LIBS}|g' @${REINPLACE_CMD} -e 's|execinfo.h|#|g ; \ |