Chocimier
Chocimier
It is not possible to use version other than currently in template. Specifying pattern breaks build if dependency isn't in binary repo already. That it worked when in repo was...
There are two packages in repo: `xf86-video-cirrus-1.5.3_8` and `xf86-video-mach64-6.9.6_2`, that depend on `xserver-abi-video-24_1`. Xbps accepts `xorg-server-21.1.3_3` which provides `xserver-abi-video-25_1` as a valid dependency. That looks like a bug, where correct...
Last commit fixes #342. Other allows to change target of symlink if it is marked as conf_file.
Makes messages actually visible, and allow to delay update in case manual steps required after update are inconvenient at given time. As is, presence of messages breaks tools parsing xbps-install...
Keeps repositories consistent within and between separate indices, includind delaying removal of package that is still depended on, and unstaging part by part. Building by xbps-src with `xbps-rindex --stage -a`...
Fix alternative-file clobber by adding alternatives to obsolete files processing. More test cases, like removing one alternative provider when other is installed and not in transaction, are already written, so...