Commit graph

4235 commits

Author SHA1 Message Date
Juan RP c34e13336b xbps-src: multiple changes to improve infrastructure.
- Remove buildvars_funcs.sh, its code has been moved into set_tmpl_common_vars().
- Move stripping code into its own file, and don't run it via fakeroot.
- Remove unnecesary reset_tmpl_vars() call in install_pkg().
- Misc changes.
2010-05-26 15:41:26 +02:00
Juan RP 90a9ea320b busybox-initramfs: provide whoami applet. 2010-05-26 02:08:01 +02:00
Juan RP 781353fe56 acl: new URL for distfiles. 2010-05-25 15:16:59 +02:00
Juan RP ab414bd504 binutils: fix multilib build. 2010-05-21 01:14:19 +02:00
Juan RP f6b57540bd xbps-src: fucking (un)set_build_vars() crap! 2010-05-21 01:06:22 +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 9408af3761 xbps-src: make BUILD_32BIT work for packages using C++. 2010-05-21 00:30:27 +02:00
Juan RP 50150858eb gcc-multilib: install some multilib headers required for g++ -m32. 2010-05-21 00:29:47 +02:00
Juan RP 4afc391e39 bzip2: do not overwrite CC in Makefiles so that BUILD_32BIT works. 2010-05-20 22:40:04 +02:00
Juan RP 127a8e42f7 xbps-src: make it possible to build bootstrap packages on x86_64 for 32bit,
by setting the envvar BUILD_32BIT.

So now you can build bootstrap pkgs for i686 on x86_64 like this:

1) install gcc-multilib and ncurses32.
2) env BUILD_32BIT=yes linux32 xbps-src bootstrap
2010-05-20 22:20:52 +02:00
Juan RP e626f99d7a glibc32: update to 2.11.2. 2010-05-20 22:12:35 +02:00
Juan RP f3a53a261f ncurses32: fix soname symlinks. 2010-05-20 21:47:22 +02:00
Juan RP 13539cacfb libxml2: update to 2.7.7. 2010-05-20 21:14:33 +02:00
Juan RP 61b7bc81ce Added ncurses32-5.7 build template. 2010-05-20 18:44:44 +02:00
Juan RP 381ffc0ce5 glibc: update to 2.11.2. 2010-05-20 18:05:49 +02:00
Juan RP ed62b0248e Added lsof-4.83 build template. 2010-05-20 04:06:21 +02:00
Juan RP c785787fdd xbps-src: added 'clean' target to remove pkg build directory. 2010-05-20 04:05:35 +02:00
Juan RP db16467721 xbps-devel: needs --prefix=/. 2010-05-20 03:28:41 +02:00
Juan RP 047fe0c322 midori: update to 0.2.5. 2010-05-20 03:00:44 +02:00
Juan RP a3b3e07075 webkit-gtk: update to 1.2.1. 2010-05-20 02:40:09 +02:00
Juan RP 92e45932e1 xbps-devel: sync with reality. 2010-05-19 22:45:31 +02:00
Juan RP 6e48fd7062 cmake: update to 2.8.1. 2010-05-19 11:34:29 +02:00
Juan RP 802749951e Added bsdbuild-2.7 build template. 2010-05-19 11:03:21 +02:00
Juan RP f00c51a6a3 xbps-src: support -m with 'checkvers' target. 2010-05-19 03:04:42 +02:00
Juan RP b9d0db9470 xbps-src: added new 'checkvers' target to check for new versions from srcpkgs
against current installed packages.
2010-05-19 03:00:52 +02:00
Juan RP 24dc6f2caf graphviz: update to 2.26.3. 2010-05-18 23:22:21 +02:00
Juan RP a3ed81aefb libsigc++: update to 2.2.7. 2010-05-18 17:17:36 +02:00
Juan RP 1302e6931f OpenRC: added a patch from git master to fix some errors. 2010-05-18 16:38:11 +02:00
Juan RP e7585f23bc perl: add a patch to fix a crash with invalid utf-8 characters, from LFS. 2010-05-18 15:53:09 +02:00
Juan RP 0d462ad48d make: added patch from LFS to fix some bugs. 2010-05-18 15:41:27 +02:00
Juan RP 23409d37d7 xbps: update to 0.5.2.2. 2010-05-18 15:39:08 +02:00
Juan RP f9f26c9861 dash: update to 0.5.6. 2010-05-18 14:39:44 +02:00
Juan RP 59a34610fb xbps: update to 0.5.2.1. 2010-05-18 13:58:03 +02:00
Juan RP 2ba5f1ec75 xbps-base-files: added common licenses, taken from Debian. Bump to 0.38. 2010-05-18 08:33:57 +02:00
Juan RP 9d6422bd60 xbps-triggers: fixed a stupid typo, exit from INSTALL if xbps-uhelper not found. 2010-05-18 08:24:20 +02:00
Juan RP cca260545d xbps-base-files: update to 0.37.
* Does not install the FHS base system directories, provided by base-directories.
* Does not install the XBPS triggers, provided by xbps-triggers.
2010-05-18 08:03:13 +02:00
Juan RP 3e0e9ce0fd Added base-directories-0.1 build template.
This package installs all directories used by XBPS.
2010-05-18 08:01:55 +02:00
Juan RP 932e4eb464 Added xbps-triggers-0.1 build template.
This package contains the triggers used by the XBPS binary packages.
2010-05-18 08:01:03 +02:00
Juan RP f05bcbea2e xbps: update to 0.5.2. 2010-05-18 07:59:57 +02:00
Juan RP 5ecf7e9a20 kernel: multiple changes in .config file.
- Enable options required PowerTOP.
- Set default cpufreq governor to ondemand.
- Set default kernel compression to LZMA.
- Set AC97 powersave mode on by default.

Make it possible to bump kernel pkg without bumping -headers subpkg.
2010-05-18 02:34:03 +02:00
Juan RP f3c2daf62c initramfs-tools: update to 0.99.2.
- Fixed an error in run_bootloader() that failed to detect the device
  where GRUB should be installed.
- Use command -v to detect presence of grub-mkconfig.
2010-05-18 02:06:35 +02:00
Juan RP 41bc77ebf3 Added powertop-1.11 build template. 2010-05-18 01:31:45 +02:00
Juan RP d7618b0eec bash: update to patch level 007 (Bond, James Bond). 2010-05-18 00:41:57 +02:00
Juan RP 90e89e4553 jpeg: update to 8b. 2010-05-18 00:18:09 +02:00
Juan RP ac5a56f952 OpenRC: update to 0.6.1. 2010-05-18 00:07:37 +02:00
Juan RP c99f975f63 xbps-src: also check for xbps static utils. 2010-05-17 22:26:58 +02:00
Juan RP 73eb032904 xbps-src: check for required utilities in the host system. 2010-05-17 22:23:52 +02:00
Juan RP 66321f05e6 xbps-src: fix an error in the unstow case. 2010-05-17 22:21:19 +02:00
Juan RP c5402281f0 gvim: install icons, .desktop file, etc. 2010-05-17 21:47:55 +02:00
Juan RP 4317e4c19d vim: compress the patch with gzip. 2010-05-17 20:40:34 +02:00