diff --unified --recursive ./Portfile /Users/blarsen/project/git/Portfile
old
|
new
|
|
2 | 2 | |
3 | 3 | PortSystem 1.0 |
4 | 4 | name git-core |
5 | | version 1.2.4 |
| 5 | version 1.4.0 |
6 | 6 | description The stupid content tracker. |
7 | 7 | long_description A stupid (but extremely fast) directory \ |
8 | 8 | content manager. It doesn't do a whole lot, \ |
… |
… |
|
14 | 14 | homepage http://kernel.org/git/ |
15 | 15 | use_bzip2 yes |
16 | 16 | master_sites http://www.kernel.org/pub/software/scm/git/ |
17 | | checksums md5 4ddb476031d76614a0a5ab625c516972 |
| 17 | checksums md5 923fa60aca74db3ce175c9a2c665f240 |
18 | 18 | distname git-${version} |
19 | 19 | depends_run bin:curl:curl bin:diff:diffutils bin:merge:rcs bin:wish:tk \ |
20 | 20 | bin:ssh:openssh bin:python:python24 bin:rsync:rsync \ |
diff --unified --recursive ./files/patch-Makefiles /Users/blarsen/project/git/files/patch-Makefiles
old
|
new
|
|
1 | | diff -Nru ../git-1.2.1.orig/Documentation/Makefile ./Documentation/Makefile |
2 | | --- ../git-1.2.1.orig/Documentation/Makefile 2006-02-16 05:14:04.000000000 +0200 |
3 | | +++ ./Documentation/Makefile 2006-02-18 10:55:41.000000000 +0200 |
4 | | @@ -21,7 +21,7 @@ |
| 1 | diff --recursive --unified ../git-1.4.0.orig/Documentation/Makefile ./Documentation/Makefile |
| 2 | --- ../git-1.4.0.orig/Documentation/Makefile 2006-06-10 15:41:54.000000000 -0400 |
| 3 | +++ ./Documentation/Makefile 2006-06-29 22:48:15.000000000 -0400 |
| 4 | @@ -26,7 +26,7 @@ |
5 | 5 | |
6 | 6 | prefix?=$(HOME) |
7 | 7 | bin=$(prefix)/bin |
… |
… |
|
10 | 10 | man1=$(mandir)/man1 |
11 | 11 | man7=$(mandir)/man7 |
12 | 12 | # DESTDIR= |
13 | | diff -Nru ../git-1.2.1.orig/Makefile ./Makefile |
14 | | --- ../git-1.2.1.orig/Makefile 2006-02-16 05:14:04.000000000 +0200 |
15 | | +++ ./Makefile 2006-02-18 10:55:37.000000000 +0200 |
16 | | @@ -72,8 +72,6 @@ |
| 13 | diff --recursive --unified ../git-1.4.0.orig/Makefile ./Makefile |
| 14 | --- ../git-1.4.0.orig/Makefile 2006-06-10 15:41:54.000000000 -0400 |
| 15 | +++ ./Makefile 2006-06-29 22:50:34.000000000 -0400 |
| 16 | @@ -85,8 +85,6 @@ |
17 | 17 | |
18 | 18 | # CFLAGS and LDFLAGS are for the users to override from the command line. |
19 | 19 | |
… |
… |
|
22 | 22 | ALL_CFLAGS = $(CFLAGS) |
23 | 23 | ALL_LDFLAGS = $(LDFLAGS) |
24 | 24 | STRIP ?= strip |
25 | | @@ -218,12 +216,6 @@ |
| 25 | @@ -243,16 +241,6 @@ |
26 | 26 | ifeq ($(uname_S),Darwin) |
27 | 27 | NEEDS_SSL_WITH_CRYPTO = YesPlease |
28 | 28 | NEEDS_LIBICONV = YesPlease |
29 | 29 | - ## fink |
30 | | - ALL_CFLAGS += -I/sw/include |
31 | | - ALL_LDFLAGS += -L/sw/lib |
| 30 | - ifeq ($(shell test -d /sw/lib && echo y),y) |
| 31 | - ALL_CFLAGS += -I/sw/include |
| 32 | - ALL_LDFLAGS += -L/sw/lib |
| 33 | - endif |
32 | 34 | - ## darwinports |
33 | | - ALL_CFLAGS += -I/opt/local/include |
34 | | - ALL_LDFLAGS += -L/opt/local/lib |
| 35 | - ifeq ($(shell test -d /opt/local/lib && echo y),y) |
| 36 | - ALL_CFLAGS += -I/opt/local/include |
| 37 | - ALL_LDFLAGS += -L/opt/local/lib |
| 38 | - endif |
35 | 39 | endif |
36 | 40 | ifeq ($(uname_S),SunOS) |
37 | 41 | NEEDS_SOCKET = YesPlease |
38 | | @@ -293,7 +285,7 @@ |
| 42 | @@ -337,7 +325,7 @@ |
39 | 43 | ifdef CURLDIR |
40 | 44 | # This is still problematic -- gcc does not always want -R. |
41 | 45 | ALL_CFLAGS += -I$(CURLDIR)/include |
… |
… |
|
44 | 48 | else |
45 | 49 | CURL_LIBCURL = -lcurl |
46 | 50 | endif |
47 | | @@ -313,7 +305,7 @@ |
| 51 | @@ -358,7 +346,7 @@ |
48 | 52 | ifdef OPENSSLDIR |
49 | 53 | # Again this may be problematic -- gcc does not always want -R. |
50 | 54 | ALL_CFLAGS += -I$(OPENSSLDIR)/include |
… |
… |
|
53 | 57 | else |
54 | 58 | OPENSSL_LINK = |
55 | 59 | endif |
56 | | @@ -331,7 +323,7 @@ |
| 60 | @@ -376,7 +364,7 @@ |
57 | 61 | ifdef ICONVDIR |
58 | 62 | # Again this may be problematic -- gcc does not always want -R. |
59 | 63 | ALL_CFLAGS += -I$(ICONVDIR)/include |