summaryrefslogtreecommitdiff
path: root/devel/nspr
AgeCommit message (Collapse)AuthorFilesLines
2008-01-29Add DESTDIR support.joerg1-8/+10
2008-01-05Don't define pthread_kill(2) to ENOSYS under Mac OS X Leopard whichtron2-1/+15
provides this system call.
2007-12-22Change MOZILLA master sites difinitions, related to PR 37379.obache1-2/+2
There are three types Mozilla mirrors. (http://www.mozilla.org/mirroring.html) * mozilla-current contains only the current version of Firefox and Thunderbird * mozilla-release contains Firefox, Thunderbird, and Sunbird releases * mozilla-all complete archive Define following variables for mozilla master sites: MASTER_SITE_MOZILLA_ALL = mozilla-all MASTER_SITE_MOZILLA = mozilla-release and change some packages to use appropriate variable. Update contents of MASTER_SITE_MOZILLA with master and primary mirrors taken from http://www.mozilla.org/mirrors.html and add some sample definitions.
2007-10-17Fix path of patch-an to be relative to ${WRKSRC}.bjs3-6/+7
Bump rev.
2007-10-16Fix build under FreeBSD 6.1tonio2-1/+23
2007-10-04Include pthread.h to get pthread_t on DragonFly.joerg2-4/+13
2007-09-25Fix broken patch file, rerun makepatchsum.bjs2-4/+4
2007-09-25Update to version 4.6.7 (bugfix release). See new patchesbjs12-32/+294
for more information about them. While here, fix pkglint warnings. ok'd by joerg@
2007-03-18Update to 4.6.6.wiz7-48/+69
Upstream changes: bug fixes. Package changes: avoid ".." in paths by changing WRKSRC and using CONFIGURE_DIRS. Add chunk to configure.in to avoid build failures I was seeing on NetBSD-current/amd64.
2007-02-22pkglint cleanup; update HOMEPAGE/MASTER_SITES.wiz1-2/+2
From Sergey Svishchev in private mail.
2006-12-05- Fix broken shared library generation under Mac OS X.tron2-3/+16
- Fix permission problems in "include/nspr". Bump package revision because of these changes.
2006-12-04Properly prefix lines in the package list which should be ignored withtron1-3/+3
"@comment " and not "@comment". The later cause a warning like "Ignoring command @commentlib/nspr/cpu/sparcv8plus/libnspr_flt4.so". Bump package revision because of package list fixes.
2006-10-22PLIST fixes when on sun4u machines running SunOS. No changes to otherdmcmahill2-3/+18
platforms.
2006-08-31Remove trailing spaces which confused the checksum script.joerg1-4/+4
2006-08-05Support 64bit builds on Solaris.markd1-1/+5
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-06-17Fixed some pkglint warnings.rillig1-3/+4
2006-05-11Uses C++.schmonz1-1/+2
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-11-I/Developer/Headers/FlatCarbon needs to be passed unaltered on MacOS Xschwarz1-1/+5
for some system-specific headers to be found
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-3/+4
2006-02-02Update to nspr-4.6.1. This addresses PR#32689. Tested with gaim.ben7-117/+56
Fix typo, MASTER_SIZE_MOZILLA=MASTER_SITE_MOZILLA. Fix version number in MASTER_SITES. Fix MASTER_SITES to contain valid URLs to the nspr distribution.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-4/+4
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-10-16Make nss and nspr install pkg-config files. Bump their PKGREVISION.jmmv2-6/+14
2005-10-15Use tabs to indent, not spaces.jmmv1-5/+5
2005-08-12Update patch-ac to add DragonFly support.reed2-7/+34
This is from maintainer's request via PR #30711. (I only tested "make configure" on different system.)
2005-06-16Create directories before installing files into them.jlam1-1/+3
2005-06-01Remove mk/autoconf.mk and mk/automake.mk and replace their usage withjlam1-7/+3
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or "automake14". Also, we don't need to call the auto* tools via ${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care to symlink the correct tool to the correct name, so we can just use aclocal, autoconf, etc.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-2/+2
2005-02-03We can't install these libraries into ${PREFIX}/lib, since mozillajschauma3-14/+25
browsers might then falsely load these instead of their own. So: Install the libraries into their own directory. Bump PKGREVISION.
2005-01-26Remove unneeded SCRIPTS_ENV lines.jschauma1-4/+1
Pointed out by Matthew Luckie
2005-01-25merge PLIST, toojschauma1-1/+4
2005-01-25Merge with / update using the package provided by matthewluckie injschauma10-20/+348
pkgsrc-wip.
2005-01-24Initial import of nspr, with hints taken from the FreeBSD package:jschauma4-0/+170
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.