Date: Tue, 15 Sep 1998 13:10:15 -0700 (PDT) From: "Eugene M. Kim" <gene@nttlabs.com> To: Satoshi Asami <asami@cs.berkeley.edu> Cc: ports@FreeBSD.ORG, committers@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: ELF transition for ports Message-ID: <Pine.BSF.4.02A.9809151300300.7898-100000@daal.pl.cp> In-Reply-To: <199809100657.XAA10293@silvia.hip.berkeley.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello, I have some questions about port Elfiziation. On Wed, 9 Sep 1998, Satoshi Asami wrote: | Date: Wed, 9 Sep 1998 23:57:51 -0700 (PDT) | From: Satoshi Asami <asami@cs.berkeley.edu> | Subject: ELF transition for ports | | *snip snip* | | (4) For aout libs, all minor numbers shall be zero. That means many | ports (those with a non-zero minor) will have to have their major | number bumped by one. There seem to be about 80 of them that | need to be fixed: | | ## grep 'lib.*\.so\..*\..*' */*/pkg/PLIST > t | ## cat t | sed -e 's/:.*//' | uniq | wc | 143 143 3622 | ## grep -v '\.0$' t | sed -e 's/:.*//' | uniq | wc | 80 80 2019 | ^^ | (These are the ones that don't end with ".0".) | | All port Makefiles are edited to remove minor numbers from | LIB_DEPENDS, and also to have the regexp support removed. (E.g., | "foo\\.1\\.\\(33|40\\)" -> "foo.2". They will be matched using | "grep -wF". | | *snip snip* *ouch* Does this mean that from now on the version number of such Elf shared libraries will be always be higher by one? For example, if the original library version goes from 6.4 to 7.0 -- say it's X11R7 :-) -- then will the FreeBSD Elf version be 8 since we are using 7 for 6.4? Thanks, Eugene To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.02A.9809151300300.7898-100000>