From owner-svn-ports-all@FreeBSD.ORG Thu Jun 13 19:05:28 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CCAFE9E0; Thu, 13 Jun 2013 19:05:28 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id BE7B41E63; Thu, 13 Jun 2013 19:05:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5DJ5Sth074033; Thu, 13 Jun 2013 19:05:28 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5DJ5Scv074032; Thu, 13 Jun 2013 19:05:28 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201306131905.r5DJ5Scv074032@svn.freebsd.org> From: William Grzybowski Date: Thu, 13 Jun 2013 19:05:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r320832 - head/net-mgmt/bandwidthd 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.14 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: Thu, 13 Jun 2013 19:05:28 -0000 Author: wg Date: Thu Jun 13 19:05:28 2013 New Revision: 320832 URL: http://svnweb.freebsd.org/changeset/ports/320832 Log: net-mgmt/bandwidthd: really fix build with clang - Fix build with /usr/bin/cc as clang - Trim Makefile header Suggested by: bapt Approved by: culot / jpaetzel (mentors, implicit) Modified: head/net-mgmt/bandwidthd/Makefile Modified: head/net-mgmt/bandwidthd/Makefile ============================================================================== --- head/net-mgmt/bandwidthd/Makefile Thu Jun 13 18:56:24 2013 (r320831) +++ head/net-mgmt/bandwidthd/Makefile Thu Jun 13 19:05:28 2013 (r320832) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bandwidthd -# Date created: Sun Nov 2 -# Whom: Clement Laforet -# +# Created by: Clement Laforet # $FreeBSD$ -# PORTNAME= bandwidthd PORTVERSION= 2.0.1 @@ -17,9 +13,7 @@ COMMENT= Tracks bandwidth usage by IP ad LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd -.if ${CC} == "clang" -USE_CSTD= c89 -.endif +USE_CSTD= gnu89 USE_GMAKE= YES GNU_CONFIGURE= YES