[55827] trunk/dports/science/sbsat
Ryan Schmidt
ryandesign at macports.org
Wed Aug 19 19:22:24 PDT 2009
On Aug 19, 2009, at 21:03, snc at macports.org wrote:
> Modified: trunk/dports/science/sbsat/Portfile
> ===================================================================
> --- trunk/dports/science/sbsat/Portfile 2009-08-20 01:52:53 UTC
> (rev 55826)
> +++ trunk/dports/science/sbsat/Portfile 2009-08-20 02:03:16 UTC
> (rev 55827)
> @@ -21,6 +21,19 @@
> sha1 08e9d0a447105fcd36518fab4653fcc8a0973ced \
> rmd160 0ef8e2ee04d54b71fe837407ba3f771cca381636
>
> +variant jeremy description {Enable Jeremy's modifications} {
> + patchfiles patch-src-generator-Makefile.am.diff \
> + patch-src-generator-gentest.cc.diff \
> + patch-configure.ac.diff
> + post-patch {
> + file copy ${filespath}/slider3_base.py ${worksrcpath}/src/
> generator/
> + reinplace s|@@PREFIX@@|${prefix}/bin| ${worksrcpath}/src/
> generator/gentest.cc
> + }
> +
> + use_autoreconf yes
> +
> +}
What do these modifications do? :) Why might a user want to use or
not use this variant? The variant description isn't very forthcoming.
More information about the macports-dev
mailing list