| Age | Commit message (Collapse) | Author |
|
The previous patch was corse.
This new patch directly uses how the developers chose to fix the ABI vs
API numbering differentiation. It also preservs OpenBSD/MirOS
compatibility.
The PKGBUILD's description is also updated to let the user know this
package is used to keep interface v4 compatibilty.
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
|
|
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
|
|
|
|
This implements RFC40 and RFC52.
https://lists.archlinux.org/archives/list/arch-dev-public@lists.archlinux.org/thread/XR3VAUWC5LNMTVOCKFOHYYEGUQ4ZFCNG/
|
|
|
|
Closes: FS#77956
|
|
|
|
|
|
|
|
|
|
FTR, commands used to change arch=() and then verify the changes:
$ sed -Ei "/^arch=/{s/ *?['\"]?i686['\"]? *?//;s/ *$//}" */*/PKGBUILD*
$ grep -r i686 * | grep arch= | grep -v repos
$ svn diff | grep -A 1 ^-[^-] | grep -v -- -- | cut -c2- |
while IFS=$'\n' read -r l1; IFS=$'\n' read -r l2; do
echo "$l1 -> $l2"
done | sort -u
|
|
|