source: scripts/untested/blfs-patches/tetex-src-2.0.2-remove_readlink-1.patch@ 7ed0e05

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 7ed0e05 was 617118d, checked in by Jim Gifford <clfs@…>, 19 years ago

r561@server (orig r559): root | 2005-06-05 02:38:49 -0700
Fixed Directory Structure

  • Property mode set to 100644
File size: 2.3 KB
RevLine 
[617118d]1Submitted By: Jim Gifford (jim at linuxfromscratch dot org)
2Date: 2004-05-24
3Initial Package Version: 2.0.2
4Origin: Jim Gifford
5Upstream Status: Not Sent
6Description: Removes Readlink. Readlink is also included in
7 coreutils. Coreutils version is more robust.
8
9$LastChangedBy: bdubbs $
10$Date: 2004-08-07 18:56:30 -0600 (Sat, 07 Aug 2004) $
11
12--- tetex-src-2.0.2/texk/kpathsea/Makefile.in.orig 2004-05-24 07:58:14.501539043 +0000
13+++ tetex-src-2.0.2/texk/kpathsea/Makefile.in 2004-05-24 07:58:42.672450852 +0000
14@@ -38,7 +38,7 @@
15 .c.lo:
16 $(KPATHSEA_CC) $< $(ALL_CFLAGS)
17
18-default all: kpsewhich kpsestat access readlink $(library).info manfiles
19+default all: kpsewhich kpsestat access $(library).info manfiles
20
21 kpsewhich: $(kpathsea) kpsewhich.o
22 $(kpathsea_link) kpsewhich.o $(LOADLIBES)
23@@ -49,9 +49,6 @@
24 access: access.o
25 $(link_command) access.o
26
27-readlink: readlink.o
28- $(link_command) readlink.o
29-
30 $(kpathsea): $(objects) klibtool.version
31 $(LIBTOOL) archive $(AR) $(ARFLAGS) $@ $(objects)
32
33@@ -184,7 +181,6 @@
34 $(INSTALL_LIBTOOL_PROG) $(bindir) kpsewhich
35 $(INSTALL_PROGRAM) kpsestat $(bindir)
36 $(INSTALL_PROGRAM) access $(bindir)
37- $(INSTALL_PROGRAM) readlink $(bindir)
38 uninstall-exec:
39 rm -f $(bindir)/kpsewhich
40
41@@ -259,13 +255,13 @@
42 ac_include ../make/clean.mk
43
44 mostlyclean::
45- rm -f kpsewhich kpsestat access readlink *.lo klibtool.version
46+ rm -f kpsewhich kpsestat access *.lo klibtool.version
47 rm -rf PROF PROF_SHARED SHARED STATIC
48 distclean::
49 rm -f paths.h texmf.cnf texmf.sed stamp-paths
50
51 # The manual pages
52-manfiles = access.1 kpsestat.1 kpsewhich.1 readlink.1 \
53+manfiles = access.1 kpsestat.1 kpsewhich.1 \
54 mktexlsr.1 mktexmf.1 mktextfm.1 mktexpk.1
55
56 ac_include ../make/man.mk
57--- tetex-src-2.0.2/Makefile.in.orig 2004-05-24 07:57:20.638371669 +0000
58+++ tetex-src-2.0.2/Makefile.in 2004-05-24 07:57:33.008094276 +0000
59@@ -44,7 +44,7 @@
60 kpsewhich mag makeindex makeinfo mf mf-nowin mft mfw mpost mpto newer \
61 odvicopy odvips odvitype omega omfonts otangle otp2ocp outocp oxdvi.bin \
62 patgen pdfetex pdftex pfb2pfa pk2bm pktogf pktype pltotf pooltype ps2pk \
63- readlink tangle tcdialog tex texindex tftopl tie ttf2afm vftovp vptovf \
64+ tangle tcdialog tex texindex tftopl tie ttf2afm vftovp vptovf \
65 weave xdvi.bin
66
67 # Subdirectories that have makefiles
Note: See TracBrowser for help on using the repository browser.