-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: svn://tug.org/texlive/trunk/Build/source@70487 c570f23f-e606-0410-a88d-b1316a301751
- Loading branch information
Showing
29 changed files
with
224 additions
and
253 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
--- dvisvgm-3.2.1/configure.ac 2024-02-29 00:19:44.000000000 -0800 | ||
+++ ./configure.ac 2024-03-05 14:59:41.578987696 -0800 | ||
--- dvisvgm-3.2.2/configure.ac 2024-03-07 03:07:02.000000000 -0800 | ||
+++ ./configure.ac 2024-03-07 14:41:00.745785681 -0800 | ||
@@ -1,18 +1,31 @@ | ||
-# This file is part of dvisvgm | ||
-# Copyright (C) 2005-2024 Martin Gieseking <[email protected]> | ||
-# | ||
-# Process this file with autoconf to produce a configure script. | ||
- | ||
+dnl $Id: configure.ac 69453 2024-01-16 18:32:08Z karl $ | ||
+dnl $Id: configure.ac 70431 2024-03-05 23:23:42Z karl $ | ||
+dnl Process this file with autoconf to produce a configure script | ||
+dnl for dvisvgm in TeX Live. | ||
+dnl | ||
|
@@ -21,10 +21,10 @@ | |
+dnl Copyright 2005-2024 Martin Gieseking | ||
+dnl | ||
AC_PREREQ([2.69]) | ||
-AC_INIT([dvisvgm],[3.2.1],[[email protected]]) | ||
-AC_INIT([dvisvgm],[3.2.2],[[email protected]]) | ||
+m4_include([version.ac])[] dnl define dvisvgm_version | ||
+AC_INIT([dvisvgm (TeX Live)], dvisvgm_version, [[email protected]]) | ||
DATE="February 2024" | ||
DATE="March 2024" | ||
-AC_CONFIG_SRCDIR(src) | ||
+AC_CONFIG_SRCDIR([dvisvgm-src/src/dvisvgm.cpp]) | ||
AC_CONFIG_HEADERS([config.h]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,9 @@ | ||
--- dvisvgm-3.2.1/./Makefile.am 2024-01-03 02:50:11.000000000 -0800 | ||
+++ dvisvgm-src/./Makefile.am 2024-03-05 15:17:38.259701130 -0800 | ||
@@ -4,9 +4,12 @@ | ||
--- dvisvgm-3.2.2/./Makefile.am 2024-03-07 03:04:19.000000000 -0800 | ||
+++ dvisvgm-src/./Makefile.am 2024-03-07 14:43:29.913090622 -0800 | ||
@@ -4,5 +4,5 @@ | ||
## Process this file with automake. | ||
|
||
-include $(top_srcdir)/aminclude_static.am | ||
+include $(top_srcdir)/dvisvgm-src/aminclude_static.am | ||
|
||
AUTOMAKE_OPTIONS = foreign | ||
EXTRA_DIST = COPYING | ||
-SUBDIRS = libs src tests doc | ||
+SUBDIRS = libs src | ||
+if !TEXLIVE_BUILD | ||
+SUBDIRS += m4 tests doc | ||
+endif | ||
ACLOCAL_AMFLAGS = -I m4 | ||
|
||
--- dvisvgm-3.2.1/./libs/defs.am 2024-01-22 05:46:24.000000000 -0800 | ||
+++ dvisvgm-src/./libs/defs.am 2024-03-05 15:20:00.075059010 -0800 | ||
@@ -11,6 +11,6 @@ | ||
else | ||
if !HAVE_POTRACE | ||
-POTRACE_CFLAGS = -I$(dvisvgm_srcdir)/libs/potrace | ||
-POTRACE_LIBS = ../libs/potrace/libpotrace.a | ||
+# POTRACE_CFLAGS = -I$(dvisvgm_srcdir)/libs/potrace | ||
+# POTRACE_LIBS = ../libs/potrace/libpotrace.a | ||
endif !HAVE_POTRACE | ||
endif !TEXLIVE_BUILD | ||
--- dvisvgm-3.2.1/./src/Makefile.am 2024-02-29 00:19:44.000000000 -0800 | ||
+++ dvisvgm-src/./src/Makefile.am 2024-03-05 15:05:07.159805866 -0800 | ||
@@ -258,13 +258,2 @@ | ||
@POTRACE_RULE@ | ||
endif TEXLIVE_BUILD | ||
- | ||
-if TEXLIVE_BUILD | ||
-# Rebuild libkpathsea: | ||
-@KPATHSEA_RULE@ | ||
-# Rebuild libfreetype: | ||
-@FREETYPE2_RULE@ | ||
-# Rebuild libz: | ||
-@ZLIB_RULE@ | ||
-# Rebuild potrace: | ||
-@POTRACE_RULE@ | ||
-endif TEXLIVE_BUILD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#! /bin/sh | ||
# Guess values for system-dependent variables and create Makefiles. | ||
# Generated by GNU Autoconf 2.72 for dvisvgm (TeX Live) 3.2.1. | ||
# Generated by GNU Autoconf 2.72 for dvisvgm (TeX Live) 3.2.2. | ||
# | ||
# Report bugs to <[email protected]>. | ||
# | ||
|
@@ -614,8 +614,8 @@ MAKEFLAGS= | |
# Identity of this package. | ||
PACKAGE_NAME='dvisvgm (TeX Live)' | ||
PACKAGE_TARNAME='dvisvgm--tex-live-' | ||
PACKAGE_VERSION='3.2.1' | ||
PACKAGE_STRING='dvisvgm (TeX Live) 3.2.1' | ||
PACKAGE_VERSION='3.2.2' | ||
PACKAGE_STRING='dvisvgm (TeX Live) 3.2.2' | ||
PACKAGE_BUGREPORT='[email protected]' | ||
PACKAGE_URL='' | ||
|
||
|
@@ -1431,7 +1431,7 @@ if test "$ac_init_help" = "long"; then | |
# Omit some internal or obsolete options to make the list less imposing. | ||
# This message is too long to be a string in the A/UX 3.1 sh. | ||
cat <<_ACEOF | ||
'configure' configures dvisvgm (TeX Live) 3.2.1 to adapt to many kinds of systems. | ||
'configure' configures dvisvgm (TeX Live) 3.2.2 to adapt to many kinds of systems. | ||
|
||
Usage: $0 [OPTION]... [VAR=VALUE]... | ||
|
||
|
@@ -1503,7 +1503,7 @@ fi | |
|
||
if test -n "$ac_init_help"; then | ||
case $ac_init_help in | ||
short | recursive ) echo "Configuration of dvisvgm (TeX Live) 3.2.1:";; | ||
short | recursive ) echo "Configuration of dvisvgm (TeX Live) 3.2.2:";; | ||
esac | ||
cat <<\_ACEOF | ||
|
||
|
@@ -1643,7 +1643,7 @@ fi | |
test -n "$ac_init_help" && exit $ac_status | ||
if $ac_init_version; then | ||
cat <<\_ACEOF | ||
dvisvgm (TeX Live) configure 3.2.1 | ||
dvisvgm (TeX Live) configure 3.2.2 | ||
generated by GNU Autoconf 2.72 | ||
|
||
Copyright (C) 2023 Free Software Foundation, Inc. | ||
|
@@ -2391,7 +2391,7 @@ cat >config.log <<_ACEOF | |
This file contains any messages produced by compilers while | ||
running configure, to aid debugging if configure makes a mistake. | ||
|
||
It was created by dvisvgm (TeX Live) $as_me 3.2.1, which was | ||
It was created by dvisvgm (TeX Live) $as_me 3.2.2, which was | ||
generated by GNU Autoconf 2.72. Invocation command line was | ||
|
||
$ $0$ac_configure_args_raw | ||
|
@@ -3386,7 +3386,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ | |
ac_compiler_gnu=$ac_cv_c_compiler_gnu | ||
|
||
|
||
DATE="February 2024" | ||
DATE="March 2024" | ||
|
||
ac_config_headers="$ac_config_headers config.h" | ||
|
||
|
@@ -9185,7 +9185,7 @@ fi | |
|
||
# Define the identity of the package. | ||
PACKAGE='dvisvgm--tex-live-' | ||
VERSION='3.2.1' | ||
VERSION='3.2.2' | ||
|
||
|
||
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h | ||
|
@@ -21644,7 +21644,7 @@ Usage: $0 [OPTIONS] | |
Report bugs to <[email protected]>." | ||
|
||
lt_cl_version="\ | ||
dvisvgm (TeX Live) config.lt 3.2.1 | ||
dvisvgm (TeX Live) config.lt 3.2.2 | ||
configured by $0, generated by GNU Autoconf 2.72. | ||
|
||
Copyright (C) 2011 Free Software Foundation, Inc. | ||
|
@@ -25142,7 +25142,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | |
# report actual input values of CONFIG_FILES etc. instead of their | ||
# values after options handling. | ||
ac_log=" | ||
This file was extended by dvisvgm (TeX Live) $as_me 3.2.1, which was | ||
This file was extended by dvisvgm (TeX Live) $as_me 3.2.2, which was | ||
generated by GNU Autoconf 2.72. Invocation command line was | ||
|
||
CONFIG_FILES = $CONFIG_FILES | ||
|
@@ -25210,7 +25210,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\ | |
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | ||
ac_cs_config='$ac_cs_config_escaped' | ||
ac_cs_version="\\ | ||
dvisvgm (TeX Live) config.status 3.2.1 | ||
dvisvgm (TeX Live) config.status 3.2.2 | ||
configured by $0, generated by GNU Autoconf 2.72, | ||
with options \\"\$ac_cs_config\\" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ dnl | |
AC_PREREQ([2.69]) | ||
m4_include([version.ac])[] dnl define dvisvgm_version | ||
AC_INIT([dvisvgm (TeX Live)], dvisvgm_version, [[email protected]]) | ||
DATE="February 2024" | ||
DATE="March 2024" | ||
AC_CONFIG_SRCDIR([dvisvgm-src/src/dvisvgm.cpp]) | ||
AC_CONFIG_HEADERS([config.h]) | ||
AC_CONFIG_MACRO_DIRS([../../m4])dnl not just _DIR | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.