summaryrefslogtreecommitdiffstats
path: root/devel/nspr
Commit message (Collapse)AuthorAgeFilesLines
* Add install a missing nsprc.pc, we will need it when we use mi's firefoxmezz2005-08-284-5/+30
| | | | | | | | | | patch and thunderbird changes. Took half patches from: https://bugzilla.mozilla.org/show_bug.cgi?id=290726 Bump the PORTREVISION. Reviewed by: marcus
* Disable the automatic tests until we can figure out why they are hangingmarcus2005-08-031-4/+4
| | | | | | | on pointyhat. Reported by: pointyhat via kris Approved by: portmgr (implicit)
* Fix build to eliminate warnings, and get all vendor regression tests tomarcus2005-07-315-40/+2345
| | | | | | succeed. Tests will be run automatically on the package building cluster. Submitted by: mi
* Update to 4.6 which incorporates a lot of our local patches. There are nowmarcus2005-07-1310-266/+337
| | | | | | | | 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
* Fix DEBUG builds by checking for all error states from pthread_mutex_trylock().marcus2004-07-271-0/+11
| | | | | | See http://bugzilla.mozilla.org/show_bug.cgi?id=253080 for more details. Submitted by: green
* Borrow from the OpenLDAP ports, and refuse to build if bind has beenmarcus2004-03-191-0/+6
| | | | | | | installed with PORT_REPLACES_BASE_BIND defined. PR: 61756 Obtained from: OpenLDAP ports
* - Add SIZE to GNOME portspav2004-03-181-0/+1
| | | | Submitted by: trevor
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 2)
* Update to 4.4.1.adamw2004-02-033-12/+11
| | | | | PR: ports/62244 Submitted by: ijliao
* Fix build on ia64. The configuration was missing HAVE_LONG_LONG,marcel2004-02-011-4/+11
| | | | HAVE_ALIGNED_DOUBLES and HAVE_ALIGNED_LONGLONGS for ia64.
* Port to amd64 (note: requires ld-elf.so bugfix to actually work)peter2003-12-134-15/+71
|
* Don't build this on amd64.marcus2003-11-241-0/+2
| | | | Approved by: portmgr (implicit)
* Add a better patch to say we have socklen_t.marcus2003-06-012-27/+7
| | | | Submitted by: tmm
* Correct patch target.marcus2003-06-011-2/+2
|
* Fix a bad assumption about socklen_t presence that was causing problemsmarcus2003-06-012-1/+22
| | | | | | on 64-bit platforms. Submitted by: tmm
* Remove a redundant /build/ patch component.marcus2003-04-271-1/+1
| | | | Reported by: Morten Rodal <morten@rodal.no>
* Install the nspr-config script.marcus2003-04-272-0/+3
| | | | PR: 51438
* Update to 4.3.marcus2003-04-123-4/+2
| | | | | PR: 50796 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Attempt to fix build on sparc64 and ia64. I tried to test, but panthermarcus2003-01-122-6/+126
| | | | | | | doesn't have libc_r. The build did get further than the errors reported on bento. Reported by: bento
* Actually add the patch that enables IPv4 mapped IPv6 address support.marcus2002-11-131-0/+23
|
* Enable support for IPv4 mapped IPv6 addresses. This will help getmarcus2002-11-131-0/+1
| | | | | | phoenix working under -CURRENT if nspr is also installed. Submitted by: ume
* Remove BUILD_DEPENDS on perl5. This should have gone in security/nss.marcus2002-11-031-2/+0
|
* Add a BUILD_DEPENDS on Perl.marcus2002-11-031-0/+2
| | | | Submitted by: bento
* Switch to using MASTER_SITE_MOZILLA.marcus2002-08-111-1/+2
| | | | | PR: 41460 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* Update to 4.2.sobomax2002-08-087-77/+67
|
* Add nspr 4.1.2, a platform-neutral API for system level and libcsobomax2001-12-1910-0/+301
like functions. I bet Java folks would like it - because this port is required for Mozilla's Java plugin.
OpenPOWER on IntegriCloud