Ticket #53092: field3d.diff

File field3d.diff, 2.2 KB (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 8 years ago)
  • Portfile

    old new  
    11# -*- 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
    2 # $Id$
    32
    43PortSystem 1.0
    54PortGroup               github 1.0
    65
    7 github.setup            imageworks Field3D 1.3.2 v
     6github.setup            imageworks Field3D 1.7.2 v
    87name                    field3d
    9 revision                10
     8#revision                0
    109categories              graphics
    1110maintainers             blair
    1211license                 BSD
     
    2827homepage                https://sites.google.com/site/field3d/home
    2928platforms               darwin
    3029
    31 checksums               rmd160  cf86b30f1bb7a8ac9eb0ce441ce86b1c8e35a020 \
    32                         sha256  b3d6d2cb71a9ad21ac81f96dec0a796434c8897f054ba1e1b138d3b7e3ab655b
     30checksums               rmd160  c3606f6f01698c7f2225e8cb3977a723a2bdd8c5 \
     31                        sha256  b2b37846dd45dfd383f9338c37993e527310c2ffe9b21dddb49f0d398695fcb2
    3332
    3433depends_build           port:scons
    3534depends_lib             port:boost \
  • files/patch-BuildSupport.py

    old new  
    1 --- BuildSupport.py.orig        2012-02-04 11:37:22.000000000 -0600
    2 +++ BuildSupport.py     2012-11-04 05:02:45.000000000 -0600
     1--- BuildSupport.py.orig        2016-12-17 16:53:58.000000000 -0700
     2+++ BuildSupport.py     2016-12-17 16:53:31.000000000 -0700
    33@@ -70,19 +70,15 @@
    44 # ------------------------------------------------------------------------------
    55 
     
    2424     "linux2" : { arch32 : ["/usr/local/lib"],
    2525                  arch64 : ["/usr/local64/lib"]}
    2626 }
    27 @@ -214,6 +210,8 @@
     27@@ -221,6 +217,8 @@
    2828         env.Append(LIBS = [Site.boostThreadLib])
    2929     else:
    3030         env.Append(LIBS = ["boost_thread-mt"])
     
    3333     # Compile flags
    3434     if isDebugBuild():
    3535         env.Append(CCFLAGS = ["-g"])
    36 @@ -222,13 +220,6 @@
    37      env.Append(CCFLAGS = ["-Wall"])
     36@@ -231,13 +229,6 @@
     37     env.Append(CCFLAGS = ["-Wno-unused-local-typedef"])
    3838     # Set number of jobs to use
    3939     env.SetOption('num_jobs', numCPUs())
    4040-    # 64 bit setup