Commit graph

16 commits

Author SHA1 Message Date
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
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 9276c6bcbb man-db: does not require lzma-utils anymore, bumprev.
--HG--
extra : convert_revision : 117e10e3bb7ad93da1f872c363d057d41d2a1f0f
2009-10-17 03:17:29 +02:00
Juan RP ccecec602e man-db: update to 2.5.6.
--HG--
extra : convert_revision : 86e1693b0149d1ef2cec657563e99b9c1277803f
2009-09-11 18:08:16 +02:00
Juan RP 1601b19834 man-db: add /etc/man_db.conf to $conf_files.
Bump revision.

--HG--
extra : convert_revision : 7ee6dc0f679ab8601fcc09d56ad9fe41593bed87
2009-08-01 11:16:55 +02:00
Juan RP 5e7c72d53f man-db: update to 2.5.5.
--HG--
extra : convert_revision : 6c282d8b618c2bc42cbe5e2bc12a69bfe8b8896b
2009-04-10 18:46:00 +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 2c32f795f6 man-db: fix typo in previous.
--HG--
extra : convert_revision : 31f6105c4a453bd1a44cd9b7d419a8b87c8a435b
2009-03-28 18:54:22 +01:00
Juan RP 94c9995cb7 man-db: add a daily cron job to rebuild manpages cache.
--HG--
extra : convert_revision : 87e1ba47ca266f9a0510d38f94927815bf33da79
2009-03-28 18:52:00 +01:00
Juan RP 37f094b95a Added NONGNU_SITE var for use in $distfiles.
--HG--
extra : convert_revision : d416f7e0717a3a23da15741fae6f45c039e89f98
2009-03-23 06:26:04 +01:00
juan 076708f865 man-db: update to 2.5.4.
--HG--
extra : convert_revision : 91ddd72b9b77fd2f349b15e6ecf9d482b68944fa
2009-03-08 20:15:15 +01:00
Juan RP de7fa4b9da man-db: disable setuid requirement.
--HG--
extra : convert_revision : ce142a83bbcf9b83a06fc6570ec4e3feb95b1149
2009-03-05 07:39:40 +01:00
Juan RP 0b7cdfa1d0 Split pkgs required by xbps-base-system, structure based in Fedora.
--HG--
extra : convert_revision : 151da3637a2745b786251e067bb924c3fd98118b
2009-02-25 06:15:20 +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 03fe9681e3 man: update to 2.5.3.
--HG--
extra : convert_revision : a06c522d3364c7f7272e15366c6708b5708049e8
2009-02-19 02:07:48 +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
Renamed from templates/man-db.tmpl (Browse further)