From owner-freebsd-ports@FreeBSD.ORG Sun Jan 15 20:33:07 2012 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 EB6BB1065670 for ; Sun, 15 Jan 2012 20:33:07 +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 A41E78FC0A for ; Sun, 15 Jan 2012 20:33:07 +0000 (UTC) Received: by iagz16 with SMTP id z16so3839115iag.13 for ; Sun, 15 Jan 2012 12:33:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=DEnTNCngcYluCIUalwZE6UuGoGMNTQuXVTs4yZ+pjr4=; b=e+Ri/H/mUnS8hdAooWRVCI4oC7XxwlBVBXh5byQQn66Tmm5ThF3QN644iiB8jGxELl rnmCwv4W5TjlX4/wMJNTtwOp5vmZFGoyMRikwsAGweaNad0sasTfsoZlx+83ezXK0Bph 8fYTNw3ladrbIdewKRN7BieZ4UI3SufFc0/Rg= Received: by 10.50.193.229 with SMTP id hr5mr10035263igc.15.1326659585447; Sun, 15 Jan 2012 12:33:05 -0800 (PST) MIME-Version: 1.0 Received: by 10.231.207.7 with HTTP; Sun, 15 Jan 2012 12:32:34 -0800 (PST) In-Reply-To: <4F0DB8C9.5060203@FreeBSD.org> References: <4ED3CDDD.4030703@FreeBSD.org> <4F0DB8C9.5060203@FreeBSD.org> From: Chris Rees Date: Sun, 15 Jan 2012 20:32:34 +0000 Message-ID: To: Andriy Gapon Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: michael.grunewald@laposte.net, FreeBSD Ports Subject: Re: lang/ocaml: configure script not freebsd10 friendly 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: Sun, 15 Jan 2012 20:33:08 -0000 On 11 January 2012 16:28, Andriy Gapon wrote: > on 28/11/2011 20:07 Andriy Gapon said the following: >> >> The following extra diff demonstrates the problem: >> --- configure.orig2 =A0 2011-11-28 20:00:49.452553350 +0200 >> +++ configure 2011-11-28 20:00:52.493371250 +0200 >> @@ -523,7 +523,7 @@ >> =A0 =A0 =A0 =A0mksharedlib=3D"$flexlink" >> =A0 =A0 =A0 =A0mkmaindll=3D"$flexlink -maindll" >> =A0 =A0 =A0 =A0shared_libraries_supported=3Dtrue;; >> - =A0 =A0*-*-linux-gnu|*-*-linux|*-*-freebsd[3-9]*|*-*-openbsd*|*-*-netb= sd*|*-*-gnu*) >> + =A0 =A0*-*-linux-gnu|*-*-linux|*-*-freebsd*|*-*-openbsd*|*-*-netbsd*|*= -*-gnu*) >> =A0 =A0 =A0 =A0sharedcccompopts=3D"-fPIC" >> =A0 =A0 =A0 =A0mksharedlib=3D"$bytecc -shared" >> =A0 =A0 =A0 =A0bytecclinkopts=3D"$bytecclinkopts -Wl,-E" >> >> I think that it's better to have FreeBSD 10 support then to worry about = FreeBSD >> 2.x (or even 1.x) :-) >> > > This is still an issue. Lacking a response from the maintainer I've committed your fix (but kept it in patch-configure). Thanks! Chris