diff options
author | Will Andrews <will@FreeBSD.org> | 2002-03-16 23:40:19 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-03-16 23:40:19 +0000 |
commit | 92becb4baf7713b343d948a652f39579b35fcb52 (patch) | |
tree | e95fd7d2f39f40888e10b2d3afdb76e7196d0055 /x11/XFree86-4-libraries/files/patch-h | |
parent | XFree86 4.2.0 Stage 1: bsd.port.mk (diff) |
XFree86 4.2.0 Stage 2: XFree86-4-* miniport upgrades
[1] Upgrade to 4.2.0.
[2] Allow Wraphelp.c to be fetched by default, set HasXdmAuth=YES
by default.
Submitted by: [1] sf, taguchi@tohoku.iij.ad.jp
Approved by: [2] core
Notes
Notes:
svn path=/head/; revision=56229
Diffstat (limited to 'x11/XFree86-4-libraries/files/patch-h')
-rw-r--r-- | x11/XFree86-4-libraries/files/patch-h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-h b/x11/XFree86-4-libraries/files/patch-h index a9649b315c06..d0e8bbfd19f5 100644 --- a/x11/XFree86-4-libraries/files/patch-h +++ b/x11/XFree86-4-libraries/files/patch-h @@ -1,6 +1,6 @@ ---- config/cf/Imake.rules.orig Fri Apr 27 06:27:48 2001 -+++ config/cf/Imake.rules Mon Jun 4 19:56:42 2001 -@@ -1388,7 +1388,7 @@ +--- config/cf/Imake.rules.orig Tue Dec 18 05:00:37 2001 ++++ config/cf/Imake.rules Sat Jan 19 22:47:40 2002 +@@ -1399,7 +1399,7 @@ dest.suffix.html: file.$(MANNEWSUFFIX) RmanCmdDependency @@\ RemoveFiles(dest.suffix.html dest.suffix-html) @@\ RunProgram(RMAN,$(RMANOPTIONS) < file.$(MANNEWSUFFIX) \ @@\ @@ -9,16 +9,16 @@ @@\ install.man:: dest.suffix.html @@\ MakeDir($(DESTDIR)$(DOCHTMLDIR)) @@\ -@@ -1624,7 +1624,7 @@ +@@ -1644,7 +1644,7 @@ MakeDir(Concat($(DESTDIR),npath/mdir)) @@\ @MakeFlagsToShellFlags(i,set +e); \ @@\ if [ -d Concat($(DESTDIR),opath/cdir) ]; then \ @@\ - RELPATH=`echo opath/cdir | \ @@\ + RELPATH=`cd opath/cdir; pwd | \ @@\ - sed -e 's:^.::' -e 's:[^/.][^/]*:..:'g`; \ @@\ + sed -e 's:^/::' -e 's:[^/.][^/]*:..:'g -e 's:/\.$$::'`; \ @@\ cd Concat($(DESTDIR),opath/cdir); \ @@\ if [ -d rdir -a ! -h rdir ]; then \ @@\ -@@ -1671,7 +1671,7 @@ +@@ -1691,7 +1691,7 @@ MakeDir(Concat($(DESTDIR),npath)) @@\ @MakeFlagsToShellFlags(i,set +e); \ @@\ if [ -d Concat($(DESTDIR),opath) ]; then \ @@\ |