On Sun, 28 Mar 2010, Ion-Mihai Tetcu wrote:

Before reporting failures, please take a look at ports@ list, and
http://qat.tecnik93.com/index.php?action=failed_buildports&sort=last_built
to find out if the problem hasn't already been reported or even fixed.
We also have two incremental builds on Pointy to catch the problems.

wxgtk26 needs the same patch as wxgtk28:

--- Makefile.orig       2010-03-28 12:52:41.000000000 -0600
+++ Makefile    2010-03-28 12:54:17.000000000 -0600
@@ -91,6 +91,7 @@
 post-patch:
        @${REINPLACE_CMD} -e 's|pkg_config_args --cflags|pkg_config_args pangox 
--cflags|g ; \
                s|pkg_config_args --libs|pkg_config_args pangox --libs|g' \
+               -e 's|png_check_sig|png_sig_cmp|g' \
                        ${WRKSRC}/configure

 .include <bsd.port.mk>

...although adding another -e option instead of just extending the existing one seems unnecessary.

-Warren Block * Rapid City, South Dakota USA
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to