landry
32a276b54e
Update to nspr 4.8.7, required by ffx4.0b8 and later, and
...
soon-to-be-required by stable releases in other mozilla branches.
ok sthen@ martynas@
2011-01-15 16:58:28 +00:00
landry
c758812833
Make sure that PR_GetPhysicalMemorySize() is properly implemented by
...
using the same code NetBSD uses. Tracked down after a report from tedu@
about default memory cache size. Reported upstream as
https://bugzilla.mozilla.org/show_bug.cgi?id=622425
ok & tested by dcoppa@
2011-01-03 13:21:04 +00:00
landry
a1e2c78dcd
Update to nspr 4.8.6, required by (at least) a future firefox 4 update..
...
Tested in a bunch of amd64 bulk builds.
ok naddy@ phessler@
2010-08-30 20:12:55 +00:00
jasper
2e442c45cd
- allow this to build on mips64*
...
feedback from kettenis@
ok phessler@
2010-03-30 11:47:33 +00:00
martynas
449827516e
update to nspr-4.8. security. please note, this will be needed
...
in stable for further mozilla-firefox security updates.
bulk build done by sthen@. thanks!
2009-08-04 13:56:09 +00:00
jakemsr
f44059c898
use /dev/arandom instead of /dev/urandom. reading from /dev/urandom
...
is too slow.
ok martynas@
2009-03-23 00:50:52 +00:00
sthen
3b31c247fd
build this on hppa; ok martynas (maintainer).
2009-02-14 12:01:48 +00:00
martynas
4499dcc359
NSPR 4.7.3:
...
- PL_ArenaFinish should zero the static variable PRCallOnceType
once.
- Missing _MD_UNLOCK() in IsFileLocal in ntio.c.
- PR_Interrupt() interrupts PR_TransmitFile() while PR_BlockInterrupt()
in effect.
- use /dev/urandom instead of /dev/random
ok naddy@
2008-12-15 21:26:04 +00:00
martynas
6dd7e1027c
nspr 4.7.1 ships source tarball with weird permission modes. fix
...
modes for header files in the install target, so that the resulting
package is right, and non-root/wheel users are able to build apps
depending on nspr
ok kurt@, naddy@, pval@
2008-07-31 17:31:00 +00:00
martynas
9a5c1037db
update to nspr-4.7.1. also needed by firefox 3.0
...
tested by many, both w/ mozilla 1.8 branch projects, and mozilla 1.9
"nspr and nss should go in" naddy@
ok kurt@
2008-07-25 00:42:33 +00:00
martynas
027c941cba
update to nspr-4.6.8; ok kurt@
2008-02-12 23:21:38 +00:00
merdely
376b75df06
Remove quotes surrounding COMMENT*/PERMIT_*/BROKEN
2007-09-16 02:52:56 +00:00
martynas
649f9d75b4
update to 4.6.7; ok kurt@
2007-08-01 21:11:13 +00:00
ajacoutot
6278c3e12c
- give maintainership to martynas@
2007-05-22 18:47:14 +00:00
martynas
56edb6b56d
- regen patches;
...
- remove useless patch-mozilla_nsprpub_pr_include_private_primpl_h;
no pkg changes = no pkgname bump
ok maintainer ajacoutot@, kurt@
2007-04-10 18:07:43 +00:00
espie
470294650d
base64 distinfo with SHA256
2007-04-05 15:37:40 +00:00
kurt
5169d71731
bump SO_VERSION to 19.0 to make room for firefox -stable updates. firefox
...
in -stable has internal nspr and will cause issues for users who upgrade if
SO_VERSION reaches 19.0 due to the .libs package. discussed with martynas.
okay pvalchev@
2007-03-06 18:30:31 +00:00
robert
71dd59e68a
update to version 4.6.5; from Martynas Venckus; ok pvalchev@
2007-03-01 22:37:48 +00:00
ajacoutot
a2295043cc
- remove substitutions in PKGNAME
...
talked with and ok jasper@
2006-12-06 17:43:31 +00:00
kurt
456dbd5108
Don't append nspr's shared lib version in PR_GetLibraryName. This fixes
...
missing 'Builtin Roots Module'/Authorities problem in mozilla* apps.
okay ajacoutot@
2006-11-30 16:53:53 +00:00
ajacoutot
2b0b20716d
- add @pkgpath to PLIST-main (oops)
...
- bump PKGNAME
spotted by steven@
2006-11-23 10:13:33 +00:00
ajacoutot
f9bbdc7aab
- update to 4.6.4
...
from Martynas Venckus <martynas at altroot dot org>, thanks!
ok jolan@
2006-11-23 09:36:03 +00:00
kurt
cd7517c261
link in libc since we are using libc strtod and __dtoa
2006-11-15 17:42:24 +00:00
ajacoutot
8e2d2dcdfb
- add arm support (from kili@)
...
- increase soft limits for regression tests and make sure the prpollml
test works (from kili@ and kurt@)
- enable nameshm1 regression test (disable ClientServerTest function)
ok kurt@
2006-11-15 09:05:36 +00:00
ajacoutot
7eff0c83cd
- add a -doc subpackage with complete HTML documentation reference
...
"looks good" steven@
2006-11-10 16:01:29 +00:00
ajacoutot
bf061efe3d
- re-add socket regression test (but do not run IPv4->IPv6 mapping tests
...
under OpenBSD)
- bump so version to 17 as Firefox 1.5.0.8 will use 16 (from wilfried@)
- bump PKGNAME
go ahead steven@
2006-11-09 19:00:39 +00:00
ajacoutot
2ecd92e7bf
- bump SHARED_LIBS version up to 16.0 (one more than the highest
...
mozilla.org app uses now and should prevent any library issues for the
transition to devel/nspr) ; from kurt@ (asked by kili@ and steven@)
- add regression tests ; the following tests are disabled as they need
more work: nameshm1, sema, semaerr, semaping, socket
- bump PKGNAME
ok kurt@
2006-11-07 16:22:05 +00:00
ajacoutot
e13fa720c6
- update to latest stable version (4.6.3) - 3 years worth of changes!
...
- use patches from www/mozilla-firefox (should now work on all supported
Firefox platforms)
- replaced internal strtod and dtoa implementations (patch from kurt@)
- create and install nspr.pc (from FreeBSD)
- change MASTER_SITES, remove USE_X11, update pkg/DESCR
ok mbalmer@ kurt@
2006-11-06 14:35:45 +00:00
ajacoutot
624a0065df
- add sparc64 to ONLY_FOR_ARCHS
...
- take over maintainership
- bump PKGNAME
ok kurt@
2006-11-03 20:56:23 +00:00
ajacoutot
3748a74ceb
Add support for amd64, from NetBSD
...
ok sturm@
2006-11-03 18:02:13 +00:00
kurt
56aa31b1ac
- add powerpc to ONLY_FOR_ARCHS. From Antoine Jacoutot <ajacoutot at
...
lphp.org>
- update MAINTAINER email while here
2006-09-29 15:59:34 +00:00
bernd
34b5784985
SHARED_LIBS
2006-01-07 19:45:35 +00:00
naddy
3f04f8f321
SIZE
2005-01-05 16:22:24 +00:00
wilfried
de77981ff6
fix built with the new getproto*_r, ok maintainer
2004-10-25 09:02:53 +00:00
espie
b43fc8f77a
new plist.
...
(symlink issue found by PFRAG.shared not holding any libraries)
2004-08-10 07:25:38 +00:00
espie
8cc91ea825
Follow symlinks for libraries as well.
...
Package has been unusable since its import.
Does anybody use these things ?
2004-08-10 07:24:49 +00:00
naddy
5aa12beb57
fix up MODGNU_CONFIG_GUESS_DIRS
2004-07-31 21:17:21 +00:00
pvalchev
f33abbf72f
Import of nspr-4.4.1
...
Netscape Portable Runtime (NSPR) provides a platform-neutral
API for system level and libc like functions. The API is used
in the Mozilla client, many of Netscape/AOL/iPlanet's and other
software offerings.
i386-only for now.
From maintainer Kurt Miller <truk@optonline.net>
2004-01-29 21:57:53 +00:00