From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 9 08:10:12 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47DB4106566B for ; Fri, 9 Dec 2011 08:10:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 36D0B8FC13 for ; Fri, 9 Dec 2011 08:10:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id pB98ABXO036186 for ; Fri, 9 Dec 2011 08:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id pB98ABsZ036185; Fri, 9 Dec 2011 08:10:11 GMT (envelope-from gnats) Date: Fri, 9 Dec 2011 08:10:11 GMT Message-Id: <201112090810.pB98ABsZ036185@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: =?ISO-8859-15?Q?Michael_Gr=FCnewald?= Cc: Subject: Re: ports/160492: [patch] lang/ocaml: respect CC X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?ISO-8859-15?Q?Michael_Gr=FCnewald?= List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Dec 2011 08:10:12 -0000 The following reply was made to PR ports/160492; it has been noted by GNATS. From: =?ISO-8859-15?Q?Michael_Gr=FCnewald?= To: bug-followup@FreeBSD.org, aakuusta@gmail.com Cc: Subject: Re: ports/160492: [patch] lang/ocaml: respect CC Date: Fri, 09 Dec 2011 09:08:01 +0100 Being the new maintainer of lang/ocaml, I recently received notification of this PR. Did you compile OCaml with something different that gcc? While OCaml should be compiled by any ANSI C compiler, examination of the ./configure script in source displays many gcc-specific behaviors. I would appreciate details you can supply there. BTW I think this fix belongs the upstream ./configure script, so I will submit a bug report or a patch on the OCaml bug tracking system.