Changeset 82137
- Timestamp:
- 08/08/11 07:33:12 (4 years ago)
- Location:
- trunk/dports
- Files:
-
- 2 edited
-
multimedia/libtheora/Portfile (modified) (2 diffs)
-
science/liboglappth/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/multimedia/libtheora/Portfile
r71406 r82137 3 3 4 4 PortSystem 1.0 5 PortGroup xcodeversion 1.0 5 6 6 7 name libtheora … … 44 45 --disable-asm 45 46 46 pre-extract { 47 if {"darwin" == ${os.platform} && 8 == ${os.major}} { 48 set minimum_xcodeversion 2.5 49 set current_xcodeversion [exec defaults read /Developer/Applications/Xcode.app/Contents/Info CFBundleShortVersionString] 50 if {[rpm-vercomp ${current_xcodeversion} ${minimum_xcodeversion}] < 0} { 51 ui_error "On Mac OS X ${macosx_version}, ${name} ${version} requires Xcode ${minimum_xcodeversion} or later but you have Xcode ${current_xcodeversion}." 52 return -code error "incompatible Xcode version" 53 } 54 } 55 } 47 minimum_xcodeversions {8 2.5} 56 48 57 49 post-destroot { -
trunk/dports/science/liboglappth/Portfile
r70012 r82137 2 2 3 3 PortSystem 1.0 4 PortGroup xcodeversion 1.0 4 5 5 6 name liboglappth … … 19 20 depends_lib port:mesa 20 21 21 pre-extract { 22 if {"darwin" == ${os.platform} && 9 == ${os.major}} { 23 set minimum_xcodeversion 3.1 24 set current_xcodeversion [exec defaults read /Developer/Applications/Xcode.app/Contents/Info CFBundleShortVersionString] 25 if {[rpm-vercomp ${current_xcodeversion} ${minimum_xcodeversion}] < 0} { 26 ui_msg "On Mac OS X ${macosx_version}, ${name} ${version} requires Xcode ${minimum_xcodeversion} or later but you have Xcode ${current_xcodeversion}." 27 return -code error "incompatible Xcode version" 28 } 29 } 30 } 22 minimum_xcodeversions {9 3.1} 31 23 32 24 livecheck.type regex
Note: See TracChangeset
for help on using the changeset viewer.

