Commit graph

16 commits

Author SHA1 Message Date
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
joerg
b530836ba1 Strip everything after the first hyphen to match OS_VERSION in
pkgsrc for DragonFly. Inspired by PR 32230.
2006-01-15 16:09:21 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
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-12-05 20:49:47 +00:00
jmmv
5f5df1842b Make nss and nspr install pkg-config files. Bump their PKGREVISION. 2005-10-16 11:15:10 +00:00
jmmv
8fd9a29be3 Use tabs to indent, not spaces. 2005-10-15 22:06:20 +00:00
dmcmahill
a1475357ba set NS_USE_GCC on solaris when using gcc. This gets past most of the
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-09-20 12:53:40 +00:00
reed
8512cf28d7 Only for Linux, FreeBSD, DragonFly and NetBSD for now. NSS will
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-25 00:11:01 +00:00
reed
f8d7f72e40 Add DragonFly.mk file and now support DragonFly.
This is from PR #30711. Thank you Joerg.
Approved by maintainer (in PR).
2005-08-19 16:18:02 +00:00
reed
5aea61e23d Add patch-ah and patch-ai and update patch-ae for DragonFly support.
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-08-12 20:11:26 +00:00
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
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-07-16 01:19:06 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
jschauma
226fed356a Add a patch needed on OS/versions that don't have native pthreads.
Patch provided by Matthew Luckie
Bump PKGREVISION.
2005-02-09 16:19:35 +00:00
jschauma
0be96edb26 We can't install these libraries into ${PREFIX}/lib, since mozilla
browsers might then falsely load these instead of their own.
So: Install the libraries into their own directory.
Bump PKGREVISION.
2005-02-03 18:05:40 +00:00
jschauma
f939aeb905 Initial import of devel/nss from pkgsrc-wip, provided by matthewluckie:
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.
2005-02-01 21:51:12 +00:00