From owner-freebsd-ports@freebsd.org Mon Dec 24 17:15:04 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5879A1349E80 for ; Mon, 24 Dec 2018 17:15:04 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from mail.protected-networks.net (mail.protected-networks.net [IPv6:2001:470:8d59:1::8]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.protected-networks.net", Issuer "Protected Networks CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B18E68D66B; Mon, 24 Dec 2018 17:15:03 +0000 (UTC) (envelope-from imb@protected-networks.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d= protected-networks.net; h=content-transfer-encoding :content-language:content-type:content-type:mime-version :user-agent:date:date:message-id:subject:subject:from:from; s= 201508; t=1545671692; bh=u8xRVUHKwl2WX9ZqnUJuy9CnFp4lzoXIkzmrs7K 7pRk=; b=hCLb7rssVDt1HgatNkODqkQhDMxh/wY0kXL1Y3cMMdc0m7MmZyRcOtO BxesA94x9Yibsd18BRCFt6D6+SQpAlsKbb33LdneQSpC+mgwBUZ60qxV5DHEfc3m IatgD87B0nXGdeN6M9P+lbPq4nQa+s7xUjgasXyz+Vlsdd2BHBE8= Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [192.168.1.10]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: imb@mail.protected-networks.net) by mail.protected-networks.net (Postfix) with ESMTPSA id 9687C3477B; Mon, 24 Dec 2018 12:14:52 -0500 (EST) To: FreeBSD Ports , adridg@freebsd.org From: Michael Butler Subject: SVN r488276 breaks net/qt5-network compilation Openpgp: preference=signencrypt Message-ID: <3350b640-636a-1275-f96b-8d5da76f3fe3@protected-networks.net> Date: Mon, 24 Dec 2018 12:14:51 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Dec 2018 17:15:04 -0000 As follows: --- .obj/qudpsocket.o --- c++ -c -O2 -pipe -march=ivybridge -fstack-protector -fno-strict-aliasing -DOPENSSL_API_COMPAT=0x10100000L -std=c++1z -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -W -Wdate-time -Winconsistent-missing-override -pthread -fPIC -DQT_OPENSSL -DQT_SSL -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_USE_SYSTEM_PROXIES -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_NETWORK_LIB -DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_CORE_LIB -I. -Ikernel -I../../include -I../../include/QtNetwork -I../../include/QtNetwork/5.12.0 -I../../include/QtNetwork/5.12.0/QtNetwork -I/usr/local/include/qt5/QtCore/5.12.0 -I/usr/local/include/qt5/QtCore/5.12.0/QtCore -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I.moc -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .obj/qudpsocket.o socket/qudpsocket.cpp --- .obj/qnetworkinterface_unix.o --- kernel/qnetworkinterface_unix.cpp:477:14: error: use of undeclared identifier 'IFM_FDDI'; did you mean 'IFT_FDDI'? case IFM_FDDI: ^~~~~~~~ IFT_FDDI /usr/include/net/if_types.h:62:2: note: 'IFT_FDDI' declared here IFT_FDDI = 0xf, ^ imb