[71579] trunk/dports

ryandesign at macports.org ryandesign at macports.org
Thu Sep 16 17:12:31 PDT 2010


Revision: 71579
          http://trac.macports.org/changeset/71579
Author:   ryandesign at macports.org
Date:     2010-09-16 17:12:30 -0700 (Thu, 16 Sep 2010)
Log Message:
-----------
Remove darwin 6 and 7 bits; MacPorts base doesn't compile on < darwin 8 anymore

Modified Paths:
--------------
    trunk/dports/graphics/vtk/Portfile
    trunk/dports/graphics/vtk44/Portfile
    trunk/dports/mail/qmail-spamcontrol/Portfile
    trunk/dports/net/sendfile/Portfile

Modified: trunk/dports/graphics/vtk/Portfile
===================================================================
--- trunk/dports/graphics/vtk/Portfile	2010-09-17 00:01:14 UTC (rev 71578)
+++ trunk/dports/graphics/vtk/Portfile	2010-09-17 00:12:30 UTC (rev 71579)
@@ -34,26 +34,24 @@
 		-D CMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=ON
 
 platform darwin {
-	if { ${os.major} >= 8 } {
-		# These patches make the code work with gcc4.
-		patchfiles patch-vtk3DSImporter.cxx \
-			patch-vtkAbstractMapper.cxx \
-			patch-vtkAbstractMapper3D.cxx \
-			patch-vtkAppendFilter.cxx \
-			patch-vtkBMPReader.cxx \
-			patch-vtkBooleanTexture.cxx \
-			patch-vtkBranchExtentTranslator.cxx \
-			patch-vtkCardinalSpline.cxx \
-			patch-vtkCocoaGLView.h \
-			patch-vtkCocoaGLView.mm \
-			patch-vtkCocoaRenderWindow.mm \
-			patch-vtkDecimate.cxx \
-			patch-vtkOSXRenderingTclInit.c \
-			patch-vtkTkWidgetsInit.cxx
+	# These patches make the code work with gcc4.
+	patchfiles patch-vtk3DSImporter.cxx \
+		patch-vtkAbstractMapper.cxx \
+		patch-vtkAbstractMapper3D.cxx \
+		patch-vtkAppendFilter.cxx \
+		patch-vtkBMPReader.cxx \
+		patch-vtkBooleanTexture.cxx \
+		patch-vtkBranchExtentTranslator.cxx \
+		patch-vtkCardinalSpline.cxx \
+		patch-vtkCocoaGLView.h \
+		patch-vtkCocoaGLView.mm \
+		patch-vtkCocoaRenderWindow.mm \
+		patch-vtkDecimate.cxx \
+		patch-vtkOSXRenderingTclInit.c \
+		patch-vtkTkWidgetsInit.cxx
 
-		pre-build {
-			reinplace "s;VTK_APPLE_SHARED_FLAGS_NEEDED 1;VTK_APPLE_SHARED_FLAGS_NEEDED 0;" ${worksrcpath}/CMakeLists.txt
-		}
+	pre-build {
+		reinplace "s;VTK_APPLE_SHARED_FLAGS_NEEDED 1;VTK_APPLE_SHARED_FLAGS_NEEDED 0;" ${worksrcpath}/CMakeLists.txt
 	}
 }
 

Modified: trunk/dports/graphics/vtk44/Portfile
===================================================================
--- trunk/dports/graphics/vtk44/Portfile	2010-09-17 00:01:14 UTC (rev 71578)
+++ trunk/dports/graphics/vtk44/Portfile	2010-09-17 00:12:30 UTC (rev 71579)
@@ -53,27 +53,25 @@
     -DCMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=ON
 
 platform darwin {
-    if { ${os.major} >= 8 } {
-        # These patches make the code work with gcc4.
-        patchfiles \
-            patch-vtk3DSImporter.cxx \
-            patch-vtkAbstractMapper.cxx \
-            patch-vtkAbstractMapper3D.cxx \
-            patch-vtkAppendFilter.cxx \
-            patch-vtkBMPReader.cxx \
-            patch-vtkBooleanTexture.cxx \
-            patch-vtkBranchExtentTranslator.cxx \
-            patch-vtkCardinalSpline.cxx \
-            patch-vtkCocoaGLView.h \
-            patch-vtkCocoaGLView.mm \
-            patch-vtkCocoaRenderWindow.mm \
-            patch-vtkDecimate.cxx \
-            patch-vtkOSXRenderingTclInit.c \
-            patch-vtkTkWidgetsInit.cxx
+    # These patches make the code work with gcc4.
+    patchfiles \
+        patch-vtk3DSImporter.cxx \
+        patch-vtkAbstractMapper.cxx \
+        patch-vtkAbstractMapper3D.cxx \
+        patch-vtkAppendFilter.cxx \
+        patch-vtkBMPReader.cxx \
+        patch-vtkBooleanTexture.cxx \
+        patch-vtkBranchExtentTranslator.cxx \
+        patch-vtkCardinalSpline.cxx \
+        patch-vtkCocoaGLView.h \
+        patch-vtkCocoaGLView.mm \
+        patch-vtkCocoaRenderWindow.mm \
+        patch-vtkDecimate.cxx \
+        patch-vtkOSXRenderingTclInit.c \
+        patch-vtkTkWidgetsInit.cxx
 
-        pre-build {
-            reinplace "s;VTK_APPLE_SHARED_FLAGS_NEEDED 1;VTK_APPLE_SHARED_FLAGS_NEEDED 0;" ${worksrcpath}/CMakeLists.txt
-        }
+    pre-build {
+        reinplace "s;VTK_APPLE_SHARED_FLAGS_NEEDED 1;VTK_APPLE_SHARED_FLAGS_NEEDED 0;" ${worksrcpath}/CMakeLists.txt
     }
 }
 

Modified: trunk/dports/mail/qmail-spamcontrol/Portfile
===================================================================
--- trunk/dports/mail/qmail-spamcontrol/Portfile	2010-09-17 00:01:14 UTC (rev 71578)
+++ trunk/dports/mail/qmail-spamcontrol/Portfile	2010-09-17 00:12:30 UTC (rev 71579)
@@ -56,12 +56,6 @@
 build.target		setup-patch
 destroot.cmd		./install-destroot
 
-pre-fetch {
-	if {${os.platform} == "darwin" && ${os.major} == "6"} {
-		return -code error "${name} requires Mac OS X 10.3 or newer."
-	}
-}
-
 post-extract {
 
 	# Merge Spamcontrol source with Qmail source

Modified: trunk/dports/net/sendfile/Portfile
===================================================================
--- trunk/dports/net/sendfile/Portfile	2010-09-17 00:01:14 UTC (rev 71578)
+++ trunk/dports/net/sendfile/Portfile	2010-09-17 00:12:30 UTC (rev 71579)
@@ -82,7 +82,4 @@
 xinetd or inetd, depending on what you are using.\n
 Use the following line if you'll go for inetd:
 saft stream tcp nowait root /path/to/sendfiled sendfiled\n
-For xinetd, just take a service file as an example.\n
-If you're running Mac OS X 10.2 or Darwin 6.x, you should
-add an entry in /etc/services to allow connections from and to
-port 487 both udp and tcp."
+For xinetd, just take a service file as an example."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100916/4369a729/attachment.html>


More information about the macports-changes mailing list