[125622] trunk/dports/databases/postgresql83/Portfile
ryandesign at macports.org
ryandesign at macports.org
Tue Sep 23 00:25:34 PDT 2014
Revision: 125622
https://trac.macports.org/changeset/125622
Author: ryandesign at macports.org
Date: 2014-09-23 00:25:34 -0700 (Tue, 23 Sep 2014)
Log Message:
-----------
postgresql83: fix build on Mavericks and later (#41380, #44164)
Modified Paths:
--------------
trunk/dports/databases/postgresql83/Portfile
Modified: trunk/dports/databases/postgresql83/Portfile
===================================================================
--- trunk/dports/databases/postgresql83/Portfile 2014-09-23 04:50:25 UTC (rev 125621)
+++ trunk/dports/databases/postgresql83/Portfile 2014-09-23 07:25:34 UTC (rev 125622)
@@ -65,8 +65,13 @@
livecheck.type none
-platform darwin 12 {
- patchfiles-append postgresql-uuid-ossp.patch
+platform darwin {
+ if {${os.major} >= 12} {
+ patchfiles-append postgresql-uuid-ossp.patch
+ }
+ if {${os.major} >= 13} {
+ configure.args-replace --with-bonjour --without-bonjour
+ }
}
set contribs "adminpack dblink fuzzystrmatch lo oid2name pageinspect pg_buffercache pg_freespacemap pg_standby pg_trgm pgcrypto pgrowlocks pgstattuple tablefunc uuid-ossp vacuumlo"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140923/7fcc3ac0/attachment.html>
More information about the macports-changes
mailing list