Date: Wed, 29 Jun 2011 14:51:58 +0000 (UTC) From: Jeremy Messenger <mezz@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/babl pkg-plist ports/x11/babl/files patch-babl_Makefile.in Message-ID: <201106291451.p5TEpwfq059959@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106291451.p5TEpwfq059959>