From owner-cvs-all@FreeBSD.ORG Mon Feb 25 16:16:18 2008 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 19A4916A403; Mon, 25 Feb 2008 16:16:18 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 10D2313C4CC; Mon, 25 Feb 2008 16:16:18 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1PGGHeK086685; Mon, 25 Feb 2008 16:16:17 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1PGGHEl086684; Mon, 25 Feb 2008 16:16:17 GMT (envelope-from ru) Message-Id: <200802251616.m1PGGHEl086684@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 25 Feb 2008 16:16:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys param.h src Makefile.inc1 src/gnu/usr.bin/binutils/ar Makefile src/gnu/usr.bin/binutils/ranlib Makefile src/usr.bin/ar Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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, 25 Feb 2008 16:16:18 -0000 ru 2008-02-25 16:16:17 UTC FreeBSD src repository Modified files: sys/sys param.h . Makefile.inc1 gnu/usr.bin/binutils/ar Makefile gnu/usr.bin/binutils/ranlib Makefile usr.bin/ar Makefile Log: Make again BSD ar(1) the default system ar(1), now properly handling source upgrades by falling back to GNU ar(1) as necessary. Option WITH_BSDAR is gone. Option _WITH_GNUAR to aid in upgrades is *not* supposed to be set by the user. Stop bootstrapping BSD ar(1) on the next __FreeBSD_version bump, as there are no known bugs in it. Bump __FreeBSD_version to anticipate this and to flag the switch to BSD ar(1), should it be needed for something. Input from: obrien, des, kaiw Revision Changes Path 1.599 +9 -0 src/Makefile.inc1 1.17 +8 -5 src/gnu/usr.bin/binutils/ar/Makefile 1.18 +8 -5 src/gnu/usr.bin/binutils/ranlib/Makefile 1.338 +1 -1 src/sys/sys/param.h 1.20 +1 -14 src/usr.bin/ar/Makefile