summaryrefslogtreecommitdiff
path: root/net/mDNSResponder/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2017-11-10mDNSResponder: Ensure dns-sd is built with correct CFLAGS.jperkin1-2/+2
Bump PKGREVISION.
2017-09-03Follow some redirects.wiz1-2/+2
2017-08-29Remove references to NetBSD 0-3.wiz1-6/+2
2016-02-25Use OPSYSVARS.jperkin1-20/+14
2015-11-20Fix the HAVE_BROKEN_RECVDSTADDR patch which was masking a call to memset().jperkin1-2/+2
Noted by Edgar Fuß in private mail. Bump PKGREVISION.
2015-08-29Use -install_name on OSX to fix installed dylib.jperkin1-1/+2
Bump PKGREVISION as package built before the Mach-O shlibs checks were introduced, but the PROVIDES were incorrect.
2014-03-13Set USE_GCC_RUNTIME=yes for packages which build shared libraries but dojperkin1-1/+3
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.
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-06-12Add inet6 to default suggested options. It's 2012.wiz1-1/+2
2011-01-13MAKE_JOBS_SAFE=no, or require -ldns_sd for Client before ready of libdns_sd.so.obache1-1/+2
2011-01-12Changes 258.14:adam1-17/+9
This is the version supplied with Mac OS X 10.6.6.
2010-12-20fix build on solaris per PR#43938tez1-1/+3
2010-12-15Fix 'intfMask != NULL' assertion on NetBSD when mdnsd encounters an IPv6jmcneill1-1/+2
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-07-16needs bisontnn1-2/+2
2010-07-14Update to mDNSResponder-214.3.2sbd1-6/+8
Changes unknown. Also install dns-sd and manpages.
2010-07-13Update the homepagesbd1-2/+2
2010-07-01fix off-by-one error parsing resolv.conftez1-2/+2
fix fd leak
2009-10-18update master_sites.zafer1-2/+2
2009-09-01Unsafe rules to create the object directory as exposed by the fasterjoerg1-1/+3
next generation of the wrapper framework.
2008-12-09Update MASTER_SITES.obache1-2/+2
2007-12-21Add DESTDIR support.obache1-5/+7
2007-09-07Convert packages that test and use USE_INET6 to use the options frameworkjlam1-3/+7
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.
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-2/+2
2006-07-11-enable ipv6drochner1-1/+7
-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-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
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-03Update to 108: Changes unknown.wiz1-3/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2006-02-04Fix build on Solaris.markd1-2/+3
2006-01-17Another attempt to get the pattern for NetBSD 3.0 correct.tron1-2/+3
2006-01-17Correct pattern for NetBSD 3.99.1 to 3.99.7 so it doesn't matchtron1-2/+2
NetBSD 3.99.15.
2006-01-17Next attempt to get the pattern correct for NetBSD 3.0.tron1-3/+2
2006-01-17Add another pattern to the "librfuncs" check which will match NetBSD 3.0tron1-1/+2
(and 3.1, 3.2, etc.). Problem pointed out by Greg Oster in private e-mail.
2006-01-17Use the "librfuncs" package under NetBSD 3.99.7 and older to gettron1-1/+11
strerror_r() and thereby fix the build problem under these releases. Based on changes suggested by Thomas Klausner in private e-mail.
2006-01-15Update to 107.5, changes unknown.wiz1-2/+2
2006-01-06Update to 107.3. Changes unknown.wiz1-3/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
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-11-03Fixed wrong use of WRKSRC.rillig1-4/+4
2005-08-21simplify some conditionals, indentgrant1-5/+5
2005-06-17Create directories before installing files into them.jlam1-1/+3
2005-06-16Deal with different versions of Darwin. Patch from Yuji Yamano onmarkd1-1/+7
pkgsrc-bulk.
2005-06-10Bump PKGREVISION for rpath fix.markd1-1/+2
2005-05-26Update mDNSResponder to version 107.1.markd1-8/+36
Changes: bug fixes, portability Also install the library and header file.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-01-13net/mDNSResponder, part of apple rendezvous technologyitojun1-0/+23