* Update to 0.9
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
miwi 2007-04-17 22:10:38 UTC FreeBSD ports repository Modified files: graphics/makehuman Makefile distinfo pkg-plist Removed files: graphics/makehuman/files patch-src-io.c patch-src-ui.c Log: - Update to 0.9 PR: 111792 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer) Revision Changes Path 1.3 +8 -8 ports/graphics/makehuman/Makefile 1.2 +3 -3 ports/graphics/makehuman/distinfo 1.2 +0 -18 ports/graphics/makehuman/files/patch-src-io.c (dead) 1.2 +0 -18 ports/graphics/makehuman/files/patch-src-ui.c (dead) 1.2 +6995 -1274 ports/graphics/makehuman/pkg-plist _______________________________________________ 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"
State Changed From-To: open->closed Committed. Thanks!
* FreeBSD-gnats-submit@FreeBSD.org (FreeBSD-gnats-submit@FreeBSD.org) wrote: Here's additional patch which improves dotdir handling. --- makehuman.patch begins here --- diff -ruN makehuman.orig1/Makefile makehuman/Makefile --- makehuman.orig1/Makefile Wed Apr 18 01:56:04 2007 +++ makehuman/Makefile Wed Apr 18 01:55:51 2007 @@ -27,6 +27,7 @@ CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" post-patch: + @${REINPLACE_CMD} -e 's|makehuman/|.&|g' ${WRKSRC}/src/util.cpp @${REINPLACE_CMD} -e '/^makehuman_pixmapsdir =/ s|pixmaps/makehuman|makehuman/pixmaps|' ${WRKSRC}/pixmaps/Makefile.in @${REINPLACE_CMD} -e '/^packagepixmapsdir=/ s|pixmaps/\$${PACKAGE}|$${PACKAGE}/pixmaps|' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/^makehumandocdir =/ s|doc/|share/doc/|' ${WRKSRC}/Makefile.in --- makehuman.patch ends here --- -- Best regards, Dmitry Marakasov mailto:amdmi3@amdmi3.ru
miwi 2007-04-17 23:31:57 UTC FreeBSD ports repository Modified files: graphics/makehuman Makefile Log: - Fix dotdir handling. PR: 111792 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer) Revision Changes Path 1.4 +1 -0 ports/graphics/makehuman/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"