From owner-cvs-all Mon Sep 14 09:33:06 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA00763 for cvs-all-outgoing; Mon, 14 Sep 1998 09:33:06 -0700 (PDT) (envelope-from owner-cvs-all) Received: from metal.intt.org (metal.intt.org [206.109.108.186]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA00754; Mon, 14 Sep 1998 09:33:03 -0700 (PDT) (envelope-from smace@metal.intt.org) Received: (from smace@localhost) by metal.intt.org (8.9.1/8.9.1) id LAA06318; Mon, 14 Sep 1998 11:32:36 -0500 (CDT) From: Scott Mace Message-Id: <199809141632.LAA06318@metal.intt.org> Subject: Re: Updating ports. In-Reply-To: <199809141234.FAA23018@silvia.hip.berkeley.edu> from Satoshi Asami at "Sep 14, 1998 5:34:58 am" To: asami@FreeBSD.ORG (Satoshi Asami) Date: Mon, 14 Sep 1998 11:32:35 -0500 (CDT) Cc: mark@grondar.za, committers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > * From: Mark Murray > > * Is it OK to go ahead and update ports for aout --> ELF? Or is it > * still required to do this through the maintainer? > > I'd say go for it. We're running short of time, and after what you > had to go through with perl, I'll have to trust you more than most of > the maintainers (including myself). :) > > Satoshi > In converting ports to use ELF, would you suggest using PORTOBJFORMAT to make conditionals so that the makefile are backwards compat? Also, if you do this, what is the best way to handle the PLIST when your libname changes from foo.so.1.4 to foo.so.1 I'm currently working on converting the following: jbigkit-1.0 jpeg-6b mpeg_lib-1.2.1 png-1.0.2 tcl* tk* xpm-3.4k Scott