linuxdoc-tools-native : upgrade to 0.9.69
authorAndrei Dinu <andrei.adrianx.dinu@intel.com>
Thu, 30 May 2013 08:05:02 +0000 (08:05 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 7 Jun 2013 15:48:22 +0000 (16:48 +0100)
upgrade from 0.9.66 -> 0.9.69

- COPYING file contains now more detailed information.
- reworked a patch because it didn't apply.

(From OE-Core rev: 376612cbf7fa5c68ae3adb6f4c1b4427e69a1871)

Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native/disable_sgml2rtf.patch
meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb [moved from meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.66.bb with 70% similarity]

index 424410d..50c8a8f 100644 (file)
@@ -1,39 +1,47 @@
-The build of sgml2rtf is problematic due to the way it wants to
-link to a shared library version of flex. Flex only ships with a
-static lib. Rather than diverging from upstream flex, simply skip
-building this un-needed utility.
+From 756f20e70a97ee2dea9b32c0955eabfc27f29be1 Mon Sep 17 00:00:00 2001
+From: Andrei Dinu <andrei.adrianx.dinu@intel.com>
+Date: Wed, 29 May 2013 16:50:17 +0300
+Subject: [PATCH] The build of sgml2rtf is problematic due to the way it wants
+ to link to a shared library version of flex. Flex only
+ ships with a static lib. Rather than diverging from
+ upstream flex, simply skip building this un-needed utility.
 
 Upstream-Status: Inappropriate [Other]
 Workaround which disables a feature.
 
 Signed-off-by: Scott Garman <scott.a.garman@intel.com>
+Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
+---
+ Makefile.in |   12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
 
-diff -urN linuxdoc-tools-0.9.66.orig//Makefile.in linuxdoc-tools-0.9.66/Makefile.in
---- linuxdoc-tools-0.9.66.orig//Makefile.in    2009-11-09 11:58:25.000000000 -0800
-+++ linuxdoc-tools-0.9.66/Makefile.in  2011-02-24 15:37:46.556937051 -0800
-@@ -40,7 +40,7 @@
+diff --git a/Makefile.in b/Makefile.in
+index 359f14e..fc04020 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -40,7 +40,7 @@ perl5lib_ddir      = $(DESTDIR)$(perl5libdir)
  pkgdata_ddir       = $(DESTDIR)$(pkgdatadir)
  tex_ddir           = $(DESTDIR)$(texdir)
  
 -progs    := sgml2html sgml2info sgml2latex sgml2lyx sgml2rtf sgml2txt sgmlcheck
 +progs    := sgml2html sgml2info sgml2latex sgml2lyx sgml2txt sgmlcheck
  
- OPTIMIZE  = -O
-@@ -64,9 +64,9 @@
-       @echo "Compiling preprocessor (in sgmlpre/)..."
+ PROFILE  =
+ INCLUDE  =
+@@ -71,9 +71,9 @@ endif
        ( cd sgmlpre ; \
-         $(MAKE) CFLAGS="$(OPTIMIZE)" LEX=flex sgmlpre || exit -1 )
+         $(MAKE)  CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" LEX=flex sgmlpre || exit -1 )
 -      @echo "Compiling RTF conversion tools (in rtf-fix/)..."
 -      ( cd rtf-fix ; \
--        $(MAKE) CFLAGS="$(OPTIMIZE)" || exit -1 )
+-        $(MAKE) CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" || exit -1 )
 +#     @echo "Compiling RTF conversion tools (in rtf-fix/)..."
 +#     ( cd rtf-fix ; \
-+#       $(MAKE) CFLAGS="$(OPTIMIZE)" || exit -1 )
++#       $(MAKE) CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" || exit -1 )
        @echo "making man pages in genman ..."
        if [ ! -d genman ]; then mkdir genman ; fi
-       for ii in man/* ; do \
-@@ -109,7 +109,7 @@
+@@ -117,7 +117,7 @@ endif
  
  #    -- Install auxiliary programs
        mkdir -p $(auxbin_ddir)
@@ -42,7 +50,7 @@ diff -urN linuxdoc-tools-0.9.66.orig//Makefile.in linuxdoc-tools-0.9.66/Makefile
          bn=`basename $$ii`; \
          $(INSTALL_PROGRAM) $$ii $(auxbin_ddir)/$$bn; \
        done
-@@ -198,7 +198,7 @@
+@@ -206,7 +206,7 @@ bin/linuxdoc:: Makefile bin/linuxdoc.in
  
  clean::
        -rm -f *~ bin/*~ bin/linuxdoc
@@ -51,3 +59,6 @@ diff -urN linuxdoc-tools-0.9.66.orig//Makefile.in linuxdoc-tools-0.9.66/Makefile
        (cd sgmlpre ; rm -f sgmlpre.o sgmlpre)
        -rm -rf genman/
  
+-- 
+1.7.9.5
+
@@ -2,20 +2,20 @@ SUMMARY = "Convert LinuxDoc SGML source into other formats"
 DESCRIPTION = "Convert LinuxDoc SGML source into other formats"
 HOMEPAGE = "http://packages.debian.org/linuxdoc-tools"
 LICENSE = "GPLv3+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=5fbccc46cff2379505ca4e09c7d6ccfe"
+LIC_FILES_CHKSUM = "file://COPYING;md5=077ef64ec3ac257fb0d786531cf26931"
 
 DEPENDS = "groff-native openjade-native"
 
-PR = "r3"
+PR = "r0"
 
-SRC_URI = "${DEBIAN_MIRROR}/main/l/linuxdoc-tools/linuxdoc-tools_${PV}.tar.gz \
+SRC_URI = "${DEBIAN_MIRROR}/main/l/linuxdoc-tools/linuxdoc-tools_${PV}.orig.tar.gz \
            file://disable_sgml2rtf.patch \
            file://disable_txt_doc.patch \
            file://disable_tex_doc.patch \
            file://disable_dvips_doc.patch"
 
-SRC_URI[md5sum] = "f214e79b0dd084689cd04f18722bd563"
-SRC_URI[sha256sum] = "128cabb52ef8fb2f370ee488ea92bf4d8e49859200c7c8cae807abfe860a62ec"
+SRC_URI[md5sum] = "1d13d500918a7a145b0edc2f16f61dd1"
+SRC_URI[sha256sum] = "7103facee18a2ea97186ca459d743d22f7f89ad4b5cd1dfd1c34f83d6bfd4101"
 
 FILESPATH = "${FILE_DIRNAME}/linuxdoc-tools-native/"