Ticket #5087: patch-Portfile

File patch-Portfile, 795 bytes (added by mww@…, 19 years ago)

patch for cross/avr-gcc/Portfile

Line 
1--- Portfile    2005-10-03 15:47:04.000000000 +0200
2+++ Portfile.new        2005-10-03 14:44:43.000000000 +0200
3@@ -2,7 +2,7 @@
4 
5 PortSystem                     1.0
6 name                   avr-gcc
7-version                3.4.3
8+version                3.4.4
9 
10 # Parameters for this port.
11 set crossgcc-target avr
12@@ -17,7 +17,7 @@
13 master_sites           gnu:gcc/gcc-${version}/
14 distfiles                      gcc-${version}.tar.bz2
15 worksrcdir                     gcc-${version}
16-checksums                      md5 e744b30c834360fccac41eb7269a3011
17+checksums                      md5 b594ff4ea4fbef4ba9220887de713dfe
18 
19 # Download everything to gcc/
20 dist_subdir                    gcc
21@@ -56,7 +56,6 @@
22                                --mandir='${prefix}/share/man' \
23                                --target=${crossgcc-target} \
24                                --program-prefix=${crossgcc-target}- \
25-                               --program-suffix=-${version} \
26                                --with-included-gettext \
27                                --enable-obsolete \
28                                ${default-languages}