Ticket #32887: nu2-2.0.1.diff
File nu2-2.0.1.diff, 3.4 KB (added by ryandesign (Ryan Carsten Schmidt), 13 years ago) |
---|
-
files/patch-tools_nuke.diff
1 --- tools/nuke.orig 2011-09- 26 23:13:08.000000000 +02002 +++ tools/nuke 201 1-09-26 23:13:45.000000000 +02003 @@ -5 68,6 +568,7 @@4 5 ;; framework architecture-specific executable6 (set @framework_executables (NSMutableArray array))7 + (set @framework_install_path "#{FRAMEWORK_ROOT}")8 (@arch each:9 (do (architecture)10 (set framework_executable "build/#{architecture}/framework-#{@framework}")1 --- tools/nuke.orig 2011-09-02 15:23:51.000000000 -0500 2 +++ tools/nuke 2012-01-15 02:32:45.000000000 -0600 3 @@ -579,6 +579,7 @@ 4 5 ;; framework architecture-specific executable 6 (set @framework_executables (NSMutableArray array)) 7 + (set @framework_install_path "#{FRAMEWORK_ROOT}") 8 (@arch each: 9 (do (architecture) 10 (set framework_executable "build/#{architecture}/framework-#{@framework}") -
files/patch-Nukefile.diff
1 --- Nukefile.orig 2011- 10-04 08:21:17.000000000 +02002 +++ Nukefile 201 1-10-04 08:25:35.000000000 +02001 --- Nukefile.orig 2011-09-02 15:23:51.000000000 -0500 2 +++ Nukefile 2012-01-15 02:34:31.000000000 -0600 3 3 @@ -59,14 +59,6 @@ 4 4 (if (NSFileManager directoryExistsNamed:"#{@prefix}/include") (@inc_dirs addObject:"#{@prefix}/include")) 5 5 (if (NSFileManager directoryExistsNamed:"#{@prefix}/lib") (@lib_dirs addObject:"#{@prefix}/lib")) … … 43 43 44 44 (set @cflags "-Wall -g -std=gnu99 -fPIC") 45 45 46 @@ -11 4,10 +92,7 @@46 @@ -113,10 +92,7 @@ 47 47 (set @cflags (+ @cflags " -DHAVE_CONFIG_H")) 48 48 49 49 (ifDarwin 50 - (then (set @arch '( "i386")))) ;; optionally add "ppc" or "ppc64" to the list50 - (then (set @arch '()))) ;; optionally add "ppc" or "ppc64" to the list 51 51 - 52 52 -(if (or isSnowLeopard isLion) 53 53 - (then (set @arch (append @arch '("x86_64"))))) -
Portfile
4 4 5 5 name nu2 6 6 version 2.0.1 7 set commit a23f145df3a55c90205d66b5f69228dbca92ac99 7 revision 1 8 8 categories devel 9 9 maintainers nomaintainer 10 10 license Apache-2.0 … … 20 20 are implemented in Objective-C or Nu. 21 21 22 22 homepage http://programming.nu/ 23 master_sites ${homepage}releases 24 distname Nu-${version} 25 extract.suffix .tgz 26 23 27 platforms darwin 24 master_sites https://nodeload.github.com/ksjogo/nu/tarball25 distfiles ${commit}26 distname ksjogo-nu-a23f14527 checksums rmd160 a339cd7cf72b865fab04ca09cb17d4a7f6426ca5 \28 sha256 526871eea14c2dd997d9a441a89a1be0b0aa8de64729a6207175d517546b564b29 28 29 checksums rmd160 b461b08fb7cf9e1a5569fbf85b411e62320f5cab \ 30 sha256 bfaf9f17a2dbf0ef85cb3db267f2d773b14504aedd78e16580a61cfed676c4f4 31 30 32 use_configure no 31 33 variant universal {} 32 34 depends_build port:pkgconfig