Commit Graph

51 Commits

Author SHA1 Message Date
landry
3100e8b778 Update to nspr 4.9.4.
Tested on sparc64 & hppa, and went into an amd64 bulk build.
2012-12-29 19:58:22 +00:00
landry
df694e00fd Update to nspr 4.9.3.
- remove subpackages, it makes no sense to have -docs fetching its distfile
from a separate tarball. If really needed one can make a standalone port.
- remove handmade nspr.pc.in, upstream provides one
- remove handrolled install target and use the one upstream provides.
- merge PFRAG.shared back into PLIST

Tested on amd64/i386/powerpc and in a bulk build.
Needed by firefox 18.

ok sthen@ ajacoutot@ jasper@
2012-11-12 20:39:09 +00:00
landry
ee15792e12 Update to nspr 4.9.2.
- Garbage collect patch adding -pthread hack while here.
- Improve pthread_set_name_np() call (returns void)
- Needed anyway by upcoming Mozilla 16 releases
been in a bunch of amd64 bulks, ok ajacoutot@
2012-09-17 20:00:09 +00:00
ajacoutot
7ab36748ae Remove irrelevant $FreeBSD RCS ids. 2012-08-18 12:41:37 +00:00
landry
981c23b608 add bug # url 2012-05-17 10:23:24 +00:00
landry
7d8652ecf1 add comments explaining damn patches 2012-05-17 08:59:00 +00:00
ajacoutot
86265ce150 Fix usage of the _POSIX_THREAD_PRIORITY_SCHEDULING macro.
from Brad
2012-05-17 05:01:35 +00:00
landry
3059d88974 Garbage collect two patches :
- using /dev/arandom instead of /dev/urandom is not needed anymore
- #undef _POSIX_THREAD_PRIORITY_SCHEDULING is not needed since the
  switch to rthreads.
from brad.
2012-03-06 21:15:30 +00:00
landry
73f17c0d11 Update to nspr 4.9, needed for mozilla 11+.
Tested on alpha amd64 hppa i386 powerpc sparc64, no change in regression
output (well, dtoa still fails, but thats not surprising given
corresponding code is heavily patched)
2012-02-20 09:17:00 +00:00
robert
b3a9391a22 match uint64_t and int64_t typedefs with the system ones to avoid confusion
in chrome for example

ok jasper@
2011-10-27 07:58:03 +00:00
jasper
d6529ddc7a missing bump 2011-10-04 21:35:25 +00:00
landry
4b417acf04 Add patch from #650772 after lengthy bikeshedding. On OpenBSD, the
.so.x.y passed to PR_LoadLibrary() is never the same as the one on
linux, since the portstree controls the .x.y, so if the first dlopen()
fails, let's strip what's after .so and retry, since ld.so is clever
enough to open the correct lib if asked for libfoo.so. Allows me to
remove smth like 40 patches in all mozilla ports. Take maintainership
while here.
discussed with deraadt@
2011-10-03 17:54:23 +00:00
landry
a143707039 Update to nspr 4.8.9, needed by upcoming mozilla updates.
Bump major as some prtime #define were changed.
Remove a patch merged upstream (bug #622425)
ok martynas@ rpointel@
2011-08-23 20:07:08 +00:00
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