diff options
author | bjs <bjs@pkgsrc.org> | 2008-02-06 04:30:37 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-02-06 04:30:37 +0000 |
commit | 32c233feac51f55733435c388cb405ea49399708 (patch) | |
tree | 6125ff71ee8a910d73b4c0765eaf5515e76a3f1c /www | |
parent | 6aa646626127490eb023eb485d26e9948863d0d7 (diff) | |
download | pkgsrc-32c233feac51f55733435c388cb405ea49399708.tar.gz |
Update to 0.11.4rc0. ChangeLog only available in GIT history: see
HOMEPAGE for more information. While here, switch to using lang/ossp-js
package instead of lang/spidermonkey. Goodbye, nspr dependency!
Javascript support seems more stable.
Mark option 'spidermonkey' deprecated in favor of option 'javascript'.
Diffstat (limited to 'www')
-rw-r--r-- | www/elinks/Makefile | 8 | ||||
-rw-r--r-- | www/elinks/distinfo | 8 | ||||
-rw-r--r-- | www/elinks/options.mk | 12 |
3 files changed, 14 insertions, 14 deletions
diff --git a/www/elinks/Makefile b/www/elinks/Makefile index 1a6c98c69db..675902ec50b 100644 --- a/www/elinks/Makefile +++ b/www/elinks/Makefile @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.35 2008/01/18 05:09:49 tnn Exp $ +# $NetBSD: Makefile,v 1.36 2008/02/06 04:30:37 bjs Exp $ -DISTNAME= elinks-0.11-20080109 -PKGREVISION= 2 -PKGNAME= ${DISTNAME:R}.${DISTNAME:E:S/-/./} +DISTNAME= elinks-0.11.4rc0 CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITES= http://elinks.or.cz/download/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/www/elinks/distinfo b/www/elinks/distinfo index e72df7a3092..aab340c3f9a 100644 --- a/www/elinks/distinfo +++ b/www/elinks/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.21 2008/01/09 03:48:07 bjs Exp $ +$NetBSD: distinfo,v 1.22 2008/02/06 04:30:37 bjs Exp $ -SHA1 (elinks-0.11-20080109.tar.bz2) = d6453c67551b1a9d8449915bffd557faefa26f13 -RMD160 (elinks-0.11-20080109.tar.bz2) = 508e3ff1b311c95980e71fddf3c600dc4c54d779 -Size (elinks-0.11-20080109.tar.bz2) = 5049225 bytes +SHA1 (elinks-0.11.4rc0.tar.bz2) = 0b70bdd8446ae476e49c26bd0d1a2ebbca36e9be +RMD160 (elinks-0.11.4rc0.tar.bz2) = dec7db92878055f48b34337bd6fc67421b0cae1f +Size (elinks-0.11.4rc0.tar.bz2) = 2518118 bytes SHA1 (patch-aa) = e4106d39982ca00606667d9463982ee86afbf868 SHA1 (patch-ab) = dd1c48e0c1b7980b6332e11ab38e13202325cd55 SHA1 (patch-ac) = f7dc18652782a5ad0768a5693a69bcadc6e5754d diff --git a/www/elinks/options.mk b/www/elinks/options.mk index 059e9622602..5952e69a7c4 100644 --- a/www/elinks/options.mk +++ b/www/elinks/options.mk @@ -1,13 +1,15 @@ -# $NetBSD: options.mk,v 1.7 2008/01/11 14:52:42 abs Exp $ +# $NetBSD: options.mk,v 1.8 2008/02/06 04:30:37 bjs Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.elinks -PKG_SUPPORTED_OPTIONS+= bittorrent nntp spidermonkey finger gopher +PKG_SUPPORTED_OPTIONS+= bittorrent nntp javascript finger gopher PKG_SUPPORTED_OPTIONS+= inet6 x11 elinks-fastmem elinks-exmode expat PKG_SUPPORTED_OPTIONS+= elinks-html-highlight elinks-root-exec PKG_OPTIONS_GROUP.tls= gnutls ssl PKG_OPTIONS_REQUIRED_GROUPS= tls PKG_SUGGESTED_OPTIONS= ssl +PKG_OPTIONS_LEGACY_OPTS= spidermonkey:javascript + .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Minet6) @@ -39,11 +41,11 @@ CONFIGURE_ARGS+= --enable-nntp CONFIGURE_ARGS+= --disable-nntp .endif -.if !empty(PKG_OPTIONS:Mspidermonkey) +.if !empty(PKG_OPTIONS:Mjavascript) -.include "../../lang/spidermonkey/buildlink3.mk" +.include "../../lang/ossp-js/buildlink3.mk" -CONFIGURE_ARGS+= --with-spidermonkey +CONFIGURE_ARGS+= --with-spidermonkey=${BUILDLINK_PREFIX.ossp-js:Q} CONFIGURE_ARGS+= --enable-sm-scripting .else CONFIGURE_ARGS+= --without-spidermonkey |