diff options
author | Cy Schubert <cy@FreeBSD.org> | 2003-01-07 04:47:47 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2003-01-07 04:47:47 +0000 |
commit | 74ac3f7ff92824a8042e799bca4db5687086daa9 (patch) | |
tree | 6aa098bd959d17d987ae5301b04362fabedaad33 /x11-wm/fvwm2-devel/files | |
parent | Update 2.4.13 -> 2.4.14 (diff) |
Update 2.4.4 -> 2.4.5
Diffstat (limited to 'x11-wm/fvwm2-devel/files')
-rw-r--r-- | x11-wm/fvwm2-devel/files/patch-bin::Makefile.in | 8 | ||||
-rw-r--r-- | x11-wm/fvwm2-devel/files/patch-fvwm::Makefile.in | 8 | ||||
-rw-r--r-- | x11-wm/fvwm2-devel/files/patch-modules::FvwmPager::x_pager.c | 24 |
3 files changed, 8 insertions, 32 deletions
diff --git a/x11-wm/fvwm2-devel/files/patch-bin::Makefile.in b/x11-wm/fvwm2-devel/files/patch-bin::Makefile.in index 5dc707c36c48..dde1241a25c4 100644 --- a/x11-wm/fvwm2-devel/files/patch-bin::Makefile.in +++ b/x11-wm/fvwm2-devel/files/patch-bin::Makefile.in @@ -1,6 +1,6 @@ ---- bin/Makefile.in.orig Sun Aug 25 04:34:30 2002 -+++ bin/Makefile.in Tue Sep 10 10:26:39 2002 -@@ -511,9 +511,9 @@ +--- bin/Makefile.in.orig Mon Dec 2 05:08:41 2002 ++++ bin/Makefile.in Tue Dec 17 11:29:50 2002 +@@ -592,9 +592,9 @@ echo "Minor warning: $(bindir)/xpmroot symlink was not created" install-data-local: @@ -10,6 +10,6 @@ + @rm -f $(DESTDIR)$(mandir)/man1/xpmroot.1.gz + @$(LN_S) fvwm-root.1.gz $(DESTDIR)$(mandir)/man1/xpmroot.1.gz || \ + echo "Minor warning: $(mandir)/man1/xpmroot.1.gz symlink was not created" - # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. + .NOEXPORT: diff --git a/x11-wm/fvwm2-devel/files/patch-fvwm::Makefile.in b/x11-wm/fvwm2-devel/files/patch-fvwm::Makefile.in index b8ffa408c358..2b86f077c759 100644 --- a/x11-wm/fvwm2-devel/files/patch-fvwm::Makefile.in +++ b/x11-wm/fvwm2-devel/files/patch-fvwm::Makefile.in @@ -1,6 +1,6 @@ ---- fvwm/Makefile.in.orig Thu Oct 31 18:34:30 2002 -+++ fvwm/Makefile.in Thu Oct 31 18:34:51 2002 -@@ -936,9 +936,9 @@ +--- fvwm/Makefile.in.orig Mon Dec 2 05:08:41 2002 ++++ fvwm/Makefile.in Tue Dec 17 11:31:56 2002 +@@ -645,9 +645,9 @@ echo "Minor warning: $(bindir)/fvwm2 symlink was not created" install-data-local: @@ -10,6 +10,6 @@ + @rm -f $(DESTDIR)$(mandir)/man1/fvwm2.1.gz + @$(LN_S) fvwm.1.gz $(DESTDIR)$(mandir)/man1/fvwm2.1.gz || \ + echo "Minor warning: $(mandir)/man1/fvwm2.1.gz symlink was not created" - # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. + .NOEXPORT: diff --git a/x11-wm/fvwm2-devel/files/patch-modules::FvwmPager::x_pager.c b/x11-wm/fvwm2-devel/files/patch-modules::FvwmPager::x_pager.c deleted file mode 100644 index d8c25416f123..000000000000 --- a/x11-wm/fvwm2-devel/files/patch-modules::FvwmPager::x_pager.c +++ /dev/null @@ -1,24 +0,0 @@ ---- modules/FvwmPager/x_pager.c.old Thu Oct 24 00:46:59 2002 -+++ modules/FvwmPager/x_pager.c Fri Nov 1 19:26:11 2002 -@@ -1630,8 +1630,8 @@ - XDrawLine( - dpy,Desks[desk].w,Desks[desk].DashedGC, - x1,y1,x1,y2); -- x += Scr.MyDisplayWidth; - } -+ x += Scr.MyDisplayWidth; - } - y = Scr.MyDisplayHeight; - x1 = 0; -@@ -1640,9 +1640,11 @@ - { - y1 = (y * desk_h) / Scr.VHeight; - if (!use_no_separators) -+ { - XDrawLine( - dpy,Desks[desk].w,Desks[desk].DashedGC, - x1,y1,x2,y1); -+ } - y += Scr.MyDisplayHeight; - } - } |