Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/mosh: fix build with musl on ppc64le | Roberto Oliveira | 2017-04-04 | 2 | -2/+57 |
| | | | | | | | | | mosh was breaking when building in ppc64le using musl, because ioctl() is defined as ioctl(int, int) in musl and mosh is using TIOCSWINSZ macro as parameter. This was triggering a gcc warning and make the build fail. This patch does an explicit integer conversion in TIOCSWINSZ, as no bits get lost. | ||||
* | main/mercurial: upgrade to 4.1.2 | André Klitzing | 2017-04-04 | 1 | -2/+2 |
| | |||||
* | main/haproxy: upgrade to 1.7.5 | André Klitzing | 2017-04-04 | 1 | -2/+2 |
| | |||||
* | testing/xbps: Fix FTBFS on ppc64le due to macro clashing | Breno Leitao | 2017-04-04 | 2 | -1/+446 |
| | | | | | | | | | | Currently xbps package fails to build using musl libc because the signal.h header includes a struct field called _unused, that becomes defined as an function attribute due to the a CFLAG -D macro definition. This cause the build to fail. This patch just rename _unused macro to _unused_attr in order to avoid the names being clashed. | ||||
* | main/aiccu: remove aport, upstream discontinued this software | Roberto Oliveira | 2017-04-04 | 5 | -176/+0 |
| | | | | | | | | Remove aiccu from Alpine aports because of the project sunset. On 2017-06-06 they will shut down services, and close the sunsetting project on 2017-07-01. For more information: https://www.sixxs.net/sunset/ | ||||
* | testing/rabbitmq-server: update to version 3.6.9 | Nathan Johnson | 2017-04-04 | 2 | -309/+6 |
| | | | | Delete grep.patch, merged upstream | ||||
* | main/lua-xml: improve abuild, add check func | Jakub Jirutka | 2017-04-04 | 1 | -46/+46 |
| | |||||
* | main/lua-xml: add subpkg lua5.3-*, remove subpkg lua5.1-* | Jakub Jirutka | 2017-04-04 | 1 | -1/+1 |
| | | | | | This version of LuaXML does not workd, and never worked, on Lua 5.1 or LuaJIT. | ||||
* | main/lua-xml: change source URL, original upstream is not available | Jakub Jirutka | 2017-04-04 | 1 | -11/+7 |
| | |||||
* | testing/timew: fix FTBFS on ppc64le | Breno Leitao | 2017-04-04 | 2 | -4/+30 |
| | | | | | | | Currently timew FTBFS on ppc64le because there is no PATH_MAX defined implicitly. If your code needs to use PATH_MAX, it needs to include limits.h. | ||||
* | main/etckeeper: Upstream project moved | Breno Leitao | 2017-04-04 | 1 | -1/+1 |
| | | | | | | | | Joey moved all his repositories from github to his private git server. Moving the $source URL from github to: https://git.joeyh.name/index.cgi/etckeeper.git/tag/?h=1.18.6 No changes in the checksum | ||||
* | testing/exim: Bump to version 4.89 | Breno Leitao | 2017-04-04 | 1 | -2/+2 |
| | | | | | | | | | | The package on current version (4.88) FTBFS due to URL returning 404. It seems that the URL scheme just works for the latest version. Bumping to the latest version 4.89. The checksum of the package also matches the version released: https://lists.exim.org/lurker/message/20170307.215703.bc9b50b4.en.html | ||||
* | community/elixir: upgrade to 1.4.2 | Mario Mainz | 2017-04-04 | 1 | -4/+2 |
| | |||||
* | community/ocaml: set -e build fix and modernize | Natanael Copa | 2017-04-04 | 1 | -16/+3 |
| | |||||
* | main/libxfont2: build fix | Natanael Copa | 2017-04-04 | 1 | -0/+1 |
| | |||||
* | testing/xf86-input-wacom: rebuild against xorg-server-1.19 | Natanael Copa | 2017-04-04 | 1 | -1/+1 |
| | |||||
* | main/xf86-video-xgixp: rebuild against xorg-server 1.19 | Natanael Copa | 2017-04-04 | 2 | -15/+41 |
| | |||||
* | main/xf86-video-vmware: upgrade to 13.2.1 | Natanael Copa | 2017-04-04 | 1 | -17/+12 |
| | |||||
* | main/xf86-video-vesa: rebuild against xorg-server-1.19 | Natanael Copa | 2017-04-04 | 1 | -13/+4 |
| | |||||
* | main/xf86-video-s3virge: rebuild against xorg-server-1.19 | Natanael Copa | 2017-04-04 | 1 | -12/+5 |
| | |||||
* | main/xf86-video-s3: rebuild against xorg-server-1.19 | Natanael Copa | 2017-04-04 | 1 | -11/+7 |
| | |||||
* | main/xf86-video-rendition: rebuild against xorg-server-1.19 | Natanael Copa | 2017-04-04 | 1 | -4/+2 |
| | |||||
* | main/xf86-video-qxl: upgrade to 0.1.5 | Natanael Copa | 2017-04-04 | 1 | -19/+6 |
| | |||||
* | main/xf86-video-openchrome: rebuild against xorg-server-1.19 | Natanael Copa | 2017-04-04 | 1 | -11/+7 |
| | |||||
* | unmaintained/xf86-video-mach64: unmaintained | Natanael Copa | 2017-04-04 | 1 | -0/+0 |
| | |||||
* | main/xf86-video-intel: upgrade to git snapshot | Natanael Copa | 2017-04-04 | 6 | -153/+43180 |
| | |||||
* | main/xf86-video-i128: rebuild against xorg-server-1.19 | Natanael Copa | 2017-04-04 | 1 | -11/+6 |
| | |||||
* | main/xf86-video-fbdev: rebuild against xorg-server-1.19 | Natanael Copa | 2017-04-04 | 1 | -13/+5 |
| | |||||
* | main/xf86-video-dummy: upgrade to 0.3.8 | Natanael Copa | 2017-04-04 | 1 | -17/+7 |
| | |||||
* | main/xf86-video-ast: rebuild against xorg-server-1.19 | Natanael Copa | 2017-04-04 | 1 | -13/+5 |
| | |||||
* | main/xf86-video-ark: rebuild against xorg-server-1.19 | Natanael Copa | 2017-04-04 | 1 | -11/+8 |
| | |||||
* | main/xf86-video-apm: rebuild against xorg-server-1.19 | Natanael Copa | 2017-04-04 | 1 | -7/+3 |
| | |||||
* | main/xf86-video-tdfx: upgrade to 1.4.7 | Natanael Copa | 2017-04-04 | 1 | -17/+7 |
| | |||||
* | main/xf86-video-sunleo: upgrade to 1.2.2 | Natanael Copa | 2017-04-04 | 2 | -64/+7 |
| | |||||
* | main/xf86-video-sis: upgrade to 0.10.9 | Natanael Copa | 2017-04-04 | 1 | -17/+6 |
| | |||||
* | main/xf86-video-siliconmotion: upgrade to 1.7.9 | Natanael Copa | 2017-04-04 | 1 | -17/+7 |
| | |||||
* | main/xf86-video-savage: upgrade to 2.3.9 | Natanael Copa | 2017-04-04 | 1 | -18/+7 |
| | |||||
* | main/xf86-video-r128: upgrade to 6.10.2 | Natanael Copa | 2017-04-04 | 1 | -18/+6 |
| | |||||
* | main/xf86-video-nv: upgrade to 2.1.21 | Natanael Copa | 2017-04-04 | 2 | -105/+8 |
| | |||||
* | main/xf86-video-nouveau: upgrade to 1.0.14 | Natanael Copa | 2017-04-04 | 1 | -4/+2 |
| | |||||
* | main/xf86-video-i740: upgrade to 1.3.6 | Natanael Copa | 2017-04-04 | 1 | -17/+7 |
| | |||||
* | main/xf86-video-glint: upgrade to 1.2.9 | Natanael Copa | 2017-04-04 | 2 | -53/+8 |
| | |||||
* | main/xf86-video-chips: upgrade to 1.2.7 | Natanael Copa | 2017-04-04 | 1 | -16/+7 |
| | |||||
* | main/xf86-video-ati: upgrade to 7.9.0 | Natanael Copa | 2017-04-04 | 1 | -17/+6 |
| | |||||
* | main/xf86-video-amdgpu: upgrade to 1.3.0 | Natanael Copa | 2017-04-04 | 1 | -5/+3 |
| | |||||
* | main/xf86-input-vmmouse: rebuild against xorg-server-1.19 | Natanael Copa | 2017-04-04 | 1 | -6/+7 |
| | |||||
* | main/xf86-input-synaptics: rebuild against xorg-server-1.19 | Natanael Copa | 2017-04-04 | 1 | -2/+2 |
| | |||||
* | main/xf86-input-libinput: move to main, claim maintainership | Natanael Copa | 2017-04-04 | 1 | -2/+2 |
| | |||||
* | main/libinput: move from community | Natanael Copa | 2017-04-04 | 1 | -0/+0 |
| | | | | needed by xf86-input-libinput | ||||
* | testing/xf86-input-libinput: upgrade to 0.25.0 | Natanael Copa | 2017-04-04 | 1 | -4/+2 |
| |