2007/9/22, Anders F Björklund <[EMAIL PROTECTED]>:
> > Revision
> > 29367
> > Author
> > [EMAIL PROTECTED]
> > Date
> > 2007-09-22 05:28:53 -0700 (Sat, 22 Sep 2007)
> >
> > Log Message
> > Port trace: add depends_build to configure target.
> >
> > Modified Paths
> >       •       trunk/base/src/port1.0/portutil.tcl
>
> According to the documentation, only "lib" depends
> are checked for the configure target ? (not "build")
>

atk don't compile with out it.

[EMAIL PROTECTED] / $ port deps atk
atk has library dependencies on:
       glib2
[EMAIL PROTECTED] / $ port deps glib2
glib2 has build dependencies on:
       pkgconfig
glib2 has library dependencies on:
       gettext
       libiconv

atk depends on glib2 which depends on build time on pkgconfig.

But (!) pkgconfig needed at configure time because it say where
libs/includes is located

[EMAIL PROTECTED] / $ pkg-config glib --libs
-L/opt/local/lib -lglib

and ./configure needs pkg-config.

So if we should delete build time deps on configure target, we need to
place pkgconfig in some more appropriate place.

Actually I don't see problem with build deps on configure target.

PS Sorry Anders, I forgot to sent to macports-dev

> --anders
>
_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to