diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-03-17 19:54:14 -0500 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-03-17 19:58:12 -0500 |
commit | 10cb4eaa8cc89aee25a8def73fd9470f75090d70 (patch) | |
tree | 58f5d7dbc6ae51b13e8dd4ebf5400a04a6b7c960 /print/tex-xdvik/files/patch-texk-xdvik-Makefile.in | |
parent | sysutils/screen: Update to 4.9.0 (diff) |
print/tex-xdvik: Update version 22.87=>22.87.06
While upgradingthe extra japanese ptex patches has been removed as those
are not compatible with latest version and the old patches are also from
early 2008. If someone make those work with the new version the patches
are welcome. For further details or the older version of tex-xdvik with
those patches please use japanese/ja-tex-xdvik
Relnotes: https://sourceforge.net/projects/xdvi/files/xdvik/22.87.06/
Diffstat (limited to 'print/tex-xdvik/files/patch-texk-xdvik-Makefile.in')
-rw-r--r-- | print/tex-xdvik/files/patch-texk-xdvik-Makefile.in | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/print/tex-xdvik/files/patch-texk-xdvik-Makefile.in b/print/tex-xdvik/files/patch-texk-xdvik-Makefile.in deleted file mode 100644 index 5800f3a7fe6e..000000000000 --- a/print/tex-xdvik/files/patch-texk-xdvik-Makefile.in +++ /dev/null @@ -1,43 +0,0 @@ ---- texk/xdvik/Makefile.in.orig 2014-04-13 01:27:58 UTC -+++ texk/xdvik/Makefile.in -@@ -154,6 +154,8 @@ am_libxdvi_a_OBJECTS = browser.$(OBJEXT) - search-internal.$(OBJEXT) special.$(OBJEXT) \ - string-utils.$(OBJEXT) string_list.$(OBJEXT) util.$(OBJEXT) \ - vf.$(OBJEXT) x_util.$(OBJEXT) xdvi.$(OBJEXT) \ -+ AJ16.$(OBJEXT) fontconfig.$(OBJEXT) ft2.$(OBJEXT) \ -+ ft2vert.$(OBJEXT) jfm.$(OBJEXT) ptexmap.$(OBJEXT) ptexvf.$(OBJEXT) \ - xserver-info.$(OBJEXT) gui/Panner.$(OBJEXT) gui/Tip.$(OBJEXT) \ - gui/help-window.$(OBJEXT) gui/mag.$(OBJEXT) gui/menu.$(OBJEXT) \ - gui/message-window.$(OBJEXT) gui/pagesel.$(OBJEXT) \ -@@ -502,7 +504,7 @@ x_ldflags = $(X_LIBS) $(x_linker_options - x_extra_libs = $(X_EXTRA_LIBS) $(iconv_libs) - xdvi_x_libs = $(x_ldflags) $(x_tool_libs) $(x_xmu_lib) -lXt \ - $(X_PRE_LIBS) $(x_ext_lib) $(x_xpm_libs) -lX11 $(x_extra_libs) --common_ldadd = $(KPATHSEA_LIBS) $(FREETYPE2_LIBS) $(xdvi_x_libs) -+common_ldadd = $(KPATHSEA_LIBS) $(FREETYPE2_LIBS) $(xdvi_x_libs) -lpaper - common_dependencies = $(KPATHSEA_DEPEND) $(FREETYPE2_DEPEND) - libxdvi_dependencies = ${top_srcdir}/*.[ch] ${top_srcdir}/gui/*.[ch] ${top_builddir}/psheader.c - AM_CPPFLAGS = -I$(srcdir)/gui $(common_includes) -@@ -521,6 +523,8 @@ libxdvi_a_SOURCES = alloc-debug.h browse - string-utils.c string-utils.h string_list.c string_list.h \ - translations.h util.c util.h version.h vf.c x_util.c x_util.h \ - xdvi.c xdvi-config.h xdvi-debug.h xserver-info.c xdvi.h \ -+ ptexvf.c ptexvf.h ptexmap.c ptexmap.h ft2.c ft2.h jfm.c jfm.h \ -+ fontconfig.c fontconfig.h ft2vert.c ft2vert.h AJ16.c \ - xserver-info.h gui/Panner.c gui/Panner.h gui/PannerP.h \ - gui/Tip.c gui/Tip.h gui/TipP.h gui/help-window.c \ - gui/help-window.h gui/mag.c gui/mag.h gui/menu.c gui/menu.h \ -@@ -562,10 +566,10 @@ EXTRA_DIST = psheader.txt mksedscript xd - xdvi.icon xdvizilla xdvizilla.1 - CLEANFILES = psheader.c sedscript xdvi.1 - nodist_man1_MANS = xdvi.1 --xdvidir = $(datarootdir)/texmf-dist/xdvi --dvipsconfdir = $(datarootdir)/texmf-dist/dvips/config -+xdvidir = $(datarootdir)/texmf-dist/dvips/xdvi -+dvipsconfdir = $(datarootdir)/texmf-dist/dvips/xdvi - dist_xdvi_DATA = texmf/XDvi --pixmapdir = $(datarootdir)/texmf-dist/xdvi/pixmap -+pixmapdir = $(datarootdir)/texmf-dist/xdvi/pixmaps - dist_pixmap_DATA = pixmaps/toolbar.xpm pixmaps/toolbar2.xpm - dist_noinst_DATA = texmf/config.xdvi - all: c-auto.h |