On Jan 3, 2013, at 02:34, [email protected] wrote:

> Revision: 101027
>          https://trac.macports.org/changeset/101027
> Author:   [email protected]
> Date:     2013-01-03 00:34:48 -0800 (Thu, 03 Jan 2013)
> Log Message:
> -----------
> libwmf: Build with newer automake
> 
> Modified Paths:
> --------------
>    trunk/dports/graphics/libwmf/files/configure.ac.diff
> 
> Modified: trunk/dports/graphics/libwmf/files/configure.ac.diff
> ===================================================================
> --- trunk/dports/graphics/libwmf/files/configure.ac.diff      2013-01-03 
> 08:31:18 UTC (rev 101026)
> +++ trunk/dports/graphics/libwmf/files/configure.ac.diff      2013-01-03 
> 08:34:48 UTC (rev 101027)
> @@ -1,5 +1,14 @@
> --- configure.ac.orig 2005-07-28 06:48:39.000000000 +1000
> +++ configure.ac      2010-01-09 05:46:40.000000000 +1100
> +@@ -56,7 +56,7 @@ dnl Initialize automake stuff
> + AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define)
> + 
> + # Specify a configuration file
> +-AM_CONFIG_HEADER(wmfconfig.h)
> ++AC_CONFIG_HEADERS([wmfconfig.h])
> + 
> + AH_TOP([
> + #ifndef LIBWMF_CONFIG_H
> @@ -742,14 +742,6 @@
>  GDK_PIXBUF_LIBS=""
>  GDK_PIXBUF_DIR=""

When you make a change to a patchfile that will fix a build problem, you should 
simultaneously make some change to the Portfile as well (any change: could just 
be a whitespace change) so that any users who had a failed configuration 
attempt because of the patchfile will have their work directories automatically 
cleaned after they selfupdate and try again. (MacPorts checks timestamps (or in 
trunk: checksums) of Portfiles only, not of patchfiles, to decide whether to 
autoclean.)


_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to