[Lunar-commits] r23472 - moonbase/trunk/devel/git
Terry Chan
tchan at lunar-linux.org
Sun Mar 4 05:55:39 CET 2007
Author: tchan
Date: 2007-03-04 05:55:39 +0100 (Sun, 04 Mar 2007)
New Revision: 23472
Added:
moonbase/trunk/devel/git/PRE_BUILD
Modified:
moonbase/trunk/devel/git/BUILD
moonbase/trunk/devel/git/DETAILS
Log:
Version bump to git-1.5.0.2. Had to add a PRE_BUILD to get around a symlink
problem in lunar core and git.
Modified: moonbase/trunk/devel/git/BUILD
===================================================================
--- moonbase/trunk/devel/git/BUILD 2007-03-04 03:47:59 UTC (rev 23471)
+++ moonbase/trunk/devel/git/BUILD 2007-03-04 04:55:39 UTC (rev 23472)
@@ -1,7 +1,6 @@
(
sedit "s/ln -f '\$(DESTDIR_SQ/ln -sf '\$(DESTDIR_SQ/" Makefile &&
- sedit "s/ln git-merge-recursive/ln -s git-merge-recursive/" Makefile &&
sedit "s/ln git\$X \$@/ln -s git\$X \$@/" Makefile &&
sedit "s/ln '\$(DESTDIR_SQ/ln -s '\$(DESTDIR_SQ/" Makefile &&
sedit "s/-g -O2/${CFLAGS}/" Makefile &&
Modified: moonbase/trunk/devel/git/DETAILS
===================================================================
--- moonbase/trunk/devel/git/DETAILS 2007-03-04 03:47:59 UTC (rev 23471)
+++ moonbase/trunk/devel/git/DETAILS 2007-03-04 04:55:39 UTC (rev 23472)
@@ -1,11 +1,11 @@
MODULE=git
- VERSION=1.4.4.4
+ VERSION=1.5.0.2
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=http://kernel.org/pub/software/scm/git/
- SOURCE_VFY=sha1:b9243da9071d28f616b530eff94a46fb223cc368
+ SOURCE_VFY=sha1:9a2a707896f2529b2f175bfc32003f39adb88391
WEB_SITE=http://kernel.org/pub/software/scm/git/
ENTERED=20050707
- UPDATED=20070116
+ UPDATED=20070303
PSAFE=no
SHORT="The stupid content tracker"
Added: moonbase/trunk/devel/git/PRE_BUILD
===================================================================
--- moonbase/trunk/devel/git/PRE_BUILD (rev 0)
+++ moonbase/trunk/devel/git/PRE_BUILD 2007-03-04 04:55:39 UTC (rev 23472)
@@ -0,0 +1,9 @@
+# tchan added the following hack because something in lunar core is failing to
+# clean up symlinks and this is causing git to fail to install. To test this,
+# just remove the PRE_BUILD and try to "lin -c git" twice in a row.
+# NOTE: lrm --upgrade git doesn't work here! Remove this hack at a later date!
+if [ -h "/usr/bin/git-fsck" ] ; then
+ rm -f /usr/bin/git*
+fi &&
+
+default_pre_build
More information about the Lunar-commits
mailing list