Hello,
time for a new release of Compile. This is a bug fix and recommended
update. It fixes regressions with cabal, meta, perl and python recipe
types*, a bug where $target could be moved away to failed even though
installation was successful and, for recipe writes, now the docs=()
array behaves as it should.

Install it by issuing 'InstallPackage Compile 1.12.3'.

Full changlog is at the end of this message.

-- 
/Jonas Karlsson

*) For cabal now --lazy mode works again, meta don't remove $target
when installing later components, perl was actually broken for
applications using Module::Build build system (most never perl
applications) and python now finds the build script even when the
source isn't unpacked before Compile is invoked.

Full changelog:

2009-03-18 23:09  mohjive

        * Functions/Compile: Use if *set*

2009-03-21 11:30  mohjive

        * Functions/BuildType_cabal: Move initiation of some variables to
          cabal_init() so that --lazy doesn't break

2009-03-24 18:37  mohjive

        * bin/Compile: cleanup() is called on success, not fail

2009-04-24 13:14  mohjive

        * ., bin/PackRecipe: r...@hermes: jonas | 2009-04-24 15:10:17 +0200
          Fix qouting in output reported by pocek.

2009-04-27 03:26  lucasvr

        * bin/Compile: Propagate --keep if set.

2009-04-27 05:13  lucasvr

        * bin/Compile: Don't check for dependencies from previous recipes
          when invoked with --start-at

2009-04-27 08:42  mohjive

        * bin/PackRecipe: Yet another lgpl hash

2009-04-29 09:17  mwh

        * Functions/BuildType_python: Fix bug with recipe_type=python when
          source not previously unpacked and build_script misdetected

2009-04-29 09:28  mwh

        * Functions/BuildType_python: Actually, should find build script in
          build_python_options, so it works with do_build=no as well

2009-05-01 07:35  mohjive

        * Functions/BuildType_perl: Functions/BuildTypes_* shouldn't really
          do anything when sourced, so moving exporting
          /System/Links/Libraries/perl5:/System/Links/Libraries/perl5/site_perl
          into perl_init()
          We can't check perl build system at the time of sourcing, since
          we haven't unpacked the archive yet. Instead we have to do it in
          each build step.

2009-05-01 07:36  mohjive

        * Functions/BuildType_perl: Use arguments instead of hard coded
          variable names.

2009-05-05 23:04  mwh

        * Functions/BuildType_cmake: Default to cmake's verbose mode, so we
          can see compilation output for debugging

2009-05-07 22:04  mohjive

        * ., Functions/Compile: r...@hermes: jonas | 2009-05-07 23:57:35
          +0200
          Don't use ls and avoid subshells. Patch by pocek.

2009-05-10 07:02  mohjive

        * Functions/Compile: Add comments to clearify nullglob code
_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to