Index: head/net/shaperprobe/Makefile =================================================================== --- head/net/shaperprobe/Makefile (revision 345858) +++ head/net/shaperprobe/Makefile (revision 345859) @@ -1,23 +1,24 @@ # Created by: Josh Carroll # $FreeBSD$ PORTNAME= shaperprobe PORTVERSION= 0.2 CATEGORIES= net MASTER_SITES= http://www.cc.gatech.edu/~partha/diffprobe/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tgz MAINTAINER= josh.carroll@gmail.com COMMENT= Utility to check for traffic shapers 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 Index: head/net/shaperprobe/files/patch-Makefile.osx =================================================================== --- head/net/shaperprobe/files/patch-Makefile.osx (nonexistent) +++ head/net/shaperprobe/files/patch-Makefile.osx (revision 345859) @@ -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 Property changes on: head/net/shaperprobe/files/patch-Makefile.osx ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property