Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Oct 2018 20:32:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 232512] www/firefox-esr-60.3.0,1 build fails phase patch
Message-ID:  <bug-232512-7788-HuXD7uSMmW@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-232512-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-232512-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232512

w.schwarzenfeld@utanet.at changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |w.schwarzenfeld@utanet.at

--- Comment #1 from w.schwarzenfeld@utanet.at ---
Seems the patch patch-bug1474265 ist forgotten to remove.

patch:
@ -142,7 +142,7 @@ DBusRemoteClient::GetRemoteDestinationName(const char
*aProgram,
       (bool (*)(const char *, DBusError *))
       dlsym(RTLD_DEFAULT, "dbus_validate_bus_name");
     if (!sDBusValidateBusName) {
-      return false
+      return false;


source-code:
  141     static auto sDBusValidateBusName =3D
    142       (bool (*)(const char *, DBusError *))
    143       dlsym(RTLD_DEFAULT, "dbus_validate_bus_name");
    144     if (!sDBusValidateBusName) {
    145       return false;


It is already in the unpatched source-code file.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-232512-7788-HuXD7uSMmW>