diff options
author | farrokhi <farrokhi@FreeBSD.org> | 2017-05-02 23:53:21 +0800 |
---|---|---|
committer | farrokhi <farrokhi@FreeBSD.org> | 2017-05-02 23:53:21 +0800 |
commit | 7b3e8c5d7dd1c7c5fb9f0702c819906bb17f88bd (patch) | |
tree | fdcc0a50f01668e7673253492613d352ed205ec7 /sysutils | |
parent | ccee5893c93cf53cb6ced513d9406fb5f5ed0aad (diff) | |
download | freebsd-ports-gnome-7b3e8c5d7dd1c7c5fb9f0702c819906bb17f88bd.tar.gz freebsd-ports-gnome-7b3e8c5d7dd1c7c5fb9f0702c819906bb17f88bd.tar.zst freebsd-ports-gnome-7b3e8c5d7dd1c7c5fb9f0702c819906bb17f88bd.zip |
Unbreak sysutils/istatserver
Reported by: linimon
Reviewed by: mat
Approved by: mat
Differential Revision: https://reviews.freebsd.org/D10571
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/istatserver/Makefile | 2 | ||||
-rw-r--r-- | sysutils/istatserver/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/istatserver/Makefile b/sysutils/istatserver/Makefile index 01ef675984e7..c88a6b949a55 100644 --- a/sysutils/istatserver/Makefile +++ b/sysutils/istatserver/Makefile @@ -15,8 +15,6 @@ LICENSE= BSD3CLAUSE LIB_DEPENDS= libxml2.so:textproc/libxml2 \ libsqlite3.so:databases/sqlite3 -BROKEN= does not build (attempt to chown from do-install) - GNU_CONFIGURE= yes USE_RC_SUBR= ${PORTNAME} diff --git a/sysutils/istatserver/pkg-descr b/sysutils/istatserver/pkg-descr index 384fe5072756..278edb742029 100644 --- a/sysutils/istatserver/pkg-descr +++ b/sysutils/istatserver/pkg-descr @@ -3,3 +3,5 @@ from Linux, Solaris & FreeBSD. istatserver collects data such as CPU, memory, network and disk usage and keeps the history. Once connecting from the iPhone and entering the lock code this data will be sent to the iPhone and shown in fancy graphs. + +WWW: https://bjango.com/linux/istatserver/ |