diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-02-18 20:19:20 -0600 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-02-18 20:25:00 -0600 |
commit | 8374a33c804a728bf435da801571ae9905244f50 (patch) | |
tree | e601e61efda62b48aa2d8d5c6d5eeeebf7af1c41 /devel/tex-web2c/files/patch-Makefile.in | |
parent | x11/nwg-dock: update to 0.3.0 (diff) |
- Update MASTER_SITES_TEX_CTAN from https://tug.org/historic/
- Update texlua to use texlua53 library
- Deprecate CSLaTeX format
- Remove aleph as per Upstream
- Add common variables TEXLIVE_YEAR and TEXLIVE_VERSION to be used in
all ports related to tex*
- Fix dependency of print/texlive-texmf-source [1]
- devel/tex-kpathsea: Update version 6.2.1=>6.3.3
- devel/tex-libtexlua: Update version 5.2.4=>5.3.6
- devel/tex-libtexluajit: Update version 2.0.3=>2.1.0
- devel/tex-synctex: Update version 1.17.0=>2.0.0
- devel/tex-web2c: Update version 20150521=>20210325
- editors/texworks: Fix build with newer tex version
- print/tex-basic-engines: Update version 20150521=>20210325
- print/tex-dvipdfmax: Update version 20150521=>20210325
- print/tex-dvipsk: Update version 5.995=>20210325.1
- print/tex-formats: Update version 20150521=>20210325
- print/tex-jadetex:
- print/tex-luatex: Update version 0.80.0=>1.12.0
* Convert to dynamic pkg-plist
- print/tex-ptexenc: Update version 1.3.3=>1.3.9
- print/tex-xetex: Update version 0.99992=>0.99993
* Convert to dynamic pkg-plist
- print/texlive-base: Update version 20150521=>20210325
- print/texlive-docs: Update version 20150521=>20210325
* Convert to dynamic pkg-plist
- print/texlive-full: Update version 20150521=>20210325
- print/texlive-texmf-source: Update version 20150521=>20210325
- print/texlive-texmf: Update version 20150521=>20210325
* Convert to dynamic pkg-plist
- print/texlive-tlmgr: Update version 20150521=>20210325
- print/xpdfopen: Transfer MAINTAINER to tex@ as xpdfopen is an
integral part of tex after poppler support has been deprecated from
tex [2]
- textproc/dblatex: Update version 0.3.11=>0.3.12
* Take MAINTAINERship
- textproc/gastex: Fix build
- textproc/metauml: Fix build
PR: 226983 [1]
Reported by: Trond.Endrestol@ximalas.info [1]
Reviewed by: tcberner (private repo)
Approved by: hrs (maintainer-timeout) [2]
Relnotes: https://tug.org/texlive/doc/texlive-en/texlive-en.html#news
Sponsored by: Nepustil.net
Diffstat (limited to 'devel/tex-web2c/files/patch-Makefile.in')
-rw-r--r-- | devel/tex-web2c/files/patch-Makefile.in | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/devel/tex-web2c/files/patch-Makefile.in b/devel/tex-web2c/files/patch-Makefile.in index da071e37ce34..59e072dd3eaf 100644 --- a/devel/tex-web2c/files/patch-Makefile.in +++ b/devel/tex-web2c/files/patch-Makefile.in @@ -1,17 +1,15 @@ ---- Makefile.in.orig 2015-04-17 04:53:45.000000000 +0900 -+++ Makefile.in 2015-07-26 07:55:27.835477000 +0900 -@@ -2086,11 +2086,11 @@ - EXTRA_LIBRARIES = libmf.a libmputil.a libmplib.a libkanji.a \ - libukanji.a libpdftex.a libluasocket.a libluajitsocket.a \ - libluamisc.a libluajitmisc.a libunilib.a libff.a libjitff.a \ -- libluatex.a libluajittex.a libxetex.a libsynctex.a libmd5.a +--- Makefile.in.orig 2022-01-30 13:19:25 UTC ++++ Makefile.in +@@ -3125,10 +3125,10 @@ EXTRA_LIBRARIES = libmf.a libmflua.a libmfluaotfcc.a l + libluajittexspecific.a libluahbtexspecific.a \ + libluajithbtexspecific.a libluaffi.a libluaharfbuzz.a \ + libluajitharfbuzz.a libxetex.a libsynctex.a libmd5.a -EXTRA_LTLIBRARIES = libsynctex.la -+ libluatex.a libluajittex.a libxetex.a libmd5.a +EXTRA_LTLIBRARIES = - lib_LIBRARIES = $(am__append_98) - lib_LTLIBRARIES = $(am__append_97) + lib_LIBRARIES = $(am__append_122) + lib_LTLIBRARIES = $(am__append_121) -dist_man_MANS = synctexdir/man1/synctex.1 synctexdir/man5/synctex.5 +dist_man_MANS = nodist_man_MANS = + TEST_EXTENSIONS = .pl .test EXTRA_DIST = PROJECTS cftests cpascal.h help.h w2c/config.h \ - triptrap-sh tangle.web tangle.ch tangleboot.pin cwebdir \ |