132914 Commits

Author SHA1 Message Date
jeremy
692cc4e954 Update to rack 2.0.6
Fixes CVE-2018-16471
2018-11-09 16:27:32 +00:00
naddy
210cac92fa Disable non-PIC assembly code on i386 and use the same code as other archs. 2018-11-09 16:23:02 +00:00
naddy
e66808d284 Disable libcc1. We don't have gdb for riscv, so it serves no purpose,
and it conflicts with devel/avr/gcc and lang/gcc/6.
While here, remove unused MAKE_* assignments.
ok kevlo@
2018-11-09 15:29:12 +00:00
naddy
f3864160aa fix parallel build 2018-11-09 15:25:33 +00:00
sthen
0e868c61d0 add missing standard headers, fixing some LP64 issues, part of a diff from tonypony76 at mail,com 2018-11-09 11:06:24 +00:00
sthen
631286d015 regen patches, noop 2018-11-09 11:03:25 +00:00
sthen
6ce9fabe4c mark BROKEN for now 2018-11-09 10:08:20 +00:00
rsadowski
f83b5cd5dc replace 10 KDE4 games with KDE5
Unhook KDE4 games; hook KDE5 and adjust KDE4 meta

+ blinken
+ bomber
+ bovo
+ granatier
+ kapman
+ katomic
+ kblackbox
+ kblocks
+ kbounce
+ kmahjongg

Thanks bcallah@
2018-11-09 07:09:20 +00:00
rsadowski
d1c7b5e212 Import bomber-18.08.2; tweaks and ok bcallah@
Comment:
arcade bombing game

Description:
Bomber is a single player arcade game. The player is invading various cities in
a plane that is decreasing in height.

The goal of the game is to destroy all the buildings and advance to the next
level. Each level gets a bit harder by increasing the speed of the plane and
the height of the buildings.

Maintainer: KDE porting team <openbsd-kde@googlegroups.com>

WWW: https://www.kde.org/applications/education/bomber/
2018-11-09 06:42:50 +00:00
rsadowski
36e82a832c Import kbounce-18.08.2; tweaks and ok bcallah@
Comment:
ball bouncing game

Description:
KBounce is a single player arcade game with the elements of puzzle.
It is played on a field, surrounded by walls, with two or more balls
that move about in the field bouncing off of walls. The player can
build new walls, decreasing the size of the active field.

Maintainer: KDE porting team <openbsd-kde@googlegroups.com>

WWW: https://www.kde.org/applications/games/kbounce
2018-11-09 06:41:18 +00:00
rsadowski
3de4e5398f Import kblocks-18.08.2; tweaks and ok bcallah@
Comment:
falling blocks game

Description:
KBlocks is the classic falling blocks game. The idea is stack the
falling blocks in a way that lines are completely filled. When a
line is completed it is removed, and more space is available in the
play area. When there is not enough space for blocks to fall, the
game is over.

Maintainer: KDE porting team <openbsd-kde@googlegroups.com>

WWW: https://www.kde.org/applications/games/kblocks
2018-11-09 06:36:59 +00:00
rsadowski
fc1155bebd Import kblackbox-18.08.2; tweaks and ok bcallah@
Comment:
blackbox Logic Game

Description:
KBlackbox is a game of hide and seek played on a grid of boxes where the
computer has hidden several balls. The position of the hidden balls can be
deduced by shooting beams into the box.

Maintainer: KDE porting team <openbsd-kde@googlegroups.com>

WWW: https://www.kde.org/applications/games/kblackbox
2018-11-09 06:33:16 +00:00
rsadowski
d0f983da46 Import katomic-18.08.2; tweaks and ok bcallah@
Comment:
Sokoban-like logic game

Description:
Katomic is both fun and educational game built around molecular
geometry. It employs simplistic two-dimensional looks at different
chemical elements.

Maintainer: KDE porting team <openbsd-kde@googlegroups.com>

WWW: https://www.kde.org/applications/games/katomic
2018-11-09 06:27:54 +00:00
rsadowski
053b0a2a12 Import kapman-18.08.2; tweaks and ok bcallah@
Comment:
pac-man clone

Description:
Kapman is a clone of the well known game Pac-Man. You must go through
the levels escaping ghosts in a maze. You lose a life when a ghost
eats you, but you can eat the ghosts for a few seconds when eating
an energizer. You win points when eating pills, energizers, and
bonus, and you win one life for each 10,000 points. When you have
eaten all the pills and energizers of a level, you go to the next
level, and the player and ghost speeds increase. The game ends when
you have lost all your lives.

Maintainer: KDE porting team <openbsd-kde@googlegroups.com>

WWW: https://www.kde.org/applications/games/kapman
2018-11-09 06:22:48 +00:00
rsadowski
5097e65467 Import kmahjongg-18.08.2; tweaks and ok bcallah@
Comment:
Mah Jongg four players board game for KDE5

Description:
In KMahjongg the tiles are scrambled and staked on top of each other
to resemble a certain shape. The player then is expected to remove all
the tiles off the game board by locating each tile's matching pair.

Maintainer: KDE porting team <openbsd-kde@googlegroups.com>

WWW: https://www.kde.org/applications/games/kmahjongg
2018-11-09 06:18:45 +00:00
rsadowski
8b13d6c55c Import granatier-18.08.2; tweaks and ok bcallah@
Comment:
clone of the classic bomberman game

Description:
Granatier is a clone of the classic Bomberman(TM) game, inspired by the work of
the Clanbomber clone.

Maintainer: KDE porting team <openbsd-kde@googlegroups.com>

WWW: https://www.kde.org/applications/games/granatier
2018-11-09 06:04:50 +00:00
bentley
014602ba61 Add some missing dependencies.
Build breakage noticed by ajacoutot@
2018-11-09 03:05:02 +00:00
rsadowski
a470d925b5 Import bovo-18.08.2; tweaks and ok bcallah@
Comment:
five-in-a-row Board Game

Description:
Bovo is a Gomoku like game for two players, where the opponents alternate in
placing their respective pictogram on the game board. (Also known as: Connect
Five, Five in a row, X and O, Naughts and Crosses)

Maintainer: KDE porting team <openbsd-kde@googlegroups.com>

WWW: https://www.kde.org/applications/games/bovo
2018-11-08 22:39:00 +00:00
rsadowski
5439e3d2b1 Import blinken-18.08.2; ok bcallah@
Comment:
memory enhancement game

Description:
Blinken is based on an electronic game released in 1978, which challenges
players to remember sequences of increasing length. On the face of the device,
there are 4 different color buttons, each one with their own distinctive sound.
These buttons light up randomly, creating the sequence that the player must
then recall. If the player is successful in remembering the sequence of lights
in the correct order, he advances to the next stage, where an identical
sequence with one extra step is presented. If the player makes a mistake, the
game is lost, and the player must start again from the beginning. The goal is
to get a high score - each step in the sequence is worth one point, so correct
entry of a sequence of 8 lights is worth 8 points on the high score table.

Maintainer: KDE porting team <openbsd-kde@googlegroups.com>

WWW: https://www.kde.org/applications/education/blinken/
2018-11-08 22:30:58 +00:00
rsadowski
6428584267 Import libkdegames-kf5-18.08.2; tweak and ok bcallah@
Comment:
common code and data for many KDE games

Description:
Common code and data for many KDE games

Maintainer: KDE porting team <openbsd-kde@googlegroups.com>
2018-11-08 22:27:56 +00:00
bcallah
dc48bf7cc7 Update to libmicrohttpd-0.9.60 -- note the minor bump
Changelog: https://gnunet.org/git/libmicrohttpd.git/tree/ChangeLog
Build tests all pass; Drawpile also happy with this at runtime.
2018-11-08 22:18:58 +00:00
danj
34f85096ba Take maintainership, ok shadchin@ (previous maintainer) 2018-11-08 22:10:31 +00:00
fcambus
7bb7db4090 Update dialog to 1.3-20181107. 2018-11-08 22:10:01 +00:00
giovanni
3e133c2767 Update to 2018.11.07 to unbreak youtube
ok kn@ bket@
2018-11-08 21:39:59 +00:00
sthen
0b9628b68d update to php-7.1.24. 2018-11-08 21:15:33 +00:00
naddy
0c85e083fd fix build with curl >=7.62.0 2018-11-08 21:15:28 +00:00
naddy
7fbf471111 fix build with curl >=7.62.0 2018-11-08 20:34:00 +00:00
anton
05bea9f287 Update yank to 1.1.0.
ok gsoares@ kn@
2018-11-08 19:02:40 +00:00
sthen
4642a94f71 update to certbot/py-acme 0.28.0 2018-11-08 18:00:20 +00:00
rsadowski
c150de057d add kio-extras run dependency
Spotted by Federico Giannici Thanks!
2018-11-08 17:50:28 +00:00
rsadowski
5050c66d56 add run depends: ffmpegthumbs,kio-extras 2018-11-08 17:46:45 +00:00
rsadowski
87eac936ca +ffmpegthumbs 2018-11-08 17:43:33 +00:00
rsadowski
8a05483497 Import ffmpegthumbs-kf5-18.08.2; tweaks and ok landry@
Information for inst:ffmpegthumbs-kf5-18.08.2

Comment:
KDE FFmpeg-based thumbnail generator for video files

Description:
FFmpeg-based thumbnail creation module for KDE file browsing windows.

Maintainer: KDE porting team <openbsd-kde@googlegroups.com>
2018-11-08 17:37:37 +00:00
naddy
3daf0a0e8e needs desktop-file-utils at build time because desktop-file-validate
is run during the build
2018-11-08 16:49:08 +00:00
danj
cb67f489cf Update to py-betamax-0.8.1
From Pamela Mosiejczuk
2018-11-08 16:21:58 +00:00
rsadowski
1b98194143 artikulate is in KDE5 stack now 2018-11-08 14:23:58 +00:00
rsadowski
cdf9fdd96d +artikulate 2018-11-08 14:22:37 +00:00
rsadowski
69ced00f58 Import artikulate-18.08.2; tweaks and ok landry@
Information for inst:artikulate-18.08.2

Comment:
pronunciation trainer

Description:
Artikulate is a language learning application that helps improving
pronunciation skills for various languages.

Maintainer: KDE porting team <openbsd-kde@googlegroups.com>
2018-11-08 14:21:26 +00:00
naddy
b3910a7a24 fix build with curl 7.62.0; from upstream 2018-11-08 12:47:34 +00:00
sthen
deff80e0c0 extend the pledge with "fattr" to allow utimes(), which is used with CopyArrivalDate
reported by Arnaud Brand, ok kn@ (maintainer)
2018-11-08 11:05:32 +00:00
espie
39a457e798 somehow, I botched the SHA256 key.
fix from Edward Lopez-Acosta
2018-11-08 09:46:00 +00:00
sebastia
4b3139b912 Update to 3.0.3 2018-11-08 09:22:34 +00:00
sebastia
836f0fd936 Update to 2.15.2 2018-11-08 09:21:51 +00:00
espie
96ffcf0ba4 remove_stub definitely needs to exist in the base subengine class now.
sorry naddy@ !
2018-11-08 09:19:28 +00:00
sebastia
c529f0d5e5 simple update to 3.4.5, while there move homepage to https location 2018-11-08 08:34:25 +00:00
rsadowski
20cb915ece +kio-extras 2018-11-08 08:00:56 +00:00
rsadowski
b486db0b8b Import kio-extras-18.08.2, ok landry@
Information for inst:kio-extras-18.08.2

Comment:
extra functionality for kioslaves

Description:
A kioslave is a plugin designed to be intimately familiar with a certain
protocol, so that a standardized interface can be used to get at data from any
number of places. A few examples are the http and ftp kioslaves, which using
nearly identical methods will retrieve data from an http or ftp server
respectively.

Maintainer: KDE porting team <openbsd-kde@googlegroups.com>
2018-11-08 07:55:46 +00:00
landry
1c4bd9b6d9 Stop checking for hdf5 & netcdf, reported by ajacoutot@ 2018-11-08 07:11:10 +00:00
rsadowski
af9ad377ff Import audiocd-kio-kf5-18.08.2, ok landry@
Information for inst:audiocd-kio-kf5-18.08.2

Comment:
Kio slave for accessing audio CDs

Description:
Kioslave for accessing audio CDs

Maintainer: KDE porting team <openbsd-kde@googlegroups.com>
2018-11-08 07:01:56 +00:00
rsadowski
006841e22a Import libkcddb-kf5-18.08.2, ok landry@
Information for inst:libkcddb-kf5-18.08.2

Comment:
KDE CDDB library

Description:
KDE CDDB library

Maintainer: KDE porting team <openbsd-kde@googlegroups.com>
2018-11-08 07:00:21 +00:00