summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Tilley <lv@gentoo.org>2004-07-14 16:40:59 +0000
committerTravis Tilley <lv@gentoo.org>2004-07-14 16:40:59 +0000
commit38f0533fc1eac33b60a07ccb0a9c8356f8110ec5 (patch)
tree0f8d937e019a097522e9f14de468379b9b8e69ef /sys-apps/groff
parentsync IUSE (+ipv6) (diff)
downloadhistorical-38f0533fc1eac33b60a07ccb0a9c8356f8110ec5.tar.gz
historical-38f0533fc1eac33b60a07ccb0a9c8356f8110ec5.tar.bz2
historical-38f0533fc1eac33b60a07ccb0a9c8356f8110ec5.zip
added filter-flags -fnew-ra, fixes bug 57033
Diffstat (limited to 'sys-apps/groff')
-rw-r--r--sys-apps/groff/ChangeLog5
-rw-r--r--sys-apps/groff/Manifest4
-rw-r--r--sys-apps/groff/groff-1.19.ebuild8
3 files changed, 13 insertions, 4 deletions
diff --git a/sys-apps/groff/ChangeLog b/sys-apps/groff/ChangeLog
index 89ce9a5f86f2..450d218ffe9a 100644
--- a/sys-apps/groff/ChangeLog
+++ b/sys-apps/groff/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/groff
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/ChangeLog,v 1.40 2004/06/30 16:29:43 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/ChangeLog,v 1.41 2004/07/14 16:40:59 lv Exp $
+
+ 14 Jul 2004; Travis Tilley <lv@gentoo.org> groff-1.19.ebuild:
+ added filter-flags -fnew-ra, fixes bug 57033
30 Jun 2004; Aron Griffis <agriffis@gentoo.org> groff-1.18.1-r1.ebuild:
sync IUSE (+X), trim trailing whitespace
diff --git a/sys-apps/groff/Manifest b/sys-apps/groff/Manifest
index 79c51b8a9fba..06186ddf80bf 100644
--- a/sys-apps/groff/Manifest
+++ b/sys-apps/groff/Manifest
@@ -1,9 +1,9 @@
MD5 0731e5193754b6fcbc962d13f0eef29b groff-1.18.1-r4.ebuild 3146
MD5 04bb47e5545e19beeb54970d16368d90 groff-1.18.1-r1.ebuild 2303
MD5 a5e8030b4580d14da6770c540d755c11 groff-1.18.1-r3.ebuild 2985
-MD5 516c64014552049c3bc3cb4241efe1bd groff-1.19.ebuild 3036
+MD5 3c5cf62ff5c8b1393960a31a8ea2a610 groff-1.19.ebuild 3307
MD5 d68bb03ebc39a7b8a3c546424bba7132 groff-1.18.1-r2.ebuild 2834
-MD5 c06a99bdbc27c550c6e5e2bafa4b6543 ChangeLog 5776
+MD5 e00ecc9588d2aaeacf8804cec55f60e3 ChangeLog 5882
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
MD5 a94a3de58bb54769a2793e1f8602a618 files/groff_1.18.1-7-fix.patch 551
MD5 e0ea59264695cc68dc9947e4611dde5d files/groff-man-UTF-8.diff 391
diff --git a/sys-apps/groff/groff-1.19.ebuild b/sys-apps/groff/groff-1.19.ebuild
index aab9a3614d68..7e897ceef39f 100644
--- a/sys-apps/groff/groff-1.19.ebuild
+++ b/sys-apps/groff/groff-1.19.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.19.ebuild,v 1.9 2004/06/30 16:29:43 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.19.ebuild,v 1.10 2004/07/14 16:40:59 lv Exp $
inherit eutils flag-o-matic
@@ -70,6 +70,12 @@ src_compile() {
# myconf="${myconf} `use_enable cjk multibyte`"
+ # this is incredibly broken, i have no idea why people are trying to use
+ # it... even the documentation on it states that -fnew-ra is "meant only
+ # for testing. Users should not specify this option, since it is not yet
+ # ready for production use."
+ filter-flags -fnew-ra
+
./configure --host=${CHOST} \
--prefix=/usr \
--mandir=/usr/share/man \