From owner-svn-ports-all@FreeBSD.ORG Sun Aug 3 14:56:39 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6A756B72 for ; Sun, 3 Aug 2014 14:56:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5AB6E273E for ; Sun, 3 Aug 2014 14:56:39 +0000 (UTC) Received: from dinoex (uid 875) (envelope-from dinoex@FreeBSD.org) id 5e62 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Sun, 03 Aug 2014 14:56:39 +0000 From: Dirk Meyer Date: Sun, 3 Aug 2014 14:56:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363907 - head/x11-wm/fvwm/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53de4da7.5e62.73210484@svn.freebsd.org> X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Aug 2014 14:56:39 -0000 Author: dinoex Date: Sun Aug 3 14:56:38 2014 New Revision: 363907 URL: http://svnweb.freebsd.org/changeset/ports/363907 QAT: https://qat.redports.org/buildarchive/r363907/ Log: - rename patch files Added: head/x11-wm/fvwm/files/patch-system.fvwmrc - copied unchanged from r363792, head/x11-wm/fvwm/files/patch-sample.fvwmrc-system.fvwmrc Deleted: head/x11-wm/fvwm/files/patch-sample.fvwmrc-system.fvwmrc Copied: head/x11-wm/fvwm/files/patch-system.fvwmrc (from r363792, head/x11-wm/fvwm/files/patch-sample.fvwmrc-system.fvwmrc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/fvwm/files/patch-system.fvwmrc Sun Aug 3 14:56:38 2014 (r363907, copy of r363792, head/x11-wm/fvwm/files/patch-sample.fvwmrc-system.fvwmrc) @@ -0,0 +1,44 @@ +--- ./sample.fvwmrc/system.fvwmrc.org Fri Dec 2 11:19:12 1994 ++++ ./sample.fvwmrc/system.fvwmrc Wed Jun 7 00:42:50 1995 +@@ -17,6 +17,10 @@ + # If you get it wrong, the most common problem is that color or font settings + # are ignored + ++# for m4 processing we have to undefine the include macro or pathts to ++# /usr/.../include/... will be mangled ++undefine(`include') ++ + ########################################################################### + # set up the colors + # +@@ -63,7 +67,7 @@ + # Set windows to auto-raise after 750 milliseconds if you like it. + # Autoraise can sometimes obscure pop-up windows. Performance is now + # similar to olvwm's auto-raise feature. +-#AutoRaise 750 ++AutoRaise 500 + + # Normally, we'll be in focus-follows mouse mode, but uncomment this + # for mwm-style click-to-focus +@@ -176,9 +180,9 @@ + # Module path and paths to the icons + # + # ModulePath is a colon-separated list, just like regular unix PATH +-ModulePath /usr/lib/X11/fvwm +-PixmapPath /usr/include/X11/pixmaps/ +-IconPath /usr/include/X11/bitmaps/ ++ModulePath %%PREFIX%%/lib/X11/fvwm ++PixmapPath %%PREFIX%%/include/X11/pixmaps/ ++IconPath %%PREFIX%%/include/X11/bitmaps/ + + ############################################################################ + # Set the decoration styles and window options +@@ -227,7 +231,7 @@ + + Function "InitFunction" + Module "I" FvwmBanner +- Exec "I" xpmroot /usr/include/X11/pixmaps/fvwm.xpm & ++ Exec "I" xpmroot %%PREFIX%%/include/X11/pixmaps/fvwm.xpm & + Module "I" GoodStuff + Exec "I" exec xterm -geometry 80x64+0+0 & + Wait "I" xterm