Subject: LIBTOOL_REQD should be increased
To: None <tech-pkg@netbsd.org>
From: Jeremy C. Reed <reed@reedmedia.net>
List: tech-pkg
Date: 03/08/2004 22:55:23
Several packages have been changed to reflect the better libtool-base.
But LIBTOOL_REQD and _OPSYS_LIBTOOL_REQD have not been changed.
For example, my test system had libtool-base-1.4.20010614nb17, but I had
files like the following installed:
libasprintf.so.0.0
libsvn_delta-1.so.0.0
libXrender.so.0.0 (should be libXrender.so.1.2)
The bulk builds (and probably the pkgsrc developers) working on new
packages, I assume, are using latest and greatest libtool-base.
Should we force _OPSYS_LIBTOOL_REQD to be bumped?
It is currently:
.if defined(_OPSYS_LIBTOOL_REQD)
LIBTOOL_REQD= ${_OPSYS_LIBTOOL_REQD}
.else
LIBTOOL_REQD?= 1.4.20010614nb11
.endif
(Which is not good enough for several new packages that have been cleaned
up or updated since the libtool-base changes.)
Jeremy C. Reed
http://www.reedmedia.net/