SF.net SVN: gar:[25683] csw/mgar/pkg/git/branches
cgrzemba at users.sourceforge.net
cgrzemba at users.sourceforge.net
Mon Apr 25 11:31:50 CEST 2016
Revision: 25683
http://sourceforge.net/p/gar/code/25683
Author: cgrzemba
Date: 2016-04-25 09:31:50 +0000 (Mon, 25 Apr 2016)
Log Message:
-----------
git/branches/ips: create IPS recipe
Modified Paths:
--------------
csw/mgar/pkg/git/branches/ips/Makefile
csw/mgar/pkg/git/branches/ips/checksums
csw/mgar/pkg/git/branches/ips/files/0002-Alter-the-value-of-_PATH_DEFPATH-when-paths.h-not-pr.patch
Added Paths:
-----------
csw/mgar/pkg/git/branches/ips/
Modified: csw/mgar/pkg/git/branches/ips/Makefile
===================================================================
--- csw/mgar/pkg/git/trunk/Makefile 2016-04-20 06:09:52 UTC (rev 25674)
+++ csw/mgar/pkg/git/branches/ips/Makefile 2016-04-25 09:31:50 UTC (rev 25683)
@@ -1,5 +1,5 @@
NAME = git
-VERSION = 2.7.1
+VERSION = 2.7.4
#PATCHLEVEL = rc4
DISTNAME = $(NAME)-$(VERSION)
GARTYPE = v2
@@ -19,6 +19,8 @@
# TEST_SCRIPTS =
TEST_TARGET = test
+IPS_PACKAGE_PREFIX = /developer/versioning/
+
PACKAGES = CSWgit CSWgitk CSWgit-gui CSWgit-svn CSWgit-cvs
PACKAGES += CSWgit-emacs CSWgit-doc CSWgit-completion CSWgit-dev
@@ -40,11 +42,11 @@
ARCHALL_CSWgit-doc = 1
ARCHALL_CSWgit-completion = 1
-BUILD_DEP_PKGS = CSWasciidoc CSWlibssl-dev CSWxmlto CSWbash CSWlibcurl-dev
-BUILD_DEP_PKGS += CSWgsed CSWperl CSWtk CSWexpat
-BUILD_DEP_PKGS += CSWzlib CSWpmerror CSWpmsvn CSWcvs CSWemacs
-BUILD_DEP_PKGS += CSWpython
-BUILD_DEP_PKGS += CSWlibiconv-dev
+# BUILD_DEP_PKGS = CSWasciidoc CSWlibssl-dev CSWxmlto CSWbash CSWlibcurl-dev
+# BUILD_DEP_PKGS += CSWgsed CSWperl CSWtk CSWexpat
+# BUILD_DEP_PKGS += CSWzlib CSWpmerror CSWpmsvn CSWcvs CSWemacs
+# BUILD_DEP_PKGS += CSWpython
+# BUILD_DEP_PKGS += CSWlibiconv-dev
RUNTIME_DEP_PKGS_CSWgit = CSWlibz1 CSWperl CSWrsync CSWlibcurl4
RUNTIME_DEP_PKGS_CSWgit += CSWopenssh-client CSWlibiconv2 CSWlibexpat1
@@ -128,7 +130,8 @@
#set bashconfdir to sysconfdir when bash changes
bashconfdir = /opt/csw/etc/
-CONFIGURE_ARGS = $(DIRPATHS) --with-shell=$(bindir)/bash
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --with-shell=$(bindir)/bash
CONFIGURE_ARGS += --with-perl=$(bindir)/perl
CONFIGURE_ARGS += --with-tcltk=$(bindir)/wish
CONFIGURE_ARGS += --with-zlib=$(prefix)
Modified: csw/mgar/pkg/git/branches/ips/checksums
===================================================================
--- csw/mgar/pkg/git/trunk/checksums 2016-04-20 06:09:52 UTC (rev 25674)
+++ csw/mgar/pkg/git/branches/ips/checksums 2016-04-25 09:31:50 UTC (rev 25683)
@@ -1 +1 @@
-846ac45a1638e9a6ff3a9b790f6c8d99 git-2.7.1.tar.gz
+c64012d491e24c7d65cd389f75383d91 git-2.7.4.tar.gz
Modified: csw/mgar/pkg/git/branches/ips/files/0002-Alter-the-value-of-_PATH_DEFPATH-when-paths.h-not-pr.patch
===================================================================
--- csw/mgar/pkg/git/trunk/files/0002-Alter-the-value-of-_PATH_DEFPATH-when-paths.h-not-pr.patch 2016-04-20 06:09:52 UTC (rev 25674)
+++ csw/mgar/pkg/git/branches/ips/files/0002-Alter-the-value-of-_PATH_DEFPATH-when-paths.h-not-pr.patch 2016-04-25 09:31:50 UTC (rev 25683)
@@ -14,10 +14,10 @@
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/git-compat-util.h b/git-compat-util.h
-index 2af8d3e..762f620 100644
+index c07e0c1..fca7ce0 100644
--- a/git-compat-util.h
+++ b/git-compat-util.h
-@@ -184,7 +184,7 @@ extern char *gitbasename(char *);
+@@ -330,7 +330,7 @@ extern char *gitdirname(char *);
#include <paths.h>
#endif
#ifndef _PATH_DEFPATH
@@ -25,7 +25,7 @@
+#define _PATH_DEFPATH "/opt/csw/bin:/usr/bin:/bin"
#endif
- #ifndef STRIP_EXTENSION
+ #ifndef has_dos_drive_prefix
--
1.7.3
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list