Ticket #5289: fugu.patch

File fugu.patch, 1.2 KB (added by rsorasen@…, 19 years ago)

fugu-1.2.0 update

  • aqua/fugu/Portfile

     
    2424build.args              -buildstyle Deployment -alltargets
    2525build.target
    2626
     27patchfiles              patch-project.pbxproj
     28
    2729destroot {
    28         cd ${worksrcpath}/build
     30     if {$xcodeversion == "2.1"} {
     31          cd ${worksrcpath}/build/Deployment
     32        } else {
     33          cd ${worksrcpath}/build
     34        }
    2935        xinstall -d -m 0755 ${destroot}/Applications/DarwinPorts
    3036        file copy Fugu.app ${destroot}/Applications/DarwinPorts/
    3137}
  • aqua/fugu/files/patch-project.pbxproj

     
     1--- Fugu.pbproj/project.pbxproj.orig    2005-10-07 09:46:05.000000000 +0200
     2+++ Fugu.pbproj/project.pbxproj 2005-10-07 09:45:40.000000000 +0200
     3@@ -1808,7 +1808,7 @@
     4                        isa = PBXFileReference;
     5                        lastKnownFileType = "compiled.mach-o.executable";
     6                        name = externaleditor;
     7-                       path = build/externaleditor;
     8+                       path = build/Deployment/externaleditor;
     9                        refType = 4;
     10                        sourceTree = "<group>";
     11                };