diff options
3 files changed, 17 insertions, 0 deletions
diff --git a/Build/source/texk/dvipdfmx/dvipdfmx-20120420-PATCHES/ChangeLog b/Build/source/texk/dvipdfmx/dvipdfmx-20120420-PATCHES/ChangeLog index e3bcbf654ff..0adc22bbaf0 100644 --- a/Build/source/texk/dvipdfmx/dvipdfmx-20120420-PATCHES/ChangeLog +++ b/Build/source/texk/dvipdfmx/dvipdfmx-20120420-PATCHES/ChangeLog @@ -1,3 +1,8 @@ +2012-04-21 Peter Breitenlohner <peb@mppmu.mpg.de> + + * patch-01-texlive (new): Indicate this the TeX Live version. + * dvipdfmx.c (show_version): Print "modified for TeX Live,". + 2012-04-20 Norbert Preining <preining@logic.at> Created snapshot 20120420. diff --git a/Build/source/texk/dvipdfmx/dvipdfmx-20120420-PATCHES/patch-01-texlive b/Build/source/texk/dvipdfmx/dvipdfmx-20120420-PATCHES/patch-01-texlive new file mode 100644 index 00000000000..b7faf13d3ce --- /dev/null +++ b/Build/source/texk/dvipdfmx/dvipdfmx-20120420-PATCHES/patch-01-texlive @@ -0,0 +1,11 @@ +diff -ur dvipdfmx-20120420.orig/src/dvipdfmx.c dvipdfmx-20120420/src/dvipdfmx.c +--- dvipdfmx-20120420.orig/src/dvipdfmx.c 2012-04-20 01:54:05.000000000 +0200 ++++ dvipdfmx-20120420/src/dvipdfmx.c 2012-04-21 12:04:07.000000000 +0200 +@@ -133,6 +133,7 @@ + show_version (void) + { + fprintf(stdout, "\nThis is %s-%s by the DVIPDFMx project team,\n", PACKAGE, VERSION); ++ fprintf(stdout, "modified for TeX Live,\n"); + fprintf(stdout, "an extended version of dvipdfm-0.13.2c developed by Mark A. Wicks.\n"); + fprintf(stdout, "\nCopyright (C) 2002-2012 by the DVIPDFMx project team\n"); + fprintf(stdout, "\nThis is free software; you can redistribute it and/or modify\n"); diff --git a/Build/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvipdfmx.c b/Build/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvipdfmx.c index 65d427271cc..2c6ee0b0fb1 100644 --- a/Build/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvipdfmx.c +++ b/Build/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvipdfmx.c @@ -133,6 +133,7 @@ static void show_version (void) { fprintf(stdout, "\nThis is %s-%s by the DVIPDFMx project team,\n", PACKAGE, VERSION); + fprintf(stdout, "modified for TeX Live,\n"); fprintf(stdout, "an extended version of dvipdfm-0.13.2c developed by Mark A. Wicks.\n"); fprintf(stdout, "\nCopyright (C) 2002-2012 by the DVIPDFMx project team\n"); fprintf(stdout, "\nThis is free software; you can redistribute it and/or modify\n"); |