Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 7DA1A63C07C for ; Sun, 17 Mar 2013 21:33:37 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7AF5F14A1CE; Sun, 17 Mar 2013 21:33:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6B18514A1D0 for ; Sun, 17 Mar 2013 21:33:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id MmXf_9TrYFjm for ; Sun, 17 Mar 2013 21:33:34 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 7D09B14A1CD for ; Sun, 17 Mar 2013 21:33:34 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 565CA175DD; Sun, 17 Mar 2013 21:33:34 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 17 Mar 2013 21:33:34 +0000 From: "Izumi Tsutsui" Subject: CVS commit: pkgsrc/www/curl To: pkgsrc-changes@NetBSD.org Reply-To: tsutsui@netbsd.org X-Mailer: log_accum Message-Id: <20130317213334.565CA175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: tsutsui Date: Sun Mar 17 21:33:34 UTC 2013 Modified Files: pkgsrc/www/curl: Makefile distinfo Added Files: pkgsrc/www/curl/patches: patch-curl-config.in Log Message: Make "curl-config --libs" return proper ldflags for shared libraries. After curl 7.25.0 update (imported to pkgsrc at 20120417), "curl-config --libs" no longer returns "-Wl,-R/usr/pkg/lib" while "curl-config --static-libs" still returns it. Fixes the root cause of libcurl part of PR pkg/46567, and this is also required to fix openoffice3 issue as mentioned in PR pkg/46983. The problem is tracked and reported by Yasushi Oshima. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.125 -r1.126 pkgsrc/www/curl/Makefile cvs rdiff -u -r1.83 -r1.84 pkgsrc/www/curl/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/www/curl/patches/patch-curl-config.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.