From owner-freebsd-ports Thu Jan 29 07:33:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA23251 for freebsd-ports-outgoing; Thu, 29 Jan 1998 07:33:12 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from istari.home.net (cc158233-a.catv1.md.home.com [24.3.25.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA23246 for ; Thu, 29 Jan 1998 07:33:10 -0800 (PST) (envelope-from sjr@home.net) Received: (from sjr@localhost) by istari.home.net (8.8.8/8.8.6) id KAA00505 for ports@freebsd.org; Thu, 29 Jan 1998 10:33:08 -0500 (EST) Date: Thu, 29 Jan 1998 10:33:08 -0500 (EST) From: "Stephen J. Roznowski" Message-Id: <199801291533.KAA00505@istari.home.net> To: ports@FreeBSD.ORG Subject: Questions on making a port -- try 2 In-Reply-To: Mail from 'Tim Vanderhoek ' dated: Tue, 27 Jan 1998 14:48:45 -0500 (EST) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" Let me try this again... 1. When building a new port, what is the preferred way of executing Configure? I see the following in current ports: a. Use the options "-sde -Dprefix=${PREFIX}" b. Using a prebuilt config.sh file 2. Is it considered an error if the Configure file still asks you a question when running with the "-sde" option? [i.e. I should ask the author to add a default?] 3. What is the preferred method for handling different versions within the port tree? a. Assume that only one version at a time would be installed. b. Rename the executable to have a version number. [If this is the case, how to you handle cleaning up multiple executables?] Thanks, -SR