Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jun 2015 13:16:55 -0700
From:      Craig Leres <leres@ee.lbl.gov>
To:        Dmitry Marakasov <amdmi3@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r390582 - head/sysutils/apcupsd/files
Message-ID:  <558C61B7.4010508@ee.lbl.gov>
In-Reply-To: <201506251612.t5PGCaFj062325@svn.freebsd.org>
References:  <201506251612.t5PGCaFj062325@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 06/25/15 09:12, Dmitry Marakasov wrote:
> Author: amdmi3
> Date: Thu Jun 25 16:12:35 2015
> New Revision: 390582
> URL: https://svnweb.freebsd.org/changeset/ports/390582
> 
> Log:
>   - Remove broken code from configure, fixing build on 9.x
>   
>   This code is related to gcc 3 and is now useless; as a side effect, it sets LD to CC while it should be CXX, breaking the build:
>   
>   ModbusComm.cpp:(.text+0x5f4): undefined reference to `operator new[](unsigned int)'

The patch in this PR has a more minimal fix:

    https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200831

		Craig



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