swegener 14/05/29 20:08:27 Modified: git-2.0.0-optional-cvs.patch Log: Fix optional-cvs patch to not disable all perl scripts. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x64D4CF24)
Revision Changes Path 1.2 dev-vcs/git/files/git-2.0.0-optional-cvs.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/files/git-2.0.0-optional-cvs.patch?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/files/git-2.0.0-optional-cvs.patch?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/files/git-2.0.0-optional-cvs.patch?r1=1.1&r2=1.2 Index: git-2.0.0-optional-cvs.patch =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/files/git-2.0.0-optional-cvs.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- git-2.0.0-optional-cvs.patch 29 May 2014 00:12:26 -0000 1.1 +++ git-2.0.0-optional-cvs.patch 29 May 2014 20:08:27 -0000 1.2 @@ -85,11 +85,11 @@ $(QUIET_GEN)$(RM) $@ $@+ && \ INSTLIBDIR=`MAKEFLAGS= $(MAKE) -C perl -s --no-print-directory instlibdir` && \ INSTLIBDIR_EXTRA='$(PERLLIB_EXTRA_SQ)' && \ -@@ -1826,15 +1840,17 @@ +@@ -1826,15 +1840,18 @@ $(QUIET_GEN)$(cmd_munge_script) && \ chmod +x $@+ && \ mv $@+ $@ --else # NO_PERL + else # NO_PERL -$(patsubst %.perl,%,$(SCRIPT_PERL)) git-instaweb: % : unimplemented.sh +_SCRIPT_PERL_NOBUILD += $(SCRIPT_PERL) $(SCRIPT_PERL_CVS) git-instaweb +endif # NO_PERL
