[29991] trunk/dports/x11/XFree86/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 17 06:18:31 PDT 2007


Revision: 29991
          http://trac.macosforge.org/projects/macports/changeset/29991
Author:   yves at macports.org
Date:     2007-10-17 06:18:31 -0700 (Wed, 17 Oct 2007)

Log Message:
-----------
Whitespace cleanup

Modified Paths:
--------------
    trunk/dports/x11/XFree86/Portfile

Modified: trunk/dports/x11/XFree86/Portfile
===================================================================
--- trunk/dports/x11/XFree86/Portfile	2007-10-17 12:56:51 UTC (rev 29990)
+++ trunk/dports/x11/XFree86/Portfile	2007-10-17 13:18:31 UTC (rev 29991)
@@ -2,13 +2,13 @@
 
 PortSystem 1.0
 
-name		XFree86
-version		4.7.0
-categories	x11
-maintainers	yves openmaintainer at macports.org
-homepage        http://www.xfree86.org/
+name        XFree86
+version     4.7.0
+categories  x11
+maintainers yves openmaintainer at macports.org
+homepage    http://www.xfree86.org/
 
-description	X11R6 windowing system
+description X11R6 windowing system
 long_description \
     The XFree86 project's X window system implementation
 
@@ -32,11 +32,11 @@
                 patch-glxcmds.c
 post-patch {
     set hostfd [open "${worksrcpath}/config/cf/host.def" a+]
-    puts $hostfd "#define ProjectRoot ${prefix}"
+    puts $hostfd "#define ProjectRoot               ${prefix}"
     puts $hostfd "#define NothingOutsideProjectRoot YES"
-    puts $hostfd "#define EtcX11Directory \"${prefix}/etc/X11\""
-    puts $hostfd "#define StandardIncludes      \"-I${workpath}/include\""
-    puts $hostfd "#define FontconfigFontsConfDir  \"${prefix}/etc/fonts\""
+    puts $hostfd "#define EtcX11Directory           \"${prefix}/etc/X11\""
+    puts $hostfd "#define StandardIncludes          \"-I${workpath}/include\""
+    puts $hostfd "#define FontconfigFontsConfDir    \"${prefix}/etc/fonts\""
     close $hostfd
 }
 
@@ -62,11 +62,11 @@
 
 platform puredarwin {
 
-    post-patch	{
+    post-patch {
         set hostfd [open "${worksrcpath}/config/cf/host.def" a+]
         puts $hostfd "#define DarwinQuartzSupport NO"
-        puts $hostfd "#define BuildGlxExt YES"
-        puts $hostfd "#define BuildGLXLibrary YES"
+        puts $hostfd "#define BuildGlxExt         YES"
+        puts $hostfd "#define BuildGLXLibrary     YES"
         close $hostfd
     }
 }
@@ -132,4 +132,3 @@
 # leaving it enabled prevents the universal installation of any other ports
 # that depend on XFree86, even if they would otherwise succeed. See #12137.
 universal_variant   no
-

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071017/95eb2c49/attachment.html


More information about the macports-changes mailing list