summaryrefslogtreecommitdiff
path: root/devel/nspr (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 4.6.6Michael Johnson2007-03-232-4/+4
| | | | Notes: svn path=/head/; revision=188097
* Update to 4.6.5Michael Johnson2007-02-252-4/+4
| | | | Notes: svn path=/head/; revision=185924
* - Fix after objformat removalPav Lucistnik2007-01-301-1/+1
| | | | Notes: svn path=/head/; revision=183723
* PTHREAD_LIB-safeness.Norikatsu Shigemura2006-11-293-6/+30
| | | | | | | Approved by: ahze (gnome) Notes: svn path=/head/; revision=178255
* Update to 4.6.4Michael Johnson2006-11-232-5/+4
| | | | Notes: svn path=/head/; revision=177857
* Work around the improperly defined libc stub for pthread_cond_wait(3)Joe Marcus Clarke2006-11-011-1/+11
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=175983
* - Update to 4.6.3Michael Johnson2006-09-182-6/+5
| | | | Notes: svn path=/head/; revision=173364
* Add additional definitions now that we have gethost_r functions andJoe Marcus Clarke2006-07-232-4/+9
| | | | | | | | | | 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> Notes: svn path=/head/; revision=168569
* Chase the recent getproto*_r additions to RELENG_6.Joe Marcus Clarke2006-07-182-1/+2
| | | | Notes: svn path=/head/; revision=168143
* Fix the build on very recent -CURRENT. Since the resolv changes didn'tJoe Marcus Clarke2006-04-221-0/+14
| | | | | | | | | | get their own __FreeBSD_version, use the bump associated with fcloseall(). Tested by: sajd on #freebsd-gnome Notes: svn path=/head/; revision=160155
* Update to 4.6.1Jean-Yves Lefort2006-01-263-5/+6
| | | | | | | | PR: ports/92294 Submitted by: Matthew Luckie <mjl@luckie.org.nz> Notes: svn path=/head/; revision=154464
* Implement the PR_GetPhysicalMemorySize function for FreeBSD. This willJoe Marcus Clarke2005-12-042-1/+23
| | | | | | | | | | allow applications such as Firefox to enable memory caching. PR: 89946 Submitted by: Juha-Matti Tilli <juhis@nallukka.net> (with some modifications) Notes: svn path=/head/; revision=150423
* - Add SHA256 checksumsPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149215
* Add install a missing nsprc.pc, we will need it when we use mi's firefoxJeremy Messenger2005-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 Notes: svn path=/head/; revision=141032
* Disable the automatic tests until we can figure out why they are hangingJoe Marcus Clarke2005-08-031-4/+4
| | | | | | | | | | on pointyhat. Reported by: pointyhat via kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=140743
* Fix build to eliminate warnings, and get all vendor regression tests toJoe Marcus Clarke2005-07-315-40/+2345
| | | | | | | | | succeed. Tests will be run automatically on the package building cluster. Submitted by: mi Notes: svn path=/head/; revision=140511
* Update to 4.6 which incorporates a lot of our local patches. There are nowJoe Marcus Clarke2005-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 Notes: svn path=/head/; revision=139021
* Fix DEBUG builds by checking for all error states from pthread_mutex_trylock().Joe Marcus Clarke2004-07-271-0/+11
| | | | | | | | | See http://bugzilla.mozilla.org/show_bug.cgi?id=253080 for more details. Submitted by: green Notes: svn path=/head/; revision=114879
* Borrow from the OpenLDAP ports, and refuse to build if bind has beenJoe Marcus Clarke2004-03-191-0/+6
| | | | | | | | | | installed with PORT_REPLACES_BASE_BIND defined. PR: 61756 Obtained from: OpenLDAP ports Notes: svn path=/head/; revision=104577
* - Add SIZE to GNOME portsPav Lucistnik2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104461
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Update to 4.4.1.Adam Weinberger2004-02-033-12/+11
| | | | | | | | PR: ports/62244 Submitted by: ijliao Notes: svn path=/head/; revision=99908
* Fix build on ia64. The configuration was missing HAVE_LONG_LONG,Marcel Moolenaar2004-02-011-4/+11
| | | | | | | HAVE_ALIGNED_DOUBLES and HAVE_ALIGNED_LONGLONGS for ia64. Notes: svn path=/head/; revision=99736
* Port to amd64 (note: requires ld-elf.so bugfix to actually work)Peter Wemm2003-12-134-15/+71
| | | | Notes: svn path=/head/; revision=95747
* Don't build this on amd64.Joe Marcus Clarke2003-11-241-0/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=94753
* Add a better patch to say we have socklen_t.Joe Marcus Clarke2003-06-012-27/+7
| | | | | | | Submitted by: tmm Notes: svn path=/head/; revision=81914
* Correct patch target.Joe Marcus Clarke2003-06-011-2/+2
| | | | Notes: svn path=/head/; revision=81842
* Fix a bad assumption about socklen_t presence that was causing problemsJoe Marcus Clarke2003-06-012-1/+22
| | | | | | | | | on 64-bit platforms. Submitted by: tmm Notes: svn path=/head/; revision=81800
* Remove a redundant /build/ patch component.Joe Marcus Clarke2003-04-271-1/+1
| | | | | | | Reported by: Morten Rodal <morten@rodal.no> Notes: svn path=/head/; revision=79761
* Install the nspr-config script.Joe Marcus Clarke2003-04-272-0/+3
| | | | | | | PR: 51438 Notes: svn path=/head/; revision=79750
* Update to 4.3.Joe Marcus Clarke2003-04-123-4/+2
| | | | | | | | PR: 50796 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=78822
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Attempt to fix build on sparc64 and ia64. I tried to test, but pantherJoe Marcus Clarke2003-01-122-6/+126
| | | | | | | | | | doesn't have libc_r. The build did get further than the errors reported on bento. Reported by: bento Notes: svn path=/head/; revision=72979
* Actually add the patch that enables IPv4 mapped IPv6 address support.Joe Marcus Clarke2002-11-131-0/+23
| | | | Notes: svn path=/head/; revision=70065
* Enable support for IPv4 mapped IPv6 addresses. This will help getJoe Marcus Clarke2002-11-131-0/+1
| | | | | | | | | phoenix working under -CURRENT if nspr is also installed. Submitted by: ume Notes: svn path=/head/; revision=70064
* Remove BUILD_DEPENDS on perl5. This should have gone in security/nss.Joe Marcus Clarke2002-11-031-2/+0
| | | | Notes: svn path=/head/; revision=69327
* Add a BUILD_DEPENDS on Perl.Joe Marcus Clarke2002-11-031-0/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=69317
* Switch to using MASTER_SITE_MOZILLA.Joe Marcus Clarke2002-08-111-1/+2
| | | | | | | | PR: 41460 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=64366
* Update to 4.2.Maxim Sobolev2002-08-087-77/+67
| | | | Notes: svn path=/head/; revision=64249
* Add nspr 4.1.2, a platform-neutral API for system level and libcMaxim Sobolev2001-12-1910-0/+301
like functions. I bet Java folks would like it - because this port is required for Mozilla's Java plugin. Notes: svn path=/head/; revision=51803