From owner-cvs-all@FreeBSD.ORG Sun Sep 12 21:05:48 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 5088A1065673; Sun, 12 Sep 2010 21:05:48 +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 3EA0C8FC16; Sun, 12 Sep 2010 21:05:48 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o8CL5mkD037427; Sun, 12 Sep 2010 21:05:48 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o8CL5mf2037426; Sun, 12 Sep 2010 21:05:48 GMT (envelope-from roam) Message-Id: <201009122105.o8CL5mf2037426@repoman.freebsd.org> From: Peter Pentchev Date: Sun, 12 Sep 2010 21:05:48 +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/ftp/curl Makefile distinfo pkg-plist ports/ftp/curl/files patch-Makefile.in patch-configure patch-lib::url.c patch-src::main.c patch-tests::libtest::lib505.c patch-tests::libtest::lib541.c 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: Sun, 12 Sep 2010 21:05:48 -0000 roam 2010-09-12 21:05:48 UTC FreeBSD ports repository Modified files: ftp/curl Makefile distinfo pkg-plist ftp/curl/files patch-Makefile.in patch-lib::url.c patch-src::main.c Added files: ftp/curl/files patch-configure Removed files: ftp/curl/files patch-tests::libtest::lib505.c patch-tests::libtest::lib541.c Log: Update to curl-7.21.1; in the process: - add a knob for the compiler's -Werror checking, on by default - add a knob for RTMP streams support - reflect reality: actually disable the diagnostic memory tracking if the user has turned the knob off! - fix a bashism in the configure script - remove two patches to the test framework that were integrated upstream Revision Changes Path 1.110 +21 -3 ports/ftp/curl/Makefile 1.58 +3 -3 ports/ftp/curl/distinfo 1.8 +3 -3 ports/ftp/curl/files/patch-Makefile.in 1.13 +16 -0 ports/ftp/curl/files/patch-configure (new) 1.9 +5 -5 ports/ftp/curl/files/patch-lib::url.c 1.11 +2 -2 ports/ftp/curl/files/patch-src::main.c 1.7 +0 -53 ports/ftp/curl/files/patch-tests::libtest::lib505.c (dead) 1.7 +0 -53 ports/ftp/curl/files/patch-tests::libtest::lib541.c (dead) 1.29 +1 -0 ports/ftp/curl/pkg-plist