summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-01-18 04:11:02 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-01-18 04:11:02 +0000
commit25beeff0797dd33cfc7db69206925427481729ee (patch)
tree7189643b393c5d2ffd4fa8b22d44338010f9dfb0 /www
parentdevel/cmake: unbreak net/ceph with boost 1.66 (diff)
devel/boost-*: update to 1.66.0
Changes: http://www.boost.org/users/history/version_1_66_0.html PR: 223922 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D13279
Notes
Notes: svn path=/head/; revision=459315
Diffstat (limited to 'www')
-rw-r--r--www/anyterm/Makefile2
-rw-r--r--www/domoticz/Makefile4
-rw-r--r--www/kdewebdev4/Makefile2
-rw-r--r--www/nghttp2/Makefile1
-rw-r--r--www/wt/Makefile3
5 files changed, 8 insertions, 4 deletions
diff --git a/www/anyterm/Makefile b/www/anyterm/Makefile
index f0527af76ace..428958167c45 100644
--- a/www/anyterm/Makefile
+++ b/www/anyterm/Makefile
@@ -3,7 +3,7 @@
PORTNAME= anyterm
PORTVERSION= 1.1.29
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= www
MASTER_SITES= http://anyterm.org/download/ \
http://dl1.douglasthrift.net/${PORTNAME}/ \
diff --git a/www/domoticz/Makefile b/www/domoticz/Makefile
index 337cdaefa6e7..51b3bab6f0a9 100644
--- a/www/domoticz/Makefile
+++ b/www/domoticz/Makefile
@@ -2,7 +2,7 @@
PORTNAME= domoticz
PORTVERSION= 3.${DOMOTICZ_REL}
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www
MAINTAINER= kiwi@oav.net
@@ -11,6 +11,8 @@ COMMENT= Home Automation System
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/License.txt
+BROKEN= fails to build with boost 1.66, see bug 224181
+
LIB_DEPENDS= libcurl.so:ftp/curl \
libexpat.so:textproc/expat2
diff --git a/www/kdewebdev4/Makefile b/www/kdewebdev4/Makefile
index b9882352a57a..aae2aad313f3 100644
--- a/www/kdewebdev4/Makefile
+++ b/www/kdewebdev4/Makefile
@@ -3,7 +3,7 @@
PORTNAME= kdewebdev
PORTVERSION= ${KDE4_VERSION}
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= www kde kde-kde4
MAINTAINER= kde@FreeBSD.org
diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile
index 56cbd4963451..b168fb5d5f33 100644
--- a/www/nghttp2/Makefile
+++ b/www/nghttp2/Makefile
@@ -4,6 +4,7 @@
PORTNAME= nghttp2
PORTVERSION= 1.29.0
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= www net
MAINTAINER= sunpoet@FreeBSD.org
diff --git a/www/wt/Makefile b/www/wt/Makefile
index 4042138d42e2..26df2301a5aa 100644
--- a/www/wt/Makefile
+++ b/www/wt/Makefile
@@ -3,7 +3,7 @@
PORTNAME= wt
PORTVERSION= 3.3.7
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= www
MAINTAINER= info@babaei.net
@@ -16,6 +16,7 @@ LIB_DEPENDS+= libpng.so:graphics/png \
libboost_system.so:devel/boost-libs \
libGraphicsMagick.so:graphics/GraphicsMagick
+BROKEN= fails to build with boost 1.66, see bug 224183
BROKEN_powerpc64= fails to link: libwthttp.so. undefined reference to boost::program_options::abstract_variables_map::operator
USE_GITHUB= yes