Commit graph

16 commits

Author SHA1 Message Date
Juan RP 5c0c5fd5b4 No need to depend in texinfo/diffutils/xz, they are in bootstrap. 2011-11-15 16:03:36 +01:00
davehome cc660ea670 Update bootstrap pkgs for new rshlib thing 2011-11-12 01:54:14 +00:00
Juan RP 5a2cc5b5bd xbps-src: infrastructure changes required for "nonfree" keyword in tmpls.
- The chroot target now execs masterdir/bin/xbps-shell to set up correct envvars.
- 2 pkgs are now in nonfree repo: adobe-flash-plugin and jre.
- Renamed some vars in xbps-src to be in uppercase, notably XBPS_MACHINE.
- make-repoidx target now creates the index for all "known" directories specified
  via XBPS_PACKAGESDIR: XBPS_MACHINE, noarch, and nonfree/XBPS_MACHINE.
2011-11-08 11:56:17 +01:00
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00
Juan RP 2b4854a100 gmp: add missing builddeps for chroot rebuild. 2011-07-06 09:17:20 +02:00
Juan RP 5355f32aca xbps-src: support building bootstrap pkgs in chroot with -D.
The base_chroot var has been renamed to bootstrap, to avoid conflicts
with the base-chroot pkg. So now you can rebuild any bootstrap package
if the masterdir is ready (base-chroot already) installed and
installation is only to destdir.
2011-07-06 08:16:56 +02:00
Juan RP f70a0e85b9 gmp: fix gmp.h to not include -m32 in multilib builds. 2010-05-21 00:53:29 +02:00
Juan RP 60c226b59d gmp: update to 5.0.1, bump abi_depends.
--HG--
extra : convert_revision : f3cc47c30a96976069e3505c98df033fb4f3878d
2010-03-29 14:58:36 +02:00
Juan RP 2c2bbf8b50 gmp: downgrade to 4.3.2. 5.0.1 is ABI incompatible...
--HG--
extra : convert_revision : 8476cc682e77bc2efc4a709ee206b662277dbae4
2010-02-16 00:16:13 +01:00
Juan RP 23bd0c80ed gmp: update to 5.0.0.
--HG--
extra : convert_revision : f3a756723a43deae69b6c88061b5c703a790d2ff
2010-01-30 01:47:39 +01:00
Juan RP 3b0e86304c gmp: update to 4.3.2.
--HG--
extra : convert_revision : a0b529a2dcbe84f8b205f24f054e4639db1ff4d5
2010-01-27 00:29:00 +01:00
Juan RP cc7fca79e4 gmp: sanitize deps, bumprev.
--HG--
extra : convert_revision : 5018d4e27141b910148566f6f4eb39acc0d636c1
2010-01-10 12:36:19 +01:00
Juan RP 49002a63d6 gmp: clean up deps, bumprev.
--HG--
extra : convert_revision : aae3831cfcf5b98b442ecc7347f65b2b6e99b37a
2010-01-07 20:08:48 +01:00
Juan RP 5f8c4ee785 gmp: apply patch from lp bug #501600 "gmp build failure in x86_64 qemu"
--HG--
extra : convert_revision : 3605e7b7d74fe31b0c9b12124a7c7a23434949e9
2009-12-31 07:53:30 +01:00
Juan RP 70d8c6d078 gmp: move more files to -devel subpkg. Bumprev.
--HG--
extra : convert_revision : a67560955916385d988030ecb1463d219a8832bc
2009-12-07 16:34:12 +01:00
Juan RP 85cc462e1d Major infrastructure changes, part 2.
* Moved helpers, common and triggers dirs into xbps-src, where
  they belong.
* Renamed the templates dir to srcpkgs, it was so redundant before.
* Make it possible to add subpkgs with no restriction in names, for
  example udev now has a subpkgs called "libgudev". Previously
  subpkgs were named "${sourcepkg}-${pkgname}".
* xbps-src: changed to look for template files in current directory.
  That means that most arguments from the targets have been removed.
* xbps-src: added a reinstall target, to remove + install.
* xbps-src: do not overwrite binpkgs by default, skip them.

And more that I forgot because it's a mega-commit that I've been
working for some days already...

--HG--
extra : convert_revision : 0f466878584d1e6895d2a234f07ea1b2d1e61b3e
2009-11-22 08:31:44 +01:00