summaryrefslogtreecommitdiff
path: root/devel/nss
AgeCommit message (Collapse)AuthorFilesLines
2006-07-12Updated nss to 3.11.rillig12-101/+103
No ChangeLog available, but some libraries have changed: - removed libfort - added libfreebl3 - removed libswft
2006-07-12Oops. I had accidentally commented out ONLY_FOR_PLATFORM.rillig1-2/+2
2006-07-12Fixed most pkglint warnings.rillig14-67/+68
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-07-04Oops. I had better not removed the leading "@" from a line in therillig2-4/+4
Makefile. It resulted in some output being re-read by make, which in turn resulted in damaged shell commands. Thanks to wiz for notifying me.
2006-07-02Added a patch so that the package works with GNU Make 3.81 again.rillig2-1/+29
2006-06-25Better fix for gcc4 build problem, suggested by martin@.wiz2-8/+8
2006-06-25Add patch to fix compilation on NetBSD-current.wiz2-3/+20
2006-06-25regenwiz2-8/+8
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed2-5/+5
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-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-4/+4
2006-01-15Strip everything after the first hyphen to match OS_VERSION injoerg3-1/+29
pkgsrc for DragonFly. Inspired by PR 32230.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
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-3/+14
2005-10-15Use tabs to indent, not spaces.jmmv1-7/+7
2005-09-20set NS_USE_GCC on solaris when using gcc. This gets past most of thedmcmahill1-1/+9
makefile issues. There are still some problems on solaris, but this gets you further. Don't mark as available yet on solaris since it still doesn't compile.
2005-08-25Only for Linux, FreeBSD, DragonFly and NetBSD for now. NSS willreed3-25/+24
build and run on other platforms when MAINTAINER knows what magic Makefile glue is required. This is from maintainer's discussion on tech-pkg. Remove patch-af. Use LD_LIBS instead, which the build already knows about. Add custom settings for above platforms so they install correctly. Idea provided by maintainer on tech-pkg. I tweaked it more. I tested on NetBSD 2.0.2, Linux and DragonFly. Also remove blank line from end of Makefile.
2005-08-19Add DragonFly.mk file and now support DragonFly.reed2-1/+86
This is from PR #30711. Thank you Joerg. Approved by maintainer (in PR).
2005-08-12Add patch-ah and patch-ai and update patch-ae for DragonFly support.reed4-5/+42
This is from PR #30711. Note that I didn't test on DragonFly. Also note that this is still incomplete for DragonFly -- it needs the mk file too.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-3/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
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-1/+2
2005-02-09Add a patch needed on OS/versions that don't have native pthreads.jschauma4-5/+19
Patch provided by Matthew Luckie Bump PKGREVISION.
2005-02-03We can't install these libraries into ${PREFIX}/lib, since mozillajschauma4-18/+27
browsers might then falsely load these instead of their own. So: Install the libraries into their own directory. Bump PKGREVISION.
2005-02-01Initial import of devel/nss from pkgsrc-wip, provided by matthewluckie:jschauma11-0/+278
Network Security Services (NSS) is a set of libraries designed to support cross-platform development of security-enabled server applications. Applications built with NSS can support SSL v2 and v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other security standards.