Index: head/net/cagibi/Makefile =================================================================== --- head/net/cagibi/Makefile (revision 458284) +++ head/net/cagibi/Makefile (revision 458285) @@ -1,17 +1,18 @@ # Created by: Dima Panov # $FreeBSD$ PORTNAME= cagibi PORTVERSION= 0.2.0 +PORTREVISION= 1 CATEGORIES= net devel MASTER_SITES= KDE/stable/${PORTNAME} MAINTAINER= kde@FreeBSD.org COMMENT= KDE SSDP/uPNP proxy USES= cmake kde:4 tar:bzip2 USE_KDE= automoc4 USE_QT4= corelib network xml dbus \ qmake_build moc_build rcc_build uic_build .include Index: head/net/cagibi/files/patch-daemon_ssdpwatcher.cpp =================================================================== --- head/net/cagibi/files/patch-daemon_ssdpwatcher.cpp (nonexistent) +++ head/net/cagibi/files/patch-daemon_ssdpwatcher.cpp (revision 458285) @@ -0,0 +1,16 @@ +daemon/ssdpwatcher.cpp:122:17: error: invalid suffix on literal; C++11 +requires a space between literal and identifier [-Wreserved-user-defined-literal] + +--- daemon/ssdpwatcher.cpp.orig 2018-01-06 18:31:07 UTC ++++ daemon/ssdpwatcher.cpp +@@ -119,8 +119,8 @@ qDebug() << "Trying to find UPnP devices on the local + // send a HTTP M-SEARCH message to 239.255.255.250:1900 + const QByteArray searchMessage = + "M-SEARCH * HTTP/1.1\r\n" +- "HOST: "SSDP_BROADCAST_ADDRESS":"SSDP_PORT"\r\n" +- "ST:"ROOTDEVICE"\r\n" ++ "HOST: " SSDP_BROADCAST_ADDRESS ":" SSDP_PORT "\r\n" ++ "ST:" ROOTDEVICE "\r\n" + // "ST: ssdp:all\r\n" + "MAN:\"ssdp:discover\"\r\n" + "MX:" + QByteArray::number(searchTimeout) + "\r\n" // max number of seconds to wait for response Property changes on: head/net/cagibi/files/patch-daemon_ssdpwatcher.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property