- Sep 06, 2024
-
- Nov 14, 2022
-
-
kpcyrd authored
-
- Jul 07, 2020
-
-
Felix Yan authored
-
Evangelos Foutras authored
-
- May 27, 2019
-
-
Antonio Rojas authored
-
- Jun 04, 2018
-
- Nov 15, 2017
-
-
Evangelos Foutras authored
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
-
- Sep 30, 2013
-
- Oct 25, 2012
-
-
Evangelos Foutras authored
-
- Oct 24, 2012
-
-
Alexander Rødseth authored
-
- Mar 23, 2012
-
-
Chris Brannon authored
Fix FS#28921. One of the internal helper functions that this package uses for formatted I/O was failing to interpret some format strings correctly. Fixed by adding a preprocessor definition. If you care, see this thread: http://lists.suckless.org/dev/1203/11286.html Now fixed in upstream's mercurial repository.
-
Chris Brannon authored
Fix FS#28921. One of the internal helper functions that this package uses for formatted I/O was failing to interpret some format strings correctly. Fixed by adding a preprocessor definition. If you care, see this thread: http://lists.suckless.org/dev/1203/11286.html Now fixed in upstream's mercurial repository.
-
- Feb 21, 2012
-
- Dec 07, 2011
-
-
Alexander Rødseth authored
-
- Jun 19, 2010
-
-
Chris Brannon authored
Previously, the programs in the 9base package were statically linked. Several of them no longer work when statically linked against glibc 2.12. I changed the package to use dynamic linking. See http://bugs.archlinux.org/task/19856 for more details.
-
- Jun 11, 2010
-
-
Chris Brannon authored
* Added a package() function to the PKGBUILD.
-
- Apr 26, 2010
-
- Oct 16, 2009
-
-
Chris Brannon authored
This commit fixes the troff segfault described in the aforementioned bug report.
-
- Sep 23, 2009
-
-
Chris Brannon authored
-
- Jul 17, 2009
-
-
Aaron Griffin authored
-
- Jul 16, 2009
-
-
Aaron Griffin authored
-