Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Oct 2012 01:47:57 +1100
From:      Jan Beich <jbeich@tormail.org>
To:        AN <andy@neu.net>
Cc:        freebsd-gecko@freebsd.org
Subject:   Re: NSPR - version >= 4.9.3... no
Message-ID:  <1TJ3lM-000LSZ-6y@internal.tormail.org>
In-Reply-To: <alpine.BSF.2.00.1210020939250.22042@mail.neu.net> (AN's message of "Tue, 2 Oct 2012 09:48:47 -0400 (EDT)")
References:  <201210020844.q928iBjQ028975@trillian.chruetertee.ch> <alpine.BSF.2.00.1210020939250.22042@mail.neu.net>

next in thread | previous in thread | raw e-mail | index | archive | help
AN <andy@neu.net> writes:

> checking for nspr-config... /usr/local/bin/nspr-config
> checking for NSPR - version >= 4.9.3... no
> configure: error: your don't have NSPR installed or your version is
> too old
> ===>  Script "../configure" failed unexpectedly.

108704:4a7836f11aa7 (supported) builds fine. If you want newer either

  # misses a lot of patches in nspr/nss ports
  USE_MOZILLA += -nspr -nss -dbm

or generate distfiles for and update dependencies

  $ cd /path/to/mozilla-central
  $ tar czf /usr/ports/distfiles/nspr-4.9.3.tar.gz -s,\^,nspr-4.9.3/mozilla/, nsprpub
  $ tar czf /usr/ports/distfiles/nss-3.14.tar.gz -s,\^,nss-3.14/mozilla/, security/nss security/coreconf security/dbm dbm

or lower version requirements (may not work)

  # add to post-patch target
  	@${REINPLACE_CMD} '/AM_PATH/{ s/4\.9\.3/4.9.2/; s/3\.14/3.13.6/; }' \
  		${WRKSRC}/configure.in

I'd probably just wait a week (or two) to see what Mozilla does.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1TJ3lM-000LSZ-6y>