aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* main/py-requests: upgrade to 2.9.1Francesco Colista2016-04-061-4/+4
|
* testing/vorbis-tools: new aport. Fixes #5365Francesco Colista2016-04-064-0/+193
|
* testing/mono: disable on armTimo Teräs2016-04-061-1/+1
| | | | | | | | | Seems mono needs now special action to bootstrap it. Build fails with: *** The compiler 'mcs' doesn't appear to be usable. *** You need Mono version 3.8 or better installed to build MCS *** Check mono README for information on how to bootstrap a Mono installation. /bin/sh: mcs: not found *** The version of 'mcs' is: .
* testing/cmus: added opus support. Fixes #5368Francesco Colista2016-04-061-2/+2
|
* testing/php7-ast: new aportAndy Blyler2016-04-061-0/+39
| | | | | https://github.com/nikic/php-ast Extension exposing PHP 7 abstract syntax tree
* testing/apache-ant: disable on armhf (openjdk8 dependency)Timo Teräs2016-04-061-1/+1
|
* testing/php7-redis: PHP7 Redis packageFabio da Silva Ribeiro2016-04-061-0/+38
|
* testing/tomcat-native: upgrade to 1.1.34Timo Teräs2016-04-061-15/+15
| | | | | stylitic fixes. seems the mirrors keep only the latest version of each release branch, so we may need look alternative mirror.
* testing/php7-memcached: PHP7 Memcached libraryFabio da Silva Ribeiro2016-04-061-0/+41
|
* testing/php7-amqp: PHP7 AMQP ClientFabio da Silva Ribeiro2016-04-061-0/+37
|
* testing/rabbitmq-c: RabbitMQ C AMQP client libraryFabio da Silva Ribeiro2016-04-061-0/+27
|
* testing/clisp: disable on x86Natanael Copa2016-04-051-1/+1
|
* testing/lua-fun: new aportMichael Zuo2016-04-051-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 setNatanael Copa2016-04-052-5/+49
|
* main/busybox-initscripts: add dummy prepareNatanael Copa2016-04-051-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 scriptDaniele Coli2016-04-052-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 aportStuart Cardall2016-04-054-0/+124
|
* main/kamailio upgrade to 4.4.0Nathan Angelacos2016-04-054-2825/+71
|
* testing/clisp: move from unmaintainedSören Tempel2016-04-052-17/+18
|
* main/mutt: upgrade to 1.6.0Natanael Copa2016-04-051-5/+5
|
* testing/py-botocore: fix builddirTimo Teräs2016-04-051-3/+3
|
* testing/cfengine: fix arm buildTimo Teräs2016-04-051-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 armTimo Teräs2016-04-051-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 aportTimo Teräs2016-04-051-16/+9
|
* testing/meep: disable on armhf (due to hdf5 dependency)Timo Teräs2016-04-051-1/+1
|
* testing/ffcall: disable on armhfTimo Teräs2016-04-051-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 againTimo Teräs2016-04-051-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 armhfTimo Teräs2016-04-051-1/+1
| | | | libbsd is not available on arm
* testing/fatback: fix flex dependencyTimo Teräs2016-04-051-1/+3
|
* testing/php7-xdebug: fix builddir and archTimo Teräs2016-04-051-4/+4
|
* testing/apache-ant: upgrade to 1.9.6 and improve APKBUILDJakub Jirutka2016-04-052-56/+40
|
* main/libc6-compat: add symlink for libcrypt.so.1Jakub Jirutka2016-04-051-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 packagesJakub Jirutka2016-04-057-0/+215
|
* testing/vdr-plugin-dvbapi: does not build on armTimo Teräs2016-04-051-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 buildTimo Teräs2016-04-052-13/+28
|
* testing/py-aiohttp: new aportFrancesco Colista2016-04-051-0/+31
|
* main/bitlbee: added dev subpackageMarvin Steadfast2016-04-051-3/+3
|
* testing/dynamips: upgrade to 0.2.16Francesco Colista2016-04-051-4/+4
|
* testing/rspamd: upgrade to 1.2.1Francesco Colista2016-04-051-4/+4
|
* testing/sdparm: upgrade to 1.10Francesco Colista2016-04-051-3/+5
|
* testing/tcpreplay: upgrade to 4.0.5Francesco Colista2016-04-051-4/+4
|
* testing/thttpd: upgrade to 2.27Francesco Colista2016-04-051-5/+5
|
* testing/qt-creator: apply upstream arm build fixTimo Teräs2016-04-052-0/+82
|
* main/py-boto: fix builddir for implicit prepareTimo Teräs2016-04-051-3/+3
|
* testing/[elasticsearch,maven]: disable on armhf, no openjdk8Timo Teräs2016-04-052-2/+2
|
* testing/perl-test-simple: removed since we already have it on main with ↵Francesco Colista2016-04-051-41/+0
| | | | perl-test-tester package
* testing/imapsync: fixed builddir dirFrancesco Colista2016-04-051-2/+2
|
* testing/perl-number-format: fix dependenciesFrancesco Colista2016-04-051-4/+6
|
* testing/imapsync: fix dependencies, since we already have perl-test-tester ↵Francesco Colista2016-04-051-2/+2
| | | | on main
* main/libwebsockets: upgrade to 1.7.5Natanael Copa2016-04-052-45/+4
|