summaryrefslogtreecommitdiff
path: root/editors/elvis/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-05-15 16:29:19 +0000
committerjoerg <joerg@pkgsrc.org>2006-05-15 16:29:19 +0000
commitcc3c22ccc2dd21f479342e3192bbbfe22dcb7570 (patch)
tree3c3dc6708ab04c91e596485e8afbeb8a94493a3f /editors/elvis/patches
parentfd3950fc40f0e3ca956dbc357245eecb4cb3ba3f (diff)
downloadpkgsrc-cc3c22ccc2dd21f479342e3192bbbfe22dcb7570.tar.gz
Install man pages into man1, not manl and no formated version.
Bump revisions of elvis and elvis-x11. Should fix PR 33468.
Diffstat (limited to 'editors/elvis/patches')
-rw-r--r--editors/elvis/patches/patch-aa27
-rw-r--r--editors/elvis/patches/patch-ac15
2 files changed, 10 insertions, 32 deletions
diff --git a/editors/elvis/patches/patch-aa b/editors/elvis/patches/patch-aa
deleted file mode 100644
index 8f53e4af3d5..00000000000
--- a/editors/elvis/patches/patch-aa
+++ /dev/null
@@ -1,27 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/01/20 21:16:07 recht Exp $
-
---- instman.sh.orig 2003-10-21 04:32:25.000000000 +0200
-+++ instman.sh 2003-12-09 20:42:20.000000000 +0100
-@@ -207,18 +207,18 @@
- install)
- if [ -x /usr/bin/nroff ]
- then
-- /usr/bin/nroff -man doc/$i.man >$catdir/$i$ext
-+ /usr/bin/nroff -man doc/$i.man >$catdir/$i.0
- elif [ -x ./elvis ]
- then
- ELVISPATH=dummypath; export ELVISPATH
-- ./elvis -Gquit -c"se bd=man lpt=bs lplines=0|lp! $catdir/$i$ext" doc/$i.man
-+ ./elvis -Gquit -c"se bd=man lpt=bs lplines=0|lp! $catdir/$i.0" doc/$i.man
- else
- # give nroff another chance
-- nroff -man doc/$i.man >$catdir/$i$ext
-+ nroff -man doc/$i.man >$catdir/$i.0
- fi
- ;;
- remove)
-- rm $catdir/$i$ext*
-+ rm $catdir/$i.0
- ;;
- esac
- done
diff --git a/editors/elvis/patches/patch-ac b/editors/elvis/patches/patch-ac
index 3d11d44d825..b98d2a9f55f 100644
--- a/editors/elvis/patches/patch-ac
+++ b/editors/elvis/patches/patch-ac
@@ -1,14 +1,19 @@
-$NetBSD: patch-ac,v 1.1 2004/01/21 10:11:19 recht Exp $
+$NetBSD: patch-ac,v 1.2 2006/05/15 16:29:19 joerg Exp $
---- Makefile.in.orig 2003-10-21 04:32:25.000000000 +0200
-+++ Makefile.in 2004-01-20 23:42:20.000000000 +0100
-@@ -441,22 +441,20 @@
+--- Makefile.in.orig 2003-10-21 02:32:25.000000000 +0000
++++ Makefile.in
+@@ -440,23 +440,24 @@ install.unix: $(ALL) doc/elvtags.man
+ (cd doc; for i in *.man; do sed 's/Elvis 2\.[0-9x][0-9a-z-]*/Elvis $(VERSION)/' $$i >$(DOCDIR)/$$i; done)
-(cd $(DATADIR); $(BINDIR)/elvtags -gitv stubs/*.c || ctags stubs/*.c)
chmod 0755 $(DATADIR)/*/. $(DATADIR) $(DOCDIR)
- sh instman.sh -p$(PREFIX) $(ALL)
+- sh instman.sh -p$(PREFIX) $(ALL)
- -[ -d /etc/elvis ] || mkdir /etc/elvis
- -chmod 0755 /etc/elvis/
- -@ : >/etc/elvis/README && ( \
++ ${BSD_INSTALL_MAN} doc/elvfmt.man ${PREFIX}/${PKGMANDIR}/man1/elvfmt.1
++ ${BSD_INSTALL_MAN} doc/elvis.man ${PREFIX}/${PKGMANDIR}/man1/elvis.1
++ ${BSD_INSTALL_MAN} doc/elvtags.man ${PREFIX}/${PKGMANDIR}/man1/elvtags.1
++ ${BSD_INSTALL_MAN} doc/ref.man ${PREFIX}/${PKGMANDIR}/man1/ref.1
+ -@ : >$(DATADIR)/README.etc && ( \
echo "This directory contains system-dependent versions of elvis' configuration" \
echo "files. The standard versions are available in $(DATADIR)" \