Commit graph

35 commits

Author SHA1 Message Date
Juan RP 1c5f4690e6 xbps-src: always require current srcpkgs version in build dependencies.
That means that version comparators are not supported anymore in
hostmakedepends and makedepends.

This will ensure that a pkg is always built with the same build dependencies
everywhere, if the srcpkgs tree is uptodate.
2015-03-27 10:59:58 +01:00
Christian Neukirchen 76345b6d6e automake: rebuild for upstream config.sub. 2015-03-03 15:07:00 +01:00
Eivind Uggedal a122cf255b automake: update to 1.15. 2015-01-06 12:31:47 +00:00
Juan RP 2c97ecb9a3 automake: remove unnecessary bdeps. 2014-08-26 09:47:20 +02:00
Juan RP eba4d53574 automake: rebuild to drop compressed manpages. 2014-03-14 09:09:20 +01:00
Juan RP 6a2b545260 automake: add missing build-deps (close #58). 2014-02-22 10:02:29 +01:00
Juan RP 60083002f1 automake: fix run-time deps (tyop). 2014-01-01 17:09:22 +01:00
Juan RP d2cc9b92cd automake: update to 1.14.1. 2014-01-01 17:03:18 +01:00
Juan RP 925d471cbf Update all source packages for xbps-src>=90. 2014-01-01 16:10:11 +01:00
Juan RP e411d0f4a8 automake: update to 1.14. 2013-06-22 07:36:59 +02:00
Juan RP 303f576b70 automake: update to 1.13.2. 2013-05-16 16:18:23 +02:00
Juan RP fef8be1ee0 autoconf, automake: fix pkg install. 2013-04-10 23:40:32 +02:00
Juan RP 75dda27a19 automake: convert to the new template format. 2013-04-10 23:38:01 +02:00
Juan RP 7a53e4688b automake: depends on perl and autoconf, but not libtool. 2013-03-26 08:24:36 +01:00
Juan RP 205da40885 automake: require libtool>=2.4.2_5 for working cross builds. 2013-02-06 11:04:01 +01:00
Juan RP 7b03eb352c automake: update to 1.13.1. 2013-01-06 10:45:28 +01:00
Juan RP 88abf015e9 automake: update to 1.12.6. 2012-12-18 01:10:41 +01:00
Juan RP 90e90872f9 automake: update to 1.12.5. 2012-11-18 10:58:22 +01:00
Juan RP 3dac0f2e8c automake: update to 1.12.4. 2012-09-19 06:27:44 +02:00
Juan RP 5050306f32 automake: update to 1.12.3. 2012-08-17 05:49:11 +02:00
Juan RP ec1dc97352 automake: update to 1.12.2. 2012-07-11 12:25:51 +02:00
Juan RP 6d241d2375 Set revision=1 to all pkgs. It's required now to set it. 2012-06-03 09:08:53 +02:00
Juan RP 45349216a2 automake: update to 1.12.1. 2012-06-02 08:57:23 +02:00
Juan RP 1816de0e4a Update all packages for xbps-src>=28. WARNING: xbps-src-28 (or from git) required! 2012-05-23 18:26:56 +02:00
Juan RP 61aa32ddbe automake: update to 1.12. 2012-04-27 09:50:30 +02:00
Juan RP 126a5c7309 automake: update to 1.11.5. 2012-04-16 16:40:32 +02:00
Juan RP bb966723d3 automake: update to 1.11.4. 2012-04-04 11:25:08 +02:00
Juan RP 805595ff63 automake: require latest libtool, revbump. 2012-03-01 09:52:27 +01:00
Juan RP 48955788e5 automake: update to 1.11.3. 2012-02-29 09:59:47 +01:00
Juan RP ad2194ebf2 Remove flist files; not the way to go. I'll find another way. 2012-02-10 16:59:21 +01:00
Juan RP 50c2ff1926 First pass at creating flist files, will be used by the upcoming xbps-src-18. 2012-02-10 09:25:25 +01:00
Juan RP 5c0c5fd5b4 No need to depend in texinfo/diffutils/xz, they are in bootstrap. 2011-11-15 16:03:36 +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 1fb0ef3e25 automake: update to 1.11.1.
--HG--
extra : convert_revision : cf21ed23433960c0f0774e93b2eb0ced16df4f84
2009-12-27 16:48:09 +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