Commit graph

337 commits

Author SHA1 Message Date
Juan RP 559eaa8f51 xbps-src: checkvers: also report revision in srcpkgs. 2011-11-05 12:40:44 +01:00
Juan RP d21fc0ae41 xbps-src: make sure that XBPS_BUILDDIR doesn't have multiple '/' (stupid firefox). 2011-11-05 11:55:02 +01:00
Juan RP 4e69289faf xbps-src: checkvers: simplify output to <pkgname> <version> <srcpkgversion>. 2011-11-04 15:46:17 +01:00
Juan RP 795ce57f15 xbps-src: better regexp for show-revdeps target. 2011-11-03 15:55:51 +01:00
Juan RP 6f12d878c1 xbps-src: follow target names from xbps utils.
Some targets have been renamed:
	info		-> show
	list-files	-> show-files
Added a new target to print reverse dependencies for a package:
	show-revdeps
2011-11-02 16:02:31 +01:00
Juan RP 72d47e2535 xbps-src: changes to build deps from sourcepkg if no binpkg is found. 2011-11-01 12:09:06 +01:00
Juan RP 1e79ff97ee xbps-src: install_pkg_from_repos(): wrong return value was checked in. 2011-11-01 06:44:07 +01:00
Juan RP ce64a7c5bf xbps-src: improve builddep code for XBPS_PREFER_BINPKG_DEPS and xbps>=0.11.0. 2011-10-31 04:04:31 +01:00
Juan RP 713247b16b xbps-src: install_pkg_from_repos: avoid shell redirections via pkgdeps. 2011-10-31 03:10:35 +01:00
Juan RP 5dc6d62e3e xbps-src: read specified config file in doinst-helper, if set. 2011-10-30 08:57:36 +01:00
Juan RP 6fb8566235 xbps-src: more shell quoting love. 2011-10-29 19:44:44 +02:00
Juan RP 13a3b27a7a xbps-src: transform invalid chars in virtualpkg.d files. 2011-10-29 17:29:48 +02:00
Juan RP 5acd6fca97 xbps-src: always check if triggers are required. 2011-10-29 12:33:32 +02:00
Juan RP 148f02d804 xbps-src: only create metadata INSTALL/REMOVE scripts if it's really required. 2011-10-28 11:57:22 +02:00
Juan RP aa67f4ffdb xbps-src: install_pkg_deps: another performance change. 2011-10-28 11:22:43 +02:00
Juan RP 6071688250 xbps-src: optimize two funcs by removing redundant setup_tmpl() call. 2011-10-28 11:07:05 +02:00
Juan RP a9ffecce43 xbps-src: move CONFIGURE_SHARED_ARGS to the correct place. 2011-10-28 07:13:18 +02:00
Juan RP 5379eff94b xbps-src: reduce install_dependencies_pkg() by using a conditional. 2011-10-26 19:47:52 +02:00
Juan RP 4efdddd88e xbps-src: fix some messages to show correct pkgname/version touple. 2011-10-26 16:59:28 +02:00
Juan RP 15f01ebf76 xbps-src: create dynamically virtualpkg plist files. 2011-10-26 16:54:26 +02:00
Juan RP 06dc1524eb xbps-src: remove last openrc refs in code. 2011-10-26 16:54:25 +02:00
Juan RP c2b0d7a307 xbps-src: make unstow work even if build template is missing. 2011-10-26 09:05:10 +02:00
Juan RP b3347a901c xbps-src: fix unzip extraction. 2011-10-26 08:21:35 +02:00
Juan RP d72f1530ff xbps-src: set_tmpl_common_vars: respect C(XX|PP)FLAGS and LDFLAGS from environment. 2011-10-25 11:40:05 +02:00
Juan RP 0bfacff19e xbps-src: make makejobs work again for tmpls with custom do_build(). 2011-10-25 09:59:04 +02:00
Juan RP daafd0b563 xbps-src: run_func: busybox mktemp doesn't support -u. 2011-10-25 09:12:48 +02:00
Juan RP 777e051099 xbps-src: don't remove bootstrap pkgs in autoremove case. 2011-10-24 21:57:40 +02:00
Juan RP 784c44b359 xbps-src: install binpkgdeps sequentially, to know which one failed. 2011-10-24 21:24:43 +02:00
Juan RP 87c7b81d9b xbps-src: unset -v for vars, -f for funcs. 2011-10-24 21:21:23 +02:00
Juan RP 1dd1ec981c xbps-src: simplify run_func(). 2011-10-24 21:21:01 +02:00
Juan RP cf60e64209 xbps-src: fix test in build_src_phase. 2011-10-24 20:38:12 +02:00
Juan RP 02278e964c xbps-src: always check if build_style is set before checking its value. 2011-10-24 20:18:16 +02:00
Juan RP 2fe805e161 xbps-src: reset do_fetch per template. 2011-10-24 20:13:02 +02:00
Juan RP e29912574f xbps-src: 'checkvers' target even faster. 2011-10-24 19:57:45 +02:00
Juan RP 90204b7b28 xbps-src: revamped build_style.
By default now it's assumed that if $build_style is not set, the template
uses 'custom-install' build, .e.g do_{build,configure,install}.

If it's set, a helper with the same name with .sh extension will be sourced
to set do_{build,configure,install} phases.

The exception is "meta-template" which currently it must be set via
build_style, probably will change in the future.
2011-10-24 14:12:09 +02:00
Juan RP 31452a3a22 xbps-src: builddep_funcs.sh: use install_pkg_from_repos for just 1 pkgdep. 2011-10-24 13:58:59 +02:00
Juan RP 05a7a4fabb xbps-src: error out ASAP if writing metadata fails for any reason. 2011-10-22 07:12:18 +02:00
Juan RP 9cebc1a2d0 xbps-src: speed up a bit check_installed_packages(). 2011-10-22 01:05:59 +02:00
Juan RP f3e51e2e25 xbps-src: fix previous rofl. 2011-10-22 00:48:34 +02:00
Juan RP dd612f06fd xbps-src: dont overwrite globals with local vars in Add_dependency. 2011-10-22 00:47:22 +02:00
Juan RP 68d05f7588 xbps-src: print pkgname if Add_dependency fails. 2011-10-22 00:37:45 +02:00
Juan RP e2840dbd7b xbps-src: don't overwrite xbps conf plist files. 2011-10-21 11:10:28 +02:00
Juan RP 2299ca2aea xbps-src: adapt for xbps-0.10.0. 2011-10-21 11:00:32 +02:00
Juan RP b1dcc3623a xbps-src: new target: bootstrap-update.
This target will update the bootstrap packages in masterdir
(if it was installed thru binary packages) to the most newer
version available in registered repositories.
2011-10-20 18:31:16 +02:00
Juan RP 9f74307659 xbps-src: reset do_configure per template. 2011-10-18 09:22:33 +02:00
Juan RP 2afbf25891 xbps-src: set --localstatedir=/var for gnu_configure tmpls. 2011-10-16 19:46:23 +02:00
Juan RP 83b70adc30 xbps-src: remove temp file in non-error case for previous. 2011-10-14 19:18:34 +02:00
Juan RP 28f7abf0f5 xbps-src: when installing reqdeps from binpkgs, create logs in /tmp via mktemp. 2011-10-14 19:08:56 +02:00
Juan RP ef7b805b5d xbps-src: fix typo in previous. 2011-10-11 02:50:52 +02:00
Juan RP 8dba43e73d xbps-src: fully support systemd_services. 2011-10-11 02:37:36 +02:00