diff --git a/develop/git/git-1.7.4.5-no-install-Error.pm.patch b/develop/git/git-1.7.4.5-no-install-Error.pm.patch new file mode 100644 index 000000000..0604adc30 --- /dev/null +++ b/develop/git/git-1.7.4.5-no-install-Error.pm.patch @@ -0,0 +1,29 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../git/git-1.7.4.5-no-install-Error.pm.patch +# Copyright (C) 2011 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This patch file is dual-licensed. It is available under the license the +# patched project is licensed under, as long as it is an OpenSource license +# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms +# of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# --- SDE-COPYRIGHT-NOTE-END --- + +Description: Do not install the private Error.pm + +--- git-1.7.4.5/perl/Makefile.PL.orig 2011-05-18 19:53:03.604002343 +0200 ++++ git-1.7.4.5/perl/Makefile.PL 2011-05-18 19:53:29.280002344 +0200 +@@ -22,7 +22,7 @@ + # Perl modules so install it if it's not available on the system yet. + eval { require Error }; + if ($@ || $Error::VERSION < 0.15009) { +- $pm{'private-Error.pm'} = '$(INST_LIBDIR)/Error.pm'; ++# $pm{'private-Error.pm'} = '$(INST_LIBDIR)/Error.pm'; + } + + # redirect stdout, otherwise the message "Writing perl.mak for Git"