Commit graph

618 commits

Author SHA1 Message Date
Juan RP 07db31cb54 xbps-src: cleanup version/revision mess. 2011-07-18 16:25:18 +02:00
Juan RP ac7c66d00a xbps-src: some changes for usage(). 2011-07-18 14:00:03 +02:00
Juan RP 110aede193 xbps-src: multiple improvements for -B and run_func.
* run_func now errors out by itself if the function returned any error.
* if -B flag is enabled and binpkg already exists, skip updating local
  repo pkg-index.
2011-07-18 13:43:22 +02:00
Juan RP e22c565811 xbps-src: make -B flag build binpkgs for required pkg deps. 2011-07-18 11:36:48 +02:00
Juan RP 0b348a677c xbps-src: remove XBPS_REPO_LIST from conffile, unused. 2011-07-18 11:35:48 +02:00
Juan RP d734239f2e xbps-src: added -B flag for the install target. 2011-07-17 20:12:31 +02:00
Juan RP d9f155607c xbps-src: added strip_cmd variable, can be overriden per template. 2011-07-17 17:47:31 +02:00
Juan RP 5c4800e430 Vanilla is gone, say hello to Void GNU/Linux. 2011-07-17 00:50:39 +02:00
Juan RP a405c67ef7 xbps-src: do_configure func can now be used in custom-install tmpls. 2011-07-16 10:25:06 +02:00
str1ngs e5acd8eb52 xbps-src: xbps-go checks for subpkg 2011-07-15 00:09:46 -07:00
Juan RP 2a01a90588 xbps-src: fixed some bugs in autoremove_pkg_dependencies().
- Do not remove subpkgs, only the sourcepkg.
- Do not rmeove the pkg we wanted to install.
- Simplify the code a bit.
2011-07-15 00:15:09 +02:00
Juan RP 00a7774f1a xbps-src: getdeps-helper: print "subpkg" if it's a subpkg. 2011-07-14 15:01:14 +02:00
Juan RP a78e885a29 xbps-src: in setup_subpkg_tmpl() set SUBPKG for subpkgs. 2011-07-14 15:01:14 +02:00
Juan RP 870defca1f xbps-src: remove reference to old helper name. 2011-07-14 13:28:04 +02:00
Juan RP e78e0028ca xbps-src: rename libexec helpers, they were too long. 2011-07-14 13:24:00 +02:00
Juan RP 8e9b2bcf42 xbps-src: added new helper script to return dependency list. 2011-07-14 12:53:52 +02:00
Juan RP 47025ec4c6 xbps-src: setup main pkg in setup_subpkg_tmpl() if it's not a subpkg. 2011-07-14 12:47:16 +02:00
Juan RP 6058498069 xbps-src: added setup_subpkg_tmpl() to setup subpkg tmpls. 2011-07-14 12:30:29 +02:00
Juan RP cbb6fbbcde Added js-1.8.5 build template. 2011-07-12 18:53:07 +02:00
Juan RP 0115bd2507 xbps-src: append /usr/local/bin to PATH in all chroot ops. 2011-07-12 08:54:34 +02:00
Juan RP 5bb1b7e003 xbps-src: mapping_shlib_binpkg.txt: added xen shlibs. 2011-07-11 22:38:25 +02:00
Juan RP f74a9b34a6 xbps-src: prefer host utils in non-chroot case for bootstrap. 2011-07-11 13:12:27 +02:00
Juan RP becde060a4 xbps-src: show all missing required host utilities, add gzip/bzip2. 2011-07-11 12:32:44 +02:00
Juan RP bd2c0ccf9b xbps-src: add bison to required host utils for bootstrap. 2011-07-11 09:21:29 +02:00
Juan RP 48cab426cc xbps-src: append /usr/local/bin to PATH for some chroot ops. 2011-07-11 00:37:27 +02:00
Juan RP 89dec60e64 xbps-src: avoid mkdir {build,dest}dir in /. 2011-07-11 00:16:02 +02:00
Juan RP 1d71597b8b xbps-src: it's kernel-hooks not kernel trigger. 2011-07-10 00:40:02 +02:00
Juan RP 1cf57eab23 xbps-src: reserve "kernel_hooks_version" variable.
This variable can be used in templates to specify the kernel version
passed to the Vanilla kernel hooks in /etc/kernel.d/<target>.
2011-07-09 23:07:50 +02:00
Juan RP 66d47f8616 xbps-src: respect XBPS_HOSTDIR for XBPS_SRCDISTDIR. 2011-07-09 15:08:41 +02:00
davehome 37b801e6a9 Clarified that XBPS_HOSTDIR has to be created manually 2011-07-09 08:33:09 +00:00
davehome 908b437268 Updated to clarify host subdirectories are created automatically 2011-07-09 01:47:47 +00:00
Juan RP f2ee328ee0 xbps-src: don't skip creating metadata for bootstrap subpkgs in chroot. 2011-07-08 09:48:09 +02:00
Juan RP 5715fb6eb8 xbps-src: use XBPS_HOSTDIR/binpkgs to store binpkgs if set. 2011-07-08 02:51:28 +02:00
Juan RP 2b9aec22ea xbps-src: <destdir> and <builddir> must not be in XBPS_HOSTDIR. 2011-07-08 02:25:51 +02:00
Juan RP b6c21b960b xbps-src: new layout in masterdir to use a common directory from host.
XBPS_CACHEDIR has been replaced by XBPS_HOSTDIR in configuration file,
and this expects the following structure:

/host
  |_ /build (previously /pkg-builddir)
  |_ /binpkgs (previously /pkg-binpkgs)
  |_ /repocache (previously /cachedir)
  |_ /sources (previously /pkg-srcdistdir)

Thanks to str1ngs for the great idea!
2011-07-08 02:07:38 +02:00
Juan RP f731f08540 xbps-src: for meta-templates always set no{extract,fetch}. 2011-07-07 18:07:08 +02:00
Juan RP 8efad75b04 xbps-src: add webkit-gtk shlib. 2011-07-07 17:42:01 +02:00
str1ngs 3da1dc85f7 pulseaudio: abi bump to 0.9.23 2011-07-06 18:19:46 -07:00
str1ngs 34db9a3e4d xbps-src: freedesktop fetch site 2011-07-06 12:41:25 -07:00
Juan RP 5ca9f16055 Remove glitz, outdated and unmaintained. 2011-07-06 18:06:54 +02:00
Juan RP 1004b0cc61 xbps-src: added license to xbps-src-capchroot helper. 2011-07-06 17:07:31 +02:00
Juan RP b29e482767 xbps-src: improved xbps-src-chroot-capumount helper.
New security enhancements have been made and now you can only umount
a filesystem when the status file ".<mntpnt>_mount_bind_done" is
available in the specified masterdir.

The arguments have been changed and now it accepts two for
<masterdir> and <dir>.
2011-07-06 17:02:19 +02:00
Juan RP 88cd3ff7eb xbps-src: improved xbps-src-chroot-capmount helper.
The new code now has some security enhancements that only allows
to bind mount a filesystem when the user executing the process
owns the target directory and has read/write permissions on it.
2011-07-06 17:00:59 +02:00
Juan RP ef21557313 xbps-src: multiple improvements related to chroot code. 2011-07-06 14:20:27 +02:00
Juan RP 40f6852c62 xbps-src: handle correctly {C,LD,CXX,CPP}FLAGS envvars. 2011-07-06 13:36:59 +02:00
Juan RP 8b3b96182e xbps-src: make remove target respect bootstrap setting. 2011-07-06 11:29:38 +02:00
Juan RP 341432f1fb xbps-src: make -D remove only remove files in pkg's destdir. 2011-07-06 11:27:57 +02:00
Juan RP 2f6a8e9617 xbps-src: also autoremove deps with -D on success. 2011-07-06 10:46:36 +02:00
Juan RP 86d0b0adcf xbps-src: make -K work when run_func returns an error. 2011-07-06 10:06:49 +02:00
Juan RP fa1c9ab96f xbps-src: make -D install work with bootstrap subpkgs. 2011-07-06 08:42:02 +02:00