svn commit: r355001 - head/sysutils/swapd

Antoine Brodin antoine at FreeBSD.org
Sat May 24 08:58:42 UTC 2014


Author: antoine
Date: Sat May 24 08:58:41 2014
New Revision: 355001
URL: http://svnweb.freebsd.org/changeset/ports/355001
QAT: https://qat.redports.org/buildarchive/r355001/

Log:
  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

Modified:
  head/sysutils/swapd/Makefile

Modified: head/sysutils/swapd/Makefile
==============================================================================
--- head/sysutils/swapd/Makefile	Sat May 24 08:46:13 2014	(r355000)
+++ head/sysutils/swapd/Makefile	Sat May 24 08:58:41 2014	(r355001)
@@ -10,6 +10,8 @@ MASTER_SITES=	http://www.rkeene.org/file
 MAINTAINER=	leeym at 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


More information about the svn-ports-all mailing list