View | Details | Raw Unified | Return to bug 233102
Collapse All | Expand All

(-)sysutils/trueos-libqt5/Makefile (-2 / +3 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	trueos-libqt5
3
PORTNAME=	trueos-libqt5
4
PORTVERSION=	20171003
4
PORTVERSION=	20171003
5
PORTREVISION=	1
5
PORTREVISION=	2
6
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
7
7
8
MAINTAINER=	jt@ixsystems.com
8
MAINTAINER=	jt@ixsystems.com
Lines 12-22 LICENSE= BSD2CLAUSE Link Here
12
12
13
ONLY_FOR_ARCHS=	amd64
13
ONLY_FOR_ARCHS=	amd64
14
14
15
USES=		gl qmake qt:5 shebangfix tar:xz
16
15
MAKE_ARGS=	PREFIX=${STAGEDIR}${PREFIX}
17
MAKE_ARGS=	PREFIX=${STAGEDIR}${PREFIX}
16
18
17
MAKE_JOBS_UNSAFE=	yes
19
MAKE_JOBS_UNSAFE=	yes
18
20
19
USES=		qmake qt:5 shebangfix tar:xz
20
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
21
USE_QT=		core gui network svg linguist \
22
USE_QT=		core gui network svg linguist \
22
		buildtools x11extras widgets
23
		buildtools x11extras widgets
(-)sysutils/trueos-libqt5/files/patch-libtrueos_utils_netif.cpp (+14 lines)
Added Link Here
1
--- libtrueos/utils/netif.cpp.orig	2017-08-21 16:44:14 UTC
2
+++ libtrueos/utils/netif.cpp
3
@@ -146,11 +146,6 @@ QString NetworkInterface::mediaStatusAsString()
4
 
5
    switch (IFM_TYPE(ifm.ifm_active))
6
    {
7
-      case IFM_FDDI:
8
-      case IFM_TOKEN:
9
-         if (ifm.ifm_status & IFM_ACTIVE) status = "inserted";
10
-         else status = "no ring";
11
-         break;
12
       case IFM_IEEE80211:
13
          if (ifm.ifm_status & IFM_ACTIVE) status = "associated";
14
          else status = "no carrier";

Return to bug 233102