[32641] trunk/dports/databases/postgresql7/Portfile

mww at macports.org mww at macports.org
Wed Jan 9 23:54:01 PST 2008


Revision: 32641
          http://trac.macosforge.org/projects/macports/changeset/32641
Author:   mww at macports.org
Date:     2008-01-09 23:54:00 -0800 (Wed, 09 Jan 2008)

Log Message:
-----------
remove deprecated 'darwin 8' platform settings; error for platform 'darwin i386'

Modified Paths:
--------------
    trunk/dports/databases/postgresql7/Portfile

Modified: trunk/dports/databases/postgresql7/Portfile
===================================================================
--- trunk/dports/databases/postgresql7/Portfile	2008-01-10 07:50:59 UTC (rev 32640)
+++ trunk/dports/databases/postgresql7/Portfile	2008-01-10 07:54:00 UTC (rev 32641)
@@ -143,12 +143,8 @@
 	}
 }
 
-platform darwin 8 {
-	configure.compiler	gcc-4.0
-}
-
 platform darwin i386 {
-	configure.args-append	--disable-spinlocks
+	extract { return -code error "\n\nThis platform is not supported by PostgreSQL 7. Please migrate to the PostgreSQL 8 series!\n" }
 }
 
 livecheck.check	regex

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080109/98621fb1/attachment.html


More information about the macports-changes mailing list