From owner-cvs-all@FreeBSD.ORG Sun Jul 3 06:02:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB76A16A41C; Sun, 3 Jul 2005 06:02:21 +0000 (GMT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95D3D43D45; Sun, 3 Jul 2005 06:02:21 +0000 (GMT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6362LOI058760; Sun, 3 Jul 2005 06:02:21 GMT (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6362LXO058759; Sun, 3 Jul 2005 06:02:21 GMT (envelope-from mi) Message-Id: <200507030602.j6362LXO058759@repoman.freebsd.org> From: Mikhail Teterin Date: Sun, 3 Jul 2005 06:02:21 +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/lang/ocaml Makefile ports/lang/ocaml/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 06:02:21 -0000 mi 2005-07-03 06:02:21 UTC FreeBSD ports repository Modified files: lang/ocaml Makefile lang/ocaml/files patch-configure Log: OCaml folks use $(ARCH) in Makefiles to mean, what configure identified as the architecture (and wrote out ${WRKSRC}/config/Makefile). Our make, however, ignores assigments to this variable. Fortunately for most concerned, make's ARCH is the same as configure's. Except on sparc64. This update fixes this problem as well as . adds a hunk to patch-configure to enable profiling on all platforms; . modifies REPLINPLACE_ARGS to not even create .bak files instead of removing them later. at the moment, the build still dies on Panther due to a segfault in the freshly built ocamlc.opt. It may be due to Panther's running 6-current, however and there is no other sparc64 to check... Notified by: kris (the sparc vs. sparc64 issue) Revision Changes Path 1.46 +6 -1 ports/lang/ocaml/Makefile 1.5 +9 -0 ports/lang/ocaml/files/patch-configure