[Bug 224181] www/domoticz: fails to build with boost 1.66

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Mar 5 02:05:35 UTC 2018


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

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

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

Unnecessary. ports r459315 already bumped PORTREVISION but it was never built
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.

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


More information about the freebsd-ports-bugs mailing list