Date: Fri, 11 Oct 2013 10:10:16 +0000 (UTC) From: Edwin Groothuis <edwin@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330063 - in head/net/e169-stats: . files Message-ID: <201310111010.r9BAAGDm070496@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: edwin Date: Fri Oct 11 10:10:16 2013 New Revision: 330063 URL: http://svnweb.freebsd.org/changeset/ports/330063 Log: Fix build on 10.x Added: head/net/e169-stats/files/ head/net/e169-stats/files/patch-Makefile (contents, props changed) Modified: head/net/e169-stats/Makefile Modified: head/net/e169-stats/Makefile ============================================================================== --- head/net/e169-stats/Makefile Fri Oct 11 09:51:25 2013 (r330062) +++ head/net/e169-stats/Makefile Fri Oct 11 10:10:16 2013 (r330063) @@ -3,6 +3,7 @@ PORTNAME= e169-stats PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.mavetju.org/download/ Added: head/net/e169-stats/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/e169-stats/files/patch-Makefile Fri Oct 11 10:10:16 2013 (r330063) @@ -0,0 +1,11 @@ +--- Makefile.orig 2013-10-12 08:08:47.000000000 +1100 ++++ Makefile 2013-10-12 08:08:56.000000000 +1100 +@@ -1,7 +1,7 @@ + all: e169-stats + + e169-stats: e169-stats.c +- gcc -Wall -o e169-stats e169-stats.c -lcurses ++ cc -Wall -o e169-stats e169-stats.c -lcurses + + clean: + -rm e169-stats *.core
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310111010.r9BAAGDm070496>