aboutsummaryrefslogtreecommitdiff
path: root/dns/c-ares/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Update to 1.4.0Martin Wilke2007-06-101-2/+5
| | | | | | | | Approved by: maintainer timeout (security, 1 day), so (simon) Security: http://www.vuxml.org/freebsd/70ae62b0-16b0-11dc-b803-0016179b2dd5.html Notes: svn path=/head/; revision=193188
* Update to c-ares 1.3.2.Peter Pentchev2006-12-061-3/+12
| | | | | | | | | Add the optional ares_config_info patch from Unreal IRCD, on by default; this is a step closer to building Unreal IRCD with the port version of c-ares. Notes: svn path=/head/; revision=179012
* Build and install the shared c-ares library too, not just the static one.Peter Pentchev2006-11-071-2/+8
| | | | | | | | | This should help the build of libcurl on amd64, what with -fPIC and such. Reported by: girgen Notes: svn path=/head/; revision=176727
* Note that dns/ares and dns/c-ares are in conflict.Peter Pentchev2006-07-141-0/+3
| | | | Notes: svn path=/head/; revision=167770
* Add c-ares 1.3.1, Daniel Stenberg's adopted version of the ares libraryPeter Pentchev2006-07-141-10/+21
| | | | | | | | | | for asynchronous DNS resolving. It was repo-copied from the dns/ares port. WWW: http://daniel.haxx.se/projects/c-ares/ Author: Daniel Stenberg <daniel@haxx.se> Notes: svn path=/head/; revision=167761
* Add ares-1.1.1, an asynchronous DNS resolver library.Peter Pentchev2003-09-101-0/+26
Notes: svn path=/head/; revision=88915