From owner-svn-ports-all@FreeBSD.ORG Sat May 24 08:58:41 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DC6F74D1; Sat, 24 May 2014 08:58:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C9A8F28F2; Sat, 24 May 2014 08:58:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4O8wfd2075165; Sat, 24 May 2014 08:58:41 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4O8wfQC075164; Sat, 24 May 2014 08:58:41 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201405240858.s4O8wfQC075164@svn.freebsd.org> From: Antoine Brodin Date: Sat, 24 May 2014 08:58:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355001 - head/sysutils/swapd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 May 2014 08:58:42 -0000 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@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