Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
catdvi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
catdvi
Commits
c40f1c89
Commit
c40f1c89
authored
Jun 05, 2019
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial commit
parents
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
32 additions
and
0 deletions
+32
-0
Makefile
Makefile
+8
-0
catdvi-0.14-fix_kpathsea_version_string.patch
catdvi-0.14-fix_kpathsea_version_string.patch
+12
-0
catdvi-0.14-no_latex.patch
catdvi-0.14-no_latex.patch
+12
-0
catdvi-0.14.tar.bz2
catdvi-0.14.tar.bz2
+0
-0
No files found.
Makefile
0 → 100644
View file @
c40f1c89
all
:
tar
xf catdvi-0.14.tar.bz2
patch
-Np1
-d
catdvi-0.14 < catdvi-0.14-fix_kpathsea_version_string.patch
patch
-Np1
-d
catdvi-0.14 < catdvi-0.14-no_latex.patch
cd
catdvi-0.14
&&
./configure
--prefix
=
/usr
--mandir
=
/usr/share/man
$(MAKE)
-C
catdvi-0.14
$(MAKE)
-C
catdvi-0.14
install
rm
-rf
catdvi-0.14
catdvi-0.14-fix_kpathsea_version_string.patch
0 → 100644
View file @
c40f1c89
diff -uNr catdvi-0.14/kpathsea.c catdvi-0.14-fix_kpathsea_version_string/kpathsea.c
--- catdvi-0.14/kpathsea.c 2000-02-18 05:59:52.000000000 +0800
+++ catdvi-0.14-fix_kpathsea_version_string/kpathsea.c 2019-05-29 00:19:59.410031836 +0800
@@ -36,7 +36,7 @@
void version_findtfm(void)
{
- extern char * kpathsea_version_string;
+ extern const char * kpathsea_version_string;
puts(kpathsea_version_string);
}
catdvi-0.14-no_latex.patch
0 → 100644
View file @
c40f1c89
diff -uNr catdvi-0.14/GNUmakefile catdvi-0.14-no_latex/GNUmakefile
--- catdvi-0.14/GNUmakefile 2019-05-29 17:15:03.831000000 +0800
+++ catdvi-0.14-no_latex/GNUmakefile 2019-05-29 17:15:32.018000000 +0800
@@ -54,7 +54,7 @@
sources := $(wildcard *.c)
encfiles := $(wildcard enc/*.enc)
-all1 : $(programs) $(tests:.tex=.dvi)
+all1 : $(programs)
catdvi : bytesex.o catdvi.o fixword.o fntenc.o fontinfo.o outenc.o \
page.o readdvi.o regsta.o util.o glyphops.o linebuf.o\
catdvi-0.14.tar.bz2
0 → 100644
View file @
c40f1c89
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment