Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Sep 2006 21:56:50 +0400
From:      Dmitry Marakasov <amdmi3@mail.ru>
To:        Stanislav Sedov <ssedov@mbsd.msk.ru>
Cc:        freebsd-ports@FreeBSD.org
Subject:   Re: [HEADS UP]: sdl port will be updated
Message-ID:  <20060920175650.GA23823@hades.panopticon>
In-Reply-To: <20060913155444.58d97bd7@localhost>
References:  <20060913155444.58d97bd7@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
* Stanislav Sedov (ssedov@mbsd.msk.ru) wrote:

Seems like SDL ports were updated before freeze after all :)

Right now, I've ran into a problem when upgrading SDL_net, so meybe
there's bug that should be fixed.

The problem is that linking SDL_net failed with complain from libtool
that it can't find /usr/local/lib/libSDL-1.1.la (of course SDL itself
was already updated, so there was no such file). It turned out that
for some reason libtool looked into /usr/local/lib/libGUI.la, that had
libSDL-1.1.la reference. That file belonged to graphics/guilib port,
after deinstalling which, sdl-net was built without errors.

Maybe there's bug somewhere around sdl-net build system. This:

post-configure:
	@${REINPLACE_CMD} -e \
                's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \
                        ${WRKSRC}/libtool

seem suspicious for me. No problems were encountered with other sdl_*
ports.

-- 
Best regards,
 Dmitry                          mailto:amdmi3@mail.ru



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060920175650.GA23823>