[csw-devel] SF.net SVN: gar:[16051] csw/mgar/pkg/git/trunk

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Mon Oct 31 03:54:33 CET 2011


Revision: 16051
          http://gar.svn.sourceforge.net/gar/?rev=16051&view=rev
Author:   bdwalton
Date:     2011-10-31 02:54:32 +0000 (Mon, 31 Oct 2011)
Log Message:
-----------
git/trunk: patch out a few usr/share references

Modified Paths:
--------------
    csw/mgar/pkg/git/trunk/Makefile

Added Paths:
-----------
    csw/mgar/pkg/git/trunk/files/0006-Patch-out-a-few-usr-share-references.patch

Modified: csw/mgar/pkg/git/trunk/Makefile
===================================================================
--- csw/mgar/pkg/git/trunk/Makefile	2011-10-31 02:46:33 UTC (rev 16050)
+++ csw/mgar/pkg/git/trunk/Makefile	2011-10-31 02:54:32 UTC (rev 16051)
@@ -110,6 +110,7 @@
 # this patch is required on current9s (not necessarily all sparc boxes) due
 # to the selection of available utf8 locales.
 PATCHFILES_isa-sparcv8 += 0005-Force-en_US.UTF-8-for-a-git-svn-test.patch
+PATCHFILES += 0006-Patch-out-a-few-usr-share-references.patch
 
 fdirs = $(bindir_install) $(mandir) $(libexecdir_install)
 define _git_files

Added: csw/mgar/pkg/git/trunk/files/0006-Patch-out-a-few-usr-share-references.patch
===================================================================
--- csw/mgar/pkg/git/trunk/files/0006-Patch-out-a-few-usr-share-references.patch	                        (rev 0)
+++ csw/mgar/pkg/git/trunk/files/0006-Patch-out-a-few-usr-share-references.patch	2011-10-31 02:54:32 UTC (rev 16051)
@@ -0,0 +1,34 @@
+From d2bae3e1637a0bf412c0223272bf402f66931f0b Mon Sep 17 00:00:00 2001
+From: Ben Walton <bwalton at opencsw.org>
+Date: Mon, 31 Oct 2011 03:51:55 +0100
+Subject: [PATCH] Patch out a few usr/share references
+
+The post-receive-email sample hook had usr/share references.  Correct
+these for OpenCSW.
+
+Signed-off-by: Ben Walton <bwalton at opencsw.org>
+---
+ contrib/hooks/post-receive-email |    4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/contrib/hooks/post-receive-email b/contrib/hooks/post-receive-email
+index e459cc3..0849265 100755
+--- a/contrib/hooks/post-receive-email
++++ b/contrib/hooks/post-receive-email
+@@ -11,11 +11,11 @@
+ # will have put this somewhere standard.  You should make this script
+ # executable then link to it in the repository you would like to use it in.
+ # For example, on debian the hook is stored in
+-# /usr/share/git-core/contrib/hooks/post-receive-email:
++# /opt/csw/share/doc/git/contrib/hooks/post-receive-email:
+ #
+ #  chmod a+x post-receive-email
+ #  cd /path/to/your/repository.git
+-#  ln -sf /usr/share/git-core/contrib/hooks/post-receive-email hooks/post-receive
++#  ln -sf /opt/csw/share/doc/git/contrib/hooks/post-receive-email hooks/post-receive
+ #
+ # This hook script assumes it is enabled on the central repository of a
+ # project, with all users pushing only to it and not between each other.  It
+-- 
+1.7.6.1
+

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