Changeset 98229


Ignore:
Timestamp:
Sep 30, 2012, 1:12:51 AM (12 years ago)
Author:
jann@…
Message:

Add patch to make vision2 projects compile

Location:
trunk/dports/lang/eiffelstudio71
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/lang/eiffelstudio71/Portfile

    r97199 r98229  
    55set minor_version 88986
    66version           7.1.${minor_version}
     7revision          1
    78set branch        [join [lrange [split ${version} .] 0 1] ""]
    89categories        lang
     
    5859build.env-append  ISE_EIFFEL=${worksrcpath}/Eiffel${branch}
    5960
     61patchfiles        patch-library-vision2-vision2.ecf
     62
     63pre-patch         {
     64                    system "tar -xjf ${worksrcpath}/libs.tar.bz2 -C ${worksrcpath}"
     65                  }
     66                 
     67post-patch        {
     68                    file delete ${worksrcpath}/libs.tar.bz2
     69                    system "tar -cjf ${worksrcpath}/libs.tar.bz2 -C ${worksrcpath} library"
     70                    file delete -force -- ${worksrcpath}/library
     71                  }               
     72
    6073build             {                   
    6174                    system "cd ${worksrcpath} && ${worksrcpath}/compile_exes $ise_platform"
Note: See TracChangeset for help on using the changeset viewer.