103448 Commits

Author SHA1 Message Date
dcoppa
0e7a02535f Bugfix update to i3-4.10.3 2015-08-01 09:03:31 +00:00
dcoppa
c76213e004 Update to Predis-1.0.3 2015-08-01 08:46:34 +00:00
mpi
a02b72a8fb Disable instrumentation to not depend on atomic operations on 64bit
values.  Unbreak net/rtorrent on powerpc & i386.

i386 tested by Jan Vlach.

ok landry@, dcoppa@
2015-08-01 08:13:01 +00:00
ajacoutot
76344f557b Bugfix update to dnsmasq-2.75.
from brad (maintainer)
2015-08-01 07:52:36 +00:00
jasper
f815920faa - unbreak on mips64 with gcc 4.2 (similar patch has been merged upstream by now)
- also add --disable-mipsfpu to prevent 'illegal instructions'

from Donovan Watteau
ok brad (MAINTAINER)
2015-08-01 07:50:25 +00:00
ajacoutot
3f6c5f974a Maintenance update to cups-2.0.4.
Fixes several bugs in the scheduler, web interface ...
2015-08-01 07:18:12 +00:00
ajacoutot
dd06dc0e3e Fix and extend pexp.
mismatch reported by sebastia@
2015-08-01 06:13:25 +00:00
uebayasi
bded1b8299 Update devel/valgrind to 3.10.1p6 (20150731).
Most notably fixed syscall EINTR handling, reported by yasuoka@.
2015-08-01 03:08:30 +00:00
naddy
5ccaa62489 Remove a spurious -fpic which broke the build on sparc64, and build
the webui component statically as it seems to have been intended.
ok tobiasu@
2015-07-31 20:49:54 +00:00
ajacoutot
e0876b7e61 Bugfix update to (meta-)tracker-1.4.1. 2015-07-31 18:39:30 +00:00
sthen
a0932443dd remove unnecessary BROKEN markers, they have moved to libtorrent.
ok tobiasu@ dcoppa@
2015-07-31 16:09:23 +00:00
sthen
bd01930d55 build libtorrent with -march=i586 -fomit-frame-pointer on i386, to allow
64-bit atomic operations. (insufficient reg's to retain the frame pointer)

copy net/rtorrent's BROKEN markers for the remaining arch to libtorrent
instead; the actual failures are in the library, but don't show up until
attempting to link it.

ok tobiasu@ dcoppa@
2015-07-31 16:08:44 +00:00
naddy
b70813dce9 fix variable name 2015-07-31 14:37:34 +00:00
juanfra
d53e6fc789 chibi-scheme does not work on architectures which require aligned
access to memory. The bug is fixed in upstream's repo but the patch is
not simple and it could break the code on amd64/i386.

Build failures on sparc64 and hppa spotted by tobiasu@.
2015-07-31 12:40:11 +00:00
landry
9746975e2e Backport fix for https://github.com/collectd/collectd/issues/1094
ok sthen@
2015-07-31 12:06:18 +00:00
landry
5baedee076 Regen patches. 2015-07-31 12:05:36 +00:00
sebastia
d13edb72d0 Mention apache-httpd-openbsd package instead of the non existing apache
httpd from base. Pointed out by zhukov@

OK sthen@, ajacoutot@
2015-07-31 11:48:22 +00:00
jca
6a4d32013a Unbreak build on hppa; ok landry@ 2015-07-31 11:45:14 +00:00
ajacoutot
d9f3c7df58 Fix a typo and add a comment; no pkg change. 2015-07-31 08:00:42 +00:00
sthen
c3f81bd0af add a defensive --without-ipmi to CONFIGURE_ARGS. currently a noop (-> no
package change), but a pending (post-5.8) update to freeipmi will cause it
to be picked up.
2015-07-30 23:08:10 +00:00
sthen
cf79e61724 don't install useless files, mention supported protocols in DESCR,
don't use groff, adjust comment
2015-07-30 21:51:22 +00:00
sebastia
79587ecc16 Backport fix that prevents crashers when playing MP3
OK aja@
2015-07-30 20:24:58 +00:00
jca
c2d5a6c782 Register the removal of devel/tla. 2015-07-30 18:36:27 +00:00
jca
51708d23b1 Remove tla (GNU Arch), the project is dead since several years.
Already discussed in 2013.  ok kili@, Laurent Cheylus (maintainer).
2015-07-30 18:33:58 +00:00
ajacoutot
704f9ca6bd Explicitely pass --without-hdf5 otherwise libhdf5 gets picked up if installed.
I'll leave it to maintainer whether we want hdf5 or not but I am committing
this now because we are approaching lock.
2015-07-30 18:15:11 +00:00
ratchov
2a4d4b7602 update to 1.1.1 2015-07-30 16:35:22 +00:00
sthen
5d2e64041e mirror files no longer on MASTER_SITES and remove old HOMEPAGEs,
pointed out by naddy
2015-07-30 16:05:51 +00:00
kirby
06600f87e8 mention new desktop client for owncloud. noticed by zhuk@
remove couple of trailing white spaces while here.
OK ajacoutot@, maintainer.
2015-07-30 16:04:38 +00:00
ajacoutot
38f82b4147 Needs devel/gettext-tools. 2015-07-30 15:09:27 +00:00
sthen
5ae7ed65bd mirror distfile; MASTER_SITES points at an nonexistent hostname 2015-07-30 14:16:47 +00:00
ajacoutot
3c4f34d59e Needs devel/gettext-tools. 2015-07-30 11:36:57 +00:00
ajacoutot
0558f77c3c Needs devel/gettext-tools. 2015-07-30 11:28:31 +00:00
robert
8d764893e2 remove all references to the suhosin patch 2015-07-30 09:46:18 +00:00
robert
9361ee238b move away from ossaudio and get the information from the mixer(4) directly
in order to get proper volume and mute information when there is no hardware
button for volume/mute available

ok jasper@
2015-07-30 08:11:53 +00:00
jasper
69b2bf2892 small tweaks incorporated while trying to push this upstream 2015-07-30 07:56:20 +00:00
jasper
601667677a - update to elasticsearch-1.7.1
- switch to jdk 1.8

with Pavel Korovin
2015-07-30 07:54:51 +00:00
jasper
ce6ab329f5 - update to logstash-1.5.3
- switch to jdk 1.8

with Pavel Korovin
2015-07-30 07:53:26 +00:00
jasper
e8682a4866 Add working MASTER_SITES; from Rafael Sadowski 2015-07-30 07:49:33 +00:00
kirby
e713c132c9 - ocsync 2015-07-30 07:11:25 +00:00
kirby
1de38f55ab remove ocsync. it's no longer used by other ports and doesn't work with
latest versions of owncloud server.
OK ajacoutot@
2015-07-30 07:09:33 +00:00
kirby
1ff55c5f6a add bits about mirall and ocsync 2015-07-30 06:25:37 +00:00
kirby
56c73180e6 Remove mirall. It was replaced by owncloudclient 2015-07-30 06:21:19 +00:00
kirby
747f4e8946 - mirall
+ owncloudclient
2015-07-30 06:17:27 +00:00
kirby
06ee43ed26 Owncloudclient is a tool to synchronize files from ownCloud Server with
your computer.
Discussed with ajacoutot@
OK ajacoutot@ and jasper@
2015-07-30 06:14:14 +00:00
kirby
fb647d1f23 + qtkeychain 2015-07-30 06:09:38 +00:00
kirby
813f77d8a0 qtkeychain is a dependency for newer versions of owncloudclient
(former mirall).
Discussed with ajacoutot@, sthen@ and zhuk@
OK ajacoutot@ and jasper@

QtKeychain is a Qt API to store passwords and other secret data
securely. If running, GNOME Keyring is used, otherwise qtkeychain tries
to use KWallet (via D-Bus), if available.
2015-07-30 06:07:09 +00:00
jturner
7551cc0582 Update HOMEPAGE, MASTER_SITES and bump. ok sthen@ 2015-07-29 17:39:49 +00:00
ajacoutot
27f9ecb61c Typo in pexp.
reported by sebastia@
2015-07-29 17:21:11 +00:00
feinerer
c2cf2ecff7 Register qtoctave removal 2015-07-29 16:26:55 +00:00
feinerer
8c73997e42 Remove QtOctave
No longer maintained upstream and Octave now comes with its own GUI.

OK zhuk@, steven@, jasper@
2015-07-29 16:24:02 +00:00