89672 Commits

Author SHA1 Message Date
zhuk
fd9eec9bbc No more conflicts with kdepim-3.x here. 2014-01-16 09:15:49 +00:00
zhuk
97a541e7ef Due to specifying version requirement explicitly, PKGSPEC from libkexiv2
doesn't apply for graphics/digikam. Thus it could picked up libkexiv2 from
KDE4 instead and fail to build/package. Fix by adding ",<4" to version
specification in Digikam's LIB_DEPENDS.
2014-01-16 09:11:33 +00:00
zhuk
02b8efae87 Add a @conflict marker after adding ruby21 to FLAVORS, and a comment
reminding to do this in the future.
2014-01-16 08:30:34 +00:00
zhuk
143000e872 Forgot to commit this update. Noticed by nigel@, thanks and sorry. 2014-01-16 07:16:18 +00:00
bcallah
d35f351e88 After more discussion with aja@ it turns out we really can't trust upstream
to know what their dependencies are - and their list is entirely bogus.
py-keybinder does work with Pithos so make it an RDEP.
2014-01-16 07:09:05 +00:00
bcallah
a03cfdf489 Bugfix update to 1.10.5
Change MASTER_SITES to point to Github: this is where development takes
place and releases are cut from. SF isn't up-to-date with releases.
Change HOMEPAGE to match what the official repo says the homepage is.
Close some whitespace.
2014-01-16 03:05:51 +00:00
juanfra
8832a2f2e8 Racket doesn't build on i386 with clang. Spotted by sthen@.
The offending code is the i386 assembler within gmplonglong.h.
Using the same C code used by amd64, the interpreter builds but
it breaks the racket math libs. I tried to fix the bug backporting
some fixes related to gmp or clang from the racket repo but nothing
worked.

GCC 4.6 fixes also the crashes with the udp.rktl test but doesn't
break the math lib, so I'm changing the port to use the ports GCC.
Obviously there is some broken code on racket but I need more
time to find it.

I've included an additional patch for the gmp version included
with racket. The version is pretty old and only has assembler
code for old CPUs while the racket developers mostly only test
their code on amd64. Now racket uses the C code used by amd64
for every platform.

ok brad@ sthen@
2014-01-16 01:49:32 +00:00
bcallah
7fba8e754b Disable ftgl detection. libcaca doesn't use it, but it break dpb builds.
Bump REVISION.
Reported by and ok nigel@
2014-01-15 22:57:44 +00:00
zhuk
6b80e8e022 Allow building Ruby 2.1 FLAVOR of ruby-qt, tested with KDE 4.11.5. 2014-01-15 22:32:08 +00:00
zhuk
7d341650b0 Oops, this was intended to stay at 4.11.4 (no changes there, so no need
to download new package). Spotted by naddy@.
2014-01-15 22:27:53 +00:00
brad
7085bc916f Disable PIE by deault on powerpc to match the base compiler.
ok pascal@ sthen@
2014-01-15 20:18:36 +00:00
brad
adb9b36d26 Enable PIE by default on alpha to match the base compiler.
ok pascal@ sthen@
2014-01-15 20:16:03 +00:00
benoit
a57448ca09 Update to git 1.8.5.3. 2014-01-15 19:57:01 +00:00
dcoppa
0e646776af Teach FindRuby.cmake about the recently imported Ruby 2.1
ok zhuk@
2014-01-15 19:54:37 +00:00
zhuk
27e9d26818 KDE 4.11.5. Some highlights:
Three Kate plugins written in Python migrated to Python 3 and thus
are not available for the moment.

kdelibs-4.x deconflicted with kdebindings-3.x, and kde-runtime-4.x
deconflicted with kdebase-3.x. Most notable change is the renaming
of kreadconfig and kwriteconfig by appending a "4" suffix to them.
All ports in CVS and in WIP repo are checked for usage of all renamed
binaries, but anything else could be broken. Sorry.

KWin renamed in kde-workspace again, to avoid conflict with
KFourInLine.

Default dependencies that came from kde4.port.mk now have additional
restriction ",<5". KDE Frameworks won't hit CVS during current cycle
but it's better to be proactive.
2014-01-15 19:42:08 +00:00
bcallah
7be72229c1 aja@ notes that it is better to add an explicit RDEP on x11/py-gtk2.
Add a devel/py-xdg RDEP too, while here. Also from aja@
2014-01-15 16:49:12 +00:00
zhuk
c8c27fc159 Fix linking. 2014-01-15 16:21:56 +00:00
zhuk
447e172a8c Add notes about default KDE profile locations and renamed binaries. 2014-01-15 15:36:25 +00:00
ajacoutot
249825bdd6 Tweak patch to make it simpler. 2014-01-15 13:30:38 +00:00
jasper
2198b4cff5 - update to clamav-0.98.1
ok sthen@ (MAINTAINER)
2014-01-15 13:06:47 +00:00
jasper
7da4efbab5 - update to httpclient-2.3.4.1
- remove defunct HOMEPAGE/MASTER_SITES
- enable tests
2014-01-15 13:01:51 +00:00
jasper
80632c5f81 disable tests as they require several unported gems (i.e. introspection)
or version of gems we no longer have in ports (i.e. redcarpet >=1,<2)
2014-01-15 12:33:45 +00:00
sthen
8b4a77b108 build the bundled/patched copy of qt as part of the main build, not in
configure. reported by espie@, ok Francisco de Borja Lopez Rio (maintainer)
2014-01-15 08:41:37 +00:00
jasper
1aa04a2499 sync with pypuppetdb-0.1.0 and unbreak SSL support while here 2014-01-15 08:41:08 +00:00
jasper
802ced2e60 - update to pypuppetdb-0.1.0
- take maintainership
2014-01-15 08:40:44 +00:00
sthen
cddeaeab9f tell people to trim munin's logs, with a newsyslog.conf fragment.
found the hard way by me
2014-01-15 08:24:25 +00:00
dcoppa
46201697ff Add a clarifying comment 2014-01-15 08:17:17 +00:00
dcoppa
938a0b755d Update to redis-2.8.4 2014-01-15 07:08:13 +00:00
jeremy
991e7d925a Bump after change to WANTLIB for ruby20 FLAVOR in ruby.port.mk.
Manually specify ruby18, ruby19, and ruby20 FLAVORs, and default
to ruby20, since it doesn't work on ruby 2.1+ or rubinius.
2014-01-15 02:24:45 +00:00
jeremy
7aa034e95f Bump ruby gem ext ports after change to WANTLIB in ruby.port.mk 2014-01-15 02:13:57 +00:00
jeremy
5d15fd9555 Remove MODRUBY_WANTLIB_m use. 2014-01-15 02:03:53 +00:00
jeremy
fd549ea1e0 Correctly handle WANTLIB for ruby gem ext ports using ruby20, ruby21,
and rbx FLAVORs, avoiding missing pthread and gmp libraries depending
on the FLAVOR.  Remove support for MODRUBY_WANTLIB_m, only used by
one port.

Feedback and OK zhuk@
2014-01-15 02:03:17 +00:00
bcallah
42365dd4c0 +pithos 2014-01-15 01:53:21 +00:00
bcallah
506f9f6260 Import audio/pithos. Pithos is a lightweight, native Pandora Radio client
written in Python that integrates with the desktop.
ok dcoppa@ (who also caught an extraneous RDEP on x11/gtk+3)
2014-01-15 01:52:59 +00:00
sthen
1251acd8fe add an rc script for dkim-milter and disable groff, from Remi Locherer,
tweak from me, whitespace nit from aja@
2014-01-15 00:20:42 +00:00
dlg
91289c3aee properly bring in pecl-http.
ok sthen@
properly this time thanks to landry@
2014-01-15 00:18:30 +00:00
dlg
f39912a931 how embarrassment.
landry noticed i imported http over the top of raphf. this fixes raphf.

sorry guys.
2014-01-15 00:16:40 +00:00
landry
6dcf7105e0 Update to ansible 1.4.4.
While here backport the fix for
https://github.com/ansible/ansible/issues/4869 to allow using the apt
module with old versions of debian.

ok ajacoutot@ rpe@ (maintainer)
2014-01-14 22:34:03 +00:00
zhuk
bba37c13cd I totally forgot about k{read,write}config problem. So put the
"@conflict kdebase-*" marker back until the issue is resolved.

Tweak the kde-shared-data dependency line while there.
2014-01-14 21:41:54 +00:00
zhuk
68a95285aa Fix linking. Yes, it's that bad. 2014-01-14 21:34:22 +00:00
zhuk
1682b84c90 Bah, forgot to link poxml to builds. 2014-01-14 20:44:30 +00:00
jasper
030182421c update to trollop-2.0 2014-01-14 20:20:05 +00:00
jasper
ea0cc123d9 update to highline-1.6.20 2014-01-14 20:17:18 +00:00
bluhm
f5c80ef1e8 - update p5-Net-SSLeay to 1.57
- fix strlen() size check bug, already commited upstream
2014-01-14 19:53:58 +00:00
bluhm
e9f8d8e632 update p5-IO-Socket-SSL to 1.963 2014-01-14 19:32:11 +00:00
bluhm
97c1e9c588 update p5-Net-INET6Glue to 0.601 2014-01-14 19:19:35 +00:00
bluhm
a6501715de update p5-Net-IMP to 0.629 2014-01-14 19:09:04 +00:00
jasper
cd3c2b4b42 update to fontforge-20120731
ok kili@ (MAINTAINER)
2014-01-14 17:16:06 +00:00
jasper
6806a3fcbb +ruby-hub 2014-01-14 17:15:41 +00:00
jasper
6af37a6f88 import ruby-hub 1.11.1
ruby-hub enhances various git commands to ease most common workflows
with GitHub.

ok aja@
2014-01-14 17:09:01 +00:00