Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 2 | -3/+4 | |
2006-02-02 | Update to nspr-4.6.1. This addresses PR#32689. Tested with gaim. | ben | 7 | -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-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -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-16 | Make nss and nspr install pkg-config files. Bump their PKGREVISION. | jmmv | 2 | -6/+14 | |
2005-10-15 | Use tabs to indent, not spaces. | jmmv | 1 | -5/+5 | |
2005-08-12 | Update patch-ac to add DragonFly support. | reed | 2 | -7/+34 | |
This is from maintainer's request via PR #30711. (I only tested "make configure" on different system.) | |||||
2005-06-16 | Create directories before installing files into them. | jlam | 1 | -1/+3 | |
2005-06-01 | Remove mk/autoconf.mk and mk/automake.mk and replace their usage with | jlam | 1 | -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-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 1 | -2/+2 | |
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-23 | Add RMD160 digests. | agc | 1 | -2/+2 | |
2005-02-03 | We can't install these libraries into ${PREFIX}/lib, since mozilla | jschauma | 3 | -14/+25 | |
browsers might then falsely load these instead of their own. So: Install the libraries into their own directory. Bump PKGREVISION. | |||||
2005-01-26 | Remove unneeded SCRIPTS_ENV lines. | jschauma | 1 | -4/+1 | |
Pointed out by Matthew Luckie | |||||
2005-01-25 | merge PLIST, too | jschauma | 1 | -1/+4 | |
2005-01-25 | Merge with / update using the package provided by matthewluckie in | jschauma | 10 | -20/+348 | |
pkgsrc-wip. | |||||
2005-01-24 | Initial import of nspr, with hints taken from the FreeBSD package: | jschauma | 4 | -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. |