When installing x11/libxcb pkg-message may not be shown if /usr/obj is used and /usr/obj/usr/ports/x11/libxcb dir exist. Fix: The roots of the problem seem strange, but some simple workaround exist. Patch attached with submission follows: How-To-Repeat: cd /usr/ports/x11/libxcb; rm -rf /usr/obj/* make FORCE_PKG_REGISTER install OK, package is installed. Then make clean; make FORCE_PKG_REGISTER install .. install -o root -g wheel -m 444 'xcb-xv.pc' '/usr/local/libdata/pkgconfig/xcb-xv.pc' install -o root -g wheel -m 444 'xcb-xvmc.pc' '/usr/local/libdata/pkgconfig/xcb-xvmc.pc' gmake[2]: Leaving directory `/usr/obj/usr/ports/x11/libxcb/work/libxcb-1.1' gmake[1]: Leaving directory `/usr/obj/usr/ports/x11/libxcb/work/libxcb-1.1' cat: pkg-message: No such file or directory *** Error code 1 Stop in /usr/ports/x11/libxcb.
Maintainer of x11/libxcb, Please note that PR ports/123966 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/123966 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
=2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >>>>> Edwin Groothuis writes: Edwin> Maintainer of x11/libxcb, Edwin> Please note that PR ports/123966 has just been submitted. Edwin> If it contains a patch for an upgrade, an enhancement or a bug f= ix Edwin> you agree on, reply to this email stating that you approve the p= atch Edwin> and a committer will take care of it. Yes, I approve the patch. Thanks to Anatoly for the patch. =2D --=20 Ashish Shukla =E0=A4=86=E0=A4=B6=E0=A5=80=E0=A4=B7 =E0=A4=B6=E0=A5=81=E0=A4= =95=E0=A5=8D=E0=A4=B2 http://wahjava.wordpress.com/ =C2=B7-- =C2=B7- =C2=B7=C2=B7=C2=B7=C2=B7 =C2=B7--- =C2=B7- =C2=B7=C2=B7=C2= =B7- =C2=B7- =C2=B7--=C2=B7-=C2=B7 --=C2=B7 -- =C2=B7- =C2=B7=C2=B7 =C2=B7-= =C2=B7=C2=B7 =C2=B7-=C2=B7-=C2=B7- -=C2=B7-=C2=B7 --- -- =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) iEYEARECAAYFAkg5LqoACgkQHy+EEHYuXnS5vACgzPAwdMOJJ15Ui42IwlPd7Isz +REAn1VWR6G4HYxHrcrI97dmzPushTV4 =3DZcFp =2D----END PGP SIGNATURE-----
State Changed From-To: feedback->open Maintainer approved.
State Changed From-To: open->closed Committed, thanks!
edwin 2008-05-28 12:30:43 UTC FreeBSD ports repository Modified files: x11/libxcb Makefile Log: x11/libxcb: message isn't shown sometimes When installing x11/libxcb pkg-message may not be shown if /usr/obj is used and /usr/obj/usr/ports/x11/libxcb dir exist. PR: ports/123966 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> Revision Changes Path 1.9 +1 -1 ports/x11/libxcb/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
edwin 2008-05-28 13:07:31 UTC FreeBSD ports repository Modified files: x11/libxcb Makefile Log: ${.CURDIR}/pkg-message -> ${PKGMESSAGE} Noticed by: flz@ PR: ports/123966 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> Revision Changes Path 1.10 +1 -1 ports/x11/libxcb/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"