[125624] trunk/dports/databases

ryandesign at macports.org ryandesign at macports.org
Tue Sep 23 00:51:04 PDT 2014


Revision: 125624
          https://trac.macports.org/changeset/125624
Author:   ryandesign at macports.org
Date:     2014-09-23 00:51:04 -0700 (Tue, 23 Sep 2014)
Log Message:
-----------
postgresql80, postgresql81, postgresql82: fix build on Mavericks and later by disabling Bonjour support (#44120)

Modified Paths:
--------------
    trunk/dports/databases/postgresql80/Portfile
    trunk/dports/databases/postgresql81/Portfile
    trunk/dports/databases/postgresql82/Portfile

Modified: trunk/dports/databases/postgresql80/Portfile
===================================================================
--- trunk/dports/databases/postgresql80/Portfile	2014-09-23 07:27:40 UTC (rev 125623)
+++ trunk/dports/databases/postgresql80/Portfile	2014-09-23 07:51:04 UTC (rev 125624)
@@ -61,6 +61,12 @@
 livecheck.url	${homepage}
 livecheck.regex	(8.0.\[0-9\]+)
 
+platform darwin {
+    if {${os.major} >= 13} {
+        configure.args-replace  --with-rendezvous --without-rendezvous
+    }
+}
+
 set contribs	"fulltextindex fuzzystrmatch pg_trgm tsearch2 vacuumlo"
 
 post-build {

Modified: trunk/dports/databases/postgresql81/Portfile
===================================================================
--- trunk/dports/databases/postgresql81/Portfile	2014-09-23 07:27:40 UTC (rev 125623)
+++ trunk/dports/databases/postgresql81/Portfile	2014-09-23 07:51:04 UTC (rev 125624)
@@ -59,6 +59,12 @@
 livecheck.url	${homepage}
 livecheck.regex	(8.1.\[0-9\]+)
 
+platform darwin {
+    if {${os.major} >= 13} {
+        configure.args-replace  --with-bonjour --without-bonjour
+    }
+}
+
 set contribs	"dblink fulltextindex fuzzystrmatch pg_buffercache pg_trgm pgcrypto tsearch2 vacuumlo xml2"
 
 post-build {

Modified: trunk/dports/databases/postgresql82/Portfile
===================================================================
--- trunk/dports/databases/postgresql82/Portfile	2014-09-23 07:27:40 UTC (rev 125623)
+++ trunk/dports/databases/postgresql82/Portfile	2014-09-23 07:51:04 UTC (rev 125624)
@@ -74,6 +74,12 @@
 
 livecheck.type	none
 
+platform darwin {
+    if {${os.major} >= 13} {
+        configure.args-replace  --with-bonjour --without-bonjour
+    }
+}
+
 set contribs	"adminpack dblink fuzzystrmatch lo pg_buffercache pg_trgm pgcrypto tsearch2 vacuumlo xml2"
 
 post-build {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140923/c7729be9/attachment-0001.html>


More information about the macports-changes mailing list