From owner-freebsd-ports@FreeBSD.ORG Thu Nov 3 07:32:51 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8027A1065676; Thu, 3 Nov 2011 07:32:51 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3D95F8FC14; Thu, 3 Nov 2011 07:32:51 +0000 (UTC) Received: by iabz21 with SMTP id z21so1722322iab.13 for ; Thu, 03 Nov 2011 00:32:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=TJw0E5fPxI0OA7TDYFfqwG0M84Y5jGqXYdWF9vdxOIY=; b=FMDH6nhAXxAbwm+rtU6oS/u+UxMqM9+gDfKID6Wl6Gpt8lQ+Wq9HLplXv55WNHMOPk rlrci6iutjh0YMXC76f1iqjkStcZ9teyVqlgiBNe9pm7Y5d3zTwqnw9gmVHeRs6m6dmh DPIvWSYqpjfLBvTtJ+q3cqo13iekGk+M6ueJ4= MIME-Version: 1.0 Received: by 10.50.36.168 with SMTP id r8mr2265527igj.49.1320305570800; Thu, 03 Nov 2011 00:32:50 -0700 (PDT) Received: by 10.231.11.140 with HTTP; Thu, 3 Nov 2011 00:32:50 -0700 (PDT) Received: by 10.231.11.140 with HTTP; Thu, 3 Nov 2011 00:32:50 -0700 (PDT) In-Reply-To: <20111103061049.GA2273@tinyCurrent> References: <20111102193606.GA1086@tiny> <20111103061049.GA2273@tinyCurrent> Date: Thu, 3 Nov 2011 07:32:50 +0000 Message-ID: From: Chris Rees To: Matthias Apitz Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-current@freebsd.org, freebsd-ports@freebsd.org Subject: Re: 10.0-CUR r226986 && ports (general) 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: Thu, 03 Nov 2011 07:32:51 -0000 On 3 Nov 2011 06:11, "Matthias Apitz" wrote: > > El d=EDa Wednesday, November 02, 2011 a las 08:36:07PM +0100, Matthias Apitz escribi=F3: > > > > > Hello, > > > > I fetched 10-CUR from SVN as r226986 and /usr/ports from CVS on Novembe= r > > 1st; > > > > The ports/audio/jack seems installing fine, but the shared lib > > libjack.so is missing below ports/audio/jack/work and /usr/local/lib; i= t > > is mentioned in the list -L of the package; later ports/audio/arts and > > ports/x11/kde3 are missing the shared lib; > > It turns out that the problem is more general! A lot of ./configure > scripts are detecting in 10-CUR that they can't or should not build > shared libs; the problem is that the OS is detected now as > > host_os: freebsd10.0 > > and the ./configure scripts have tests like this: > > ports/audio/jack/work/jack-audio-connection-kit-0.121.3: > > case $host_os in > ... > freebsd1*) > dynamic_linker=3Dno > ;; > ... > > And now? I'm cluesless now how we could solve this :-( > Searching the archives of both these lists would help you ;) Chris