Commit graph

41 commits

Author SHA1 Message Date
zafer
d1758331a7 update master_sites. 2009-10-18 20:12:57 +00:00
joerg
016fcdfae9 Unsafe rules to create the object directory as exposed by the faster
next generation of the wrapper framework.
2009-09-01 14:10:29 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
obache
55288a14dc Update MASTER_SITES. 2008-12-09 05:07:49 +00:00
obache
acde0d9ca9 Add DESTDIR support. 2007-12-21 11:59:39 +00:00
jlam
07dd3147c6 Convert packages that test and use USE_INET6 to use the options framework
and to support the "inet6" option instead.

Remaining usage of USE_INET6 was solely for the benefit of the scripts
that generate the README.html files.  Replace:

	BUILD_DEFS+=	USE_INET6
with
	BUILD_DEFS+=	IPV6_READY

and teach the README-generation tools to look for that instead.

This nukes USE_INET6 from pkgsrc proper.  We leave a tiny bit of code
to continue to support USE_INET6 for pkgsrc-wip until it has been nuked
from there as well.
2007-09-07 22:12:10 +00:00
minskim
5e275430f6 Modify the patch so that it compiles without a c99 compiler. 2007-06-17 19:41:12 +00:00
rillig
9923485e48 Added a patch for sunpro on Solaris. 2007-05-30 19:49:54 +00:00
rillig
e9591eb473 Don't mix variable declarations and code. gcc said:
mDNSUNP.c:243: parse error before `char'
2007-03-10 00:59:28 +00:00
markd
2efd24fac3 Don't try to include nonexistant ipv6 header on Solaris.
From Volker Stolz in PR pkg/34883.
2006-10-23 11:15:09 +00:00
wiz
b6160330f7 Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
joerg
93759f6a03 Fix build on FreeBSD and DragonFly, as shown in recent bulk builds and
PR 34022.
2006-07-17 20:51:06 +00:00
drochner
eaed07817e -enable ipv6
-fix some RFC2292 vs 3542 confusion which made the former fail
-on NetBSD, build a HINFO record from hw.model and kern.osrelease
-bump PKGREVISION
2006-07-11 14:39:29 +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
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +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
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
wiz
4748ffccff Update to 108: Changes unknown. 2006-03-03 22:30:56 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
markd
9ad7f9581a Fix build on Solaris. 2006-02-04 21:02:31 +00:00
tron
ca8f48f981 Another attempt to get the pattern for NetBSD 3.0 correct. 2006-01-17 23:41:49 +00:00
tron
f15a4e82e0 Correct pattern for NetBSD 3.99.1 to 3.99.7 so it doesn't match
NetBSD 3.99.15.
2006-01-17 23:13:44 +00:00
tron
581e8cd0fe Next attempt to get the pattern correct for NetBSD 3.0. 2006-01-17 23:10:40 +00:00
tron
b3f5814d61 Add another pattern to the "librfuncs" check which will match NetBSD 3.0
(and 3.1, 3.2, etc.). Problem pointed out by Greg Oster in private e-mail.
2006-01-17 22:46:13 +00:00
tron
26c7aad81a Use the "librfuncs" package under NetBSD 3.99.7 and older to get
strerror_r() and thereby fix the build problem under these releases.
Based on changes suggested by Thomas Klausner in private e-mail.
2006-01-17 12:44:33 +00:00
wiz
89bae9eb69 Update to 107.5, changes unknown. 2006-01-15 01:46:55 +00:00
wiz
316ee68f2a Update to 107.3. Changes unknown. 2006-01-06 17:39:16 +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
rillig
3647f2015b Fixed wrong use of WRKSRC. 2005-11-03 22:35:53 +00:00
rillig
3f4aac92c5 Replaced the tab with a space after @comment to fix a pkglint warning. 2005-10-23 20:20:23 +00:00
grant
5a27e78809 simplify some conditionals, indent 2005-08-21 13:40:24 +00:00
reed
9e88dab4ed Use PTHREAD_LDFLAGS and PTHREAD_LIBS instead of hard-coded -lpthread.
(Fixed build on DragonFly.)
2005-08-19 21:56:59 +00:00
jlam
e46a9dd380 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
markd
84900d1cb4 Deal with different versions of Darwin. Patch from Yuji Yamano on
pkgsrc-bulk.
2005-06-16 01:32:25 +00:00
markd
0935a85b00 Bump PKGREVISION for rpath fix. 2005-06-10 23:01:39 +00:00
markd
aabc625ef6 Find libpthread.so when not on the default rpath.
Fixes bulk build on NetBSD-1.6.2.
2005-06-10 22:57:48 +00:00
markd
bb471329ed Update mDNSResponder to version 107.1.
Changes: bug fixes, portability
Also install the library and header file.
2005-05-26 12:50:24 +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
agc
b12d62efb5 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
itojun
906d0ec28c net/mDNSResponder, part of apple rendezvous technology 2005-01-13 08:22:58 +00:00