pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/elinks Update to 0.11.4rc0. ChangeLog only availa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3caf3d0ba2e1
branches:  trunk
changeset: 538332:3caf3d0ba2e1
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Wed Feb 06 04:30:37 2008 +0000

description:
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:

 www/elinks/Makefile   |   8 +++-----
 www/elinks/distinfo   |   8 ++++----
 www/elinks/options.mk |  12 +++++++-----
 3 files changed, 14 insertions(+), 14 deletions(-)

diffs (69 lines):

diff -r 0c914aa85f08 -r 3caf3d0ba2e1 www/elinks/Makefile
--- a/www/elinks/Makefile       Wed Feb 06 04:24:30 2008 +0000
+++ b/www/elinks/Makefile       Wed Feb 06 04:30:37 2008 +0000
@@ -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@localhost
diff -r 0c914aa85f08 -r 3caf3d0ba2e1 www/elinks/distinfo
--- a/www/elinks/distinfo       Wed Feb 06 04:24:30 2008 +0000
+++ b/www/elinks/distinfo       Wed Feb 06 04:30:37 2008 +0000
@@ -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 -r 0c914aa85f08 -r 3caf3d0ba2e1 www/elinks/options.mk
--- a/www/elinks/options.mk     Wed Feb 06 04:24:30 2008 +0000
+++ b/www/elinks/options.mk     Wed Feb 06 04:30:37 2008 +0000
@@ -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+=       --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



Home | Main Index | Thread Index | Old Index