Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Apr 2008 13:41:38 -0700
From:      Jeremy Chadwick <koitsu@freebsd.org>
To:        martinko <gamato@users.sf.net>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: FreeBSD Port: sysutils/wmmemload
Message-ID:  <20080402204138.GA73824@eos.sc1.parodius.com>
In-Reply-To: <47F3EB92.7090309@users.sf.net>
References:  <47F3EB92.7090309@users.sf.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Apr 02, 2008 at 10:24:50PM +0200, martinko wrote:
> sysutils/wmmemload port fails to install:
> /the latest ports tree on 6-STABLE/
>
> ===>  Checking if sysutils/wmmemload already installed
> Making install in src
> "Makefile", line 265: Need an operator
> "Makefile", line 266: Need an operator
> "Makefile", line 267: Need an operator
> "Makefile", line 268: Need an operator
> "Makefile", line 269: Need an operator
> "Makefile", line 270: Need an operator
> "Makefile", line 271: Need an operator
> "Makefile", line 272: Need an operator
> "Makefile", line 276: Need an operator
> "Makefile", line 277: Need an operator
> "Makefile", line 278: Need an operator
> "Makefile", line 279: Missing dependency operator
> "Makefile", line 283: Need an operator
> "Makefile", line 284: Need an operator
> "Makefile", line 285: Need an operator
> "Makefile", line 286: Need an operator
> make: fatal errors encountered -- cannot continue
> *** Error code 1

sysutils/wmmemload/Makefile needs USE_GMAKE=yes.  The above errors are
the sign of a software author using GNU-style syntaxed Makefiles.

Please open a PR on this issue and someone will take care of it.  :-)

For now, try using "gmake" instead of "make" when building this port.

-- 
| Jeremy Chadwick                                    jdc at parodius.com |
| Parodius Networking                           http://www.parodius.com/ |
| UNIX Systems Administrator                      Mountain View, CA, USA |
| Making life hard for others since 1977.                  PGP: 4BD6C0CB |




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080402204138.GA73824>