From owner-freebsd-current@FreeBSD.ORG Sat May 10 15:45:06 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EBF38658 for ; Sat, 10 May 2014 15:45:05 +0000 (UTC) Received: from mail-vc0-x22a.google.com (mail-vc0-x22a.google.com [IPv6:2607:f8b0:400c:c03::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AD4DED8C for ; Sat, 10 May 2014 15:45:05 +0000 (UTC) Received: by mail-vc0-f170.google.com with SMTP id lf12so6914258vcb.1 for ; Sat, 10 May 2014 08:45:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Mvl6Ejm+J+7igUU+bRH00O4sSqiwulrcf4clfPvjJcI=; b=DrOQI64mSEPRipQPau10bYw7Hck4efLb0NwTu23Nn/oE06Z0wMWDFkj1CIwzjYWDp1 uzAdGNTtGua8vz6QdcmkdpgQt16NClw7K4xZ494noPEYpiJhNZ9hY90tFfmHj+1ALZ1F AO8BCHxZHgEatrDwE3rr6H+V9NWpZ2ulwa7ZB6RtSIfJw6C36MTXUyjMjgzRhOvMxB7e dHg48vyMLG74sFMva6wyBelmWANR+mbO81CCug+v5LCAs74uTGRaosmb68bnC0U/lHPr EfOsKfD1l+m7fhBA+Gla7oxoOTMbdydkn8sz0Fn8pyHG2mZ+wagFsdNHeRQx7oCQ3H4/ DG9A== MIME-Version: 1.0 X-Received: by 10.220.92.135 with SMTP id r7mr13607093vcm.11.1399736704472; Sat, 10 May 2014 08:45:04 -0700 (PDT) Received: by 10.220.239.84 with HTTP; Sat, 10 May 2014 08:45:04 -0700 (PDT) Date: Sat, 10 May 2014 11:45:04 -0400 Message-ID: Subject: delete-old issue with src.opts.mk From: Thomas Hoffmann To: freebsd-current Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 May 2014 15:45:06 -0000 The other night I built a new -CURRENT at r265728. At delete-old it asked me if I wanted to "remove /usr/share/mk/src.opts.mk?" I said yes. Subsequently an upgrade attempt for virtualbox-ose-4.3.10_1 failed with a "missing src.opts.mk " error. Last night I built a new -CURRENT at 265793. At delete-old it asked me if I wanted to "remove /usr/share/mk/src.opts.mk?"again. I said no. Subsequently an upgrade for virtualbox-ose-4.3.10_1 succeded. Three questions: 1. Why is delete-old repeatedly asking me if I want to remove /usr/share/mk/ src.opts.mk? 2. Why is delete-old asking me if I want to remove something that is required to build ports, well at least one port? I did not try to build any other ports, so maybe it was just a virtualbox-ose issue? 3. Should I keep src.opts.mk at delete-old or remove it? I saw some discussion about src.opts.mk, but it centered around the use of WITHOUT_NIS, which is not my issue. Thanks. -Tom