From owner-freebsd-commit Thu Oct 5 19:31:11 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA05026 for freebsd-commit-outgoing; Thu, 5 Oct 1995 19:31:11 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA05014 for cvs-all-outgoing; Thu, 5 Oct 1995 19:31:04 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA05004 for cvs-share-outgoing; Thu, 5 Oct 1995 19:30:59 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id TAA04980 ; Thu, 5 Oct 1995 19:30:34 -0700 Received: from corbin.Root.COM (corbin [198.145.90.50]) by Root.COM (8.6.12/8.6.5) with ESMTP id TAA26033; Thu, 5 Oct 1995 19:28:54 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.12/8.6.5) with SMTP id TAA00199; Thu, 5 Oct 1995 19:30:16 -0700 Message-Id: <199510060230.TAA00199@corbin.Root.COM> To: asami@cs.berkeley.edu (Satoshi Asami) cc: ache@astral.msk.su, CVS-commiters@freefall.freebsd.org, cvs-share@freefall.freebsd.org Subject: Re: cvs commit: src/share/mk bsd.port.mk In-reply-to: Your message of "Thu, 05 Oct 95 19:27:05 PDT." <199510060227.TAA18885@forgery.CS.Berkeley.EDU> From: David Greenman Reply-To: davidg@Root.COM Date: Thu, 05 Oct 1995 19:30:15 -0700 Sender: owner-commit@FreeBSD.org Precedence: bulk >I did, it looks harmless enough, but I've seen real innocent-looking >changes break some ports in the most weird ways. > >Well, seems like David just pulled this in to the 2.1 branch, and I'm >going to rebuild all the packages after the make world anyway, so I'll >let this one slip by. I brought it in mainly for the absolute-path fix for ldconfig; the CONFIGURE_ENV looked quite harmless and I was afraid that not having it would cause an unnecessary incompatiblity with -current. -DG