summaryrefslogtreecommitdiff
path: root/parallel/pvm3/arch.mk
AgeCommit message (Collapse)AuthorFilesLines
2012-02-03Set _PVM_ARCH=64 on x86_64-linux.sbd1-1/+3
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-3/+3
Patch provided by Sergey Svishchev in private mail.
2006-06-15Also set _PVM_OPSYS for Solaris/x86. From Gilles Dauphin in PR 33730.joerg1-1/+5
2006-01-27Add DragonFly support. Fix errno.joerg1-1/+7
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-04-28Avoid using != to define _PVM_ARCH ... use :sh instead to defer thejlam1-2/+3
evaluation until we invoke the make targets. This avoids needing ${TR} in the top-level make.
2004-07-18add some patches to get this going on darwin. Patches provided in PRdmcmahill1-1/+4
pkg/26146 by Jim Bernard.
2003-03-20Quote tr arguments. From Jim Bernard in PR 20826.wiz1-2/+2
2002-10-29if to elifjlam1-2/+2
2002-10-29There was apparently an inadvertant "dj" in vi command mode that killedjlam1-2/+4
two lines, and broke alpha and arm detection on Linux as a result.
2002-10-12add RCS IDdmcmahill1-0/+3
2002-09-30Use buildlink2, and provide a makefile fragment arch.mk to set PVM_ARCH tojlam1-0/+29
the correct value. arch.mk can be used by other Makefiles or by buildlink2.mk files to find the PVM libraries and binaries.