cvs commit: ports/lang/ocaml Makefile ports/lang/ocaml/files
patch-configure
Mikhail Teterin
mi at FreeBSD.org
Sun Jul 3 06:02:21 GMT 2005
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
More information about the cvs-ports
mailing list