From owner-svn-ports-all@FreeBSD.ORG Mon Sep 22 16:36:55 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 D688380B; Mon, 22 Sep 2014 16:36:55 +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 C1D3F200; Mon, 22 Sep 2014 16:36:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8MGat08086767; Mon, 22 Sep 2014 16:36:55 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8MGatjH086766; Mon, 22 Sep 2014 16:36:55 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201409221636.s8MGatjH086766@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Mon, 22 Sep 2014 16:36:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368973 - head/sysutils/ioping 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-1 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: Mon, 22 Sep 2014 16:36:56 -0000 Author: tijl Date: Mon Sep 22 16:36:55 2014 New Revision: 368973 URL: http://svnweb.freebsd.org/changeset/ports/368973 QAT: https://qat.redports.org/buildarchive/r368973/ Log: Port uses sqrt(3) so link with libm Reported by: sbruno Modified: head/sysutils/ioping/Makefile Modified: head/sysutils/ioping/Makefile ============================================================================== --- head/sysutils/ioping/Makefile Mon Sep 22 16:26:46 2014 (r368972) +++ head/sysutils/ioping/Makefile Mon Sep 22 16:36:55 2014 (r368973) @@ -13,11 +13,9 @@ LICENSE= GPLv3 PLIST_FILES= bin/ioping man/man1/ioping.1.gz -MAKE_ENV= VERSION=${PORTVERSION} - do-build: - cd ${WRKSRC}; \ - ${SETENV} ${MAKE_ENV} ${CC} ${CFLAGS} -DVERSION=${PORTVERSION} ioping.c -o ioping + (cd ${WRKSRC} && ${CC} ${CFLAGS} -DVERSION=${PORTVERSION} ioping.c \ + -o ioping ${LDFLAGS} -lm do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ioping ${STAGEDIR}${PREFIX}/bin