Re: Makefile question

2015-12-04 Thread Brandon Allbery
On Fri, Dec 4, 2015 at 10:15 PM, Mark Brethen wrote: > OCAMLDIR needs to be set, but what about the rest? The only way to answer that is to see what the Makefile ends up running and what envars those programs require. -- brandon s allbery kf8nh sine nomine associ

Makefile question

2015-12-04 Thread Mark Brethen
I have source with no configure and this snippet pertaining to Mac in the makefile: ifeq "$(uname)" "Darwin" # (2) Mac OS X, using GCC as the C compiler export ARCHOS= x86_LINUX export OCAMLDIR = /usr/loc

Re: $Id lines

2015-12-04 Thread Rainer Müller
On 2015-12-04 11:14, René J.V. Bertin wrote: > If I understood correctly, the $Id lines in Portfiles (and PortGroup > and other (?) files) are rewritten at each svn commit. If that's > correct, it shouldn't be an issue if someone who uses a VCS for > his/her local development port repository were t

$Id lines

2015-12-04 Thread René J . V . Bertin
Hi, If I understood correctly, the $Id lines in Portfiles (and PortGroup and other (?) files) are rewritten at each svn commit. If that's correct, it shouldn't be an issue if someone who uses a VCS for his/her local development port repository were to do the same, right? Does anyone know how t