Port details |
- sysadm SysAdm API server
- 1.1_2 sysutils
=2 1.1_2Version of this port present on the latest quarterly branch.
- DEPRECATED: No longer maintained upstream
This port expired on: 2019-11-01
- Maintainer: kmoore@FreeBSD.org
- Port Added: 2017-03-08 11:57:01
- Last Update: 2019-11-02 20:18:04
- SVN Revision: 516364
- People watching this port, also watch:: zfs-stats, smartmontools, zrep, coreutils, pure-ftpd
- License: BSD2CLAUSE
- WWW:
- https://sysadm.us
- Description:
- SysAdm is a FreeBSD-based service which provides a stable API for
administrating FreeBSD and TrueOS systems. It is composed of a
headless daemon that runs in the background on any system to be
administrated, providing both web socket and REST network services.
WWW: https://sysadm.us
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: sysadm
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1541453177
SHA256 (trueos-sysadm-v1.1_GH0.tar.gz) = d2802b66837da999d334fb3bc9a44cafc278ab944af22259ef1333ae1b8a2b19
SIZE (trueos-sysadm-v1.1_GH0.tar.gz) = 156939
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- moc : devel/qt5-buildtools
- qmake : devel/qt5-qmake
- qmake : devel/qt5-qmake
- Runtime dependencies:
-
- moc : devel/qt5-buildtools
- qmake : devel/qt5-qmake
- qmake : devel/qt5-qmake
- Library dependencies:
-
- libQt5Concurrent.so : devel/qt5-concurrent
- libQt5Core.so : devel/qt5-core
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5Network.so : net/qt5-network
- libQt5Sql.so : databases/qt5-sql
- libQt5WebSockets.so : www/qt5-websockets
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- compiler:c++11-lang pkgconfig qmake qt:5 ssl tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1_2 02 Nov 2019 20:18:04 |
rene |
Remove expired ports:
2019-05-15 lang/phantomjs: Project has been discontinued:
https://github.com/ariya/phantomjs/issues/15344
2019-11-01 net-mgmt/statsd: depends on expired www/node6
2019-11-01 palm/p5-Palm: obsolete technology
2019-11-01 shells/sparforte: uses expired bdb48
2019-11-01 sysutils/pcbsd-utils-qt5: No longer maintained upstream
2019-11-01 sysutils/sysadm: No longer maintained upstream
2019-11-01 sysutils/sysadm-client: No longer maintained upstream
2019-11-01 textproc/kibana5: depends on expired www/node6
2019-11-01 textproc/kibana5-search-guard: Depends on expired www/node6 via
textproc/kibana5
2019-11-01 textproc/p5-EBook-Tools: Depends on expired palm/p5-Palm
2019-10-16 textproc/xml-parse.el: Unfetchable, unmaintained
2019-11-01 www/bigbluebutton: Depends on expired www/tomcat6
2019-04-30 www/node6: Node.js 6.x LTS reaches end-of-life on 2019-04-30, see
https://github.com/nodejs/Release
2019-11-01 www/pebble: depends on expired www/tomcat6
2019-08-01 www/tomcat6: End-of-life since 2017 |
1.1_2 03 Sep 2019 19:32:34 |
kmoore |
- Set deprecated / expiration on sysadm ports, no longer maintained
upstream. |
1.1_2 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.1_1 12 Mar 2019 05:12:06 |
linimon |
Fix build on gcc-based architectures:
cc1plus: error: unrecognized command line option "-std=gnu++11"
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
1.1_1 16 Jan 2019 11:13:45 |
tijl |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
1.1 05 Nov 2018 21:36:05 |
kmoore |
Update both sysutils/sysadm and sysutils/sysadm-client to version 1.1 |
1.0_1 28 Jun 2018 17:39:55 |
tcberner |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
1.0_1 06 Jul 2017 20:40:51 |
tcberner |
Split part of www/qt5-websockets into new port www/qt5-websockets-qml
This splits qt5-websockets into a qt5-websockets port containing the core parts,
and a qt5-websockets-qml port with the QML parts. The QML parts depend on Qt
Quick,
so on the GUI parts (and hence X11) while the core parts do not.
PR: 220045
Submitted by: Adriaan de Groot <groot@kde.org> |
1.0 12 Apr 2017 17:14:01 |
amdmi3 |
- Fix LICENSE
- Add LICENSE_FILE
- Remove obsolete OSVERSION condition
Approved by: portmgr blanket |
1.0 08 Mar 2017 11:56:51 |
kmoore |
SysAdm is a FreeBSD-based service which provides a stable API for
administrating FreeBSD and TrueOS systems. It is composed of a
headless daemon that runs in the background on any system to be
administrated, providing both web socket and REST network services.
WWW: https://sysadm.us |