Date: Mon, 4 Feb 2019 19:23:07 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492152 - in head/sysutils/trueos-libqt5: . files Message-ID: <201902041923.x14JN7nQ025464@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Mon Feb 4 19:23:07 2019 New Revision: 492152 URL: https://svnweb.freebsd.org/changeset/ports/492152 Log: sysutils/trueos-libqt5: fix build While here, pet portlint PR: 233102 Approved by: maintainer timeout (jt@ixsystems.com, >2 weeks) Added: head/sysutils/trueos-libqt5/files/ head/sysutils/trueos-libqt5/files/patch-libtrueos_utils_netif.cpp (contents, props changed) Modified: head/sysutils/trueos-libqt5/Makefile (contents, props changed) Modified: head/sysutils/trueos-libqt5/Makefile ============================================================================== --- head/sysutils/trueos-libqt5/Makefile Mon Feb 4 18:37:46 2019 (r492151) +++ head/sysutils/trueos-libqt5/Makefile Mon Feb 4 19:23:07 2019 (r492152) @@ -2,7 +2,7 @@ PORTNAME= trueos-libqt5 PORTVERSION= 20171003 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= jt@ixsystems.com @@ -12,11 +12,12 @@ 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 Added: head/sysutils/trueos-libqt5/files/patch-libtrueos_utils_netif.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/trueos-libqt5/files/patch-libtrueos_utils_netif.cpp Mon Feb 4 19:23:07 2019 (r492152) @@ -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";
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902041923.x14JN7nQ025464>