From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 02:10:06 2012 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 C602B106566B for ; Wed, 15 Feb 2012 02:10:06 +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 818D38FC08 for ; Wed, 15 Feb 2012 02:10:06 +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 q1F2A6lf016531 for ; Wed, 15 Feb 2012 02:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F2A6T8016530; Wed, 15 Feb 2012 02:10:06 GMT (envelope-from gnats) Resent-Date: Wed, 15 Feb 2012 02:10:06 GMT Resent-Message-Id: <201202150210.q1F2A6T8016530@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jyun-Yan You Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CFB37106566C for ; Wed, 15 Feb 2012 02:01:21 +0000 (UTC) (envelope-from jyyou@cs.nctu.edu.tw) Received: from csmailer.cs.nctu.edu.tw (csmailer.cs.nctu.edu.tw [140.113.235.130]) by mx1.freebsd.org (Postfix) with ESMTP id 8CAC48FC0A for ; Wed, 15 Feb 2012 02:01:21 +0000 (UTC) Received: from csmailer.cs.nctu.edu.tw (localhost [127.0.0.1]) by csmailer.cs.nctu.edu.tw (Postfix) with ESMTP id 2391F713; Wed, 15 Feb 2012 09:57:58 +0800 (CST) Received: from csduty.cs.nctu.edu.tw (csduty [140.113.235.102]) by csmailer.cs.nctu.edu.tw (Postfix) with ESMTP id 1AEA6712; Wed, 15 Feb 2012 09:57:58 +0800 (CST) Received: (from jyyou@localhost) by csduty.cs.nctu.edu.tw (8.14.4/8.14.4/Submit) id q1F21JjQ079335; Wed, 15 Feb 2012 10:01:19 +0800 (CST) (envelope-from jyyou) Message-Id: <201202150201.q1F21JjQ079335@csduty.cs.nctu.edu.tw> Date: Wed, 15 Feb 2012 10:01:19 +0800 (CST) From: Jyun-Yan You To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: michael.grunewald@laposte.net Subject: ports/165159: [PATCH] lang/ocaml: fix build error for systems that use clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 02:10:06 -0000 >Number: 165159 >Category: ports >Synopsis: [PATCH] lang/ocaml: fix build error for systems that use clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 15 02:10:05 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jyun-Yan You >Release: FreeBSD 8.2-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD csduty.cs.nctu.edu.tw 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:45:57 UTC 2011 >Description: add -cc option for systems that use clang as default compiler Port maintainer (michael.grunewald@laposte.net) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- ocaml-3.12.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/lang/ocaml/Makefile /amd/gcs/98/9855518/src/ports/lang/ocaml/Makefile --- /usr/ports/lang/ocaml/Makefile 2011-12-30 04:33:26.000000000 +0800 +++ /amd/gcs/98/9855518/src/ports/lang/ocaml/Makefile 2012-02-15 09:52:16.156900000 +0800 @@ -26,7 +26,7 @@ STRIP= MAKE_JOBS_UNSAFE= yes -CONFIGURE_ARGS= -prefix ${PREFIX} +CONFIGURE_ARGS= -prefix ${PREFIX} -cc ${CC} OPTIONS= X11 "Build with X11 support" on \ TK "Build LablTk library (requires X11 support)" on \ THREADS "Build with Posix threads support" on \ --- ocaml-3.12.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: