diff options
Diffstat (limited to 'print/lgrind/files')
-rw-r--r-- | print/lgrind/files/patch-Makefile | 16 | ||||
-rw-r--r-- | print/lgrind/files/patch-source_Makefile | 12 | ||||
-rw-r--r-- | print/lgrind/files/patch-source_lgrind.c | 11 | ||||
-rw-r--r-- | print/lgrind/files/patch-source_regexp.c | 11 |
4 files changed, 50 insertions, 0 deletions
diff --git a/print/lgrind/files/patch-Makefile b/print/lgrind/files/patch-Makefile new file mode 100644 index 000000000000..94708e838b72 --- /dev/null +++ b/print/lgrind/files/patch-Makefile @@ -0,0 +1,16 @@ +--- Makefile.orig Sat Apr 20 14:54:37 2002 ++++ Makefile Sat Apr 20 14:55:38 2002 +@@ -2,11 +2,11 @@ + + # $Id: Makefile,v 1.10 2000/12/27 21:42:37 mike Exp $ + +-BASEDIR=/usr ++BASEDIR=/usr/local + #DEFSFILE=${HOME}/Work/lgrind/lgrindef + DEFSFILE=$(BASEDIR)/share/texmf/tex/latex/lgrind/lgrindef + TEXFILEDIR=$(BASEDIR)/share/texmf/tex/latex/lgrind +-DOCDIR=$(BASEDIR)/doc/lgrind ++DOCDIR=$(BASEDIR)/share/texmf/doc/latex/lgrind + + INSTALL=install + SOURCES=lgrind.c lgutil.c regexp.c regexp.h lgrindef.c lgrindef.h retest.c v2lg.c diff --git a/print/lgrind/files/patch-source_Makefile b/print/lgrind/files/patch-source_Makefile new file mode 100644 index 000000000000..0d764fd56dba --- /dev/null +++ b/print/lgrind/files/patch-source_Makefile @@ -0,0 +1,12 @@ +--- source/Makefile.orig Sat Apr 20 15:18:16 2002 ++++ source/Makefile Sat Apr 20 15:21:27 2002 +@@ -33,7 +33,9 @@ + install: all + $(INSTALL) -s lgrind $(BINDIR)/lgrind + $(INSTALL) -m 644 $(MANPAGES1) $(MANDIR)/man1 ++ gzip $(MANDIR)/man1/$(MANPAGES1) + $(INSTALL) -m 644 $(MANPAGES5) $(MANDIR)/man5 ++ gzip $(MANDIR)/man5/$(MANPAGES5) + + clean: + rm -f $(OBJS) lgrind retest v2lg diff --git a/print/lgrind/files/patch-source_lgrind.c b/print/lgrind/files/patch-source_lgrind.c new file mode 100644 index 000000000000..27392f0450bb --- /dev/null +++ b/print/lgrind/files/patch-source_lgrind.c @@ -0,0 +1,11 @@ +--- source/lgrind.c.orig Fri Mar 28 10:08:41 2003 ++++ source/lgrind.c Fri Mar 28 10:09:12 2003 +@@ -94,7 +94,7 @@ + #include <stdlib.h> + #include <ctype.h> + #include <string.h> +-#include <malloc.h> ++/*#include <malloc.h> */ + #include <time.h> + /* One of the following two (depending on your system) */ + #include <unistd.h> diff --git a/print/lgrind/files/patch-source_regexp.c b/print/lgrind/files/patch-source_regexp.c new file mode 100644 index 000000000000..708207ffbc95 --- /dev/null +++ b/print/lgrind/files/patch-source_regexp.c @@ -0,0 +1,11 @@ +--- source/regexp.c.orig Fri Mar 28 10:09:46 2003 ++++ source/regexp.c Fri Mar 28 10:10:13 2003 +@@ -56,7 +56,7 @@ + + + #include <stdio.h> +-#include <malloc.h> ++#include <stdlib.h> + #include <ctype.h> + #include <string.h> + #include "regexp.h" |