aboutsummaryrefslogtreecommitdiffstats
path: root/main/guile
Commit message (Collapse)AuthorAgeFilesLines
* main/guile: modernise, disable check, fix licenseA. Wilcox2018-02-101-5/+5
|
* main/*: fix homepage url and source from http:// to https://Jakub Jirutka2017-11-191-1/+1
| | | | | | | Most of these updates is based on data from https://repology.org/, detection based on permanent redirect from http:// to https://. $source urls are updated when they contain $url as substring.
* main/guile: downgrade to 2.0.14William Pitcock2017-10-193-39/+15
|
* main/guile: retry building on s390xWilliam Pitcock2017-10-191-1/+1
|
* main/guile: disable on s390x due to build failureJakub Jirutka2017-09-301-1/+1
| | | | | | | wrote `language/tree-il/debug.go' BOOTSTRAP GUILEC language/tree-il/effects.go /bin/bash: line 6: 43374 Segmentation fault GUILE_AUTO_COMPILE=0 ../meta/build-env guild compile --target="s390x-ibm-linux-musl" -O1 -L "/home/buildozer/aports/main/guile/src/guile-2.2.2/module" -L "/home/buildozer/aports/main/guile/src/guile-2.2.2/guile-readline" -o "language/tree-il/effects.go" "../module/language/tree-il/effects.scm" make[2]: *** [Makefile:1928: language/tree-il/effects.go] Error 139
* main/guile: increase thread stack size to 512kNatanael Copa2017-09-272-3/+3
| | | | build still failed on ppc64le so we increase stack size to 512k
* main/guile: fix bootstrap failureNatanael Copa2017-09-272-3/+34
| | | | | | | | the garbage collector uses recursive functions while bootstrapping the build and runs out of stack space. Fix it by explicitly set thread stack size when creating the thread. fixes #7919
* main/guile: upgrade to 2.2.2tmpfile2017-09-262-14/+8
|
* main/guile: upgrade to 2.0.13Carlo Landmeter2016-11-0310-700/+11
|
* Do not delete *.la files manuallyBartłomiej Piotrowski2015-09-101-1/+1
| | | | | Since abuild v2.22.0, these are removed automatically unless 'libtool' option has been specified.
* main/guile: cherry-pick patches from debian/upstreamTimo Teräs2015-08-2810-1/+687
| | | | fixes arm build among other issues
* main/guile: make guile-dev depend on gc-devIsaac Dunham2015-07-171-2/+2
| | | | | | | "guile-config link" outputs: -lguile-2.0 -lgc Thus, it's not possible to use guile-dev without having gc-dev.
* main/guile: add missing patchNatanael Copa2015-06-151-0/+20
|
* main/guile: upgrade to 2.0.11Natanael Copa2015-06-153-56/+16
|
* main/guile: fix musl buildTimo Teräs2013-09-302-2/+34
|
* main/[various]: update config.sub (and remove charset.alias)Timo Teräs2013-09-291-0/+1
| | | | | | for musl build. the changes are automatically done based on previous build log errors, so this does not guarantee successful build, but is a required.
* [all autotools packages]: normalize ./configureTimo Teräs2013-07-301-2/+6
|
* main/guile: remove *.la filesWilliam Pitcock2011-06-291-1/+2
|
* main/guile: upgrade to 1.8.8Natanael Copa2011-02-261-3/+3
|
* Set all packages with arch="x86 x86_64" to arch="all".William Pitcock2011-01-131-1/+1
|
* main/*: add archNatanael Copa2010-12-131-0/+1
|
* main/guile: build fix for gcc-4.5Natanael Copa2010-09-302-5/+36
|
* main/guile: use gmp-dev instead of gmp5-devNatanael Copa2010-06-301-2/+2
|
* main/guile: rebuild against gmp5Natanael Copa2010-05-191-4/+7
|
* main/[various]: bump pkgrel to force rebuild against nptlNatanael Copa2010-05-041-1/+1
|
* main/guile: new aportNatanael Copa2009-09-071-0/+23
Guile is a portable, embeddable Scheme implementation written in C http://www.gnu.org/software/guile/