116086 Commits

Author SHA1 Message Date
ajacoutot
64ab717b7a Update to awscli-1.11.35. 2016-12-30 11:20:10 +00:00
ajacoutot
be9ed155e8 Update to py-botocore-1.4.92. 2016-12-30 11:19:54 +00:00
jsg
cb31de52a8 use ports gcc on arm to get atomic builtins 2016-12-30 10:43:07 +00:00
jsg
997bb1f5ec use ports gcc on arm to get atomic builtins 2016-12-30 10:20:31 +00:00
jsg
9cdf3afc4a mpd already builds with ports gcc, now that the arm baseline is armv6k
builtin atomics are available on arm and mpd builds so stop marking it
as BROKEN on arm.
2016-12-30 08:59:10 +00:00
landry
2ec4bbf7ca Unfuck the fuckety fuck.
- Set MOZILLA_USE_GTK3 = Yes to properly depend on Gtk+3 (reported by ajacoutot@)
- Bump REVISION-main, better be on the safe side after such a clusterfuck
- Remove BROKEN-i386 marker while here, last i tried 2.46rc on i386 it built and
  ran fine, so it should be unfucked.
2016-12-30 08:25:18 +00:00
landry
05cfd37aa6 Fix lightning packaging, somehow i commited the PLIST for 2.46rc6 but
ended up not building/packaging 2.46 final, and thus build failed.

Note that as stated in the upstream release notes, chatzilla and dom
inspector are not shipped anymore (temporarly, due to repacking issues?),
install them from addons.mozilla.org if you rely on them.

Failure reported by naddy@ and nigel@
2016-12-30 07:04:39 +00:00
jsg
fb62670ae1 Mark gnustep-libobjc2 as broken on arm. It assumes the toolchain
supports neon with no way to disable it.

libobjc2-1.8/objc_msgSend.arm.S:7: Error: unknown floating point format `neon'
2016-12-30 04:07:51 +00:00
jsg
43f49a290f Don't try to build this on arm as it requires <cstdatomic> on !x86
which was renamed to <atomic> in gcc 4.5 so it won't even build
with gcc 4.9.
2016-12-30 03:41:43 +00:00
jca
d00359e591 Can't use names containing '$' on arm.
http://build-failures.rhaalovely.net//arm/2016-12-20/x11/mrxvt.log
2016-12-29 23:16:30 +00:00
zhuk
3c79988794 LIB_DEPENDS doesn't contain x11/qt5/qtbase at the time Makefile.inc
gets processed. As a result, qtbase-docs,-docindex didn't get into
BUILD_DEPENDS, thus qtenginio-html build may still break.

Spotted by naddy@
2016-12-29 20:59:05 +00:00
jca
a83303f0ab Doesn't build on arm.
ok sthen@ (maintainer)
2016-12-29 18:26:47 +00:00
pascal
07df91520a Update to libunistring 0.9.7. License change and doc/autoconf fixes only. 2016-12-29 16:12:00 +00:00
jca
463832eaac Remove workaround for binutils-2.15 on arm.
ok ajacoutot@ (maintainer)
2016-12-29 15:51:29 +00:00
shadchin
002f83bbdb Fix segfault on OpenBSD src-repository.
From Anton Lindqvist <anton dot lindqvist at gmail dot com>
2016-12-29 14:48:51 +00:00
ajacoutot
ba898f8293 Update to vault-0.6.4. 2016-12-29 14:39:28 +00:00
jca
7ac3d19abe Use --disable-asm on arm
It's not clear how useful the assembler code is on arm, and it's
detected using MSVC __emit() or Linux /proc/cpuinfo; let's just disable
it.

ok czarkoff@ (maintainer)
2016-12-29 14:37:40 +00:00
jca
c4b7d05f55 Needs atomic builtins, build with lang/gcc on arm. 2016-12-29 14:29:37 +00:00
jca
997a52ea68 Needs atomic builtins, use lang/gcc on arm.
ok fcambus@ (maintainer)
2016-12-29 14:15:15 +00:00
awolk
892e2cef14 Fix games/tome4 problems
spoted by ajacoutot & fcambus

 - MODGCC_ARCHS changed to MODGCC4_ARCHS
 - MODGCC_LANGS removed as language 'c' is the default
   so setting this variable is not needed here
 - Updated patch-premake4_lua to use variable substitution
   instead of hard-coded paths
 - Added share/tome4/ and share/tome4/game/ to PLIST-data
   and remove it from PLIST-main. Without it removing tome4
   would error out informing about non empty directories
 - Simplified the RUN_DEPENDS-main line, the way it was
   done previously prevented REVISION bumps from working
 - bumped REVISION of both packages to 0

OK ajacoutot@
2016-12-29 14:07:11 +00:00
jca
d4b8d537c2 Needs __sync_sub_and_fetch_4 and friends, build with lang/gcc on arm.
ok danj (maintainer)
2016-12-29 14:05:08 +00:00
jca
898293df04 Move NO_TEST, and kill a trailing whitespace.
ok danj@ (maintainer)
2016-12-29 13:52:14 +00:00
jca
35261d3cbf Needs a C++11 compiler, also use lang/gcc on arm.
ok jasper@ (maintainer)
2016-12-29 13:50:31 +00:00
ajacoutot
6cdffeb534 Update to cups-filters-1.13.2. 2016-12-29 09:59:15 +00:00
ajacoutot
a16756552a Update to py-raet-0.6.6. 2016-12-29 09:28:17 +00:00
jca
5db2e61be8 p5-IO-stringy is needed for tests.
From Andreas Kusalananda Kahari (maintainer)
2016-12-29 09:10:36 +00:00
landry
3fa27dad1c Bugfix update to thunderbird 45.6.0.
See https://www.mozilla.org/en-US/thunderbird/45.6.0/releasenotes/
2016-12-29 07:30:27 +00:00
pascal
893067aa11 Update to gcc 6.3.0; regen bootstraps. 2016-12-28 21:48:21 +00:00
jca
6213bcc9a9 BROKEN on arm too, unsupported argument to '__builtin_return_address' 2016-12-28 21:31:08 +00:00
zhuk
a2fc71ab4e The Qt5Svg is used by Trojita at runtime, although not via shared library.
So add it to RUN_DEPENDS as well. I've also shuffled dependency lines in
the port for readability.

Notified by Caspar Schutijser (MAINTAINER), thanks!
2016-12-28 21:29:53 +00:00
juanfra
8f367a1d4e Update to openfire 4.1.0. From Marc Peters (MAINTAINER).
This version includes security fixes:
http://download.igniterealtime.org/openfire/docs/4.1.0/changelog.html
2016-12-28 19:51:02 +00:00
juanfra
10535121ed Fix the issue causing maxima test failure (atan2). From Timo Myyra (MAINTAINER). 2016-12-28 19:38:56 +00:00
awolk
1afe333165 Add games/tome4 to the build 2016-12-28 18:54:12 +00:00
zhuk
689e0784ff Tweak dependencies after recent 5.29.0 update, spotted by naddy@. 2016-12-28 18:49:16 +00:00
awolk
cb4bcaedc7 un-utf8 DESCR
not bumping revision as the port was not yet
plugged into the build.
2016-12-28 18:43:38 +00:00
zhuk
c2ac604ea1 Bump REVISION after internal dependency changes, spotted by naddy@.
The SHARED_LIBS were bumped by mistake, but now there is no way back.
2016-12-28 18:42:16 +00:00
awolk
ca1e0a58a4 Import games/tome4
OK fcambus@

note: upstream is known to re-roll tarballs silently see
        http://forums.te4.org/viewtopic.php?f=42&t=47073
      for details.

$ cat pkg/DESCR-main
Tales of Maj'Eyal (ToME) is a free, open source roguelike RPG,
featuring tactical turn-based combat and advanced character building.
Play as one of many unique races and classes in the lore-filled world
of Eyal, exploring random dungeons, facing challenging battles, and
developing characters with your own tailored mix of abilities and
powers.  With a modern graphical and customisable interface, intuitive
mouse control, streamlined mechanics and deep, challenging combat,
Tales of Maj'Eyal offers engaging roguelike gameplay for the 21st
century.

This package contains the engine of the game.
2016-12-28 18:34:57 +00:00
landry
b931ae47a7 Add qtsvg to BDEP, trojita doesnt link with it but cmake goo says its
REQUIRED...
2016-12-28 18:34:05 +00:00
awolk
c8a3d2b849 [UPDATE] net/corebird 1.3.1 => 1.3.3
port changes:
  - upstream now provides proper tarballs so we switch
    from GH_* vars to MASTER_SITES
  - we no longer need autoconf as the upstream rolled
    tarball includes the generated build files
  - devel/libtool & textproc/intltool no longer needed
    (spotted by fcambus@)
  - simplified license comment (spotted by fcambus@)

upstream changelog:
---
Version 1.3.3 (2016-10-01)

Changelog:
  - Support longer tweets in a few more places
  - Properly escape ampersand characters in user mentions to fix
    GtkLabel warnings about wrong escape characters in tooltips
  - Fix tweet length calculations for whitespace-only tweets
  - Check for duplicated entries in media arrays. This is apparently a
    problem on Twitter's side but led to crashes in Corebird (see #627)
  - Use the correct nsfw status of a tweet, i.e. the one that can
    actually show images.
  - Fix a crash when sending a tweet with multiple images attached
  - Fix tweet length calculation of quote tweets. This previously led to
    tweets getting rejected by the server even though Corebird claimed
    they were fine. See #628

Version 1.3.2 (2016-09-25)

Changelog:
 - Cope with the tweet length changes introduced by Twitter
 - Fix a problem with malformed media URLs

---

OK juanfra@, fcambus@
2016-12-28 17:10:54 +00:00
fcambus
9860cc8bc6 Update gophernicus to 2.2.
OK juanfra@, ajacoutot@
2016-12-28 17:09:17 +00:00
jturner
718d4003f6 +lowdown 2016-12-28 17:00:19 +00:00
jturner
ce3cd12e3f Import ports/textproc/lowdown. ok zhuk@
lowdown is just another Markdown translator. It can output traditional HTML or a
document for your troff type-setter of choice, such as groff(1), Heirloom troff,
or even mandoc(1).
2016-12-28 16:58:57 +00:00
ajacoutot
51c8682dd0 Update to stellarium-0.15.1. 2016-12-28 16:50:09 +00:00
zhuk
f554777483 Apply the same treatment for databases/postgresql-previous as it was done for
datbases/postgresql, to allow the former build on arm.

okay pea@
2016-12-28 14:10:36 +00:00
zhuk
899b08ffaf Fix build with modern qt5.port.mk, as found by naddy@. 2016-12-28 13:53:29 +00:00
landry
513ac65b82 Regen distinfo to use 2.46 release tarball and not 2.46rc6.. spotted by naddy@ 2016-12-28 13:36:30 +00:00
zhuk
5255000f5e Make sure Qt5 is not picked up. Dunno why it didn't trigger with Qt 5.5.
I didn't find a better way to disable it rather than hacking configure.ac
internally; if you know one, be my guest.

Found by naddy@
2016-12-28 13:13:55 +00:00
zhuk
ac97b164f2 Add missing dependencies to games/pentobi, as found by naddy@.
They were not shown in WANTLIB, thus not added in previous Qt5-split run.
2016-12-28 12:50:13 +00:00
landry
23fd038931 Update to seamonkey 2.46.
See http://www.seamonkey-project.org/releases/seamonkey2.46/ and
https://unofficialseamonkeynews.wordpress.com/2016/12/22/seamonkey-2-46-release-additional-release-notes/
for news.

Whack a bunch of patches merged upstream.
2016-12-28 09:14:19 +00:00
jca
f6131e2872 Subpackage -eng is actually -main, fix EPOCH
http://build-failures.rhaalovely.net//sparc64/2016-12-16/graphics/tesseract/tessdata,-afr.log
2016-12-28 08:50:55 +00:00