FreeBSD Bugzilla – Attachment 201238 Details for
Bug 233102
sysutils/trueos-libqt5 20171003 fails to compile
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to fix trueos-libqt5 build
trueos-libqt5-build_fix1.diff (text/plain), 1.41 KB, created by
Steve Wills
on 2019-01-18 14:45:16 UTC
(
hide
)
Description:
patch to fix trueos-libqt5 build
Filename:
MIME Type:
Creator:
Steve Wills
Created:
2019-01-18 14:45:16 UTC
Size:
1.41 KB
patch
obsolete
>diff --git sysutils/trueos-libqt5/Makefile sysutils/trueos-libqt5/Makefile >index e48e32ef8a13..8e5b15bf27c1 100644 >--- sysutils/trueos-libqt5/Makefile >+++ sysutils/trueos-libqt5/Makefile >@@ -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 >diff --git sysutils/trueos-libqt5/files/patch-libtrueos_utils_netif.cpp sysutils/trueos-libqt5/files/patch-libtrueos_utils_netif.cpp >new file mode 100644 >index 000000000000..c9ce9d654ca2 >--- /dev/null >+++ sysutils/trueos-libqt5/files/patch-libtrueos_utils_netif.cpp >@@ -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";
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
swills
:
maintainer-approval?
(
jt
)
Actions:
View
|
Diff
Attachments on
bug 233102
: 201238