From owner-freebsd-ports Fri Mar 26 8:20:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (Postfix) with ESMTP id 9AAB015695 for ; Fri, 26 Mar 1999 08:20:37 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id JAA07015 for ; Fri, 26 Mar 1999 09:20:18 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id JAA00260; Fri, 26 Mar 1999 09:20:17 -0700 Date: Fri, 26 Mar 1999 09:20:17 -0700 Message-Id: <199903261620.JAA00260@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: freebsd-ports@FreeBSD.org Subject: Ports question X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I just made a new JDK release for FreeBSD, and I need a way to determine which 'flavor' of FreeBSD is being used on the build system in order to determine which 'flavor' of binary should be used. I have both an A.OUT version and an ELF version, and I'd like to install the most appropriate version on the system. Second, on ELF systems, if the data of /usr/libexec/ld-elf.so.1 is older than March 24, I need to install a new loader. Or, I need to abort the installation since it requires a new runtime loader. Does anyone have any suggestions on how I would go about doing this? I'm *NOT* a ports person, nor have I made any port from scratch, so be gentle with me. :) :) Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message