svn commit: r330063 - in head/net/e169-stats: . files
Edwin Groothuis
edwin at FreeBSD.org
Fri Oct 11 10:10:17 UTC 2013
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
More information about the svn-ports-all
mailing list