109747 Commits

Author SHA1 Message Date
kili
4c06108c58 Merge PFRAG.ahared into PLIST. Reminded by naddy@. 2016-03-28 22:42:13 +00:00
sthen
71e1612da6 update to sslsplit-0.5.0 2016-03-28 21:37:25 +00:00
kili
4bcf8ed74c Protect us from #defining linux specific ioctls in ext2_fs.h which
may be picked up by autoconfigure scripts and even used at runtime.
Found by brynet@ when building archivers/libarchive.  People agree
(at least brynet@, zhuk@, nadd6@ iirc), the only bikeshed was wether
to remote the #defines completely, used #ifdef __linux__ or #ifndef
__OpenBSD__. I choose the latter for now, because I think i've seen
some consumers of this port where some non-linux systems apparently
*do* support the same ioctls.
2016-03-28 20:08:56 +00:00
juanfra
eb1c1ad46d Add a warning about to run raco commands as root. 2016-03-28 19:08:18 +00:00
zhuk
285a3fa241 Fix the case when WANTLIB-= didn't silence portcheck. 2016-03-28 15:38:21 +00:00
zhuk
952e095046 Hook up recently added test. 2016-03-28 15:37:12 +00:00
zhuk
a0b20788cc Import (currently failing) test of false-positive in portcheck:
when you have a PKG_ARCH=* port and, to avoid WANTLIBs (coming from
MODULES, for example) getting in package, specify WANTLIB-= (empty),
portcheck misses this and still warns about non-empty WANTLIB.

The fix to be comitted separately in the next commit.
2016-03-28 15:36:17 +00:00
naddy
32f8f249d0 maintenance update to 1.23.3 2016-03-28 14:50:12 +00:00
okan
c6246bd5d1 update to 1.79. 2016-03-28 14:49:52 +00:00
okan
af69d1d2d2 update to 1.4.6; drops patches no longer required. 2016-03-28 14:48:02 +00:00
okan
9ef404c196 update to 0.05.
ok bluhm@
2016-03-28 14:46:07 +00:00
semarie
2493af81cf www/privoxy: annotate all templates with @sample
OK sthen@
2016-03-28 14:25:02 +00:00
gonzalo
d1e3962889 Update for Anki to 2.0.33:
http://ankisrs.net/docs/changes.html

Maintener timout.
2016-03-28 13:25:25 +00:00
rpointel
dbf3aff8b1 SUBDIR += pdfid 2016-03-28 12:40:49 +00:00
rpointel
b2a1550000 import pdfid ok sthen@.
PDFiD is not a PDF parser, but it will scan a file to look for certain PDF
keywords, allowing you to identify PDF documents that contain (for example)
JavaScript or execute an action when opened. PDFiD will also handle name
obfuscation.
2016-03-28 12:40:06 +00:00
zhuk
3a8e1ef97f Compact checks lines for dbus,-suid. 2016-03-28 12:40:06 +00:00
danj
55ae995843 update to py-werkzeug-0.11.5
ok jca@ shadchin@
2016-03-28 12:20:33 +00:00
sthen
b548d533e7 fix following freetds update, which moved DBMAXNAME defn to a non-installed
header. spotted by nigel@, https://github.com/FreeTDS/freetds/issues/57
2016-03-28 11:17:06 +00:00
zhuk
f4ee1b5a1e Unbreak those as well: it's bad idea to commit subdirectory when the fix
was done in Makefile.inc.

Spotted by aja@ as well
2016-03-28 09:29:00 +00:00
zhuk
0d071cef57 Unbreak after recent qommit.
Spotted by aja@
2016-03-28 09:27:10 +00:00
jsg
8b6f8246d5 this builds on arm again after the recent ld.so/crt changes 2016-03-28 06:51:19 +00:00
naddy
fe1d4a2aa6 g/c PFRAG.shared 2016-03-27 20:53:14 +00:00
sthen
0d7f067ba3 more LL for large constants 2016-03-27 20:04:25 +00:00
awolk
20fbea20bb Update www/libwebsockets 1.7.3 => 1.7.4
OK abieber@
2016-03-27 18:03:36 +00:00
zhuk
92e62c662c ... typed "ci" too fast: CONFIGURE_STYLE should stay.
But now I have a good cause to thank Josh Grosse for original patch. :)
2016-03-27 16:19:17 +00:00
zhuk
c863c6d49c Oops, missed that one in previous qmake commit. 2016-03-27 16:16:50 +00:00
sthen
6d56aa41a1 use LL for 64-bit constants, to fix build on 32-bit arch. ok kili@ 2016-03-27 16:06:16 +00:00
naddy
9da566408c g/c PFRAG.shared 2016-03-27 15:31:23 +00:00
sthen
6e5b19728f update to freetds-0.95.89 2016-03-27 15:09:02 +00:00
ajacoutot
3e891acbe8 Update to py-keyring-8.5.1. 2016-03-27 14:17:34 +00:00
ajacoutot
fc35293a0e Pushed upstream. 2016-03-27 13:48:41 +00:00
sthen
60e068caf3 Build the bs2b plugin for gstreamer1, this uses libbs2b (Bauer stereophonic-
to-binaural DSP) which can be useful for headphone listening. This is used
by the Crossfeed plugin in Quod Libet.  ok ajacoutot@
2016-03-27 12:08:19 +00:00
sthen
731649f24c +libbs2b 2016-03-27 11:13:58 +00:00
sthen
7922e0ffcf import audio/libbs2b, ok ajacoutot@
A typical stereo recording is made for reproduction on loudspeakers. That is,
the stereo mix is often made with the assumption that sound from one channel
will be heard in both ears. This is not usually the case with headphone
reproduction. The Bauer stereophonic-to-binaural DSP (bs2b) is designed to
improve headphone listening of stereo audio recordings by reproducing this
effect: some of the sound from each channel also goes to the opposite ear,
arriving a short time later (as extra distance is travelled), with a bit of
high frequency roll-off for the shadowing effect of the head, and additional
time delay for low frequencies than high frequencies.
2016-03-27 11:13:15 +00:00
sthen
a10bf0c9d3 'cvs add' a patch that I missed; breakage reported by nigel 2016-03-27 11:11:24 +00:00
danj
4a80a9695c update to py-pip-8.1.1
ok shadchin@ jca@
2016-03-27 11:10:15 +00:00
danj
6d3575c185 update to pep8-1.7.0
ok shadchin@ jca@
2016-03-27 11:08:05 +00:00
shadchin
8d3f092925 Update to py-parsing 2.1.1 2016-03-27 08:24:44 +00:00
shadchin
9f4d7a604a Bugfix update to py-test 2.9.1 2016-03-27 08:20:39 +00:00
ajacoutot
46a69a68db Update to awscli-1.10.16. 2016-03-27 07:26:08 +00:00
ajacoutot
0948b6f8ed Update to py-botocore-1.4.7. 2016-03-27 07:25:51 +00:00
danj
18d0ff4e54 update to wget-1.17.1
Please note that the passive to active fallback was removed.
To force active ftp, use --no-passive-ftp.

ok jung@ sthen@ (who noticed that a patch needed to be regen, thx!) jca@
2016-03-27 03:26:11 +00:00
zhuk
8809687a8a Update Intellij IDEA to 2016.1.
This update witches requirement to JDK 1.8.

From Caspar Schutijser, thanks!
2016-03-26 21:39:42 +00:00
zhuk
349cbe683e Define variables even when CONFIGURE_STYLE isn't set to "qmake",
making qmake.port.mk more declarative.
2016-03-26 21:03:03 +00:00
zhuk
ed298848a3 Zap more lines from qmake-based ports by moving them from
the "MODULES=x11/qtX + CONFIGURE_STYLE=qmake" logic to
the "MODULES=devel/qmake x11/qtX" logic.

Discussed with espie@ a few weeks ago.
2016-03-26 20:37:34 +00:00
danj
ce7caf3232 update to joe-4.2
ok jca@ jung@ benoit@
2016-03-26 17:04:17 +00:00
danj
c64285e372 update to py-ldap-2.4.25
ok jca@
2016-03-26 16:36:48 +00:00
awolk
6925f47f8f Update to audio/mikmod 3.2.7
from Frederic Cambus the new MAINTAINER

OK sthen@
2016-03-26 16:08:30 +00:00
awolk
99f9799c8f Update to audio/libmikmod 3.3.8
from Frederic Cambus the new MAINTAINER

OK sthen@
2016-03-26 15:58:51 +00:00
sthen
d06c83a0ab update to quodlibet-1.60 2016-03-26 15:01:05 +00:00