Ticket #50677: Portfile-TeXShop3.diff

File Portfile-TeXShop3.diff, 2.0 KB (added by Schamschula (Marius Schamschula), 8 years ago)
  • Portfile

    old new  
    1 
    21# -*- 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
    32# $Id: Portfile 142642 2015-11-18 11:46:30Z jwa@macports.org $
    43
     
    76
    87name            TeXShop3
    98conflicts       TeXShop
    10 version         3.58
     9version         3.60
    1110
    1211set major       [lindex [split ${version} .] 0]
    1312categories      aqua editors
     
    2827worksrcdir      texshopsource[strsed ${version} {/\.//}]
    2928set propername  TeXShop
    3029
    31 checksums           rmd160  046bbce1f96789ad9ef97da6757555b8de47efac \
    32                     sha256  ef370b65d7903deed3b26197797b0b98d332b073849c80a1f0a51e2989405345
     30checksums           rmd160  bcbe1f51ff3798ca48851f7929b2002e99bdab1b \
     31                    sha256  c52eb4a98bc7162a7edc7aecc5681974b75004b22ccc6ac28ed083a965d1594a
    3332
    3433pre-fetch {
    3534    platform darwin {
     
    4039    }
    4140}
    4241
    43 # all patchfiles should be unnecessary after 3.58
    44 #platform darwin 12 {
    45 #    patchfiles-append  patch-MyPDFKitView.m.diff patch-TSAppDelegate.m.diff \
    46 #       patch-MyPDFKitView-Magnification.m.diff
    47 #}
    48 #
    49 #platform darwin 13 {
    50 #    patchfiles-append  patch-MyPDFKitView.m.diff patch-TSAppDelegate.m.diff \
    51 #       patch-MyPDFKitView-Magnification.m.diff
    52 #}
    53 #
    54 #platform darwin 14 {
    55 #    patchfiles-append  patch-TSAppDelegate.m.diff \
    56 #       patch-MyPDFKitView-Magnification.m.diff
    57 #}
    58 
    5942# error: -fobjc-arc is not supported on platforms using the legacy runtime
    6043supported_archs x86_64
    6144
     
    7255xcode.project   ${propername}.xcodeproj
    7356xcode.configuration Release
    7457xcode.build.settings    FRAMEWORK_SEARCH_PATHS=${worksrcpath} \
    75                         CONFIGURATION_BUILD_DIR=${worksrcpath}/build
     58                        CONFIGURATION_BUILD_DIR=${worksrcpath}/build \
     59                        CODE_SIGN_IDENTITY= \
     60                        CODE_SIGNING_REQUIRED=NO
    7661
    7762destroot.target     ${propername}
    7863eval xcode.destroot.settings INSTALL_MODE_FLAG=755 ${xcode.build.settings}