diff options
author | antoine <antoine@FreeBSD.org> | 2014-05-24 16:58:41 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-05-24 16:58:41 +0800 |
commit | ac16b6f62974518a04e503b827d6c4052385f2f7 (patch) | |
tree | 3aae3c62d6906efbe0d28ea9b45d563e048b4a56 /sysutils | |
parent | 6688f0e7ed10ab34bbe617cd1fc4aba3dcd525f2 (diff) | |
download | freebsd-ports-gnome-ac16b6f62974518a04e503b827d6c4052385f2f7.tar.gz freebsd-ports-gnome-ac16b6f62974518a04e503b827d6c4052385f2f7.tar.zst freebsd-ports-gnome-ac16b6f62974518a04e503b827d6c4052385f2f7.zip |
Mark BROKEN: fails to build
cc -Wall -O2 -pipe -fno-strict-aliasing -I/usr/local/include -DHAVE_CONFIG_H -I/usr/local/include -DHAVE_CONFIG_H -DSWAPD_DEF_CONFIG=\"/usr/local/etc/swapd.conf\" -c -o swapd.o swapd.c
swapd.c: In function 'swapd_init_stats':
swapd.c:93: error: too few arguments to function 'sg_init'
swapd.c: In function 'swapd_get_free_mem':
swapd.c:111: error: too few arguments to function 'sg_get_mem_stats'
swapd.c:116: error: too few arguments to function 'sg_get_swap_stats'
gmake: *** [swapd.o] Error 1
Reported by: pkg-fallout
With hat: portmgr
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/swapd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/swapd/Makefile b/sysutils/swapd/Makefile index f723a24b9abd..819dd84dc141 100644 --- a/sysutils/swapd/Makefile +++ b/sysutils/swapd/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://www.rkeene.org/files/oss/swapd/source/ MAINTAINER= leeym@FreeBSD.org COMMENT= A daemon that watches free memory and manages swap files +BROKEN= Fails to build + LIB_DEPENDS= statgrab:${PORTSDIR}/devel/libstatgrab USES= gmake pkgconfig |