Commit graph

29 commits

Author SHA1 Message Date
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
joerg
0f87b08ce2 Remove trailing spaces which confused the checksum script. 2006-08-31 09:12:25 +00:00
markd
2cd081dacc Support 64bit builds on Solaris. 2006-08-05 02:08:32 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
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-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +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
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
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-04-06 06:21:32 +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
jmmv
d1a4d54591 Use tabs to indent, not spaces. 2005-10-15 22:20:59 +00:00
reed
830a849a51 Update patch-ac to add DragonFly support.
This is from maintainer's request via PR #30711.
(I only tested "make configure" on different system.)
2005-08-12 20:07:35 +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
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +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
82d92104e3 merge PLIST, too 2005-01-25 14:56:41 +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