From owner-cvs-ports@FreeBSD.ORG Sat Apr 11 13:23:05 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B717D1065677; Sat, 11 Apr 2009 13:23:05 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9A6DC8FC23; Sat, 11 Apr 2009 13:23:05 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n3BDN5sH038565; Sat, 11 Apr 2009 13:23:05 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n3BDN5ci038564; Sat, 11 Apr 2009 13:23:05 GMT (envelope-from stas) Message-Id: <200904111323.n3BDN5ci038564@repoman.freebsd.org> From: Stanislav Sedov Date: Sat, 11 Apr 2009 13:23:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/cil/files patch-Makefile.in ports/devel/deputy/files patch-cil-Makefile.in ports/devel/omake Makefile distinfo pkg-plist ports/devel/omake/files patch-src_exec_omake_exec.ml ports/lang/cduce Makefile distinfo ports/lang/cduce/files ... X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Apr 2009 13:23:06 -0000 stas 2009-04-11 13:23:05 UTC FreeBSD ports repository Modified files: devel/deputy/files patch-cil-Makefile.in devel/omake Makefile distinfo pkg-plist lang/cduce Makefile distinfo lang/mtasc Makefile lang/mtasc/files patch-basepath lang/ocaml Makefile distinfo pkg-plist lang/ocaml/files mann patch-camlp4-man_Makefile patch-configure lang/ocamlduce Makefile print/advi Makefile Added files: devel/cil/files patch-Makefile.in devel/omake/files patch-src_exec_omake_exec.ml lang/mtasc/files patch-extc_extc_stubs.c patch-mtasc_parser.ml www/geneweb/files patch-tools_Makefile.inc.unix Removed files: lang/cduce/files patch-parser_cduce_curl.ml lang/ocaml/files patch-stdlib_Makefile Log: - Update lang/ocaml to 3.11.0. [1] - Fix devel/cil build with 3.11.0 by using proper object file name - Fix devel/deputy build with 3.11.0 by using proper object file name - Fix lang/mtasc. Ocamlp4 syntax has changed and usage of ';' as delimiters is not allowed now. - Fix usage message in lang/mtasc. - Implement a FreeBSD specific code for retriving the executable path in lang/mtasc. - Update devel/omake to 0.9.8.5. - Fix devel/omake compilation with 3.11 by dropping an unused reference from the code. - Fix www/geneweb build with 3.11 by not emitting errors for warnings. - Fix print/advi build. [2] - Update lang/cduce to 0.5.3 (this fixes build with ocaml 3.11.0). PR: ports/130845 [1] [2] (based on) Submitted by: Hirohisa Yamaguchi [1], Tsurutani Naoki [2] Revision Changes Path 1.3 +25 -0 ports/devel/cil/files/patch-Makefile.in (new) 1.2 +25 -2 ports/devel/deputy/files/patch-cil-Makefile.in 1.8 +4 -5 ports/devel/omake/Makefile 1.3 +3 -3 ports/devel/omake/distinfo 1.1 +11 -0 ports/devel/omake/files/patch-src_exec_omake_exec.ml (new) 1.3 +2 -0 ports/devel/omake/pkg-plist 1.11 +2 -3 ports/lang/cduce/Makefile 1.6 +3 -3 ports/lang/cduce/distinfo 1.2 +0 -18 ports/lang/cduce/files/patch-parser_cduce_curl.ml (dead) 1.3 +1 -0 ports/lang/mtasc/Makefile 1.2 +6 -4 ports/lang/mtasc/files/patch-basepath 1.1 +42 -0 ports/lang/mtasc/files/patch-extc_extc_stubs.c (new) 1.1 +40 -0 ports/lang/mtasc/files/patch-mtasc_parser.ml (new) 1.62 +7 -8 ports/lang/ocaml/Makefile 1.24 +3 -3 ports/lang/ocaml/distinfo 1.2 +1 -0 ports/lang/ocaml/files/mann 1.2 +5 -5 ports/lang/ocaml/files/patch-camlp4-man_Makefile 1.11 +10 -7 ports/lang/ocaml/files/patch-configure 1.2 +0 -12 ports/lang/ocaml/files/patch-stdlib_Makefile (dead) 1.32 +16 -4 ports/lang/ocaml/pkg-plist 1.5 +1 -0 ports/lang/ocamlduce/Makefile 1.6 +1 -0 ports/print/advi/Makefile 1.1 +13 -0 ports/www/geneweb/files/patch-tools_Makefile.inc.unix (new)