[87966] trunk/dports/graphics/gd2/Portfile
Ryan Schmidt
ryandesign at macports.org
Wed Dec 14 22:26:29 PST 2011
On Dec 14, 2011, at 12:38, and.damore at macports.org wrote:
> Revision: 87966
> http://trac.macports.org/changeset/87966
> Author: and.damore at macports.org
> Date: 2011-12-14 10:38:30 -0800 (Wed, 14 Dec 2011)
> Log Message:
> -----------
> port gd2: adding default OS X paths to font paths, maintainer timeout, closing ticket no. 26897
The ticket describes runtime problems, not build problems. So this revision changes how the installed gd2 behaves, right? So the port revision needs to be increased.
> Modified Paths:
> --------------
> trunk/dports/graphics/gd2/Portfile
>
> Modified: trunk/dports/graphics/gd2/Portfile
> ===================================================================
> --- trunk/dports/graphics/gd2/Portfile 2011-12-14 18:15:41 UTC (rev 87965)
> +++ trunk/dports/graphics/gd2/Portfile 2011-12-14 18:38:30 UTC (rev 87966)
> @@ -69,6 +69,8 @@
>
> use_autoreconf yes
>
> +configure.cflags-append -DDEFAULT_FONTPATH=\\\"/System/Library/Fonts:/Library/Fonts\\\"
> +
> post-configure {
> if {[variant_isset universal]} {
> set dirs {}
> @@ -91,7 +93,7 @@
> --x-libraries=${prefix}/lib
> }
>
> -variant no_x11 {
> +variant no_x11 description {disable use of X11} {
> configure.args-append --without-x \
> --without-xpm
> }
More information about the macports-dev
mailing list