Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing/rabbitmq-c: RabbitMQ C AMQP client library | Fabio da Silva Ribeiro | 2016-04-06 | 1 | -0/+27 |
| | |||||
* | testing/clisp: disable on x86 | Natanael Copa | 2016-04-05 | 1 | -1/+1 |
| | |||||
* | testing/lua-fun: new aport | Michael Zuo | 2016-04-05 | 1 | -0/+42 |
| | | | | | | http://rtsisyk.github.io/luafun/ "Lua Fun is a high-performance functional programming library for Lua designed with LuaJIT's trace compiler in mind." | ||||
* | main/abuild: fix error when there are no patches and builddir is not set | Natanael Copa | 2016-04-05 | 2 | -5/+49 |
| | |||||
* | main/busybox-initscripts: add dummy prepare | Natanael Copa | 2016-04-05 | 1 | -1/+5 |
| | | | | | abuild's default_prepare now tries to cd to $builddir. it does not exist in this case so we override it with a dummy. | ||||
* | main/busybox-initscripts: Added description to syslog init.d script | Daniele Coli | 2016-04-05 | 2 | -3/+5 |
| | | | | | Added description to init.d script in order to make it compliant with rc-system and avoid annoying warning messages on syslog. | ||||
* | mini-sendmail: new aport | Stuart Cardall | 2016-04-05 | 4 | -0/+124 |
| | |||||
* | main/kamailio upgrade to 4.4.0 | Nathan Angelacos | 2016-04-05 | 4 | -2825/+71 |
| | |||||
* | testing/clisp: move from unmaintained | Sören Tempel | 2016-04-05 | 2 | -17/+18 |
| | |||||
* | main/mutt: upgrade to 1.6.0 | Natanael Copa | 2016-04-05 | 1 | -5/+5 |
| | |||||
* | testing/py-botocore: fix builddir | Timo Teräs | 2016-04-05 | 1 | -3/+3 |
| | |||||
* | testing/cfengine: fix arm build | Timo Teräs | 2016-04-05 | 1 | -0/+1 |
| | | | | | | explicitly disable pam (it worked on x86_64 and x86, due to different configure.ac defaults depending on $target_os, but fails on arm due to missing pam headers) | ||||
* | testing/domoticz: disable on arm | Timo Teräs | 2016-04-05 | 1 | -1/+1 |
| | | | | | | | | | Fails with: domoticz-0_git20160214/hardware/PiFace.cpp: In member function 'int CPiFace::Read_Write_SPI_Byte(unsigned char*, int)': domoticz-0_git20160214/hardware/PiFace.cpp:1011:23: error: '_IOC_SIZEBITS' was not declared in this scope return ioctl (m_fd, SPI_IOC_MESSAGE(1), &spi) ; probably missing include | ||||
* | 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 |
| |