[139167] trunk/dports/aqua/pgAdmin3/Portfile
Ryan Schmidt
ryandesign at macports.org
Wed Aug 5 09:30:27 PDT 2015
> On Aug 5, 2015, at 8:07 AM, jwa at macports.org wrote:
>
> Revision
> 139167
> Author
> jwa at macports.org
> Date
> 2015-08-05 06:07:09 -0700 (Wed, 05 Aug 2015)
> Log Message
>
> pgAdmin3: add note to remind of the need to select current wxWidgets
> Modified Paths
>
> • trunk/dports/aqua/pgAdmin3/Portfile
> Diff
>
> Modified: trunk/dports/aqua/pgAdmin3/Portfile (139166 => 139167)
>
> --- trunk/dports/aqua/pgAdmin3/Portfile 2015-08-05 12:13:18 UTC (rev 139166)
> +++ trunk/dports/aqua/pgAdmin3/Portfile 2015-08-05 13:07:09 UTC (rev 139167)
> @@ -107,6 +107,8 @@
> 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"
Notes are not displayed until after a port is installed, so this won't help the user.
Further, ports are not supposed to rely on (nor make use of) the effects of "port select"; the select mechanism is supposed to be only for the user's convenience outside of MacPorts.
Please fix the port so it installs properly with wxWidgets-3.0 even when wxWidgets-3.0 is not selected.
More information about the macports-dev
mailing list