Ticket #8800: patch

File patch, 3.4 KB (added by bryan.larsen@…, 18 years ago)

patch for 1.4.0

  • Portfile

    diff --unified --recursive ./Portfile /Users/blarsen/project/git/Portfile
    old new  
    22
    33PortSystem 1.0
    44name            git-core
    5 version         1.2.4
     5version         1.4.0
    66description     The stupid content tracker.
    77long_description        A stupid (but extremely fast) directory \
    88                        content manager. It doesn't do a whole lot, \
     
    1414homepage        http://kernel.org/git/
    1515use_bzip2       yes
    1616master_sites    http://www.kernel.org/pub/software/scm/git/
    17 checksums       md5 4ddb476031d76614a0a5ab625c516972
     17checksums       md5 923fa60aca74db3ce175c9a2c665f240
    1818distname        git-${version}
    1919depends_run     bin:curl:curl bin:diff:diffutils bin:merge:rcs bin:wish:tk \
    2020                bin:ssh:openssh bin:python:python24 bin:rsync:rsync \
  • files/patch-Makefiles

    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 @@
     1diff --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 @@
    55 
    66 prefix?=$(HOME)
    77 bin=$(prefix)/bin
     
    1010 man1=$(mandir)/man1
    1111 man7=$(mandir)/man7
    1212 # 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 @@
     13diff --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 @@
    1717 
    1818 # CFLAGS and LDFLAGS are for the users to override from the command line.
    1919 
     
    2222 ALL_CFLAGS = $(CFLAGS)
    2323 ALL_LDFLAGS = $(LDFLAGS)
    2424 STRIP ?= strip
    25 @@ -218,12 +216,6 @@
     25@@ -243,16 +241,6 @@
    2626 ifeq ($(uname_S),Darwin)
    2727        NEEDS_SSL_WITH_CRYPTO = YesPlease
    2828        NEEDS_LIBICONV = YesPlease
    2929-       ## 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
    3234-       ## 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
    3539 endif
    3640 ifeq ($(uname_S),SunOS)
    3741        NEEDS_SOCKET = YesPlease
    38 @@ -293,7 +285,7 @@
     42@@ -337,7 +325,7 @@
    3943        ifdef CURLDIR
    4044                # This is still problematic -- gcc does not always want -R.
    4145                ALL_CFLAGS += -I$(CURLDIR)/include
     
    4448        else
    4549                CURL_LIBCURL = -lcurl
    4650        endif
    47 @@ -313,7 +305,7 @@
     51@@ -358,7 +346,7 @@
    4852        ifdef OPENSSLDIR
    4953                # Again this may be problematic -- gcc does not always want -R.
    5054                ALL_CFLAGS += -I$(OPENSSLDIR)/include
     
    5357        else
    5458                OPENSSL_LINK =
    5559        endif
    56 @@ -331,7 +323,7 @@
     60@@ -376,7 +364,7 @@
    5761        ifdef ICONVDIR
    5862                # Again this may be problematic -- gcc does not always want -R.
    5963                ALL_CFLAGS += -I$(ICONVDIR)/include