Author: adamg Date: Sat Feb 14 23:14:08 2009 GMT Module: SOURCES Tag: HEAD ---- Log message: - updated to 0.8.2
---- Files affected: SOURCES: cgit-system-git.patch (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SOURCES/cgit-system-git.patch diff -u SOURCES/cgit-system-git.patch:1.1 SOURCES/cgit-system-git.patch:1.2 --- SOURCES/cgit-system-git.patch:1.1 Thu Dec 11 09:18:55 2008 +++ SOURCES/cgit-system-git.patch Sun Feb 15 00:14:03 2009 @@ -2,13 +2,13 @@ --- 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 = <openssl/sha.h> - 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 @@ OBJECTS += cache.o OBJECTS += cgit.o @@ -97,17 +98,13 @@ - CFLAGS += -DNO_ICONV + CFLAGS += -DNO_STRCASESTR endif -cgit: $(OBJECTS) libgit @@ -31,8 +31,8 @@ -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 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/cgit-system-git.patch?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
