Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | testing/dstat: fix aport | Timo Teräs | 2016-04-05 | 1 | -16/+9 | |
| | ||||||
* | testing/meep: disable on armhf (due to hdf5 dependency) | Timo Teräs | 2016-04-05 | 1 | -1/+1 | |
| | ||||||
* | testing/ffcall: disable on armhf | Timo Teräs | 2016-04-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | Fails with (apparently due to new gcc toolchain): gcc -E `if test false = true; then echo '-DASM_UNDERSCORE'; fi` ./vacall-arm.S | grep -v '^ *#line' | grep -v '^#' | sed -e 's,% ,%,g' -e 's,//,@,g' -e 's,\$,#,g' > vacall-arm.s gcc -x none -c vacall-arm.s vacall-arm.s: Assembler messages: vacall-arm.s:3: Warning: ignoring attempt to redefine built-in register 'sl' vacall-arm.s:4: Warning: ignoring attempt to redefine built-in register 'fp' vacall-arm.s:5: Warning: ignoring attempt to redefine built-in register 'ip' vacall-arm.s:6: Warning: ignoring attempt to redefine built-in register 'sp' vacall-arm.s:7: Warning: ignoring attempt to redefine built-in register 'lr' vacall-arm.s:8: Warning: ignoring attempt to redefine built-in register 'pc' vacall-arm.s:80: Error: selected processor does not support `ldfeqs f0,[sp,#20]' in ARM mode vacall-arm.s:84: Error: selected processor does not support `ldfeqd f0,[sp,#20]' in ARM mode Makefile:105: recipe for target 'vacall-arm.o' failed make[1]: *** [vacall-arm.o] Error 1 See also: https://wiki.debian.org/ArmEabiProblems (search for ffcall) | |||||
* | testing/hdf5: disable on armhf again | Timo Teräs | 2016-04-05 | 1 | -1/+1 | |
| | | | | | | | | | | LD_LIBRARY_PATH="$LD_LIBRARY_PATH`echo -Wl,--as-needed | \ sed -e 's/-L/:/g' -e 's/ //g'`" \ ./H5detect > H5Tinit.c || \ (test $HDF5_Make_Ignore && echo "*** Error ignored") || \ (rm -f H5Tinit.c ; exit 1) Segmentation fault Makefile:1678: recipe for target 'H5Tinit.c' failed | |||||
* | testing/dma: disable on armhf | Timo Teräs | 2016-04-05 | 1 | -1/+1 | |
| | | | | libbsd is not available on arm | |||||
* | testing/fatback: fix flex dependency | Timo Teräs | 2016-04-05 | 1 | -1/+3 | |
| | ||||||
* | testing/php7-xdebug: fix builddir and arch | Timo Teräs | 2016-04-05 | 1 | -4/+4 | |
| | ||||||
* | testing/apache-ant: upgrade to 1.9.6 and improve APKBUILD | Jakub Jirutka | 2016-04-05 | 2 | -56/+40 | |
| | ||||||
* | main/libc6-compat: add symlink for libcrypt.so.1 | Jakub Jirutka | 2016-04-05 | 1 | -2/+2 | |
| | | | | | http://wiki.musl-libc.org/wiki/FAQ#Q:_lib.5Bm.7Cpthread.7Ccrypt.5D.a.2Fso_are_empty.21 https://github.com/jnr/jnr-posix/issues/73#issue-145821125 | |||||
* | Set up Travis to build modified packages | Jakub Jirutka | 2016-04-05 | 7 | -0/+215 | |
| | ||||||
* | testing/vdr-plugin-dvbapi: does not build on arm | Timo Teräs | 2016-04-05 | 1 | -1/+1 | |
| | | | | | | | | | | g++ -Os -fomit-frame-pointer -pipe -fPIC -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,--as-needed -fexpensive-optimizations -funroll-loops -mmmx -msse -msse2 -msse3 -DPARALLEL_MODE=PARALLEL_128_SSE2 -c FFdecsa.c g++: error: unrecognized command line option '-mmmx' g++: error: unrecognized command line option '-msse' g++: error: unrecognized command line option '-msse2' g++: error: unrecognized command line option '-msse3' probably just matter of getting CFLAGS correctly in makefile | |||||
* | testing/kannel: fix arm build | Timo Teräs | 2016-04-05 | 2 | -13/+28 | |
| | ||||||
* | testing/py-aiohttp: new aport | Francesco Colista | 2016-04-05 | 1 | -0/+31 | |
| | ||||||
* | main/bitlbee: added dev subpackage | Marvin Steadfast | 2016-04-05 | 1 | -3/+3 | |
| | ||||||
* | testing/dynamips: upgrade to 0.2.16 | Francesco Colista | 2016-04-05 | 1 | -4/+4 | |
| | ||||||
* | testing/rspamd: upgrade to 1.2.1 | Francesco Colista | 2016-04-05 | 1 | -4/+4 | |
| | ||||||
* | testing/sdparm: upgrade to 1.10 | Francesco Colista | 2016-04-05 | 1 | -3/+5 | |
| | ||||||
* | testing/tcpreplay: upgrade to 4.0.5 | Francesco Colista | 2016-04-05 | 1 | -4/+4 | |
| | ||||||
* | testing/thttpd: upgrade to 2.27 | Francesco Colista | 2016-04-05 | 1 | -5/+5 | |
| | ||||||
* | testing/qt-creator: apply upstream arm build fix | Timo Teräs | 2016-04-05 | 2 | -0/+82 | |
| | ||||||
* | main/py-boto: fix builddir for implicit prepare | Timo Teräs | 2016-04-05 | 1 | -3/+3 | |
| | ||||||
* | testing/[elasticsearch,maven]: disable on armhf, no openjdk8 | Timo Teräs | 2016-04-05 | 2 | -2/+2 | |
| | ||||||
* | testing/perl-test-simple: removed since we already have it on main with ↵ | Francesco Colista | 2016-04-05 | 1 | -41/+0 | |
| | | | | perl-test-tester package | |||||
* | testing/imapsync: fixed builddir dir | Francesco Colista | 2016-04-05 | 1 | -2/+2 | |
| | ||||||
* | testing/perl-number-format: fix dependencies | Francesco Colista | 2016-04-05 | 1 | -4/+6 | |
| | ||||||
* | testing/imapsync: fix dependencies, since we already have perl-test-tester ↵ | Francesco Colista | 2016-04-05 | 1 | -2/+2 | |
| | | | | on main | |||||
* | main/libwebsockets: upgrade to 1.7.5 | Natanael Copa | 2016-04-05 | 2 | -45/+4 | |
| | ||||||
* | main/librsvg: upgrade to 2.40.15 | Natanael Copa | 2016-04-05 | 1 | -4/+4 | |
| | ||||||
* | main/inputproto: upgrade to 2.3.2 | Natanael Copa | 2016-04-05 | 1 | -5/+5 | |
| | ||||||
* | main/hunspell: upgrade to 1.3.4 | Natanael Copa | 2016-04-05 | 2 | -34/+7 | |
| | ||||||
* | testing/netdot: fix dependencies | Francesco Colista | 2016-04-05 | 1 | -3/+3 | |
| | ||||||
* | main/postgresql: upgrade to 9.5.2 | Natanael Copa | 2016-04-05 | 1 | -4/+4 | |
| | ||||||
* | non-free/adobe-flashplayer: fix download cache checksums | Natanael Copa | 2016-04-05 | 1 | -4/+4 | |
| | ||||||
* | main/adwaita-icon-theme: upgrade to 3.20 | Natanael Copa | 2016-04-05 | 1 | -5/+6 | |
| | ||||||
* | testing/php7: Change arch to all, add extension loading order, add iconv ↵ | Valery Kartel | 2016-04-05 | 1 | -12/+16 | |
| | | | | extension | |||||
* | main/collectd: upgrade to 5.5.1 | Francesco Colista | 2016-04-04 | 1 | -9/+5 | |
| | ||||||
* | main/zeromq: upgrade to 4.1.4 | Natanael Copa | 2016-04-04 | 1 | -6/+5 | |
| | ||||||
* | testing/zfs-grsec: rebuild against kernel 4.4.6-r1 | Natanael Copa | 2016-04-04 | 1 | -2/+2 | |
| | ||||||
* | testing/virtualbox-guest-modules-grsec: rebuild against kernel 4.4.6-r1 | Natanael Copa | 2016-04-04 | 1 | -1/+1 | |
| | ||||||
* | testing/virtualbox-additions-grsec: rebuild against kernel 4.4.6-r1 | Natanael Copa | 2016-04-04 | 1 | -1/+1 | |
| | ||||||
* | testing/spl-grsec: rebuild against kernel 4.4.6-r1 | Natanael Copa | 2016-04-04 | 1 | -2/+2 | |
| | ||||||
* | testing/sch-cake-grsec: rebuild against kernel 4.4.6-r1 | Natanael Copa | 2016-04-04 | 1 | -1/+1 | |
| | ||||||
* | testing/ipt-netflow-grsec: rebuild against kernel 4.4.6-r1 | Natanael Copa | 2016-04-04 | 1 | -1/+1 | |
| | ||||||
* | testing/flashcache-grsec: rebuild against kernel 4.4.6-r1 | Natanael Copa | 2016-04-04 | 1 | -1/+1 | |
| | ||||||
* | testing/drbd9-grsec: rebuild against kernel 4.4.6-r1 | Natanael Copa | 2016-04-04 | 1 | -1/+1 | |
| | ||||||
* | main/xtables-addons-grsec: rebuild against kernel 4.4.6-r1 | Natanael Copa | 2016-04-04 | 1 | -1/+1 | |
| | ||||||
* | main/open-vm-tools-grsec: rebuild against kernel 4.4.6-r1 | Natanael Copa | 2016-04-04 | 1 | -1/+1 | |
| | ||||||
* | main/ipfw-grsec: rebuild against kernel 4.4.6-r1 | Natanael Copa | 2016-04-04 | 1 | -1/+1 | |
| | ||||||
* | main/devicemaster-linux-grsec: rebuild against kernel 4.4.6-r1 | Natanael Copa | 2016-04-04 | 1 | -1/+1 | |
| | ||||||
* | main/dahdi-linux-grsec: rebuild against kernel 4.4.6-r1 | Natanael Copa | 2016-04-04 | 1 | -1/+1 | |
| |