Ticket #50677: Portfile-TeXShop3.diff
File Portfile-TeXShop3.diff, 2.0 KB (added by Schamschula (Marius Schamschula), 9 years ago) |
---|
-
Portfile
old new 1 2 1 # -*- 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 3 2 # $Id: Portfile 142642 2015-11-18 11:46:30Z jwa@macports.org $ 4 3 … … 7 6 8 7 name TeXShop3 9 8 conflicts TeXShop 10 version 3. 589 version 3.60 11 10 12 11 set major [lindex [split ${version} .] 0] 13 12 categories aqua editors … … 28 27 worksrcdir texshopsource[strsed ${version} {/\.//}] 29 28 set propername TeXShop 30 29 31 checksums rmd160 046bbce1f96789ad9ef97da6757555b8de47efac\32 sha256 ef370b65d7903deed3b26197797b0b98d332b073849c80a1f0a51e298940534530 checksums rmd160 bcbe1f51ff3798ca48851f7929b2002e99bdab1b \ 31 sha256 c52eb4a98bc7162a7edc7aecc5681974b75004b22ccc6ac28ed083a965d1594a 33 32 34 33 pre-fetch { 35 34 platform darwin { … … 40 39 } 41 40 } 42 41 43 # all patchfiles should be unnecessary after 3.5844 #platform darwin 12 {45 # patchfiles-append patch-MyPDFKitView.m.diff patch-TSAppDelegate.m.diff \46 # patch-MyPDFKitView-Magnification.m.diff47 #}48 #49 #platform darwin 13 {50 # patchfiles-append patch-MyPDFKitView.m.diff patch-TSAppDelegate.m.diff \51 # patch-MyPDFKitView-Magnification.m.diff52 #}53 #54 #platform darwin 14 {55 # patchfiles-append patch-TSAppDelegate.m.diff \56 # patch-MyPDFKitView-Magnification.m.diff57 #}58 59 42 # error: -fobjc-arc is not supported on platforms using the legacy runtime 60 43 supported_archs x86_64 61 44 … … 72 55 xcode.project ${propername}.xcodeproj 73 56 xcode.configuration Release 74 57 xcode.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 76 61 77 62 destroot.target ${propername} 78 63 eval xcode.destroot.settings INSTALL_MODE_FLAG=755 ${xcode.build.settings}