AN <[email protected]> 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.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to