Changeset 80020
- Timestamp:
- 07/02/11 02:43:02 (4 years ago)
- Location:
- trunk/dports/lang/g95
- Files:
-
- 4 edited
-
Portfile (modified) (1 diff)
-
files/patch-darwin-fallback.c.diff (modified) (1 diff)
-
files/patch-darwin.h.diff (modified) (1 diff)
-
files/patch-host-darwin.c.diff (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/lang/g95/Portfile
r71411 r80020 71 71 system "tar jxvf ${distpath}/${dcore} -C ${workpath}; \ 72 72 cd ${worksrcpath}; tar zxvf libf95.a-${version}.tar.gz" 73 } 74 75 pre-patch { 76 file link -symbolic ${worksrcpath}/gcc-${version_gcc} ../gcc-${version_gcc} 73 77 } 74 78 -
trunk/dports/lang/g95/files/patch-darwin-fallback.c.diff
r36867 r80020 1 --- ../gcc-4.0.4/gcc/config/rs6000/darwin-fallback.c.orig 2007-11-11 10:46:12.000000000 +09002 +++ ../gcc-4.0.4/gcc/config/rs6000/darwin-fallback.c 2007-11-11 11:25:18.000000000 +09001 --- gcc-4.0.4/gcc/config/rs6000/darwin-fallback.c.orig 2007-11-11 10:46:12.000000000 +0900 2 +++ gcc-4.0.4/gcc/config/rs6000/darwin-fallback.c 2007-11-11 11:25:18.000000000 +0900 3 3 @@ -261,9 +261,9 @@ 4 4 }; -
trunk/dports/lang/g95/files/patch-darwin.h.diff
r60290 r80020 1 --- ../gcc-4.2.4/gcc/config/darwin.h.orig 2009-10-27 21:51:57.000000000 +09002 +++ ../gcc-4.2.4/gcc/config/darwin.h 2009-10-27 21:53:42.000000000 +09001 --- gcc-4.2.4/gcc/config/darwin.h.orig 2009-10-27 21:51:57.000000000 +0900 2 +++ gcc-4.2.4/gcc/config/darwin.h 2009-10-27 21:53:42.000000000 +0900 3 3 @@ -237,12 +237,7 @@ 4 4 %{!nostdlib:%{!nodefaultlibs:%(link_ssp) %G %L}} \ -
trunk/dports/lang/g95/files/patch-host-darwin.c.diff
r36867 r80020 1 --- ../gcc-4.0.4/gcc/config/rs6000/host-darwin.c.orig 2007-11-10 13:24:23.000000000 +09002 +++ ../gcc-4.0.4/gcc/config/rs6000/host-darwin.c 2007-11-10 13:19:23.000000000 +09001 --- gcc-4.0.4/gcc/config/rs6000/host-darwin.c.orig 2007-11-10 13:24:23.000000000 +0900 2 +++ gcc-4.0.4/gcc/config/rs6000/host-darwin.c 2007-11-10 13:19:23.000000000 +0900 3 3 @@ -33,10 +33,6 @@ 4 4 static void segv_handler (int, siginfo_t *, void *);
Note: See TracChangeset
for help on using the changeset viewer.

