Gentoo Archives: gentoo-dev

From: Einar Karttunen <ekarttun@×××××××××××.FI>
To: gentoo-dev@g.o
Subject: [gentoo-dev] Patching psgml-ebuild
Date: Mon, 29 Oct 2001 02:51:13
Message-Id: 20011029115102.A2683@cs.helsinki.fi
1 Hello
2
3 The psgml-mode doesn't work in GNU emacs21 unless patched. The
4 patch is avaiable in the problems file. If the patch doesn't
5 make psgml unusable in xemacs could it be merged in psgml-ebuild?
6
7 The changes in the ebuild are trivial:
8 *** psgml/psgml-1.2.2.ebuild Wed May 9 07:37:31 2001
9 --- psgml-patched/psgml-1.2.2-r1.ebuild Mon Oct 29 12:34:38 2001
10 ***************
11 *** 14,17 ****
12 --- 14,18 ----
13 src_compile() {
14
15 + try patch -p0 < ${FILESDIR}/emacs21.patch
16 try ./configure --prefix=/usr --infodir=/usr/share/info --host=${CHOST}
17 try make
18
19 And the patch file is 3.8kb so size shouldn't be a problem either.
20
21 - Einar Karttunen