| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
07 Oct 2011 22:39:17
4.8.9
|
flo  |
update to 4.8.9 |
07 Oct 2011 20:40:40
4.8.8_1
|
kwm  |
Move nspr and nss to gecko@ team. they are part of the mozilla stack.
Talked with flo@ at EuroBSD con 2011 |
10 Sep 2011 10:35:10
4.8.8_1
|
flo  |
add a patch which prevents firefox from using 100% cpu.
FreeBSD sets POLLHUP in case a connect failed and the socket has never been
connected. NSPR should also check for this.
The patch has already been committed upstream. Bugzilla ID 684758
PR: ports/156889
Analyzed by: avg
Patch by: avg
Approved by: kwm |
19 Jul 2011 18:43:34
4.8.8
|
kwm  |
Update to 4.8.8.
PR: ports/159027
Submitted by: Florian Smeets <flo@FreeBSD.org> |
04 Jun 2011 22:38:53
4.8.7
|
mezz  |
-env -> ${SETENV}
-${MASTER_SITE_MOZILLA} -> MOZILLA in MASTER_SITES
PR: ports/157373
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
02 Mar 2011 13:51:28
4.8.7
|
kwm  |
Update to 4.8.7.
Submitted by: beat |
21 Nov 2010 18:17:03
4.8.6
|
marcus  |
* Respect STRIP to allow for debugging builds
* Reset ownership to the user installing even for top dirs
PR: 152266
Submitted by: Anonymous <swell.k@gmail.com> |
28 Jul 2010 21:32:09
4.8.6
|
beat  |
- Update to 4.8.6
- Add support for powerpc64 [1]
PR: ports/149045
Submitted by: Andreas Tobler <andreast-list AT fgznet.ch> [1]
Approved by: mezz@ |
11 Nov 2009 05:36:53
4.8.2
|
mi  |
Upgrade to 4.8.2. Fix up more warnings in the code and the tests.
The build now passses with -Werror. The regression-test target will only
be enabled after the ports thaw, as condition for approval...
Approved by: maintainer (mezz) |
18 Oct 2009 18:05:38
4.8_1
|
marcus  |
Fix the permissions on installed libraries and headers.
Reported by: Sprewell <sprewell@jaggeri.com> |
08 Aug 2009 21:44:10
4.8
|
marcus  |
Re-add a patch for PowerPC support which was dropped in the 4.8 update.
Reported by: Andreas Tobler <andreast-list@fgznet.ch> |
28 Jun 2009 19:22:17
4.8
|
miwi  |
- Update to 4.8
Tested by: exp-run
Approved by: gnome (marcus)
Thanks to: gahr, pav, beat, flo :) |
04 Nov 2008 07:11:16
4.7
|
ed  |
Add support for PowerPC to devel/nspr.
There were two things missing in the nspr port that prevented it from
being properly compiled on PowerPC:
- A string definition of the processor platform ("powerpc").
- Definitions of byte ordering and sizes of standard C types.
I copied the second list of definitions from _linux.cfg. The values used
by _openbsd.cfg and _netbsd.cfg are not accurate (size and alignment of
int64 is incorrect).
Approved by: marcus |
03 Apr 2008 16:50:42
4.7
|
ahze  |
Update to 4.7 |
12 Mar 2008 12:33:07
4.6.8
|
ahze  |
Update to 4.6.8 |
29 Jul 2007 19:16:39
4.6.7
|
kris  |
Retire obsolete PARALLEL_PACKAGE_BUILD in favour of PACKAGE_BUILDING. |
10 Jul 2007 14:34:12
4.6.7
|
ahze  |
Update to 4.6.7 |
23 Mar 2007 14:10:39
4.6.6
|
ahze  |
Update to 4.6.6 |
25 Feb 2007 20:23:22
4.6.5
|
ahze  |
Update to 4.6.5 |
30 Jan 2007 20:08:43
4.6.4
|
pav  |
- Fix after objformat removal |
29 Nov 2006 14:14:14
4.6.4
|
nork  |
PTHREAD_LIB-safeness.
Approved by: ahze (gnome) |
23 Nov 2006 03:43:22
4.6.4
|
ahze  |
Update to 4.6.4 |
01 Nov 2006 02:40:29
4.6.3_1
|
marcus  |
Work around the improperly defined libc stub for pthread_cond_wait(3)
which exists in FreeBSD prior August 7, 2006. Basically, on these
versions of FreeBSD, we will call _pthread_cond_wait directly. This
isn't perfect, but it will alow Firefox 2.0 to work on 6.1 and 5.5 without
people needing to patch libc.
Tested by: ahze and others |
18 Sep 2006 23:26:30
4.6.3
|
ahze  |
- Update to 4.6.3 |
23 Jul 2006 17:21:55
4.6.1_2
|
marcus  |
Add additional definitions now that we have gethost_r functions and
hour normal gethost functions are thread-safe. Also, wrap thread-safe
definitions around a check for _PR_PTHREADS.
Reported by: Sean C. Farley <sean-freebsd@farley.org> |
18 Jul 2006 13:25:44
4.6.1_1
|
marcus  |
Chase the recent getproto*_r additions to RELENG_6. |
22 Apr 2006 21:47:24
4.6.1
|
marcus  |
Fix the build on very recent -CURRENT. Since the resolv changes didn't
get their own __FreeBSD_version, use the bump associated with
fcloseall().
Tested by: sajd on #freebsd-gnome |
26 Jan 2006 01:51:26
4.6.1
|
jylefort  |
Update to 4.6.1
PR: ports/92294
Submitted by: Matthew Luckie <mjl@luckie.org.nz> |
04 Dec 2005 22:33:55
4.6_2
|
marcus  |
Implement the PR_GetPhysicalMemorySize function for FreeBSD. This will
allow applications such as Firefox to enable memory caching.
PR: 89946
Submitted by: Juha-Matti Tilli <juhis@nallukka.net> (with some modifications) |
04 Dec 2005 22:33:23
4.6_2
|
marcus  |
Implement the PR_GetPhysicalMemorySize function for FreeBSD. This will
allow applications such as Firefox to enable memory caching.
PR: 89946
Submitted by: Juha-Matti Tilli <juhis@nallukka.net> (with some modifications) |
23 Nov 2005 22:41:05
4.6_1
|
pav  |
- Add SHA256 checksums |
28 Aug 2005 07:57:55
4.6_1
|
mezz  |
Add install a missing nsprc.pc, we will need it when we use mi's firefox
patch and thunderbird changes. Took half patches from:
https://bugzilla.mozilla.org/show_bug.cgi?id=290726
Bump the PORTREVISION.
Reviewed by: marcus |
03 Aug 2005 01:41:53
4.6
|
marcus  |
Disable the automatic tests until we can figure out why they are hanging
on pointyhat.
Reported by: pointyhat via kris
Approved by: portmgr (implicit) |
31 Jul 2005 00:10:29
4.6
|
marcus  |
Fix build to eliminate warnings, and get all vendor regression tests to
succeed. Tests will be run automatically on the package building cluster.
Submitted by: mi |
13 Jul 2005 03:14:59
4.6
|
marcus  |
Update to 4.6 which incorporates a lot of our local patches. There are now
a slew of test suites that can be run by issuing ``make tests'' from the port
directory. They are disabled furing a normal build.
PR: 83345
Submitted by: mi |
27 Jul 2004 14:18:27
4.4.1_1
|
marcus  |
Fix DEBUG builds by checking for all error states from pthread_mutex_trylock().
See http://bugzilla.mozilla.org/show_bug.cgi?id=253080 for more details.
Submitted by: green |
19 Mar 2004 03:45:20
4.4.1_1
|
marcus  |
Forced commit to note why we don't build with a bind port that has
overridden the base. To quote from eik:
[Bind] overwrites /usr/include/netdb.h and give a wrong definition for
`h_errno' when _REENTRANT is defined. This causes link errors where
`__h_errno' is undefined.
Requested by: linimon |
19 Mar 2004 03:14:55
4.4.1_1
|
marcus  |
Borrow from the OpenLDAP ports, and refuse to build if bind has been
installed with PORT_REPLACES_BASE_BIND defined.
PR: 61756
Obtained from: OpenLDAP ports |
18 Mar 2004 13:47:05
4.4.1_1
|
pav  |
- Add SIZE to GNOME ports
Submitted by: trevor |
04 Feb 2004 05:21:48
4.4.1_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
03 Feb 2004 21:45:44
4.4.1
|
adamw  |
Update to 4.4.1.
PR: ports/62244
Submitted by: ijliao |
01 Feb 2004 20:20:37
4.3_2
|
marcel  |
Fix build on ia64. The configuration was missing HAVE_LONG_LONG,
HAVE_ALIGNED_DOUBLES and HAVE_ALIGNED_LONGLONGS for ia64. |
13 Dec 2003 21:30:19
4.3_2
|
peter  |
Port to amd64 (note: requires ld-elf.so bugfix to actually work) |
24 Nov 2003 01:22:35
4.3_2
|
marcus  |
Don't build this on amd64.
Approved by: portmgr (implicit) |
01 Jun 2003 17:10:06
4.3_2
|
marcus  |
Add a better patch to say we have socklen_t.
Submitted by: tmm |
01 Jun 2003 03:51:02
4.3_2
|
marcus  |
Correct patch target. |
01 Jun 2003 00:43:41
4.3_2
|
marcus  |
Fix a bad assumption about socklen_t presence that was causing problems
on 64-bit platforms.
Submitted by: tmm |
27 Apr 2003 20:47:32
4.3_1
|
marcus  |
Remove a redundant /build/ patch component.
Reported by: Morten Rodal <morten@rodal.no> |
27 Apr 2003 16:14:23
4.3_1
|
marcus  |
Install the nspr-config script.
PR: 51438 |
12 Apr 2003 20:53:11
4.3
|
marcus  |
Update to 4.3.
PR: 50796
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> |
07 Mar 2003 06:01:16
4.2_1
|
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
12 Jan 2003 18:43:29
4.2_1
|
marcus  |
Attempt to fix build on sparc64 and ia64. I tried to test, but panther
doesn't have libc_r. The build did get further than the errors reported
on bento.
Reported by: bento |
13 Nov 2002 21:16:39
4.2_1
|
marcus  |
Actually add the patch that enables IPv4 mapped IPv6 address support. |
13 Nov 2002 21:16:03
4.2_1
|
marcus  |
Enable support for IPv4 mapped IPv6 addresses. This will help get
phoenix working under -CURRENT if nspr is also installed.
Submitted by: ume |
03 Nov 2002 07:01:02
4.2
|
marcus  |
Remove BUILD_DEPENDS on perl5. This should have gone in security/nss. |
03 Nov 2002 05:21:19
4.2
|
marcus  |
Add a BUILD_DEPENDS on Perl.
Submitted by: bento |
11 Aug 2002 05:56:10
4.2
|
marcus  |
Switch to using MASTER_SITE_MOZILLA.
PR: 41460
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> |
08 Aug 2002 19:05:53
4.2
|
sobomax  |
Update to 4.2. |
19 Dec 2001 09:28:06 
|
sobomax  |
Add nspr 4.1.2, a platform-neutral API for system level and libc like
functions. I bet Java folks would like it - because this port is required for
Mozilla's Java plugin. |