Index: head/sysutils/trueos-libqt5/Makefile =================================================================== --- head/sysutils/trueos-libqt5/Makefile (revision 492151) +++ head/sysutils/trueos-libqt5/Makefile (revision 492152) @@ -1,34 +1,35 @@ # $FreeBSD$ PORTNAME= trueos-libqt5 PORTVERSION= 20171003 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= jt@ixsystems.com COMMENT= TrueOS QT5 Library LICENSE= BSD2CLAUSE ONLY_FOR_ARCHS= amd64 +USES= gl qmake qt:5 shebangfix tar:xz + MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} MAKE_JOBS_UNSAFE= yes -USES= qmake qt:5 shebangfix tar:xz USE_LDCONFIG= yes USE_QT= core gui network svg linguist \ buildtools x11extras widgets USE_GL+= gl WRKSRC_SUBDIR= src-qt5 QMAKE_ARGS= CONFIG+="configure" USE_GITHUB= yes GH_ACCOUNT= trueos GH_PROJECT= trueos-libqt5 GH_TAGNAME= 9e92b465d823185c9b96f2017e06f2a06b6143fa .include Index: head/sysutils/trueos-libqt5/files/patch-libtrueos_utils_netif.cpp =================================================================== --- head/sysutils/trueos-libqt5/files/patch-libtrueos_utils_netif.cpp (nonexistent) +++ head/sysutils/trueos-libqt5/files/patch-libtrueos_utils_netif.cpp (revision 492152) @@ -0,0 +1,14 @@ +--- libtrueos/utils/netif.cpp.orig 2017-08-21 16:44:14 UTC ++++ libtrueos/utils/netif.cpp +@@ -146,11 +146,6 @@ QString NetworkInterface::mediaStatusAsString() + + switch (IFM_TYPE(ifm.ifm_active)) + { +- case IFM_FDDI: +- case IFM_TOKEN: +- if (ifm.ifm_status & IFM_ACTIVE) status = "inserted"; +- else status = "no ring"; +- break; + case IFM_IEEE80211: + if (ifm.ifm_status & IFM_ACTIVE) status = "associated"; + else status = "no carrier"; Property changes on: head/sysutils/trueos-libqt5/files/patch-libtrueos_utils_netif.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