]> git.pld-linux.org Git - packages/groff.git/commitdiff
- colours patch - by default use old drawing scheme in grotty (set GROFF_SGR groff-1_18-2
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 6 Aug 2002 21:35:22 +0000 (21:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  variable for new) - new scheme causes displaying trash under many pagers
- release 2

Changed files:
    groff-colours.patch -> 1.1
    groff.spec -> 1.58

groff-colours.patch [new file with mode: 0644]
groff.spec

diff --git a/groff-colours.patch b/groff-colours.patch
new file mode 100644 (file)
index 0000000..c75e6c5
--- /dev/null
@@ -0,0 +1,11 @@
+--- groff-1.18/src/devices/grotty/tty.cc.orig  Wed Jun 19 23:31:15 2002
++++ groff-1.18/src/devices/grotty/tty.cc       Tue Aug  6 23:25:26 2002
+@@ -664,7 +664,7 @@
+ {
+   program_name = argv[0];
+   static char stderr_buf[BUFSIZ];
+-  if (getenv("GROFF_NO_SGR"))
++  if (!getenv("GROFF_SGR"))
+     old_drawing_scheme = 1;
+   setbuf(stderr, stderr_buf);
+   int c;
index 04386b1c1e623ec17e0504d3127b2d696890662d..dbbfefc51240b1c4923e001d7c936693e2606c21 100644 (file)
@@ -9,7 +9,7 @@ Summary(tr):    GNU groff metin bi
 Summary(uk):   GNU groff - ÐÁËÅÔ ÄÌÑ ÆÏÒÍÁÔÕ×ÁÎÎÑ ÔÅËÓÔÕ
 Name:          groff
 Version:       1.18
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Publishing
 Source0:       ftp://ftp.ffii.org/pub/groff/%{name}-%{version}.tar.gz
@@ -18,6 +18,7 @@ Source2:      http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-ma
 Patch0:                %{name}-safer.patch
 Patch1:                %{name}-DESTDIR.patch
 Patch2:                %{name}-info.patch
+Patch3:                %{name}-colours.patch
 BuildRequires: XFree86-devel
 BuildRequires: autoconf
 BuildRequires: libstdc++-devel
@@ -186,6 +187,7 @@ u
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 rm -f config.cache
This page took 0.03178 seconds and 4 git commands to generate.