Commit graph

22 commits

Author SHA1 Message Date
bjs
0400b542c1 Update to version 4.6.7 (bugfix release). See new patches
for more information about them.  While here, fix pkglint warnings.

ok'd by joerg@
2007-09-25 04:18:25 +00:00
wiz
a4b957da48 Update to 4.6.6.
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-03-18 18:49:46 +00:00
wiz
6e2c35c083 pkglint cleanup; update HOMEPAGE/MASTER_SITES.
From Sergey Svishchev in private mail.
2007-02-22 19:01:13 +00:00
tron
8948c0658e - Fix broken shared library generation under Mac OS X.
- Fix permission problems in "include/nspr".
Bump package revision because of these changes.
2006-12-05 17:43:06 +00:00
tron
d776e639d4 Properly prefix lines in the package list which should be ignored with
"@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-12-04 13:32:42 +00:00
dmcmahill
a9c8058588 PLIST fixes when on sun4u machines running SunOS. No changes to other
platforms.
2006-10-22 15:23:27 +00:00
markd
2cd081dacc Support 64bit builds on Solaris. 2006-08-05 02:08:32 +00:00
rillig
c71b7cd430 Fixed some pkglint warnings. 2006-06-17 17:17:00 +00:00
schmonz
980c1da9bf Uses C++. 2006-05-11 14:55:17 +00:00
schwarz
46e65289e0 -I/Developer/Headers/FlatCarbon needs to be passed unaltered on MacOS X
for some system-specific headers to be found
2006-03-11 17:30:55 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
ben
b26889d63e Update to nspr-4.6.1. This addresses PR#32689. Tested with gaim.
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.
2006-02-02 05:51:14 +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
jlam
81edaaa606 Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
jlam
fcb7da800b Remove mk/autoconf.mk and mk/automake.mk and replace their usage with
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-06-01 20:07:59 +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
jschauma
671acfb337 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 17:54:21 +00:00
jschauma
b05f17eba2 Remove unneeded SCRIPTS_ENV lines.
Pointed out by Matthew Luckie
2005-01-26 03:41:43 +00:00
jschauma
523b978750 Merge with / update using the package provided by matthewluckie in
pkgsrc-wip.
2005-01-25 14:50:38 +00:00
jschauma
05f1eb1aac Initial import of nspr, with hints taken from the FreeBSD package:
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.
2005-01-24 19:40:59 +00:00