From a4344e713f8f0566b6ef64ddb57c34216d632efa Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Mon, 1 Mar 2010 16:37:05 +0000 Subject: [PATCH] Initial bep file for git-1.7.0.1, note that it is not yet working, and probably will need patching. Also updated .OptionalPackageDescription file --- dev-util/git/git-1.7.0.1.bep | 28 +++++++++++++++++++++ dev-util/git/git.OptionalPackageDescription | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 dev-util/git/git-1.7.0.1.bep diff --git a/dev-util/git/git-1.7.0.1.bep b/dev-util/git/git-1.7.0.1.bep new file mode 100644 index 000000000..1cff4a4b9 --- /dev/null +++ b/dev-util/git/git-1.7.0.1.bep @@ -0,0 +1,28 @@ +DESCRIPTION="git a fast version control system" +HOMEPAGE="http://git-scm.com/" +SRC_URI="http://kernel.org/pub/software/scm/git/git-1.7.0.1.tar.gz" +CHECKSUM_MD5="05485caf5c503ce378a87759bc3a0509" +REVISION="1" +STATUS_HAIKU="broken" +DEPEND="" +BUILD { + cd git-1.7.0.1 +# libtoolize --force --copy --install +# aclocal +# autoconf + ./configure --prefix=/boot/common --enable-pthreads="" + make prefix=/boot/common NO_R_TO_GCC_LINKER=YesPlease NO_C99_FORMAT=YesPlease NO_ST_BLOCKS_IN_STRUCT_STAT=YesPlease NO_MEMMEM=YesPlease NO_MKSTEMPS=YesPlease NO_MKDTEMP=YesPlease NO_IPV6=YesPlease NO_TCLTK=YesPlease CURLDIR=/boot/common PERL_PATH=/boot/common/bin/perl CFLAGS="-g -O2 -I/boot/common/include" LIBS="" LDFLAGS="-L/boot/common/lib -lnetwork -lbsd -liconv" strip +} + +INSTALL { + cd git-1.7.0.1 + make install prefix=/boot/common NO_R_TO_GCC_LINKER=YesPlease \ + NO_C99_FORMAT=YesPlease NO_ST_BLOCKS_IN_STRUCT_STAT=YesPlease \ + NO_MEMMEM=YesPlease NO_MKSTEMPS=YesPlease \ + NO_MKDTEMP=YesPlease NO_IPV6=YesPlease NO_TCLTK=YesPlease \ + CURLDIR=/boot/common PERL_PATH=/boot/common/bin/perl \ + CFLAGS="-g -O2 -I/boot/common/include" \ + LIBS="" \ + LDFLAGS="-L/boot/common/lib -lnetwork -lbsd -liconv" \ + strip +} diff --git a/dev-util/git/git.OptionalPackageDescription b/dev-util/git/git.OptionalPackageDescription index e2dcf0a68..55ebfbccd 100644 --- a/dev-util/git/git.OptionalPackageDescription +++ b/dev-util/git/git.OptionalPackageDescription @@ -1,5 +1,5 @@ Package: git -Version: 1.6.5.3 +Version: 1.7.0.1 Copyright: License: GNU GPL v2 URL: http://www.git-scm.com/