public
Description: Git mirror of the MacPorts svn repo
Homepage: http://www.macports.org
Clone URL: git://github.com/kballard/macports.git
Search Repo:
version 1.20 with workaround for broken gcc-4.0 on 10.5: beta gcc 4.2 
needs to be installed :/


git-svn-id: http://svn.macports.org/repository/macports/trunk@36832 
d073be05-634f-4543-b044-5fe20cf6d1d6
Markus W. Weißmann (author)
Fri May 16 00:55:27 -0700 2008
commit  cda9374b67b1aa4739034bc413a8f8664330f06a
tree    7ea9845550fe16548346874222e055685c882880
parent  225617ceae44987c69eddb43987a6b5fb655acf5
...
3
4
5
6
 
7
8
9
10
...
15
16
17
18
19
20
 
 
 
21
22
23
24
25
26
27
...
45
46
47
 
 
 
 
 
...
3
4
5
 
6
7
8
9
10
...
15
16
17
 
 
 
18
19
20
21
22
23
 
24
25
26
...
44
45
46
47
48
49
50
51
0
@@ -3,7 +3,7 @@
0
 PortSystem 1.0
0
 
0
 name gnutar
0
-version 1.19
0
+version 1.20
0
 categories archivers
0
 maintainers mww
0
 description tar version of the GNU project
0
0
@@ -15,13 +15,12 @@
0
 
0
 homepage http://www.gnu.org/software/tar/
0
 master_sites gnu:tar
0
-checksums md5 bcc2e19b19823b9ab68c94586067a792 \
0
- sha1 1c6ebeadb661d80004e73e0f5b64a06195076e13 \
0
- rmd160 302d814c1b1d6a8074a9d26e202eb59284b675b0
0
+checksums md5 1a7e17f27abf583b3b0bc059a827e68b \
0
+ sha1 4d4cda2ce857b5ea77b39dc718260ab09c145335 \
0
+ rmd160 cb5a708e847489e5370b83a433f3e847ce359e56
0
 distname tar-${version}
0
 use_bzip2 yes
0
 platforms darwin
0
-patchfiles patch-lzma.diff
0
 
0
 depends_lib port:gettext port:libiconv
0
 
0
@@ -45,4 +44,9 @@
0
 livecheck.check  regex
0
 livecheck.url  http://ftp.gnu.org/gnu/tar/?C=M&O=D
0
 livecheck.regex  tar-(\[0-9\.\]+\[0-9\])\\.
0
+
0
+platform darwin 9 {
0
+ # gcc 4.0 fails to compile gnutar on 10.5 (probably will get fixed with XCode 3.1)
0
+ configure.compiler gcc-4.2
0
+}

Comments

    No one has commented yet.