[40902] trunk/dports/devel/git-core

blb at macports.org blb at macports.org
Fri Oct 17 14:07:58 PDT 2008


Revision: 40902
          http://trac.macports.org/changeset/40902
Author:   blb at macports.org
Date:     2008-10-17 14:07:57 -0700 (Fri, 17 Oct 2008)
Log Message:
-----------
devel/git-core - fix handling of HTML docs, ticket #16749

Modified Paths:
--------------
    trunk/dports/devel/git-core/Portfile
    trunk/dports/devel/git-core/files/patch-Makefile.diff

Modified: trunk/dports/devel/git-core/Portfile
===================================================================
--- trunk/dports/devel/git-core/Portfile	2008-10-17 20:49:02 UTC (rev 40901)
+++ trunk/dports/devel/git-core/Portfile	2008-10-17 21:07:57 UTC (rev 40902)
@@ -4,7 +4,7 @@
 
 name              git-core
 version           1.6.0.2
-revision          1
+revision          2
 description       A fast version control system
 long_description  Git is a fast, scalable, distributed open source version \
                   control system focusing on speed and efficiency.

Modified: trunk/dports/devel/git-core/files/patch-Makefile.diff
===================================================================
--- trunk/dports/devel/git-core/files/patch-Makefile.diff	2008-10-17 20:49:02 UTC (rev 40901)
+++ trunk/dports/devel/git-core/files/patch-Makefile.diff	2008-10-17 21:07:57 UTC (rev 40902)
@@ -1,6 +1,6 @@
---- Makefile.orig	2007-07-03 02:06:07.000000000 -0700
-+++ Makefile	2007-07-03 02:06:32.000000000 -0700
-@@ -137,8 +137,6 @@ uname_P := $(shell sh -c 'uname -p 2>/de
+--- Makefile.orig	2008-10-17 16:10:07.000000000 +0200
++++ Makefile	2008-10-17 16:13:08.000000000 +0200
+@@ -164,8 +164,6 @@
  
  # CFLAGS and LDFLAGS are for the users to override from the command line.
  
@@ -9,7 +9,16 @@
  ALL_CFLAGS = $(CFLAGS)
  ALL_LDFLAGS = $(LDFLAGS)
  STRIP ?= strip
-@@ -507,7 +505,7 @@ ifdef NO_R_TO_GCC_LINKER
+@@ -187,7 +185,7 @@
+ gitexecdir = $(prefix)/libexec/git-core
+ sharedir = $(prefix)/share
+ template_dir = $(sharedir)/git-core/templates
+-htmldir=$(sharedir)/doc/git-doc
++htmldir=$(sharedir)/doc/git-core
+ ifeq ($(prefix),/usr)
+ sysconfdir = /etc
+ else
+@@ -793,7 +791,7 @@
  	# the runtime dynamic library path.
  	CC_LD_DYNPATH = -Wl,-rpath=
  else
@@ -17,4 +26,4 @@
 +	CC_LD_DYNPATH = -L
  endif
  
- ifndef NO_CURL
+ ifdef NO_CURL
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081017/8273b961/attachment.html 


More information about the macports-changes mailing list