hd_brummy    14/06/22 11:31:10

  Modified:             prefermenu.mk
  Removed:              vdr-prefermenu-0.6.4-includes.diff
  Log:
  wrt bug 514244, missing patch fixed
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 34C2808A)

Revision  Changes    Path
1.2                  media-plugins/vdr-prefermenu/files/prefermenu.mk

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-prefermenu/files/prefermenu.mk?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-prefermenu/files/prefermenu.mk?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-prefermenu/files/prefermenu.mk?r1=1.1&r2=1.2

Index: prefermenu.mk
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/media-plugins/vdr-prefermenu/files/prefermenu.mk,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- prefermenu.mk       26 Nov 2013 20:56:23 -0000      1.1
+++ prefermenu.mk       22 Jun 2014 11:31:09 -0000      1.2
@@ -1,7 +1,7 @@
 #
 # Makefile for a Video Disk Recorder plugin
 #
-# $Id: prefermenu.mk,v 1.1 2013/11/26 20:56:23 hd_brummy Exp $
+# $Id: prefermenu.mk,v 1.2 2014/06/22 11:31:09 hd_brummy Exp $
 
 # The official name of this plugin.
 # This name will be used in the '-P...' option of VDR to load the plugin.
@@ -57,7 +57,8 @@
 
 ### The main target:
 
-all: $(SOFILE) i18n
+all: $(SOFILE) 
+#i18n
 
 ### Implicit rules:
 
@@ -107,7 +108,8 @@
 install-lib: $(SOFILE)
        install -D $^ $(DESTDIR)$(LIBDIR)/$^.$(APIVERSION)
 
-install: install-lib install-i18n
+install: install-lib 
+#install-i18n
 
 dist: $(I18Npo) clean
        @-rm -rf $(TMPDIR)/$(ARCHIVE)
@@ -118,5 +120,5 @@
        @echo Distribution package created as $(PACKAGE).tgz
 
 clean:
-       @-rm -f $(PODIR)/*.mo $(PODIR)/*.pot
+#      @-rm -f $(PODIR)/*.mo $(PODIR)/*.pot
        @-rm -f $(OBJS) $(DEPFILE) *.so *.tgz core* *~




Reply via email to