mezz        2011-06-29 14:51:58 UTC

  FreeBSD ports repository

  Modified files:
    x11/babl             pkg-plist 
  Added files:
    x11/babl/files       patch-babl_Makefile.in 
  Log:
  Fix the build when it enables gobject-introspection. Without it, I get this:
  
  ---------------------------
  gnome-config: not found
  Package babl was not found in the pkg-config search path.
  Perhaps you should add the directory containing `babl.pc'
  to the PKG_CONFIG_PATH environment variable
  No package 'babl' found
  ---------------------------
  
  Clearly, there is no way for babl to depends on babl (itself). O_o A weird
  bug, so remove that '--pkg babl' to fix the build. While I am here, reorder
  the pkg-plist to make it easier to read. No function change.
  
  Revision  Changes    Path
  1.1       +10 -0     ports/x11/babl/files/patch-babl_Makefile.in (new)
  1.5       +21 -21    ports/x11/babl/pkg-plist
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to