[143045] trunk/dports/devel/cvs-fast-export

mojca at macports.org mojca at macports.org
Sat Dec 12 08:19:31 PST 2015


Revision: 143045
          https://trac.macports.org/changeset/143045
Author:   mojca at macports.org
Date:     2015-12-02 06:46:40 -0800 (Wed, 02 Dec 2015)
Log Message:
-----------
cvs-fast-export: uncomment -march=native (#47394)

Modified Paths:
--------------
    trunk/dports/devel/cvs-fast-export/Portfile
    trunk/dports/devel/cvs-fast-export/files/patch-Makefile.diff

Modified: trunk/dports/devel/cvs-fast-export/Portfile
===================================================================
--- trunk/dports/devel/cvs-fast-export/Portfile	2015-12-02 14:46:04 UTC (rev 143044)
+++ trunk/dports/devel/cvs-fast-export/Portfile	2015-12-02 14:46:40 UTC (rev 143045)
@@ -5,6 +5,7 @@
 
 name                cvs-fast-export
 version             1.35
+revision            1
 categories          devel
 license             GPL-2
 platforms           darwin

Modified: trunk/dports/devel/cvs-fast-export/files/patch-Makefile.diff
===================================================================
--- trunk/dports/devel/cvs-fast-export/files/patch-Makefile.diff	2015-12-02 14:46:04 UTC (rev 143044)
+++ trunk/dports/devel/cvs-fast-export/files/patch-Makefile.diff	2015-12-02 14:46:40 UTC (rev 143045)
@@ -26,6 +26,15 @@
  CPPFLAGS += -I. -I$(srcdir)
  #LIBS=-lrt
  CPPFLAGS += -DVERSION=\"$(VERSION)\"
+@@ -39,7 +43,7 @@ CFLAGS += -pthread
+ CPPFLAGS += -DTHREADS
+
+ # Optimizing for speed. Comment this out for distribution builds
+-CFLAGS += -march=native
++#CFLAGS += -march=native
+
+ # To enable debugging of the Yacc grammar, uncomment the following line
+ #CPPFLAGS += -DYYDEBUG=1
 @@ -100,7 +104,7 @@ BISON ?= bison
  gram.h gram.c: gram.y
  	$(BISON)  $(YFLAGS) --defines=gram.h --output-file=gram.c $(srcdir)/gram.y
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/4fc384d4/attachment-0001.html>


More information about the macports-changes mailing list