From owner-cvs-all@FreeBSD.ORG Mon Dec 27 22:58:17 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 81B6B16A4CE; Mon, 27 Dec 2004 22:58:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E79743D31; Mon, 27 Dec 2004 22:58:17 +0000 (GMT) (envelope-from joerg@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 iBRMwHnO066713; Mon, 27 Dec 2004 22:58:17 GMT (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRMwHBe066712; Mon, 27 Dec 2004 22:58:17 GMT (envelope-from joerg) Message-Id: <200412272258.iBRMwHBe066712@repoman.freebsd.org> From: Joerg Wunsch Date: Mon, 27 Dec 2004 22:58:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/libbfd Makefile distinfo pkg-plist 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: Mon, 27 Dec 2004 22:58:17 -0000 joerg 2004-12-27 22:58:17 UTC FreeBSD ports repository Modified files: devel/libbfd Makefile distinfo pkg-plist Log: Upgrade to binutils 2.15. Revert from USE_LIBTOOL to binutil's own libtool, as libtool13 could not grok the --without-pic option, and the configure script is not prepared to handle libtool15 (yet) which in turn could have understood --without-pic. Sigh. At least, that way we can avoid the overhead of building all the unneeded shared libs. Still, libtool insists on installing libbfd.la. As this file is really small, I give in, and added it to pkg-plist. Revision Changes Path 1.6 +3 -3 ports/devel/libbfd/Makefile 1.2 +2 -2 ports/devel/libbfd/distinfo 1.2 +1 -0 ports/devel/libbfd/pkg-plist