| Summary: | forever cycled when building libtool 1.5 | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Seva Gluschenko <gvs> |
| Component: | Individual Port(s) | Assignee: | Ade Lovett <ade> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Seva Gluschenko
2003-09-29 18:30:11 UTC
Responsible Changed From-To: freebsd-ports-bugs->ade Over to maintainer State Changed From-To: open->closed This falls into the category of "don't do that". If you look at the ball of wax that is libtool support in bsd.port.mk, you'll see it references WANT_LIBTOOL_VER as an internal variable. The port (libtool*) Makefile checks for USE_LIBTOOL and USE_LIBTOOL_VER and tells you not to do that, but not for WANT_LIBTOOL_VER. Since the whole enchilada is being reworked and, in the process, the WANT_<blah> stuff is getting wasted, there's nothing really to be done here. Given that ports usually require a specific version of libtool (and, indeed, autoconf and automake) to run, overriding this with global variables in /etc/make.conf (or elsewhere) will result in Bad Things Happening. |