[139189] trunk/dports/aqua/pgAdmin3/Portfile

jwa at macports.org jwa at macports.org
Thu Aug 6 06:52:42 PDT 2015


Revision: 139189
          https://trac.macports.org/changeset/139189
Author:   jwa at macports.org
Date:     2015-08-06 06:52:42 -0700 (Thu, 06 Aug 2015)
Log Message:
-----------
pgAdmin3: patching a script to avoid the need for the proper wxWidgets version to be selected, remove note

Modified Paths:
--------------
    trunk/dports/aqua/pgAdmin3/Portfile

Modified: trunk/dports/aqua/pgAdmin3/Portfile
===================================================================
--- trunk/dports/aqua/pgAdmin3/Portfile	2015-08-06 13:17:43 UTC (rev 139188)
+++ trunk/dports/aqua/pgAdmin3/Portfile	2015-08-06 13:52:42 UTC (rev 139189)
@@ -50,6 +50,7 @@
 
 post-configure {
     system -W ${worksrcpath} "patch -p0 <${filespath}/patch-Makefile.diff"
+    reinplace "s;wxrc;${wxWidgets.wxrc};" ${worksrcpath}/pgadmin/ui/embed-xrc
 }
 
 destroot.violate_mtree yes
@@ -107,8 +108,6 @@
 variant with_postgresql91 requires postgresql91 description {Legacy compatibility variant} {}
 variant with_postgresql92 requires postgresql92 description {Legacy compatibility variant} {}
 
-notes   "To build you need to: sudo port select wxWidgets wxWidgets-3.0"
-
 livecheck.type      regex
 livecheck.url       ${homepage}
 livecheck.regex     pgAdmin v(1\\.\[0-9\]+\\.\[0-9\]+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150806/db14c430/attachment.html>


More information about the macports-changes mailing list