From owner-freebsd-ports@FreeBSD.ORG Wed Sep 20 17:56:44 2006 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AF5C16A416 for ; Wed, 20 Sep 2006 17:56:44 +0000 (UTC) (envelope-from amdmi3@mail.ru) Received: from mx1.mail.ru (mx1.mail.ru [194.67.23.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DEE443D72 for ; Wed, 20 Sep 2006 17:56:40 +0000 (GMT) (envelope-from amdmi3@mail.ru) Received: from [213.148.29.33] (port=2705 helo=nexii.panopticon) by mx1.mail.ru with esmtp id 1GQ6JL-000Epy-00; Wed, 20 Sep 2006 21:56:39 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.2]) by nexii.panopticon (Postfix) with ESMTP id 567691703E; Wed, 20 Sep 2006 21:56:19 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id 7C911413B; Wed, 20 Sep 2006 21:56:50 +0400 (MSD) Date: Wed, 20 Sep 2006 21:56:50 +0400 From: Dmitry Marakasov To: Stanislav Sedov Message-ID: <20060920175650.GA23823@hades.panopticon> Mail-Followup-To: Stanislav Sedov , freebsd-ports@FreeBSD.org References: <20060913155444.58d97bd7@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20060913155444.58d97bd7@localhost> User-Agent: Mutt/1.5.13 (2006-08-11) Cc: freebsd-ports@FreeBSD.org Subject: Re: [HEADS UP]: sdl port will be updated X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 17:56:44 -0000 * 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