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

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 10 15:40:23 PDT 2007


Revision: 29824
          http://trac.macosforge.org/projects/macports/changeset/29824
Author:   mww at macports.org
Date:     2007-10-10 15:40:22 -0700 (Wed, 10 Oct 2007)

Log Message:
-----------
version 7.4.18, disable spinlocks on darwin/x86 (still breaks though)

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

Modified: trunk/dports/databases/postgresql7/Portfile
===================================================================
--- trunk/dports/databases/postgresql7/Portfile	2007-10-10 20:05:57 UTC (rev 29823)
+++ trunk/dports/databases/postgresql7/Portfile	2007-10-10 22:40:22 UTC (rev 29824)
@@ -3,10 +3,10 @@
 PortSystem 1.0
 
 name			postgresql7
-version			7.4.17
+version			7.4.18
 categories		databases
 platforms		darwin
-maintainers		mww at macports.org jwa
+maintainers		mww jwa
 description		The most advanced open-source database available anywhere
 long_description PostgreSQL is Object-Relational Database Management System. \
 			It supports almost all SQL constructs, including transactions, \
@@ -21,9 +21,9 @@
 set dopt		postgresql-opt-${version}.tar.bz2
 set dtest		postgresql-test-${version}.tar.bz2
 distfiles		${dbase} ${dopt} ${dtest}
-checksums		${dbase} sha1 2e413d570ed657f941ca77b1ac00ef1eeecddbcc \
-			${dopt} sha1 d2ac133dd0eb3a8faf2e5cbaa275ed575391b658 \
-			${dtest} sha1 abd0a33ad4e7d7c94b0762913c4bee9762a8b345
+checksums		${dbase} sha1 a2038811ca0d6daf0ce024976cc7bbbff8321bfb \
+			${dopt} sha1 cec201bbddbd8df69ff48d454f6cd852b900bfe6 \
+			${dtest} sha1 b7fa209f348f202186f472eee72fe3f90b77f7dc
 use_bzip2		yes
 
 depends_lib		port:readline \
@@ -147,6 +147,10 @@
 	configure.compiler	gcc-4.0
 }
 
+platform darwin i386 {
+	configure.args-append	--disable-spinlocks
+}
+
 livecheck.check	regex
 livecheck.url	${homepage}
 livecheck.regex	v(7.4.\[0-9\]+)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071010/26bcd18c/attachment-0001.html


More information about the macports-changes mailing list