From owner-cvs-all@FreeBSD.ORG Mon Mar 22 10:56:05 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1488D106564A; Mon, 22 Mar 2010 10:56:05 +0000 (UTC) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0500E8FC14; Mon, 22 Mar 2010 10:56:05 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o2MAu4l9001931; Mon, 22 Mar 2010 10:56:04 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o2MAu4D5001930; Mon, 22 Mar 2010 10:56:04 GMT (envelope-from roam) Message-Id: <201003221056.o2MAu4D5001930@repoman.freebsd.org> From: Peter Pentchev Date: Mon, 22 Mar 2010 10:56:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/dns/c-ares Makefile distinfo pkg-plist ports/dns/c-ares/files ares-config-info.patch patch-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Mar 2010 10:56:05 -0000 roam 2010-03-22 10:56:04 UTC FreeBSD ports repository Modified files: dns/c-ares Makefile distinfo pkg-plist dns/c-ares/files ares-config-info.patch patch-Makefile.in Log: 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 Revision Changes Path 1.12 +16 -3 ports/dns/c-ares/Makefile 1.8 +3 -3 ports/dns/c-ares/distinfo 1.3 +17 -14 ports/dns/c-ares/files/ares-config-info.patch 1.2 +7 -4 ports/dns/c-ares/files/patch-Makefile.in 1.6 +6 -1 ports/dns/c-ares/pkg-plist