[78227] trunk/dports/net/vnstat

ryandesign at macports.org ryandesign at macports.org
Thu Apr 28 19:28:18 PDT 2011


Revision: 78227
          http://trac.macports.org/changeset/78227
Author:   ryandesign at macports.org
Date:     2011-04-28 19:28:18 -0700 (Thu, 28 Apr 2011)
Log Message:
-----------
vnstat: build for the right architectures, and ensure we're UsingTheRightCompiler

Modified Paths:
--------------
    trunk/dports/net/vnstat/Portfile
    trunk/dports/net/vnstat/files/patch-Makefile.diff

Modified: trunk/dports/net/vnstat/Portfile
===================================================================
--- trunk/dports/net/vnstat/Portfile	2011-04-29 02:08:49 UTC (rev 78226)
+++ trunk/dports/net/vnstat/Portfile	2011-04-29 02:28:18 UTC (rev 78227)
@@ -3,7 +3,7 @@
 
 name                vnstat
 version             1.10
-revision            1
+revision            2
 categories          net
 platforms           darwin
 maintainers         and.damore openmaintainer

Modified: trunk/dports/net/vnstat/files/patch-Makefile.diff
===================================================================
--- trunk/dports/net/vnstat/files/patch-Makefile.diff	2011-04-29 02:08:49 UTC (rev 78226)
+++ trunk/dports/net/vnstat/files/patch-Makefile.diff	2011-04-29 02:28:18 UTC (rev 78227)
@@ -1,5 +1,14 @@
 --- Makefile.orig	2011-04-28 10:21:34.000000000 +0200
 +++ Makefile	2011-04-28 10:24:08.000000000 +0200
+@@ -14,7 +14,7 @@
+ 	+make -C src
+ 
+ all:
+-	+make -C src all
++	+make -C src all CC="$(CC)"
+ 
+ clean:
+ 	make -C src clean
 @@ -138,12 +138,14 @@
  # install default config if such doesn't exist
  	@if [ ! -f $(DESTDIR)/etc/vnstat.conf ]; \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110428/811bf395/attachment.html>


More information about the macports-changes mailing list