Commit Graph

22 Commits

Author SHA1 Message Date
Juan RP 1ebe5e6b5e Mega-commit removing deps in xbps-base-chroot.
xbps-src:
  * ALWAYS use the static bins, to avoid breakage in the chroot.
  * Remove XBPS_FETCH_CMD. Use xbps-fetch (static) now that it's
    useful to download all distfiles in xbps-base-system.
  * Use busybox in the chroot and create links in /usr/local/bin
    at creation time. This helps to remove many packages that
    had problems with host/target libs (acl, attr, libarchive, etc).

build templates:
  * Add explicit gettext and texinfo build dependencies in all
    packages that need them, because they aren't built anymore
    by xbps-base-chroot.
  * Fixed some packages using build_style=gnu_makefile, that were
    broken because pre/post_configure() is not executed for a while,
    they should use pre/post_build() instead.

--HG--
extra : convert_revision : 0eaaf4917fd824710d0895e0c984bbc236b0cdf8
2009-10-30 22:14:09 +01:00
Juan RP 6d75e23d23 Mark some packages with "keep_empty_dirs".
--HG--
extra : convert_revision : c2a57aa96032764a4a06892d0358c747e36367df
2009-10-17 03:12:48 +02:00
Juan RP e84f4ccf46 util-linux-ng: fix blkid.static build.
--HG--
extra : convert_revision : dc3d0f3d3046460d9ba533914b188a5ad440890b
2009-10-16 00:08:34 +02:00
Juan RP 85a7ceb76f Move all patches to templates/$pkgname/patches.
There's no need to set patch_files/patch_args anymore, all patches
in this directory will be applied with -Np0 and they have .diff
or .patch (and .gz/.bz2) extension.

--HG--
extra : convert_revision : 8d516c033fe34db94ebbcc84c246e84fc96ed901
2009-10-15 16:07:47 +02:00
Juan RP 3dbf5afbb6 util-linux-ng: update to 2.16.1.
--HG--
extra : convert_revision : 2138e6d79a3afdd2af5b11bb7ef3502819dbb8f9
2009-09-11 11:28:31 +02:00
Juan RP 015c551e87 util-linux-ng: disable fsck, bundled with e2fsprogs.
Bump revision.

--HG--
extra : convert_revision : 621542ab6c37b9bb8f36b355605346f9adcb18fb
2009-08-12 12:37:57 +02:00
Juan RP 5599ded360 util-linux-ng: update to 2.16. Install blkid and uuid related utils.
--HG--
extra : convert_revision : 6a31c00552f4e956bc9281d21717a2461fd1b436
2009-08-12 12:22:49 +02:00
Juan RP d555c22343 util-linux-ng: needs pkg-config to be built.
--HG--
extra : convert_revision : 94bf4290d54e5ac456b4eda8399163b4c6ce8dc1
2009-06-07 07:09:14 +02:00
Juan RP d6da2e382e util-linux-ng: update to 2.15.
--HG--
extra : convert_revision : ed0b1460e422704a62b58ba28083a601acf38455
2009-05-13 07:03:59 +02:00
Juan RP d013286604 tmpl_vars.sh: add KERNEL_SITE var and use it.
--HG--
extra : convert_revision : 19ca0740561716ef2adde93213fd64d4e280caec
2009-04-19 00:31:39 +02:00
Juan RP f7c1a34b88 Install the cron jobs with 744 perms.
--HG--
extra : convert_revision : 03e9b1e542f20c45d691b7fd2c7c17a794199209
2009-03-29 07:23:39 +02:00
Juan RP c34787dd16 util-linux-ng: fix up the cron job.
--HG--
extra : convert_revision : 31ec77e0a97389b4e951f321c8c5786788355935
2009-03-28 20:03:16 +01:00
Juan RP 8f79211760 util-linux-ng: add an hourly cron job for hwclock --adjtime.
--HG--
extra : convert_revision : 71220f4abc2512b3e63f71a4bca0ec863290206f
2009-03-28 18:49:46 +01:00
Juan RP 3667f039f2 Install all packages via DESTDIR var and not prefix.
This removes many assignments that were needed before, and fixes
some packages to install its manpage/info files.

--HG--
extra : convert_revision : 5422f921ef81d089ed95ce0c52e5106ea10b2165
2009-03-18 10:02:43 +01:00
Juan RP 744b2fc5fc Do not set infodir/mandir to DESTDIR for chroot packages.
--HG--
extra : convert_revision : 990e93fcf5a36f75d29a5f2de60b44f180fe0e48
2009-03-13 23:55:25 +01:00
Juan RP 84222395b8 Provide some vars for use in template's targets.
These new vars are DESTDIR (by default XBPS_DESTDIR/pkgname-version),
SRCPKGDESTDIR (XBPS_DESTDIR/sourcepkg-version) and FILESDIR
(XBPS_TEMPLATESDIR/pkgname/files).

This simplifies packages that used them.

--HG--
extra : convert_revision : 287ea7128cb5df19870ca7aff0a3b8f99a11d63a
2009-03-11 06:31:56 +01:00
Juan RP 30ddc236cd util-linux-ng: use /var/lib/hwclock as suggested by LFS.
--HG--
extra : convert_revision : 69e91a921185e4f4ca05349e5482172183b434fa
2009-03-05 04:24:00 +01:00
Juan RP d4c7ed8586 util-linux-ng: install the wall(1) command.
--HG--
extra : convert_revision : 42cb870499a39fd181ada353e84b26003b8cb4c7
2009-03-04 06:33:29 +01:00
Juan RP 072ad1c9a0 util-linux-ng: add e2fsprogs build dep, not -devel.
--HG--
extra : convert_revision : 30af68c0a81e2e4f87bc1150bbb8241703404a94
2009-02-25 16:38:17 +01:00
Juan RP 4aab5990ba Update all pkgs until xbps-base-system's initramfs-tools dependency.
--HG--
extra : convert_revision : 7c4f25f0ac22755e54d4604e1581e8c7fc255d58
2009-02-24 08:22:29 +01:00
Juan RP afaff17873 util-linux-ng: update to 2.14.2.
--HG--
extra : convert_revision : b0177332d6208e8436d1cd2c9feb6a64dc285b13
2009-02-19 02:04:29 +01:00
Juan RP fa2748d9b2 Reorganize the templates directory for possible future changes.
Now every template uses its own directory. Patches, prepost* files
and other related stuff are stored there.

--HG--
extra : convert_revision : bbc529ef161d9a59fe13a1d54ac058f77ea05845
2009-02-03 21:35:57 +01:00