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'.
This commit is contained in:
parent
6aa6466261
commit
32c233feac
3 changed files with 14 additions and 14 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue