From owner-cvs-ports Wed Apr 29 22:23:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA06162 for cvs-ports-outgoing; Wed, 29 Apr 1998 22:23:03 -0700 (PDT) (envelope-from owner-cvs-ports) Received: from access.sfc.wide.ad.jp (bourbon.sfc.wide.ad.jp [203.178.141.171]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA06139; Wed, 29 Apr 1998 22:22:50 -0700 (PDT) (envelope-from max@wide.ad.jp) Received: from localhost (localhost [127.0.0.1]) by access.sfc.wide.ad.jp (8.8.8/3.5Wpl107/15/97) with ESMTP id OAA05186; Thu, 30 Apr 1998 14:22:06 +0900 (JST) To: asami@FreeBSD.ORG Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Cc: max@wide.ad.jp Subject: Re: cvs commit: ports/www/libpics Makefile ports/www/libpics/files md5 ports/www/libpics/patches patch-aa patch-ab ports/www/libpics/pkg PLIST From: Masafumi NAKANE/=?iso-2022-jp?B?GyRCQ2Y6LDJtSjgbKEI=?= In-Reply-To: Your message of "Wed, 29 Apr 1998 21:11:47 -0700 (PDT)" <199804300411.VAA17999@silvia.HIP.Berkeley.EDU> References: <199804300411.VAA17999@silvia.HIP.Berkeley.EDU> X-Mailer: Mew version 1.92.4 on Emacs 20.2 / Mule 3.0 (MOMIJINOGA) X-PGP-Fingerprint: 00 D8 2C CA C7 75 D4 40 5C 34 39 BA A5 46 C0 CC Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19980430142205V.max@wide.ad.jp> Date: Thu, 30 Apr 1998 14:22:05 +0900 X-Dispatcher: imput version 971024 Lines: 22 Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> While at it, changed ldconfig -m -> ldconfig -R. Also, do it at >> pkg_delete time as well. > I'm not sure if that is right. IMO "ldconfig -m" is correct for > installation time, since there is no guarantee that a particular > library directory is already in the ld.so cache. Hmmm, I didn't notice that -R was for directories that have been scanned. (Yeah, it's quite obvious from the man page and the fact -R stands for rescan.) @unexec ldconfig -R, though should be ok, I think. And install time -m may be better since this could bite me when I test the installtion with PREFIX set to other directories than /usr/local. So, I will leave the pkg_delete time ldconfig as it is, and back out installation time -R. Thanks for your comment. Cheers, Max