From owner-freebsd-bugs Thu Jul 18 1: 3:30 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60B6137B400; Thu, 18 Jul 2002 01:03:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F91E43E3B; Thu, 18 Jul 2002 01:03:26 -0700 (PDT) (envelope-from andreas@FreeBSD.org) Received: from freefall.freebsd.org (andreas@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6I83QJU098562; Thu, 18 Jul 2002 01:03:26 -0700 (PDT) (envelope-from andreas@freefall.freebsd.org) Received: (from andreas@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6I83Ptb098558; Thu, 18 Jul 2002 01:03:25 -0700 (PDT) Date: Thu, 18 Jul 2002 01:03:25 -0700 (PDT) From: Andreas Klemm Message-Id: <200207180803.g6I83Ptb098558@freefall.freebsd.org> To: andreas@klemm.gtn.com, andreas@FreeBSD.org, freebsd-bugs@FreeBSD.org, ru@FreeBSD.org Subject: Re: bin/40724: change in install(1) breaks installation of port Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: change in install(1) breaks installation of port State-Changed-From-To: open->analyzed State-Changed-By: andreas State-Changed-When: Thu Jul 18 00:57:49 PDT 2002 State-Changed-Why: I analyzed the problem. Our skeleton etc/defaults/make.conf still has the lines # Compare before install #INSTALL=install -C in it, what erraneously implies, that you still can use this option in -STABLE. If you don't read src/UPDATING you trapp into the problem that some of your ports don't install cleanly anymore. A complete solution would be, to remove those lines from the skeleton files in -current and all FreeBSD releases after this change to xinstall.c has been introduced (2002/06/05 17:37:48;). I assigned this PR to you ru, since you introduced the change in xinstall.c, hope thats o.k. for you. If you don't have the time, drop me a note, then I will do this cosmetic, but important fix. Responsible-Changed-From-To: freebsd-bugs->ru Responsible-Changed-By: andreas Responsible-Changed-When: Thu Jul 18 00:57:49 PDT 2002 Responsible-Changed-Why: I analyzed the problem. Our skeleton etc/defaults/make.conf still has the lines # Compare before install #INSTALL=install -C in it, what erraneously implies, that you still can use this option in -STABLE. If you don't read src/UPDATING you trapp into the problem that some of your ports don't install cleanly anymore. A complete solution would be, to remove those lines from the skeleton files in -current and all FreeBSD releases after this change to xinstall.c has been introduced (2002/06/05 17:37:48;). I assigned this PR to you ru, since you introduced the change in xinstall.c, hope thats o.k. for you. If you don't have the time, drop me a note, then I will do this cosmetic, but important fix. http://www.freebsd.org/cgi/query-pr.cgi?pr=40724 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message