Revision: 37285 http://trac.macosforge.org/projects/macports/changeset/37285 Author: jmr@macports.org Date: 2008-06-02 03:43:22 -0700 (Mon, 02 Jun 2008) Log Message: ----------- nbench-byte: de-lint, add modeline Modified Paths: -------------- trunk/dports/benchmarks/nbench-byte/Portfile Added Paths: ----------- trunk/dports/benchmarks/nbench-byte/files/patch-Makefile.diff Removed Paths: ------------- trunk/dports/benchmarks/nbench-byte/files/patch-Makefile Modified: trunk/dports/benchmarks/nbench-byte/Portfile =================================================================== --- trunk/dports/benchmarks/nbench-byte/Portfile 2008-06-02 10:38:47 UTC (rev 37284) +++ trunk/dports/benchmarks/nbench-byte/Portfile 2008-06-02 10:43:22 UTC (rev 37285) @@ -1,6 +1,8 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 + name nbench-byte version 2.2.1 categories benchmarks @@ -16,7 +18,7 @@ master_sites ftp://ftp.tux.org/pub/tux/mayer/ \ http://www.tux.org/~mayer/linux/ checksums md5 92694db00b9698f4f7525e0580ed876b -patchfiles patch-Makefile +patchfiles patch-Makefile.diff use_configure no build.target destroot { Deleted: trunk/dports/benchmarks/nbench-byte/files/patch-Makefile =================================================================== --- trunk/dports/benchmarks/nbench-byte/files/patch-Makefile 2008-06-02 10:38:47 UTC (rev 37284) +++ trunk/dports/benchmarks/nbench-byte/files/patch-Makefile 2008-06-02 10:43:22 UTC (rev 37285) @@ -1,13 +0,0 @@ ---- Makefile.old Wed Jan 14 06:32:54 2004 -+++ Makefile Wed Jan 14 06:33:14 2004 -@@ -64,8 +64,8 @@ - #LINKFLAGS = -s - - # for a Mac with OsX and the Darwin environment --#CC = cc --#CFLAGS = -O3 -DOSX -+CC = cc -+CFLAGS = -O3 -DOSX - - # For debugging using cc - #CC = cc Copied: trunk/dports/benchmarks/nbench-byte/files/patch-Makefile.diff (from rev 37276, trunk/dports/benchmarks/nbench-byte/files/patch-Makefile) =================================================================== --- trunk/dports/benchmarks/nbench-byte/files/patch-Makefile.diff (rev 0) +++ trunk/dports/benchmarks/nbench-byte/files/patch-Makefile.diff 2008-06-02 10:43:22 UTC (rev 37285) @@ -0,0 +1,13 @@ +--- Makefile.old Wed Jan 14 06:32:54 2004 ++++ Makefile Wed Jan 14 06:33:14 2004 +@@ -64,8 +64,8 @@ + #LINKFLAGS = -s + + # for a Mac with OsX and the Darwin environment +-#CC = cc +-#CFLAGS = -O3 -DOSX ++CC = cc ++CFLAGS = -O3 -DOSX + + # For debugging using cc + #CC = cc
participants (1)
-
jmr@macports.org