Commit graph

53260 commits

Author SHA1 Message Date
Christian Neukirchen
892221ce90 afl: update to 2.19b. 2016-07-06 20:32:48 +02:00
Christian Neukirchen
988134f251 tin: update to 2.3.4. 2016-07-06 20:32:48 +02:00
pulux
031697d1bd python-tables: update to 3.2.3.1. 2016-07-06 18:43:31 +02:00
Toyam Cox
f846074b83 Merge pull request #4426 from diogoleal/uthash-2.0.0
uthash: update to 2.0.0
2016-07-06 10:14:40 -04:00
Duncaen
8dc53ede03 firefox: update to 47.0.1.
There are some issues with the configure scripts as they have changed
there something, the pregenerated configure scripts were renamed to
`old-configure` and `configure` is now a shell script which executes
`configure.py`.

The new patch `disable-hunspell_hooks.patch` is needed for musl, it
shouldnt be needed but somehow STATIC_HUNSPELL is defined even tough we
use --enable-system-hunspell.

Test build went through on glibc and musl x86_64, this realese is
already a month old and 46 has some secruity issues, I skip more
testing.
2016-07-06 16:10:29 +02:00
Duncaen
d73ded41e2 New package: autoconf213-2.13
This reverts commit d545f2685c.

Needed to build firefox 47 as it's missing some of the pregenerated
configure scripts we normally use.

Revert "autoconf213: removed; not required to build any pkg..."
2016-07-06 16:01:01 +02:00
Christian Neukirchen
baf4e3c0f2 radvd: update to 2.14. 2016-07-06 11:57:36 +02:00
Christian Neukirchen
55c758ea55 perl-YAML: update to 1.17. 2016-07-06 11:57:36 +02:00
Enno Boland
15a0fcc547 Merge pull request #4430 from Gottox/spectrwm-3.0.2
spectrwm: update to 3.0.2.
2016-07-06 09:29:25 +02:00
Juan RP
6dd5c7f7e7 cross-*-linux-musl*: fix checksums again. 2016-07-06 08:36:37 +02:00
Juan RP
12e6127d3d cross-aarch64-linux-musl: fix checksum again. 2016-07-06 08:34:24 +02:00
Juan RP
9f77791e66 cross-*-linux-musl*: fix checksum order. 2016-07-06 08:32:54 +02:00
Juan RP
14a1cd74ad cross-aarch64-linux-musl: fix checksum order. 2016-07-06 08:28:26 +02:00
Juan RP
4d8ae2edb0 cross-x86_64-linux-musl: update musl to 1.1.15. 2016-07-06 08:24:41 +02:00
Juan RP
ead7bdefce cross-mipsel-linux-muslhf: update musl to 1.1.15. 2016-07-06 08:24:40 +02:00
Juan RP
742093fbfd cross-mipsel-linux-musl: update musl to 1.1.15. 2016-07-06 08:24:40 +02:00
Juan RP
8be16812a2 cross-mips-linux-musl: update musl to 1.1.15. 2016-07-06 08:24:40 +02:00
Juan RP
17a191e0e3 cross-i686-linux-musl: update musl to 1.1.15. 2016-07-06 08:24:40 +02:00
Juan RP
eb0c3a74e4 cross-armv7l-linux-musleabihf: update musl to 1.1.15. 2016-07-06 08:24:40 +02:00
Juan RP
d7feeec3b4 cross-arm-linux-musleabihf: update musl to 1.1.15. 2016-07-06 08:24:40 +02:00
Juan RP
be813620da cross-arm-linux-musleabi: update musl to 1.1.15. 2016-07-06 08:24:40 +02:00
Juan RP
20afefcf73 cross-aarch64-linux-musl: update musl to 1.1.15. 2016-07-06 08:24:39 +02:00
Juan RP
18106402cf netpgpverify: update to 20160625. 2016-07-06 08:19:52 +02:00
Juan RP
7986272cc0 btrfs-progs: musl-1.1.15 has pthread_tryjoin_np() now.
Get rid of the patch that replaced this with pthread_join().
2016-07-06 08:16:50 +02:00
Juan RP
7f13c6f584 freetype: update to 2.6.4. 2016-07-06 08:14:29 +02:00
Juan RP
c8fc1d1c9a musl-bootstrap: update to 1.1.15. 2016-07-06 08:04:46 +02:00
Juan RP
9a91ebf234 musl: update to 1.1.15. 2016-07-06 08:04:11 +02:00
Diogo Leal
cd3a3f6505 uthash: update to 2.0.0 2016-07-06 02:46:06 -03:00
Dominik Honnef
0291ee8519 iscan, iscan-plugin-gt-s650: update distfiles 2016-07-06 00:23:36 +02:00
Michael Aldridge
0fb368a953 iscan: Add an INSTALL.msg
Closes: gh-4434 [via git-merge-pr]
2016-07-06 00:23:36 +02:00
Toyam Cox
cb623f4e54 Merge pull request #4432 from aeosynth/patch-1
fish: update to 2.3.1
2016-07-05 17:46:22 -04:00
Toyam Cox
2f22b23abc Merge pull request #4433 from yopito/burp
burp2-server: update to 2.0.42
2016-07-05 15:26:04 -04:00
yopito
55f4739fe7 burp2-server: update to 2.0.42 2016-07-05 19:54:36 +02:00
Toyam Cox
e55be06fe3 Merge pull request #4422 from diogoleal/tinycron
New package: tinycron-0.2
2016-07-05 12:26:28 -04:00
Christian Neukirchen
f86bfd6b0d mdocml: use less(1) as default pager.
util-linux more(1) is not an acceptable default since it cannot scroll
back in a pipe (contrary to OpenBSD more(1)).

Use less(1) instead, it's part of base-system and everyone I know uses it.

You can easily revert to a broken pager by setting "MANPAGER=more".

Closes #4375.
2016-07-05 17:46:50 +02:00
James Campos
3f5f4fa416 fish: update to 2.3.1
2.3.1 is not available from fishshell.com; use the release page instead
2016-07-05 07:28:40 -07:00
Michael Gehring
b1d52a5445 Merge pull request #4431 from lemmi/darktable
darktable: update to 2.0.5.
2016-07-05 16:04:35 +02:00
Némo Fournier
0227c0d55d New package: albert-0.8.10
Closes: #4413 [via git-merge-pr]
2016-07-05 15:26:05 +02:00
Christian Neukirchen
1a5e03aa47 neatvi: update to 03. 2016-07-05 13:31:39 +02:00
lemmi
301c4e679d darktable: update to 2.0.5. 2016-07-05 12:13:11 +02:00
Enno Boland
d06a62d55a Merge pull request #4428 from Gottox/tinyproxy
New package: tinyproxy-1.8.4
2016-07-05 10:55:51 +02:00
Enno Boland
d94958db1b spectrwm: update to 3.0.2. 2016-07-05 10:32:41 +02:00
Enno Boland
31711ae2c1 tinyproxy: fix cross compilation 2016-07-05 10:01:14 +02:00
Enno Boland
f17e94ec10 New package: tinyproxy-1.8.4 2016-07-05 09:43:11 +02:00
Enno Boland
929ad81d57 Merge pull request #4427 from Gottox/getopt
xbps-src: Preprocess arguments using getopt in order to allow options before and after XBPS_TARGET.
2016-07-05 08:21:57 +02:00
Jürgen Buchmüller
6830fe39fd twaindsm: add twaindsm-doc + enable stripping
Stripping is actually ok, because DSM_Entry is found anyway.
Create the doxygen html documentation and create twaindsm-doc.
2016-07-05 01:47:39 +02:00
Jürgen Buchmüller
50a3640336 twaindsm: don't strip symbols 2016-07-04 22:46:58 +02:00
Jürgen Buchmüller
6c8fb50f41 qmc2: remove dependency on mame
Since mame is currently broken for i686, qmc2 won't build either.
A user with an i686 machine and enough RAM can still build mame
and would perhaps like to find qmc2 in the repository.
2016-07-04 22:40:17 +02:00
Jürgen Buchmüller
2154ad8883 New package: twaindsm-2.3.0 2016-07-04 22:35:44 +02:00
Enno Boland
05ff430223 xbps-src: Preprocess arguments using getopt in order to allow options before and after XBPS_TARGET. 2016-07-04 16:38:22 +02:00