libkate does not really gnome-libs, only libpng detection needs to be fixed. somehow for me aclocal was run regnerating pretty much anything, and make in doc bailed out with /bin/false not present. therefore I propose to patch configure.ac and doc/Makefile.ac, too. Added file(s): - files/patch-configure Port maintainer (anders@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->anders Over to maintainer (via the GNATS Auto Assign Tool)
Another small fix, due to Makefile.in being re-generated, let's fix pkgconfig path in Makefile.am as well. Of course, this is not necessary if we get rid of regeneration. @@ -38,8 +38,8 @@ .endif post-patch: - @${REINPLACE_CMD} -E -e "s|^(katepcdir =).*|\1 ${LOCALBASE}/libdata/pkgconfig|" \ - ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -E -e "s|^(katepcdir *=).*|\1 ${LOCALBASE}/libdata/pkgconfig|" \ + ${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.am .ifdef(NOPORTDOCS) @${REINPLACE_CMD} -E \
State Changed From-To: open->closed I have removed gnomelibs dependency, it's clearly not needed. I haven't used any of your patching -- the fix should not needed, as png port installs both libpng.pc and libpng12.pc (one of them being actually a symlink to the other).
pav 2009-03-30 22:02:20 UTC FreeBSD ports repository Modified files: multimedia/libkate Makefile Log: - This port does not need gnomelibs PR: ports/132076 Reported by: Marcin Cieslak <saper@SYSTEM.PL> Approved by: maintainer timeout (anders; 1 month) Revision Changes Path 1.2 +2 -1 ports/multimedia/libkate/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"