Commit graph

457 commits

Author SHA1 Message Date
Juan RP f77c55c52b atk: update run_depends and remove unused stuff.
--HG--
extra : convert_revision : 4c221fe940dda750ad1d4e2ce515498783d91d28
2009-02-05 05:56:53 +01:00
Juan RP f5c6fe8302 xbps-base-dirs: create some dirs at correct location, bump to 0.2.
--HG--
extra : convert_revision : 27d3e32886d144df5e60a5396a82eec383e65a4e
2009-02-04 21:53:09 +01:00
Juan RP 0cecc9d133 git: remove unneeded stuff.
--HG--
extra : convert_revision : 6bad9e89a9941c3ffbd59995611c64283e2db03c
2009-02-04 21:52:55 +01:00
Juan RP 8523f3766c libarchive: update to 2.6.1.
--HG--
extra : convert_revision : ce8b505a601549060bd0458eae71448e6b092f28
2009-02-04 21:22:25 +01:00
Juan RP 97eddf846d perl: remove a debug printf.
--HG--
extra : convert_revision : 4c0675951081b325902d4f87e75925f5e9cc26da
2009-02-04 17:59:17 +01:00
Juan RP cc83e58b90 xbps-base-chroot: revert previous. We still need xbps-base-dirs dep.
--HG--
extra : convert_revision : 14b03a2bdeca443923a3047318517ab033de33b6
2009-02-04 17:53:19 +01:00
Juan RP bcf9dff398 Rename automatic patches to just "install.diff" or "build.diff".
--HG--
extra : convert_revision : 93ca1b8d614e75cc1df7e12735bde31b04c2e9d1
2009-02-04 03:50:36 +01:00
Juan RP 09fc2634ad openssl: update to 0.9.8j and fix SONAME for the shared lib.
--HG--
extra : convert_revision : 3b42c54b17d871ddf6dd982d5f7c01283af28061
2009-02-04 03:40:25 +01:00
Juan RP 83ee032c38 Rather than adding the xbps-base-dirs dep on xbps-base-{chroot,system}, add the
dependency to glibc instead.

Almost all packages depend on it, and this ensures that it's always installed
before anything else.

--HG--
extra : convert_revision : 45bbc22a15feeb663d2895324e611b6d711ea062
2009-02-04 01:30:04 +01:00
Juan RP e659a5d022 git: update to 1.6.1.2. No need to specify perl path anymore.
--HG--
extra : convert_revision : 35408aa94bacd9bd117ae65dce518a185490a8fe
2009-02-04 01:04:05 +01:00
Juan RP 24f389b5ca perl: replace hardcoded destdir paths.
--HG--
extra : convert_revision : 5734e2f06b62fa52a4616edd77a21231171e1f34
2009-02-04 01:03:44 +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
Juan RP 6c252d43d4 Split installation/removal parts in prepost-action scripts.
There are two scripts that can be used now:
	- prepost-inst: for pre/post actions at installation.
	- prepost-rm: for pre/post actions at removal.

--HG--
extra : convert_revision : 5e054758f549f5c81693b825795fbb36e2d5513a
2009-02-03 17:32:51 +01:00
Juan RP 37668944b7 bash: update to 048 patch level.
--HG--
extra : convert_revision : 228c04c6208f5863d902a0a83ab3549c4c9535a8
2009-02-02 17:07:58 +01:00
Juan RP 8e76afef28 initramfs-tools: fix path to busybox dir.
--HG--
extra : convert_revision : 9d9646c4431000f3ad88276c20d5e33130715b4a
2009-01-30 16:50:56 +01:00
Juan RP 161113838e initramfs-tools: make this depend on busybox-initramfs.
--HG--
extra : convert_revision : a984dc983d72a4f869a803239e35470ab90eb4c6
2009-01-30 01:29:15 +01:00
Juan RP 905ae418c2 Added busybox-initramfs-1.13.2 template. To be used by initramfs-tools.
--HG--
extra : convert_revision : 4e9a3d9a1df99ef85b57c3df506ce62e2bf67756
2009-01-30 01:28:50 +01:00
Juan RP c25663cd3b xbps-base-system: depend on tzdata. Bump to 0.3.
--HG--
extra : convert_revision : 51a851a1a7a5c75a9b574dd41b8c8376fd966399
2009-01-28 16:07:10 +01:00
Juan RP dc7ca7a46d Added tzdata-2009a template.
--HG--
extra : convert_revision : a2a19025771a39da833e05e0a0bc06313a1e83a2
2009-01-28 16:06:47 +01:00
Juan RP f7598a476c kernel-headers: needs kernel-libc-headers at runtime, remove unneeded patches.
--HG--
extra : convert_revision : 9b81e74f59574ef7339e51d358168109a8a3d60e
2009-01-27 23:20:31 +01:00
Juan RP f60582a716 initng-ifiles: depend on sysklogd, so that it's run by default.
--HG--
extra : convert_revision : 3118a8bba77a981d068dd5b1ca5568d9052aace2
2009-01-27 19:39:28 +01:00
Juan RP edefe63680 shadow: add a prepost-action script to enable shadow passwords and
create a default /etc/passwd and /etc/group file.

--HG--
extra : convert_revision : 5967a67bce2b0d504b3cff502466e4ac72d3178c
2009-01-27 19:28:31 +01:00
Juan RP 028a4b63f5 kernel: enable unionfs and squashfs, this time properly!
--HG--
extra : convert_revision : 7a2a919a751a5895d288ae6b1bc694f10e6530fd
2009-01-27 18:54:53 +01:00
Juan RP de800de41f initng-ifiles: add a prepost-action script to generate required files.
--HG--
extra : convert_revision : 376e924f763c342b0d0ad19895f0241475e18eec
2009-01-27 13:35:41 +01:00
Juan RP 9efb9f6d69 initng: needs bash at runtime.
--HG--
extra : convert_revision : f63dcab3a7de1a685a4ca8630cbd3f9bd889a016
2009-01-27 13:35:26 +01:00
Juan RP 919ac78f4c cmake: needs openssl at runtime.
--HG--
extra : convert_revision : ff9ead6ff17597c1b7850006df23551453d09c7c
2009-01-27 13:34:52 +01:00
Juan RP 644867c419 initng-ifiles: fix genrunlevel hardcoded path for the binpkg.
--HG--
extra : convert_revision : fa6707f48f8bc1e31aefa5218fd80192ba23dd5d
2009-01-27 12:50:24 +01:00
Juan RP d6d8c91d8d udev: update to 137. Less changes by default to have a working setup.
--HG--
extra : convert_revision : d71a3e8cd4ad0a0cb944a64c5eef688b331f5781
2009-01-27 12:34:58 +01:00
Juan RP b70527d4d1 syslinux: update to 3.73.
--HG--
extra : convert_revision : 7fe4ef1d2833328315a65d0862929921f0793b65
2009-01-26 16:32:27 +01:00
Juan RP d410602ced kbd: add patch to make this build with kernel 2.6.28.
--HG--
extra : convert_revision : ab84ee8a4b9b16639174e31e219eff176c794fd8
2009-01-25 23:41:15 +01:00
Juan RP 374c65648b kernel*: update to 2.6.28.1, without unionfs/squashfs.
--HG--
extra : convert_revision : 46a38da454341ff361d349e6a1ef26e8fd1749c6
2009-01-25 23:40:41 +01:00
Juan RP a490aa8945 proplib: update to 0.3.
--HG--
extra : convert_revision : 6037d4bcf3f652aec8fb6749125a8532a154a740
2009-01-25 23:40:13 +01:00
Juan RP a0174e5135 procps: update $distfiles with a working location.
--HG--
extra : convert_revision : 70b01d3cf76a6c4ba6776906b2acbaeeac4422be
2009-01-14 16:48:51 +01:00
Juan RP d0bbf183d9 initramfs-tools: update to 0.92o because previous distfile was removed.
--HG--
extra : convert_revision : 62c2865117465d728c7d2585c3e44d38b4a5c660
2009-01-14 16:48:25 +01:00
Juan RP 650aae7b58 kernel: added a prepost-action script to create the initramfs.
--HG--
extra : convert_revision : 50026c51a815fafbe655d39c8fa3dd31dffd5846
2008-12-29 15:59:18 +01:00
Juan RP 7f05ee8ed8 initramfs-tools: add missing rundeps.
--HG--
extra : convert_revision : c4e500503a34bdf3646df272417eae3437ff16c2
2008-12-29 15:53:24 +01:00
Juan RP c985e3974b kernel: add missing run_depends.
--HG--
extra : convert_revision : b601910b35d0bfe02bf520d927407fd013a0c772
2008-12-29 15:04:21 +01:00
Juan RP 74d63d15a5 cracklib: fix up $distfiles.
--HG--
extra : convert_revision : 17d9f7ccf1d1fee4e9734734ae1bb31ca29e5621
2008-12-28 02:22:00 +01:00
Juan RP c4a01548e8 kernel: update i386 .config for 2.6.27.9.
--HG--
extra : convert_revision : 63dac99c4a47293abc1baecd911010a551799aec
2008-12-28 02:11:44 +01:00
Juan RP 68941a9a31 Introduce $install_priority for use in templates.
A higher number in this var will make the binary package to
be installed before other with lower priority. By default, all
packages have a 0 priority. xbps-base-dirs uses 100, because it
needs to be one of the first installed packages.

--HG--
extra : convert_revision : 81a88b676d2ae3180914612371619f19e1765d02
2008-12-27 16:20:54 +01:00
Juan RP f70be652d6 libarchive: start $short_desc with a capital letter.
--HG--
extra : convert_revision : 95422ae8961e3cd8bf390cd5d28949165b7d9f3d
2008-12-27 09:22:43 +01:00
Juan RP 55a2223657 xbps-base-dirs: add some required dirs.
--HG--
extra : convert_revision : d177f36e9586f1b2edd50386c02e4f934512f911
2008-12-27 09:21:26 +01:00
Juan RP b1ec791985 libarchive: fix $short_desc.
--HG--
extra : convert_revision : 32e9c0e47fd8de0852aa485dc8629690d41c3e3a
2008-12-27 09:10:20 +01:00
Juan RP 1ecc844eb4 xbps-base-{chroot,system}: depend on xbps-base-dirs.
--HG--
extra : convert_revision : d63fdd36b263e76c4b605811406df2d809946134
2008-12-27 08:44:37 +01:00
Juan RP 4d7a9ba2c8 Added xbps-base-dirs-0.1 template.
This package provides the directories required for GNU/Linux system.

--HG--
extra : convert_revision : c1b8b40c0718eeb15d75d60b33d7c23357a69dbc
2008-12-27 08:43:57 +01:00
Juan RP 39c05644b3 gcc: mpfr is a runtime dependency.
--HG--
extra : convert_revision : 05d61207f70da060effc72d680a4d374217315ca
2008-12-27 04:30:28 +01:00
Juan RP 5d07bfa08d xbps-base-chroot: only depend in gcc.
--HG--
extra : convert_revision : 297c06ed20794f6d9e856d669e2e31a4c6ae9533
2008-12-27 04:30:14 +01:00
Juan RP f6f7288c48 Make it possible to install 'custom-install' pkgs without distfiles.
Make xbps-base-{chroot,system} install the lib -> lib64 symlinks on
x86_64.

--HG--
extra : convert_revision : 9404d50c8a15dcd700df49aace1bbd105749f00a
2008-12-27 04:21:38 +01:00
Juan RP 613c9f25dd xbps-base-chroot: add all dependencies explicitly.
--HG--
extra : convert_revision : cdc3eadbdca3f3a5077af40f7e6d325eac4f784e
2008-12-26 14:22:00 +01:00
Juan RP 159d9852a7 xbps-base-chroot: added missing bison and texinfo rundeps.
--HG--
extra : convert_revision : 56a44fc6f2a37c1f6b0d54d8de87ca4eee4c4ee9
2008-12-26 11:29:51 +01:00