Commit graph

75 commits

Author SHA1 Message Date
ryoon
bdfe242bf6 Fix build under OpenBSD/amd64 5.5 2014-05-12 15:06:55 +00:00
ryoon
e53e5d7c1c Add NetBSD tag, and remove garbage 2014-05-12 14:14:30 +00:00
obache
eb9babbd97 Use BUILTIN_FIND_HEADERS to detect builtin one other than /usr/include. 2014-05-02 02:29:39 +00:00
wiz
fa5875c208 Fix previous (hi pettai!). 2014-04-01 12:40:00 +00:00
pettai
8459d1b6c6 Also recognize version 3201600 2014-04-01 05:02:21 +00:00
prlw1
78494c8716 Update mDNSResponder to cope with import of 258.14 into NetBSD-current. 2014-03-25 13:54:26 +00:00
jperkin
9e7a1ba4b9 Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do
not use libtool to do so.  This is required to correctly depend upon a
gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME.
2014-03-13 11:08:49 +00:00
jperkin
222f8dc36b Import initial SMF support for individual packages. 2014-03-11 14:34:36 +00:00
jperkin
846e1277e9 Fix build on OSX. 2013-10-24 21:19:12 +00:00
jperkin
87066d47e8 Fix for bison-3 syntax. 2013-08-16 10:10:26 +00:00
rodent
6b46c62d2e Edited DESCR in the case of:
File too long (should be no more than 24 lines).
 Line too long (should be no more than 80 characters).
 Trailing empty lines.
 Trailing white-space.
Trucated the long files as best as possible while preserving the most info
contained in them.
2013-04-07 20:49:31 +00:00
asau
e059e7e469 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 17:18:07 +00:00
reed
438d643136 fix typo 2012-07-28 21:44:29 +00:00
wiz
f98e8b0585 Add inet6 to default suggested options. It's 2012. 2012-06-12 15:45:54 +00:00
dholland
7e751949e4 Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
2012-05-07 01:53:12 +00:00
hans
13acf52ede Fix build on SunOS. 2011-10-04 14:08:48 +00:00
riz
e07bcac4c4 Allow mDNSResponder to build on FreeBSD 8.2. 2011-08-29 03:34:39 +00:00
adam
2c42a13c0c Detect BonJour on Lion 2011-08-05 18:22:57 +00:00
shattered
24d7e02208 Regenerate diff -- Linux patch chokes on it. 2011-06-03 19:30:39 +00:00
wiz
f97d0dd8e8 Fix build on non-Linux. Reported by Rui-Xiang Guo on pkgsrc-users. 2011-02-24 22:42:20 +00:00
markd
16e661720c Fix build on linux 2011-02-17 09:02:14 +00:00
obache
dd419704f4 MAKE_JOBS_SAFE=no, or require -ldns_sd for Client before ready of libdns_sd.so. 2011-01-13 03:15:50 +00:00
adam
ca96d88ffc Changes 258.14:
This is the version supplied with Mac OS X 10.6.6.
2011-01-12 08:53:52 +00:00
tez
27bf0cedaa fix build on solaris per PR#43938 2010-12-20 14:17:01 +00:00
jmcneill
1ad4fa70c2 Fix 'intfMask != NULL' assertion on NetBSD when mdnsd encounters an IPv6
address; patch-ac changed the distribution source to not pull in
netinet/in_var.h on NetBSD but that is where SIOCGIFNETMASK_IN6 comes from
so bring it back in. Bump pkg revision.
2010-12-15 22:33:41 +00:00
sbd
c49e32fb15 _GNU_SOURCE must be defined to build the IPv6 code under glibc 2010-07-20 00:04:08 +00:00
tnn
2a874de62d ditto ifdefry for DragonFly. PR pkg/43641 2010-07-19 14:14:13 +00:00
tnn
c3e8bdabeb needs bison 2010-07-16 07:34:02 +00:00
tnn
c4b44a3f7e Add support for pkgsrc's primary platform ... 2010-07-15 09:08:28 +00:00
drochner
16052e69ff allow to use NetBSD-current's builtin implementation 2010-07-14 17:45:30 +00:00
sbd
87edb0b159 Opps missed patch-ad 2010-07-14 10:14:43 +00:00
sbd
41fda0c8eb Update to mDNSResponder-214.3.2
Changes unknown.

Also install dns-sd and manpages.
2010-07-14 09:29:04 +00:00
sbd
94b11fd0ad Update the homepage 2010-07-13 11:18:48 +00:00
tez
1285c52791 fix off-by-one error parsing resolv.conf
fix fd leak
2010-07-01 15:05:06 +00:00
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