[97883] trunk/dports/sysutils/OpenIPMI/Portfile
Ryan Schmidt
ryandesign at macports.org
Thu Sep 20 21:56:26 PDT 2012
On Sep 18, 2012, at 15:43, eborisch at macports.org wrote:
> Revision: 97883
> http://trac.macports.org//changeset/97883
> Author: eborisch at macports.org
> Date: 2012-09-18 13:43:40 -0700 (Tue, 18 Sep 2012)
> Log Message:
> -----------
> Improved build process.
>
> Modified Paths:
> --------------
> trunk/dports/sysutils/OpenIPMI/Portfile
>
> Modified: trunk/dports/sysutils/OpenIPMI/Portfile
> ===================================================================
> --- trunk/dports/sysutils/OpenIPMI/Portfile 2012-09-18 19:54:49 UTC (rev 97882)
> +++ trunk/dports/sysutils/OpenIPMI/Portfile 2012-09-18 20:43:40 UTC (rev 97883)
> @@ -4,6 +4,7 @@
>
> name OpenIPMI
> version 2.0.19
> +revision 1
> license {GPL-2 LGPL-2}
> categories sysutils
> platforms darwin
> @@ -29,9 +30,6 @@
> patchfiles weak_symbols.patch \
> configure.in.patch
>
> -depends_build port:autoconf \
> - port:automake
> -
> depends_lib port:popt \
> port:gsed
>
> @@ -63,9 +61,7 @@
> "grep -R 'LD_PRELOAD' -l * | xargs sed -i '' -e '${REPLSTR}'"
> }
>
> - post-patch {
> - system -W ${worksrcpath} "autoreconf"
> - }
> + use_autoreconf yes
For future reference, since this doesn't affect the files that ultimately get installed by the port, no revision increase was necessary.
More information about the macports-dev
mailing list