diff options
author | reed <reed@pkgsrc.org> | 2005-09-13 22:51:42 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-09-13 22:51:42 +0000 |
commit | 2ebfd10e7222c3353f762fb11e621d273a579b30 (patch) | |
tree | 18c8328c7b8724e68e7073ffd017372b3ddb9ea7 /x11/xorg-imake/patches | |
parent | 8c314f55ff616924760bde7531d92ac23aebe59f (diff) | |
download | pkgsrc-2ebfd10e7222c3353f762fb11e621d273a579b30.tar.gz |
Fix the NetBSD.cf pre-formatted manual page make target so it
creates the manpage in current build directory instead of unsafely
in tmp directory. Discussed with Xorg and XFree86 security teams
and fixed there also.
Bump PKGREVISION.
Diffstat (limited to 'x11/xorg-imake/patches')
-rw-r--r-- | x11/xorg-imake/patches/patch-ac | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/x11/xorg-imake/patches/patch-ac b/x11/xorg-imake/patches/patch-ac index 27ebe20945c..5e846c521c4 100644 --- a/x11/xorg-imake/patches/patch-ac +++ b/x11/xorg-imake/patches/patch-ac @@ -1,7 +1,7 @@ -$NetBSD: patch-ac,v 1.3 2004/12/27 17:26:18 xtraeme Exp $ +$NetBSD: patch-ac,v 1.4 2005/09/13 22:51:42 reed Exp $ ---- config/cf/NetBSD.cf.in.orig 2004-08-15 02:03:36.000000000 +0200 -+++ config/cf/NetBSD.cf.in 2004-12-20 15:33:15.000000000 +0100 +--- config/cf/NetBSD.cf.in.orig 2004-08-14 17:03:36.000000000 -0700 ++++ config/cf/NetBSD.cf.in 2005-09-12 15:21:11.000000000 -0700 @@ -123,7 +123,7 @@ # define ThreadedX YES # define HasThreadSafeAPI YES @@ -103,7 +103,18 @@ $NetBSD: patch-ac,v 1.3 2004/12/27 17:26:18 xtraeme Exp $ /* * agpgart support (NetBSD 1.5Y and up) */ -@@ -588,7 +597,7 @@ +@@ -468,9 +477,7 @@ + file.0:: file.$(MANNEWSUFFIX) @@\ + @if [ -f file.$(MANNEWSUFFIX) ]; \ @@\ + then \ @@\ +- cat file.$(MANNEWSUFFIX) | $(NEQN) | $(TBL) | $(NROFF) $(MANMACROS) | $(COL) >/tmp/$$$$.man; \ @@\ +- cp /tmp/$$$$.man file.0; \ @@\ +- $(RM) /tmp/$$$$.man; \ @@\ ++ cat file.$(MANNEWSUFFIX) | $(NEQN) | $(TBL) | $(NROFF) $(MANMACROS) | $(COL) > file.0; \ @@\ + fi @@\ + @@\ + install.man:: @@\ +@@ -588,7 +595,7 @@ # define BuildXInputLib YES #endif |