Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-05-12 | Fix build under OpenBSD/amd64 5.5 | ryoon | 7 | -20/+120 | |
2014-05-12 | Add NetBSD tag, and remove garbage | ryoon | 1 | -2/+4 | |
2014-05-02 | Use BUILTIN_FIND_HEADERS to detect builtin one other than /usr/include. | obache | 1 | -3/+3 | |
2014-04-01 | Fix previous (hi pettai!). | wiz | 1 | -2/+2 | |
2014-04-01 | Also recognize version 3201600 | pettai | 1 | -1/+5 | |
2014-03-25 | Update mDNSResponder to cope with import of 258.14 into NetBSD-current. | prlw1 | 1 | -1/+5 | |
2014-03-13 | Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do | jperkin | 1 | -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. | |||||
2014-03-11 | Import initial SMF support for individual packages. | jperkin | 1 | -0/+30 | |
2013-10-24 | Fix build on OSX. | jperkin | 2 | -10/+14 | |
2013-08-16 | Fix for bison-3 syntax. | jperkin | 2 | -1/+44 | |
2013-04-07 | Edited DESCR in the case of: | rodent | 1 | -13/+4 | |
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. | |||||
2012-10-23 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2012-07-28 | fix typo | reed | 1 | -1/+1 | |
2012-06-12 | Add inet6 to default suggested options. It's 2012. | wiz | 1 | -1/+2 | |
2012-05-07 | Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) | dholland | 1 | -2/+2 | |
It turns out there were a lot of these. | |||||
2011-10-04 | Fix build on SunOS. | hans | 2 | -5/+4 | |
2011-08-29 | Allow mDNSResponder to build on FreeBSD 8.2. | riz | 2 | -12/+26 | |
2011-08-05 | Detect BonJour on Lion | adam | 1 | -2/+6 | |
2011-06-03 | Regenerate diff -- Linux patch chokes on it. | shattered | 2 | -4/+4 | |
2011-02-24 | Fix build on non-Linux. Reported by Rui-Xiang Guo on pkgsrc-users. | wiz | 2 | -4/+4 | |
2011-02-17 | Fix build on linux | markd | 2 | -1/+27 | |
2011-01-13 | MAKE_JOBS_SAFE=no, or require -ldns_sd for Client before ready of libdns_sd.so. | obache | 1 | -1/+2 | |
2011-01-12 | Changes 258.14: | adam | 9 | -55/+91 | |
This is the version supplied with Mac OS X 10.6.6. | |||||
2010-12-20 | fix build on solaris per PR#43938 | tez | 1 | -1/+3 | |
2010-12-15 | Fix 'intfMask != NULL' assertion on NetBSD when mdnsd encounters an IPv6 | jmcneill | 3 | -10/+14 | |
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-20 | _GNU_SOURCE must be defined to build the IPv6 code under glibc | sbd | 2 | -3/+12 | |
2010-07-19 | ditto ifdefry for DragonFly. PR pkg/43641 | tnn | 2 | -9/+24 | |
2010-07-16 | needs bison | tnn | 1 | -2/+2 | |
2010-07-15 | Add support for pkgsrc's primary platform ... | tnn | 3 | -4/+57 | |
2010-07-14 | allow to use NetBSD-current's builtin implementation | drochner | 1 | -0/+68 | |
2010-07-14 | Opps missed patch-ad | sbd | 1 | -0/+13 | |
2010-07-14 | Update to mDNSResponder-214.3.2 | sbd | 8 | -80/+73 | |
Changes unknown. Also install dns-sd and manpages. | |||||
2010-07-13 | Update the homepage | sbd | 1 | -2/+2 | |
2010-07-01 | fix off-by-one error parsing resolv.conf | tez | 3 | -11/+29 | |
fix fd leak | |||||
2009-10-18 | update master_sites. | zafer | 1 | -2/+2 | |
2009-09-01 | Unsafe rules to create the object directory as exposed by the faster | joerg | 1 | -1/+3 | |
next generation of the wrapper framework. | |||||
2009-03-20 | Simply and speed up buildlink3.mk files and processing. | joerg | 1 | -13/+6 | |
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. | |||||
2008-12-09 | Update MASTER_SITES. | obache | 1 | -2/+2 | |
2007-12-21 | Add DESTDIR support. | obache | 1 | -5/+7 | |
2007-09-07 | Convert packages that test and use USE_INET6 to use the options framework | jlam | 1 | -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. | |||||
2007-06-17 | Modify the patch so that it compiles without a c99 compiler. | minskim | 2 | -10/+14 | |
2007-05-30 | Added a patch for sunpro on Solaris. | rillig | 2 | -1/+21 | |
2007-03-10 | Don't mix variable declarations and code. gcc said: | rillig | 2 | -5/+22 | |
mDNSUNP.c:243: parse error before `char' | |||||
2006-10-23 | Don't try to include nonexistant ipv6 header on Solaris. | markd | 2 | -6/+8 | |
From Volker Stolz in PR pkg/34883. | |||||
2006-10-04 | Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. | wiz | 1 | -2/+2 | |
2006-07-17 | Fix build on FreeBSD and DragonFly, as shown in recent bulk builds and | joerg | 2 | -1/+16 | |
PR 34022. | |||||
2006-07-11 | -enable ipv6 | drochner | 3 | -2/+91 | |
-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-08 | Change the format of BUILDLINK_ORDER to contain depth information as well, | jlam | 1 | -2/+2 | |
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 | Track information in a new variable BUILDLINK_ORDER that informs us | jlam | 1 | -1/+2 | |
of the order in which buildlink3.mk files are (recursively) included by a package Makefile. | |||||
2006-04-12 | Aligned the last line of the buildlink3.mk files with the first line, so | rillig | 1 | -2/+2 | |
that they look nicer. |