diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-10-10 07:16:54 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-10-10 07:16:54 +0000 |
commit | 9ca480758d9c1627299b19f1cb7419c84b57980f (patch) | |
tree | c074a72701f339181bc7dce7e0fcefa304cf145a /Build/source/texk/web2c/luatexdir | |
parent | 797af7cfbc26309d5da4a63df5c0353bca06ed7c (diff) |
libs/obsdcompat: No longer used and therefore removed
git-svn-id: svn://tug.org/texlive/trunk@27934 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/ChangeLog | 7 | ||||
-rw-r--r-- | Build/source/texk/web2c/luatexdir/am/libluatex.am | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/luatexdir/am/luatex.am | 8 | ||||
-rw-r--r-- | Build/source/texk/web2c/luatexdir/image/epdf.h | 1 | ||||
-rw-r--r-- | Build/source/texk/web2c/luatexdir/lua/luainit.w | 1 | ||||
-rw-r--r-- | Build/source/texk/web2c/luatexdir/ptexlib.h | 1 | ||||
-rw-r--r-- | Build/source/texk/web2c/luatexdir/utils/utils.w | 1 |
7 files changed, 12 insertions, 9 deletions
diff --git a/Build/source/texk/web2c/luatexdir/ChangeLog b/Build/source/texk/web2c/luatexdir/ChangeLog index 8244539940a..9375e6ddc08 100644 --- a/Build/source/texk/web2c/luatexdir/ChangeLog +++ b/Build/source/texk/web2c/luatexdir/ChangeLog @@ -1,3 +1,10 @@ +2012-10-09 Peter Breitenlohner <peb@mppmu.mpg.de> + + The openbsd compat library is no longer used. + * image/epdf.h, lua/luainit.w, ptexlib.h, utils/utils.w: + Drop #include "openbsd-compat.h". + * am/libluatex.am, am/luatex.am: Remove OBSDCOMPAT_*. + 2012-09-19 Peter Breitenlohner <peb@mppmu.mpg.de> * lua/luainit.w (parse_options): Avoid cast const => non-const. diff --git a/Build/source/texk/web2c/luatexdir/am/libluatex.am b/Build/source/texk/web2c/luatexdir/am/libluatex.am index 26e6c50d8db..93dd76815e8 100644 --- a/Build/source/texk/web2c/luatexdir/am/libluatex.am +++ b/Build/source/texk/web2c/luatexdir/am/libluatex.am @@ -10,7 +10,7 @@ EXTRA_LIBRARIES += libluatex.a libluatex_a_DEPENDENCIES = libff.a libluatex_a_CPPFLAGS = $(AM_CPPFLAGS) $(ZLIB_INCLUDES) $(LIBPNG_INCLUDES) -libluatex_a_CPPFLAGS += $(POPPLER_INCLUDES) $(OBSDCOMPAT_INCLUDES) -I$(srcdir)/libmd5 +libluatex_a_CPPFLAGS += $(POPPLER_INCLUDES) -I$(srcdir)/libmd5 libluatex_a_CPPFLAGS += -I$(srcdir)/luatexdir -I$(srcdir)/luatexdir/lua51 libluatex_a_CPPFLAGS += -DpdfTeX libluatex_a_CPPFLAGS += -I$(srcdir)/synctexdir -DSYNCTEX_ENGINE_H='<synctex-luatex.h>' diff --git a/Build/source/texk/web2c/luatexdir/am/luatex.am b/Build/source/texk/web2c/luatexdir/am/luatex.am index c838b7e9167..2c8793dc8fb 100644 --- a/Build/source/texk/web2c/luatexdir/am/luatex.am +++ b/Build/source/texk/web2c/luatexdir/am/luatex.am @@ -1,6 +1,6 @@ ## texk/web2c/luatexdir/am/luatex.am: Makefile fragment for luaTeX. ## -## Copyright (C) 2009-2011 Peter Breitenlohner <tex-live@tug.org> +## Copyright (C) 2009-2012 Peter Breitenlohner <tex-live@tug.org> ## You may freely use, modify and/or distribute this file. ## luaTeX @@ -21,7 +21,7 @@ EXTRA_PROGRAMS += luatex nodist_EXTRA_luatex_SOURCES = dummy.cxx luatex_CPPFLAGS = $(AM_CPPFLAGS) $(ZLIB_INCLUDES) $(LIBPNG_INCLUDES) -luatex_CPPFLAGS += $(POPPLER_INCLUDES) $(OBSDCOMPAT_INCLUDES) -I$(srcdir)/libmd5 +luatex_CPPFLAGS += $(POPPLER_INCLUDES) -I$(srcdir)/libmd5 luatex_CPPFLAGS += -I$(srcdir)/luatexdir -I$(srcdir)/luatexdir/lua51 -I$(srcdir)/mplibdir luatex_CPPFLAGS += -Dextra_version_info=`date +-%Y%m%d%H` luatex_CPPFLAGS += -I$(srcdir)/synctexdir -DSYNCTEX_ENGINE_H='<synctex-luatex.h>' @@ -29,7 +29,7 @@ luatex_CXXFLAGS = $(WARNING_CXXFLAGS) luatex_ldadd = libluatex.a libff.a libluamisc.a libluasocket.a liblua51.a luatex_ldadd += $(ZZIPLIB_LIBS) $(LIBPNG_LIBS) $(ZLIB_LIBS) $(POPPLER_LIBS) -luatex_ldadd += $(OBSDCOMPAT_LIBS) libmd5.a libmplib.a +luatex_ldadd += libmd5.a libmplib.a luatex_LDFLAGS = -export-dynamic @@ -37,7 +37,7 @@ luatex_LDADD = $(luatex_ldadd) $(LDADD) $(LIBADD_DLOPEN) $(lua_socketlibs) luatex_DEPENDENCIES = $(proglib) $(KPATHSEA_DEPEND) libluatex.a luatex_DEPENDENCIES += $(LIBPNG_DEPEND) $(ZLIB_DEPEND) $(POPPLER_DEPEND) -luatex_DEPENDENCIES += $(OBSDCOMPAT_DEPEND) libmd5.a libmplib.a +luatex_DEPENDENCIES += libmd5.a libmplib.a $(luatex_OBJECTS): libluatex.a diff --git a/Build/source/texk/web2c/luatexdir/image/epdf.h b/Build/source/texk/web2c/luatexdir/image/epdf.h index 4e5060282ec..c3e23f404a4 100644 --- a/Build/source/texk/web2c/luatexdir/image/epdf.h +++ b/Build/source/texk/web2c/luatexdir/image/epdf.h @@ -76,7 +76,6 @@ extern "C" { # include <c-auto.h> /* define SIZEOF_LONG */ -# include "openbsd-compat.h" # include "image.h" # include "utils/avlstuff.h" # include "pdf/pdftypes.h" diff --git a/Build/source/texk/web2c/luatexdir/lua/luainit.w b/Build/source/texk/web2c/luatexdir/lua/luainit.w index 4db90d73b95..4acd6e411d7 100644 --- a/Build/source/texk/web2c/luatexdir/lua/luainit.w +++ b/Build/source/texk/web2c/luatexdir/lua/luainit.w @@ -18,7 +18,6 @@ % with LuaTeX; if not, see <http://www.gnu.org/licenses/>. @ @c -#include "openbsd-compat.h" #include <kpathsea/c-stat.h> #include "ptexlib.h" diff --git a/Build/source/texk/web2c/luatexdir/ptexlib.h b/Build/source/texk/web2c/luatexdir/ptexlib.h index 6ae7492bab9..6169f1b7396 100644 --- a/Build/source/texk/web2c/luatexdir/ptexlib.h +++ b/Build/source/texk/web2c/luatexdir/ptexlib.h @@ -171,7 +171,6 @@ size_t T##_limit # include "utils/avlstuff.h" # include "utils/managed-sa.h" # include "image/writeimg.h" -# include "openbsd-compat.h" # include "dvi/dvigen.h" # include "pdf/pagetree.h" # include "pdf/pdfgen.h" diff --git a/Build/source/texk/web2c/luatexdir/utils/utils.w b/Build/source/texk/web2c/luatexdir/utils/utils.w index d7f684c300c..47978b9f0f4 100644 --- a/Build/source/texk/web2c/luatexdir/utils/utils.w +++ b/Build/source/texk/web2c/luatexdir/utils/utils.w @@ -24,7 +24,6 @@ static const char _svn_version[] = "$URL: http://foundry.supelec.fr/svn/luatex/branches/0.70.x/source/texk/web2c/luatexdir/utils/utils.w $"; @ @c -#include "openbsd-compat.h" #include <kpathsea/config.h> /* this is a trick to load mingw32's io.h early, using a macro redefinition of |eof()|. */ #include "sys/types.h" |