108040 Commits

Author SHA1 Message Date
jsing
23f08a4df1 Update textproc/go-xlsx for go.port.mk changes.
ok sthen@ jasper@ czarkoff@
2016-01-14 15:55:20 +00:00
jsing
765d5c0c45 Update net/go-websocket for go.port.mk changes.
ok sthen@ jasper@ kspillner@
2016-01-14 15:50:43 +00:00
jsing
f667ff2fd9 Rework go.port.mk to install packages in /usr/local/go-pkg and build
without -a, -work and without running things through sed and piping to
shell:

- Install additional packages under /usr/local/go-pkg and include this in
  GOPATH when building. Go considers anything under the GOROOT to be part
  of the standard library, which introduces various problems. In particular
  they do not get rebuilt without the -a flag.

- Using 'go build -a' is unnecessary (at least now that we're not
  installing in GOROOT). Furthermore, the semantics of -a have changed
  between go1.4 and go1.5. In go1.4 the standard library was excluded from
  the -a flag whereas for go1.5 it does mean all dependencies including the
  standard library (this was the same for go1.3). However, there is
  already blanket 'do not rebuild standard library packages' in place when
  the -a flag is NOT specified.

- Avoid -work since it leaves the work directory behind and nothing is
  currently cleaning it up.

- Overall, avoid running 'go install -x' and piping the results through
  sed and sh. Firstly, 'go install -x' is already running those commands,
  then they're being run a second time around via sh. Secondly, there are
  cases where replacing GOROOT is incorrect.

ok jasper@ sthen@ kspillner@ czarkoff@
2016-01-14 15:03:08 +00:00
robert
5f39e677ec update to 47.0.2526.111 2016-01-14 13:21:06 +00:00
jsing
1c5714d152 Update lang/go to 1.5.3.
This release addresses CVE-2015-8618.

ok ajacoutot@ sthen@
2016-01-14 12:11:50 +00:00
sthen
64dce14ff7 Update get_iplayer again, the xml feeds got readded around the same time I made
the last commit. Still sticking with the devel version as it has DASH support.
2016-01-14 12:05:01 +00:00
dcoppa
1ce1462ced Tweak COMMENT
Suggested by naddy@
From maintainer Frederic Cambus
2016-01-14 10:45:07 +00:00
sthen
10c7ca3adf Switch to devel version of get_iplayer which has a minimal workaround to
reinstate --pid/--url downloading following removal of the old XML data
sources that it was using.
2016-01-14 09:53:31 +00:00
jasper
8bc1fe0223 stop using malloc.h 2016-01-14 07:29:59 +00:00
ajacoutot
1731f561b1 SECURITY fix for CVE-2016-1714.
from Brad (maintainer)
2016-01-14 06:12:10 +00:00
ajacoutot
e0e1ce18bd Bump FFMpeg version.
from Brad (maintainer)
2016-01-14 06:10:19 +00:00
ajacoutot
023038dbfe Update to ffmpeg-20160113.
from Brad (maintainer)
2016-01-14 06:09:43 +00:00
abieber
b2f99b24ef + ioquake3 2016-01-14 00:13:22 +00:00
abieber
9b284bfcdb import of ioquake3, an actively developed Quake 3 Arena clone.
Tested by Adam Wolk aka mulander, aka awolk!

OK bmercer@
2016-01-14 00:11:40 +00:00
sthen
63bac120f9 Remove wkhtmltopdf LIB_DEPENDS on qt4 (which it was still pulling in for some
parts despite building its own patched version). So it still takes a while
to build but at least it doesn't have to wait for qt4 before it starts.
From maintainer Frank Groeneveld.
2016-01-13 22:31:38 +00:00
jasper
7c6ba823a4 Stop using malloc.h 2016-01-13 22:25:48 +00:00
jasper
a7557697b7 stop using malloc.h; no pkg change 2016-01-13 22:14:25 +00:00
jasper
d23eb3c36b stop using malloc.h; stdlib.h is already included anyway 2016-01-13 22:09:32 +00:00
gsoares
e9d2ad4711 update to 5.29 2016-01-13 12:39:55 +00:00
gsoares
f5a6a49c24 update to 1.72; OK jsg@ 2016-01-13 12:38:48 +00:00
pascal
e37e416a08 Update to new snapshot 20160108. 2016-01-13 11:36:54 +00:00
sthen
7f3f8ef36a Security update to ISC DHCP 4.3.3-P1
CVE-2015-8605: UDP payload length not properly checked

"A badly formed packet with an invalid IPv4 UDP length field can
cause a DHCP server, client, or relay program to terminate abnormally."
2016-01-13 09:33:02 +00:00
dcoppa
2b0ca5a48a Merge from upstream:
Fix focus handling with multiple awesome instances
(git commit 1c27a69131428e9e733374c2a3676ca4ecee45d2)
2016-01-13 08:47:44 +00:00
ajacoutot
f69d57029d Update to awscli-1.9.18. 2016-01-13 08:41:35 +00:00
ajacoutot
45482aee23 Update to py-botocore-1.3.18. 2016-01-13 08:41:06 +00:00
dcoppa
ff3492a70c Use an alternate CA root bundle for pianobar to work around a problem
with tuner.pandora.com and libressl

ok sthen@
2016-01-13 08:21:18 +00:00
semarie
a7ac139c37 install libraries with rustc
- remove now unneeded MAKE_ENV option to pass --sysroot argument to bootstrapper
- backport the latest changes for building rustc under openbsd
- switch the install from installing a stage3 rustc binary to installing a stage2 rustc binary (and all required libraries)

ok juanfra@
2016-01-13 07:39:07 +00:00
shadchin
d026dd690d +py-zmq,python3 2016-01-13 07:25:12 +00:00
shadchin
ea2efd0e58 Update to py-zmq 15.1.0. Add python3 flavor and take maintainer.
ok ajacoutot@
2016-01-13 07:23:03 +00:00
juanfra
bdc7fb7b4d Temporary workaround for "raco distribute" until upstream creates
a proper fix.
2016-01-13 02:05:21 +00:00
sthen
dd94ef5c11 bump 2016-01-12 22:19:57 +00:00
jung
2d80cfcf4c update to latest snapshot 201601122027
ok giovanni gilles
2016-01-12 21:37:39 +00:00
landry
38d6a2006c +cantata 2016-01-12 20:45:01 +00:00
landry
58afcfa1eb Import cantata 1.5.2.
Selfhost the distfile, since upstream is now working on cantata v2 and
previous tarballs were hosted on google code, they were moved to .. a
google drive, linked from a github page. yay.

Cantata is a graphical client for MPD. It contains the following features:

* Multiple MPD collections.
* Highly customisable layout.
* Songs grouped by album in play queue.
* Context view to show artist, album, and song information of current track.
* Simple tag editor.
* File organizer - use tags to organize files and folders.
* USB-Mass-Storage and MTP device support.
* MPRISv2 DBUS interface.
* Basic support for touch-style interface (views are made 'flickable')
* Scrobbling.

ok sthen@
2016-01-12 20:44:29 +00:00
sthen
02b83defa9 add file missed from previous commit; from Ryan Freeman
didn't build -> no bump
2016-01-12 17:31:38 +00:00
sebastia
2dcb5219df Update to 2.3.5 2016-01-12 17:29:58 +00:00
sebastia
e48be17969 Update to 2.3.5 2016-01-12 17:29:34 +00:00
dcoppa
05af2ab2d5 Add trailing slash to ${HOMEPAGE}
pointed out by sthen@
2016-01-12 16:46:29 +00:00
ajacoutot
be02f02e9a openbsd: only PID 1 is special (upstream) 2016-01-12 16:38:29 +00:00
sthen
ba9e894450 remove the 'use File::ShareDir' line since the call is patched away;
found by ajacoutot@
2016-01-12 16:34:12 +00:00
dcoppa
4b4b44dc90 Update to lynx-2.8.9pl8
From new maintainer Frederic Cambus
2016-01-12 16:05:54 +00:00
espie
d17d09f4bb missed bump 2016-01-12 15:36:36 +00:00
ajacoutot
4adfc99201 Missing build depends. 2016-01-12 15:10:43 +00:00
tsg
9eba578547 Add myself.
OK ajacoutot@ landry@
2016-01-12 13:52:56 +00:00
ajacoutot
095d14d36e Update to trytond-3.2.12. 2016-01-12 13:38:25 +00:00
ajacoutot
b552693a3a Update to tryton-3.2.12. 2016-01-12 13:37:18 +00:00
ajacoutot
255c023a4c Fix MAINTAINER email address. 2016-01-12 13:21:40 +00:00
ajacoutot
1ef81463b6 Consistent email address. 2016-01-12 13:19:37 +00:00
ajacoutot
5eb99ec853 Consistent email address. 2016-01-12 13:15:20 +00:00
sthen
ecc8b871f8 committed upstream 2016-01-12 13:13:43 +00:00