From 4eb9b184297e5bc7157f57d2f7e4e70bf1995eb4 Mon Sep 17 00:00:00 2001 From: jmmv Date: Wed, 4 Dec 2002 09:35:47 +0000 Subject: Do not use MANCOMPRESSED and avoid manpage compression during installation (it was not even working properly and caused problems). --- editors/TeXmacs/Makefile | 3 +-- editors/TeXmacs/distinfo | 4 ++-- editors/TeXmacs/patches/patch-aa | 15 ++++++++++++++- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/editors/TeXmacs/Makefile b/editors/TeXmacs/Makefile index 8fcaaf4e505..43d460d6eee 100644 --- a/editors/TeXmacs/Makefile +++ b/editors/TeXmacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/12/02 21:34:06 jmmv Exp $ +# $NetBSD: Makefile,v 1.8 2002/12/04 09:35:47 jmmv Exp $ DISTNAME= TeXmacs-1.0.0.23-src PKGNAME= ${DISTNAME:S/-src//} @@ -17,7 +17,6 @@ USE_BUILDLINK2= yes USE_GMAKE= yes USE_X11= yes GNU_CONFIGURE= yes -MANCOMPRESSED= yes LDFLAGS+= -Wl,-R${PREFIX}/libexec/${PKGNAME}/lib diff --git a/editors/TeXmacs/distinfo b/editors/TeXmacs/distinfo index fd995dd6b47..f1fb9c39f9a 100644 --- a/editors/TeXmacs/distinfo +++ b/editors/TeXmacs/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2002/12/02 21:34:07 jmmv Exp $ +$NetBSD: distinfo,v 1.7 2002/12/04 09:35:47 jmmv Exp $ SHA1 (TeXmacs-1.0.0.23-src.tar.gz) = 1c52f2a2a053ce196ec9d3fc0c471a5a83f03c01 Size (TeXmacs-1.0.0.23-src.tar.gz) = 1620417 bytes -SHA1 (patch-aa) = f8d319ce0ac9b92935d79795704b460ea68919f5 +SHA1 (patch-aa) = b6b9e9cc0c8d19fad3ae158cf3e6ebd75d58449a SHA1 (patch-ab) = 53a5161bf9fa7ea7fafce5d9de6bbcc1aedd32ce diff --git a/editors/TeXmacs/patches/patch-aa b/editors/TeXmacs/patches/patch-aa index 202afaa2f4f..31e6b1e9297 100644 --- a/editors/TeXmacs/patches/patch-aa +++ b/editors/TeXmacs/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.3 2002/12/02 21:34:08 jmmv Exp $ +$NetBSD: patch-aa,v 1.4 2002/12/04 09:35:48 jmmv Exp $ --- Makefile.in.orig Thu Nov 28 00:55:59 2002 +++ Makefile.in @@ -11,3 +11,16 @@ $NetBSD: patch-aa,v 1.3 2002/12/02 21:34:08 jmmv Exp $ $(CP) $(tmdir)/fonts $(DESTDIR)$(tmdata) $(CP) $(tmdir)/langs $(DESTDIR)$(tmdata) $(CP) $(tmdir)/misc $(DESTDIR)$(tmdata) +@@ -112,10 +112,8 @@ INSTALL: + $(MKDIR) $(DESTDIR)$(mandir)/man1 + $(CP) misc/man/fig2ps.1 $(DESTDIR)$(mandir)/man1 + $(CP) misc/man/texmacs.1 $(DESTDIR)$(mandir)/man1 +- $(GZIP) $(DESTDIR)$(mandir)/man1/fig2ps.1 +- $(GZIP) $(DESTDIR)$(mandir)/man1/texmacs.1 +- $(CHMOD) go=rX $(DESTDIR)$(mandir)/man1/fig2ps.1.gz +- $(CHMOD) go=rX $(DESTDIR)$(mandir)/man1/texmacs.1.gz ++ $(CHMOD) go=rX $(DESTDIR)$(mandir)/man1/fig2ps.1 ++ $(CHMOD) go=rX $(DESTDIR)$(mandir)/man1/texmacs.1 + @echo installed TeXmacs manual pages in $(DESTDIR)$(mandir) + @echo ---------------------------------------------------- + @echo TeXmacs has been successfully installed -- cgit v1.2.3