[ekiga/gnome-2-26] [windows] Use git repository for regex instead of the old svn
- From: Eugen Dedu <ededu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga/gnome-2-26] [windows] Use git repository for regex instead of the old svn
- Date: Wed, 26 May 2010 15:03:25 +0000 (UTC)
commit 68590065f1858192f40c17990c0e10a9915c63fd
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date: Wed May 26 17:02:53 2010 +0200
[windows] Use git repository for regex instead of the old svn
win32/Makefile | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/win32/Makefile b/win32/Makefile
index ab39e7c..0574211 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -187,6 +187,9 @@ EXPAT_URL := http://kent.dl.sourceforge.net/sourceforge/expat
LIBINTL_VER := 0.14.4
+# choose commit 203e34 (2007-09-30), since since then a few modifications
+# have been done and the compilation needs to be updated
+REGEX_REV := 203e34
REGEX_DIR := $(BUILDROOT)/regex
REGEX_ARCHIVE := regex
@@ -304,8 +307,8 @@ update-sources::
@echo "--- Getting libregex..."
mkdir -p $(SRCDIR)/$(REGEX_ARCHIVE)
cd $(SRCDIR)/$(REGEX_ARCHIVE); \
- for i in regex.c regexec.c regex.h regex_internal.c regex_internal.h regcomp.c alloca_.h alloca.c strcase.h localcharset.c localcharset.h;do \
- $(WGET) http://cvs.savannah.nongnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/$$i ;\
+ for i in regex.c regexec.c regex.h regex_internal.c regex_internal.h regcomp.c alloca_.h alloca.c localcharset.c localcharset.h; do \
+ $(WGET) http://git.savannah.gnu.org/cgit/gnulib.git/plain/lib/$$i?id=$(REGEX_REV) -O $$i; \
done
$(REGEX_DIR)/regex.h: $(SRCDIR)/$(REGEX_ARCHIVE)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]