From 119ed5771f95060a3cd83c5c9b69f368d40ed69f Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Fri, 19 Feb 2016 12:22:31 +0000 Subject: utils/pmx: Change directory name git-svn-id: svn://tug.org/texlive/trunk@39780 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/utils/pmx/Makefile.am | 2 +- Build/source/utils/pmx/Makefile.in | 2 +- Build/source/utils/pmx/pmx-PATCHES/ChangeLog | 79 +++++++++++++++++++++++ Build/source/utils/pmx/pmx-PATCHES/TL-Changes | 11 ++++ Build/source/utils/pmx/pmx-src-PATCHES/ChangeLog | 79 ----------------------- Build/source/utils/pmx/pmx-src-PATCHES/TL-Changes | 11 ---- 6 files changed, 92 insertions(+), 92 deletions(-) create mode 100644 Build/source/utils/pmx/pmx-PATCHES/ChangeLog create mode 100644 Build/source/utils/pmx/pmx-PATCHES/TL-Changes delete mode 100644 Build/source/utils/pmx/pmx-src-PATCHES/ChangeLog delete mode 100644 Build/source/utils/pmx/pmx-src-PATCHES/TL-Changes (limited to 'Build/source') diff --git a/Build/source/utils/pmx/Makefile.am b/Build/source/utils/pmx/Makefile.am index 25edbe5381c..6e5d18c8e6a 100644 --- a/Build/source/utils/pmx/Makefile.am +++ b/Build/source/utils/pmx/Makefile.am @@ -6,7 +6,7 @@ ## We want to re-distribute the whole original pmx source tree. EXTRA_DIST = $(PMX_TREE) ## Patches applied to the original source tree -EXTRA_DIST += $(PMX_TREE)-PATCHES +EXTRA_DIST += pmx-PATCHES # Files not to be distributed include $(srcdir)/../../am/dist_hook.am diff --git a/Build/source/utils/pmx/Makefile.in b/Build/source/utils/pmx/Makefile.in index 81b99456202..028290c9ffe 100644 --- a/Build/source/utils/pmx/Makefile.in +++ b/Build/source/utils/pmx/Makefile.in @@ -744,7 +744,7 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -EXTRA_DIST = $(PMX_TREE) $(PMX_TREE)-PATCHES +EXTRA_DIST = $(PMX_TREE) pmx-PATCHES NEVER_DIST = `find . $(NEVER_NAMES)` $(PMX_TREE)/pmx.log \ $(PMX_TREE)/pmx.trs diff --git a/Build/source/utils/pmx/pmx-PATCHES/ChangeLog b/Build/source/utils/pmx/pmx-PATCHES/ChangeLog new file mode 100644 index 00000000000..ad1812c368b --- /dev/null +++ b/Build/source/utils/pmx/pmx-PATCHES/ChangeLog @@ -0,0 +1,79 @@ +2016-02-10 Akira Kakuto + + * import pmx-2.7.3. + * patch-01-ptr-to-int: Removed. Now included upstream. + +2013-11-25 Peter Breitenlohner + + Updated pmx-2.7.0 source tree from a modifies version of + pmx-2.7.0.tar.gz (dated 2014-11-22) again from: + http://www.ctan.org/tex-archive/support/pmx/ + + * patch-01-common (removed): Now included upstream. + + * patch-01-ptr-to-int (new): Avoid cast from pointer to integer + of different size. + +2013-04-12 Peter Breitenlohner + + * patch-01-common: Make sure f2c can convert pmx270.for, i.e., + avoid name conflict between formal subroutine parameter and + common block member. From Bob Tennent . + +2013-04-11 Peter Breitenlohner + + Imported pmx-2.7.0 source tree from: + http://www.ctan.org/tex-archive/support/pmx/ + + * patch-01-common (new): Fix inconsistent common blocks. + +2013-03-14 Peter Breitenlohner + + Imported pmx-2.6.21 source tree from: + http://www.ctan.org/tex-archive/support/pmx/ + +2013-01-18 Peter Breitenlohner + + Imported pmx-2.6.19 source tree from: + http://www.ctan.org/tex-archive/support/pmx/ + * patch-01-binary, patch-03-DOS-line-endings, + patch-04-MSVC-complex, patch-05-FreeBSD-off_t, patch-06-WIN32, + patch-07-test (removed): Obsolete. + +2012-07-12 Peter Breitenlohner + + * patch-07-test (new): Use the same test script in TeX Live and + for the stand-alone version. + +2012-07-11 Peter Breitenlohner + + * patch-06-WIN32 (new): Build fix for MSVC (from W32TeX). + We pass -DMSDOS to MSVC or -DUSE_CLOCK to the MinGW compiler. + +2012-05-19 Peter Breitenlohner + + Imported pmx-2.6.18 source tree from: + http://www.ctan.org/tex-archive/support/pmx/ + * patch-02-bugfix (removed): Obsolete. + * patch-01-binary, patch-03-DOS-line-endings, + patch-04-MSVC-complex, patch-05-FreeBSD-off_t: Adapted. + +2012-04-01 Peter Breitenlohner + + * patch-05-FreeBSD-off_t (new): Build fix for FreeBSD. + Mail from Nikola Lecic [tlbuild] 21 Apr 2012 20:40:21. + +2012-04-01 Peter Breitenlohner + + * patch-03-DOS-line-endings, patch-04-MSVC-complex (new): WIN32. + Mail from Akira, 31 Mar 2012 21:36:26. + +2012-03-28 Peter Breitenlohner + + * patch-01-binary (new): Always use binary mode for WIN32. + Mail from Akira, 29 Mar 2012 23:50:53. + + * patch-02-bugfix (new): Bug fix, should be fixed in Fortran. + +Copyright (C) 2012 Peter Breitenlohner +You may freely use, modify and/or distribute this file. diff --git a/Build/source/utils/pmx/pmx-PATCHES/TL-Changes b/Build/source/utils/pmx/pmx-PATCHES/TL-Changes new file mode 100644 index 00000000000..5d8d9f5f938 --- /dev/null +++ b/Build/source/utils/pmx/pmx-PATCHES/TL-Changes @@ -0,0 +1,11 @@ +Changes applied to the pmx-2.7.3 tree as obtained from: + http://www.ctan.org/tex-archive/support/pmx/ + +Remove: + Makefile.in + aclocal.m4 + arith.h + configure + depcomp + install-sh + missing diff --git a/Build/source/utils/pmx/pmx-src-PATCHES/ChangeLog b/Build/source/utils/pmx/pmx-src-PATCHES/ChangeLog deleted file mode 100644 index ad1812c368b..00000000000 --- a/Build/source/utils/pmx/pmx-src-PATCHES/ChangeLog +++ /dev/null @@ -1,79 +0,0 @@ -2016-02-10 Akira Kakuto - - * import pmx-2.7.3. - * patch-01-ptr-to-int: Removed. Now included upstream. - -2013-11-25 Peter Breitenlohner - - Updated pmx-2.7.0 source tree from a modifies version of - pmx-2.7.0.tar.gz (dated 2014-11-22) again from: - http://www.ctan.org/tex-archive/support/pmx/ - - * patch-01-common (removed): Now included upstream. - - * patch-01-ptr-to-int (new): Avoid cast from pointer to integer - of different size. - -2013-04-12 Peter Breitenlohner - - * patch-01-common: Make sure f2c can convert pmx270.for, i.e., - avoid name conflict between formal subroutine parameter and - common block member. From Bob Tennent . - -2013-04-11 Peter Breitenlohner - - Imported pmx-2.7.0 source tree from: - http://www.ctan.org/tex-archive/support/pmx/ - - * patch-01-common (new): Fix inconsistent common blocks. - -2013-03-14 Peter Breitenlohner - - Imported pmx-2.6.21 source tree from: - http://www.ctan.org/tex-archive/support/pmx/ - -2013-01-18 Peter Breitenlohner - - Imported pmx-2.6.19 source tree from: - http://www.ctan.org/tex-archive/support/pmx/ - * patch-01-binary, patch-03-DOS-line-endings, - patch-04-MSVC-complex, patch-05-FreeBSD-off_t, patch-06-WIN32, - patch-07-test (removed): Obsolete. - -2012-07-12 Peter Breitenlohner - - * patch-07-test (new): Use the same test script in TeX Live and - for the stand-alone version. - -2012-07-11 Peter Breitenlohner - - * patch-06-WIN32 (new): Build fix for MSVC (from W32TeX). - We pass -DMSDOS to MSVC or -DUSE_CLOCK to the MinGW compiler. - -2012-05-19 Peter Breitenlohner - - Imported pmx-2.6.18 source tree from: - http://www.ctan.org/tex-archive/support/pmx/ - * patch-02-bugfix (removed): Obsolete. - * patch-01-binary, patch-03-DOS-line-endings, - patch-04-MSVC-complex, patch-05-FreeBSD-off_t: Adapted. - -2012-04-01 Peter Breitenlohner - - * patch-05-FreeBSD-off_t (new): Build fix for FreeBSD. - Mail from Nikola Lecic [tlbuild] 21 Apr 2012 20:40:21. - -2012-04-01 Peter Breitenlohner - - * patch-03-DOS-line-endings, patch-04-MSVC-complex (new): WIN32. - Mail from Akira, 31 Mar 2012 21:36:26. - -2012-03-28 Peter Breitenlohner - - * patch-01-binary (new): Always use binary mode for WIN32. - Mail from Akira, 29 Mar 2012 23:50:53. - - * patch-02-bugfix (new): Bug fix, should be fixed in Fortran. - -Copyright (C) 2012 Peter Breitenlohner -You may freely use, modify and/or distribute this file. diff --git a/Build/source/utils/pmx/pmx-src-PATCHES/TL-Changes b/Build/source/utils/pmx/pmx-src-PATCHES/TL-Changes deleted file mode 100644 index 5d8d9f5f938..00000000000 --- a/Build/source/utils/pmx/pmx-src-PATCHES/TL-Changes +++ /dev/null @@ -1,11 +0,0 @@ -Changes applied to the pmx-2.7.3 tree as obtained from: - http://www.ctan.org/tex-archive/support/pmx/ - -Remove: - Makefile.in - aclocal.m4 - arith.h - configure - depcomp - install-sh - missing -- cgit v1.2.3