From: Adam Gołębiowski Date: Sat, 14 Feb 2009 23:14:03 +0000 (+0000) Subject: - updated to 0.8.2 X-Git-Tag: auto/th/cgit-0_8_2-1~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcgit.git;a=commitdiff_plain;h=a113189e156488bdcc17a46ee1d96c1801ac3721 - updated to 0.8.2 Changed files: cgit-system-git.patch -> 1.2 --- diff --git a/cgit-system-git.patch b/cgit-system-git.patch index 33f2991..a237060 100644 --- a/cgit-system-git.patch +++ b/cgit-system-git.patch @@ -2,13 +2,13 @@ diff -burN cgit-0.8.1.orig/Makefile cgit-0.8.1/Makefile --- cgit-0.8.1.orig/Makefile 2008-12-10 09:59:24.000000000 +0100 +++ cgit-0.8.1/Makefile 2008-12-10 10:03:03.000000000 +0100 @@ -6,6 +6,7 @@ - SHA1_HEADER = - GIT_VER = 1.6.0.2 + GIT_VER = 1.6.1.1 GIT_URL = http://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.bz2 + INSTALL = install +LIBDIR = /usr/lib + # Define NO_STRCASESTR if you don't have strcasestr. # - # Let the user override the above settings. @@ -46,7 +47,7 @@ $(QUIET_CC)$(CC) -o $*.o -c $(CFLAGS) $< @@ -19,7 +19,7 @@ diff -burN cgit-0.8.1.orig/Makefile cgit-0.8.1/Makefile OBJECTS += cache.o OBJECTS += cgit.o @@ -97,17 +98,13 @@ - CFLAGS += -DNO_ICONV + CFLAGS += -DNO_STRCASESTR endif -cgit: $(OBJECTS) libgit @@ -31,8 +31,8 @@ diff -burN cgit-0.8.1.orig/Makefile cgit-0.8.1/Makefile -include $(OBJECTS:.o=.d) -libgit: -- $(QUIET_SUBDIR0)git $(QUIET_SUBDIR1) libgit.a -- $(QUIET_SUBDIR0)git $(QUIET_SUBDIR1) xdiff/lib.a +- $(QUIET_SUBDIR0)git $(QUIET_SUBDIR1) NO_CURL=1 libgit.a +- $(QUIET_SUBDIR0)git $(QUIET_SUBDIR1) NO_CURL=1 xdiff/lib.a - test: all $(QUIET_SUBDIR0)tests $(QUIET_SUBDIR1) all