Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 05 Mar 2018 02:05:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 224181] www/domoticz: fails to build with boost 1.66
Message-ID:  <bug-224181-13-F1TC3Z6kEf@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-224181-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-224181-13@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=3D224181

--- Comment #4 from Jan Beich <jbeich@FreeBSD.org> ---
Comment on attachment 191201
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D191201
Patch to fix boost 1.66 support

> @@ -2,7 +2,7 @@
>=20
>  PORTNAME=3D	domoticz
>  PORTVERSION=3D	3.${DOMOTICZ_REL}
> -PORTREVISION=3D	3
> +PORTREVISION=3D	4

Unnecessary. ports r459315 already bumped PORTREVISION but it was never bui=
lt
due to this bug.

> @@ -1,9 +1,9 @@
> ---- appversion.default.orig	2016-03-09 17:30:00.000000000 +0100
> -+++ appversion.default	2016-03-09 19:10:01.169567000 +0100
> +--- appversion.default.orig	2017-07-30 10:19:41 UTC
> ++++ appversion.default
>  @@ -1,3 +1,3 @@
> --#define APPVERSION 4834
> --#define APPHASH "2bd98a1"
> --#define APPDATE 1456904172
> +-#define APPVERSION 5876
> +-#define APPHASH "b97777b"
> +-#define APPDATE 1478691222
>  +#define APPVERSION XXXDOMOTICZXXX
>  +#define APPHASH "XXXHASHXXX"
>  +#define APPDATE XXXTIMEXXX@@ -1,9 +1,9 @@

Doesn't apply and doesn't look related to Boost.

$ patch -Efsp1 -i /path/to/domoticz-boost.diff -d /usr/ports/www/domoticz
1 out of 1 hunks failed while patching files/patch-appversion.default

> @@ -1,5 +1,5 @@
> ---- getgit.cmake.orig	2016-04-01 15:27:18.517929000 +0200
> -+++ getgit.cmake	2016-04-01 15:27:52.572836000 +0200
> +--- getgit.cmake.orig	2017-07-30 10:19:41 UTC
> ++++ getgit.cmake

Unrelated but OK. I'll land it via separate commit.

--=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-224181-13-F1TC3Z6kEf>