From owner-cvs-all@FreeBSD.ORG Tue Dec 21 16:06:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCE7916A4CE; Tue, 21 Dec 2004 16:06:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B753B43D1F; Tue, 21 Dec 2004 16:06:19 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBLG6JPO058741; Tue, 21 Dec 2004 16:06:19 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBLG6JR2058740; Tue, 21 Dec 2004 16:06:19 GMT (envelope-from roam) Message-Id: <200412211606.iBLG6JR2058740@repoman.freebsd.org> From: Peter Pentchev Date: Tue, 21 Dec 2004 16:06:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/ftp/curl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Dec 2004 16:06:20 -0000 roam 2004-12-21 16:06:19 UTC FreeBSD ports repository Modified files: ftp/curl Makefile Log: Add libidn support, configurable with the WITH/WITHOUT_LIBIDN knob. Add debugging support via the WITH_CURL_DEBUG knob. Properly use LC_ALL=C instead of LANG=C to run the test suite (thanks Fujishima-san!) Revision Changes Path 1.67 +13 -4 ports/ftp/curl/Makefile