0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 20, 2024 — Jul 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
_pacman_pkg_load(): prevent a segfault on corrupted package More... about 18 years ago
makepkg: implemented check for missing _F_gnome_iconcache and warns the user. closes #2044 More... about 18 years ago
autoclean should remove bindings .so and .o too More... about 18 years ago
UNDO: replace hardcoded k8 (amd64 only) optim * Replaced hardcoded march=k8 flag with generic 64bit flag (x86-64) * Then we start to work that frugal64 will run on Intel64bit CPUs too More... about 18 years ago
replace hardcoded k8 (amd64 only) optim * Replaced hardcoded march=k8 flag with generic 64bit flag (x86-64) * Then we start to work that frugal64 will run on Intel64bit CPUs too More... about 18 years ago
pacman-g2: autoclean.sh, remove pactest/root too .. * Just when we run autoclean.sh then remove pactest/root too if there is More... about 18 years ago
_pacman_db_search(): use _pacman_pkg_getinfo() More... about 18 years ago
makepkg: whitespace cleanup More... about 18 years ago
addpkg(): whitespace fix closes #1523 More... about 18 years ago
TAG 3.5.7 More... about 18 years ago
updates for 3.5.7 More... about 18 years ago
_pacman_downloadfiles_forreal() fix a segfault if the progressbar is disabled and we resume a download, then we can't get the current position from the progressbar :) More... about 18 years ago
_pacman_pkg_load(): check for arch $ sudo ./pacman-g2 -U cabextract-1.2-1-x86_64.fpm loading package data... error: failed to add target '/var/cache/pacman/pkg/cabextract-1.2-1-x86_64.fpm' (this package is not for this architecture) More... about 18 years ago
_pacman_add_loadtarget(): don't use _pacman_pkg_splitname() it does not provide all the necessary infos (like arch), and using _pacman_pkg_load() provides everything also removed an aggressive check about the package naming: renaming an fpm was ok in pacman2 and it still should be in preparation of #2023 More... about 18 years ago
pacman_parse_config(): ignore #.*$, not just ^#.*$ closes #1214 More... about 18 years ago
updated pacman-g2.8 for -Qt More... about 18 years ago
new option: -Qt, uses pacman_db_test() More... about 18 years ago
pacman_db_test(): new function closes #497 More... about 18 years ago
makepkg: indentation fix in estimated build time code More... about 18 years ago
makepkg: check for bc before calculating estimated build time More... about 18 years ago
TAG 3.5.6 More... about 18 years ago
updates for 3.5.6 More... about 18 years ago
HACKING: update recommended compile options More... about 18 years ago
doc/makepkg.8: remove -k More... about 18 years ago
_pacman_sync_commit(): use _pacman_pkg_getinfo() closes #1933 More... about 18 years ago
dist/FrugalBuild.in: add --enable-debug and options=('nostrip') More... about 18 years ago
dist/FrugalBuild.in: merge changes from -current More... about 18 years ago
makepkg: added new logging method pros: this logs everything in a chroot, especially useful when you would like to know what version of deps were installed, or - the other goal - if there are dep problems, then they're logged, too. cons: pacman's and wget's progressbar will no longer available, but.. are we users? :) More... about 18 years ago
makepkg: removed old style logging More... about 18 years ago
makepkg: indentation fixes More... about 18 years ago