Kris Kennaway schrieb: > This package has failed on every amd64 7.0 build since January 20. It > builds fine on amd64 5.x and 6.x, so it's probably due to a change in > 7.0.
I don't have access to an amd64 7-CURRENT system, so I'm calling out to
the mailing list subscribers for help:
> ===> Building package for qt-3.3.5
> tar: libdata/pkgconfig/qt-mt.pc: Cannot stat: No such file or directory
Qt installs this pkgconfig file into lib/pkgconfig by default, which is
why we patch it to the correct location in the port Makefile's
post-configure target:
post-configure:
@${REINPLACE_CMD} -e \
's|/lib/pkgconfig/|/libdata/pkgconfig/|g' \
${WRKSRC}/src/Makefile
My suspicion is that for some reason this doesn't work anymore and the
file ends up in lib/pkgconfig/ again.
I'd be grateful for anybody on an amd64 7-C system to try and reproduce
this and investigate what's happening.
Cheers,
--
,_, | Michael Nottebrock | [EMAIL PROTECTED]
(/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org
\u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org
signature.asc
Description: OpenPGP digital signature
_______________________________________________ kde-freebsd mailing list [email protected] http://freebsd.kde.org/mailman/listinfo/kde-freebsd
