[43662] trunk/dports/x11/fox/Portfile

Ryan Schmidt ryandesign at macports.org
Fri Dec 12 23:54:36 PST 2008


On Dec 13, 2008, at 01:18, jeremyhu at macports.org wrote:

> Revision: 43662
>           http://trac.macports.org/changeset/43662
> Author:   jeremyhu at macports.org
> Date:     2008-12-12 23:18:48 -0800 (Fri, 12 Dec 2008)
> Log Message:
> -----------
> fox: Updated dependencies, added prefix/include before x11prefix/ 
> include in cppflags to prefer macports includes over x11prefix ones.

Wasn't it always doing that before? It said

configure.cppflags-append	"-I${x11prefix}/include"

so it was appending "-I${x11prefix}/include" to what was already in  
the cppflags, which was "-I${prefix}/include"


> Modified Paths:
> --------------
>     trunk/dports/x11/fox/Portfile
>
> Modified: trunk/dports/x11/fox/Portfile
> ===================================================================
> --- trunk/dports/x11/fox/Portfile	2008-12-13 06:35:29 UTC (rev 43661)
> +++ trunk/dports/x11/fox/Portfile	2008-12-13 07:18:48 UTC (rev 43662)
> @@ -16,16 +16,18 @@
>  checksums           md5 66f0a1d316d15d8eee78a8774e9dd8a7 \
>                      sha1 008acc27ed95d9b3631e63a5b67def4803c2dc4f \
>                      rmd160 0444c18aa89bf4d083cfba27d05d8a51d575a577
> -depends_lib         port:tiff \
> -                    port:libpng \
> -                    port:jpeg \
> -                    port:fontconfig \
> -                    port:freetype \
> -                    port:Xft2 \
> -                    lib:libX11.6:XFree86
> -configure.cppflags-append	"-I${x11prefix}/include"
> +depends_lib \
> +	port:tiff \
> +	port:libpng \
> +	port:jpeg \
> +	lib:libXcursor.1:xorg-libXcursor \
> +	lib:libXft.2:Xft2 \
> +	lib:libXrandr.2:xorg-libXrandr
> +
> +configure.cppflags-append	"-I${prefix}/include -I${x11prefix}/ 
> include"
>  platform darwin 9 {
>  configure.ldflags-append	"-dylib_file /System/Library/Frameworks/ 
> OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/ 
> Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib"
>  }
> +
>  configure.pre_args  --prefix=${prefix} --mandir=${prefix}/share/man
>  configure.args      --with-x --with-xft --with-opengl --enable-cups




More information about the macports-dev mailing list