| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
29 Apr 2012 21:54:21
1.8.0
|
zi  |
- Update to 1.8.0 |
25 Feb 2012 14:59:11
1.7.5
|
zi  |
- Update to 1.7.5
- Add additional MASTER_SITES |
25 Feb 2012 14:01:08
1.7.4
|
zi  |
- Adpot port per request of maintainer
Approved by: roam@ |
09 Nov 2011 15:26:04
1.7.4
|
miwi  |
- Remove WITH_FBSD10_FIX, is no longer needed |
29 Oct 2011 09:37:46
1.7.4
|
kwm  |
Fix build on FreeBSD 10.
Approved by: portmgr (miwi) |
24 Oct 2011 09:11:38
1.7.4
|
dougb  |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
19 Dec 2010 19:10:48
1.7.4
|
roam  |
Update to c-ares-1.7.4 and fix a bashism in the configure script. |
11 Jun 2010 11:24:38
1.7.2
|
roam  |
Update to c-ares-1.7.2 and declare the MIT license. |
25 Mar 2010 11:54:02
1.7.1
|
roam  |
Update to c-ares 1.7.1 and redo the config patch to also support
IPv6 nameserver addresses. |
22 Mar 2010 10:56:04
1.7.0
|
roam  |
Update to c-ares-1.7.0. In the process:
- actually pass the options-enabled arguments to the configure script!
- add the "hide symbols" configurable knob, though I've no idea why
anybody would want to turn that off... except maybe for debugging
- install the "acountry", "adig", and "ahost" programs, since they do
come in useful every now and then
- refresh the patches and add descriptions at the top |
23 Jun 2009 13:27:53
1.6.0
|
pav  |
Make jobs unsafe |
15 Jun 2009 11:18:59
1.6.0
|
roam  |
Update to c-ares-1.6.0. |
30 Jan 2009 21:37:23
1.4.0
|
pav  |
- Update download location, update WWW
Reported by: -fetch-original pointyhat run |
21 Aug 2008 06:18:49
1.4.0
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
23 Jul 2007 09:36:52
1.4.0
|
rafan  |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
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 |
10 Jun 2007 19:41:57
1.4.0
|
miwi  |
- Update to 1.4.0
Approved by: maintainer timeout (security, 1 day), so (simon)
Security:
http://www.vuxml.org/freebsd/70ae62b0-16b0-11dc-b803-0016179b2dd5.html |
06 Dec 2006 09:58:55
1.3.2
|
roam  |
Update to c-ares 1.3.2.
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. |
07 Nov 2006 17:05:51
1.3.1_1
|
roam  |
Build and install the shared c-ares library too, not just the static one.
This should help the build of libcurl on amd64, what with -fPIC and such.
Reported by: girgen |
14 Jul 2006 07:41:48
1.3.1
|
roam  |
Note that dns/ares and dns/c-ares are in conflict. |
14 Jul 2006 07:00:44
1.3.1
|
roam  |
Add c-ares 1.3.1, Daniel Stenberg's adopted version of the ares library
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> |