From owner-freebsd-ports Sat Feb 5 8:25:12 2000 Delivered-To: freebsd-ports@freebsd.org Received: from file.phys.tohoku.ac.jp (file.phys.tohoku.ac.jp [130.34.117.125]) by builder.freebsd.org (Postfix) with SMTP id D780145E1 for ; Sat, 5 Feb 2000 08:25:08 -0800 (PST) Received: (qmail 6605 invoked by uid 239); 5 Feb 2000 16:25:28 -0000 Message-ID: <20000205162528.6604.qmail@file.phys.tohoku.ac.jp> Date: Sun, 06 Feb 2000 01:25:28 +0900 From: suzukis@file.phys.tohoku.ac.jp To: freebsd-ports@FreeBSD.ORG Subject: How to develop a port/package without root previlege? Mime-Version: 1.0 Content-type: text/plain; charset=ISO-2022-JP X-Mailer: addmail [version 2.0.12] Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, If following is off-topic subject for this mailinglist, please ignore and let me suitable mailinglist. There's any tools to develop a port/package without root previlege? If there's any wrong destination in Makefile (by careless mistake), making installation with root previlege can gives unrecovervable damage to the credencial (which files came from which ports/package, which files conflicts with which ports/package, etc etc). It seems that "pkg_create" creates a binary package after real installation. But, after the real installation by root previlege, it's difficult to know the installation caused any damages onto the credencial. There's any trick? Please don't say "before installation, read Makefile carefully". I want to keep from the careless mistakes, without being carefully. suzuki To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message