Ticket #52035: Portfile-carthage.diff
File Portfile-carthage.diff, 972 bytes (added by nevil (Anders Hasselqvist), 8 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 PortGroup github 1.0 6 6 7 github.setup Carthage Carthage 0.1 7.27 github.setup Carthage Carthage 0.18 8 8 categories devel 9 9 platforms darwin 10 10 … … 23 23 build {} 24 24 25 25 destroot { 26 system -W ${worksrcpath} "${build.cmd} prefix_install PREFIX=${destroot}${prefix} TEMPORARY_FOLDER=${destroot} XCODEFLAGS=\"-workspace 'Carthage.xcworkspace' -scheme 'carthage' DSTROOT=${destroot} -IDECustomDerivedDataLocation=${worksrcpath}/custombuild \""26 system -W ${worksrcpath} "${build.cmd} prefix_install PREFIX=${destroot}${prefix} TEMPORARY_FOLDER=${destroot} XCODEFLAGS=\"-workspace 'Carthage.xcworkspace' -scheme 'carthage' DSTROOT=${destroot} -IDECustomDerivedDataLocation=${worksrcpath}/custombuild CODE_SIGN_IDENTITY= CODE_SIGNING_REQUIRED=NO\"" 27 27 } 28 28 29 29 post-destroot {