[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[texlive-bin] 09/13: do not try to build sfconv



This is an automated email from the git hooks/post-receive script.

preining pushed a commit to branch master
in repository texlive-bin.

commit c4afcc36aa9ff7f2ce21a243c4d8e82f1cfd8a0c
Author: Norbert Preining <preining@debian.org>
Date:   Mon Jan 9 23:00:57 2017 +0900

    do not try to build sfconv
---
 debian/patches/series                   |  1 +
 debian/patches/teckit-dont-build-sfconv | 61 +++++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 49df601..191b76d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -43,3 +43,4 @@ upstream-svn42784-upmendex-cyrillic
 upstream-svn42803-dvipdfmx-cid-font-info
 update-mplibdir-luatex1
 update-luatexdir-luatex1
+teckit-dont-build-sfconv
diff --git a/debian/patches/teckit-dont-build-sfconv b/debian/patches/teckit-dont-build-sfconv
new file mode 100644
index 0000000..4e54879
--- /dev/null
+++ b/debian/patches/teckit-dont-build-sfconv
@@ -0,0 +1,61 @@
+SFConv has been removed due to unclear license status,
+make sure that we do not try to build sfconv.
+Patch by Julian Gilbey
+---
+ libs/teckit/Makefile.am            |   22 +++++++++++-----------
+ libs/teckit/TECkit-src/Makefile.am |    2 +-
+ 2 files changed, 12 insertions(+), 12 deletions(-)
+
+--- texlive-bin.orig/libs/teckit/Makefile.am
++++ texlive-bin/libs/teckit/Makefile.am
+@@ -22,18 +22,18 @@
+ AM_CFLAGS = $(WARNING_CFLAGS)
+ AM_CXXFLAGS = $(WARNING_CXXFLAGS)
+ 
+-bin_PROGRAMS = teckit_compile
++# bin_PROGRAMS = teckit_compile
+ 
+ noinst_LIBRARIES = libTECkit_Compiler.a libTECkit.a
+ 
+ # teckit_compile
+ #
+-nodist_teckit_compile_SOURCES = \
+-	@TECKIT_TREE@/source/Sample-tools/TECkit_Compile.cpp
+-
+-teckit_compile_LDADD = libTECkit_Compiler.a $(ZLIB_LIBS)
+-
+-$(teckit_compile_OBJECTS): libTECkit_Compiler.a
++# nodist_teckit_compile_SOURCES = \
++# 	@TECKIT_TREE@/source/Sample-tools/TECkit_Compile.cpp
++# 
++# teckit_compile_LDADD = libTECkit_Compiler.a $(ZLIB_LIBS)
++# 
++# $(teckit_compile_OBJECTS): libTECkit_Compiler.a
+ 
+ # libTECkit_Compiler.a and libTECkit.a
+ #
+@@ -50,10 +50,10 @@
+ 
+ ## Tests
+ ##
+-if build
+-TESTS = teckit.test
+-endif build
+-teckit.log: teckit_compile$(EXEEXT)
++# if build
++# TESTS = teckit.test
++# endif build
++# teckit.log: teckit_compile$(EXEEXT)
+ 
+ EXTRA_DIST += \
+ 	teckit.test \
+--- texlive-bin.orig/libs/teckit/TECkit-src/Makefile.am
++++ texlive-bin/libs/teckit/TECkit-src/Makefile.am
+@@ -1,6 +1,6 @@
+ ACLOCAL_AMFLAGS = -I m4
+ 
+-SUBDIRS = lib bin docs test
++SUBDIRS = lib
+ 
+ pkgconfigdir = $(libdir)/pkgconfig
+ pkgconfig_DATA = teckit.pc

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/texlive-bin.git


Reply to: