From owner-svn-ports-all@FreeBSD.ORG Mon Feb 24 15:00:16 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 055D6745; Mon, 24 Feb 2014 15:00:16 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E260B108B; Mon, 24 Feb 2014 15:00:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1OF0FUf066690; Mon, 24 Feb 2014 15:00:15 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1OF0FqW066688; Mon, 24 Feb 2014 15:00:15 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201402241500.s1OF0FqW066688@svn.freebsd.org> From: Emanuel Haupt Date: Mon, 24 Feb 2014 15:00:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345859 - in head/net/shaperprobe: . files 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.17 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, 24 Feb 2014 15:00:16 -0000 Author: ehaupt Date: Mon Feb 24 15:00:15 2014 New Revision: 345859 URL: http://svnweb.freebsd.org/changeset/ports/345859 QAT: https://qat.redports.org/buildarchive/r345859/ Log: - Support staging - Respect CC - Respect CFLAGS - This port does not build with clang, use gcc Added: head/net/shaperprobe/files/patch-Makefile.osx (contents, props changed) Modified: head/net/shaperprobe/Makefile Modified: head/net/shaperprobe/Makefile ============================================================================== --- head/net/shaperprobe/Makefile Mon Feb 24 14:59:30 2014 (r345858) +++ head/net/shaperprobe/Makefile Mon Feb 24 15:00:15 2014 (r345859) @@ -13,11 +13,12 @@ COMMENT= Utility to check for traffic sh LICENSE= GPLv2 +USE_GCC= yes + MAKEFILE= Makefile.osx PLIST_FILES= bin/prober -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/prober ${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/prober ${STAGEDIR}${PREFIX}/bin .include Added: head/net/shaperprobe/files/patch-Makefile.osx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/shaperprobe/files/patch-Makefile.osx Mon Feb 24 15:00:15 2014 (r345859) @@ -0,0 +1,12 @@ +--- Makefile.osx.orig 2012-01-24 21:33:22.000000000 +0100 ++++ Makefile.osx 2014-02-24 15:57:22.575172070 +0100 +@@ -1,7 +1,7 @@ + +-CC=gcc ++CC?=gcc + +-CFLAGS=-c -Wall -O3 -fno-strict-aliasing -DOSX ++CFLAGS+=-c -DOSX + LDFLAGS=-lm + + SOURCES=prober.c tcp_client.c tcpserver.c wrappers.c tbdetect.c measflow.c