Date: Sun, 3 Jul 2005 06:02:21 +0000 (UTC) From: Mikhail Teterin <mi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/ocaml Makefile ports/lang/ocaml/files patch-configure Message-ID: <200507030602.j6362LXO058759@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507030602.j6362LXO058759>