3668 Commits

Author SHA1 Message Date
sthen
7e44b3e4be Add ${CLANG_ARCHS} to "ONLY_FOR_ARCHS = ${GCC4_ARCHS}" lines to give them
a chance on aarch64.
2017-04-19 11:16:03 +00:00
espie
7a3bd8f931 hello, modern C inline semantics. okay sthen@ 2017-04-18 21:13:03 +00:00
pascal
ef9865394e Update to supertux 0.5.1. Reminded by Max Teufel (upstream). 2017-04-18 16:28:50 +00:00
espie
9890746879 make it const-correct, as libcxx has overloaded strstr 2017-04-18 14:53:15 +00:00
espie
a4a97f9d9e minimal damage control. make void functions void.
pleases clang, still happy on gcc
okay sthen@
2017-04-16 10:59:51 +00:00
bentley
24f4407a70 +openttd-data 2017-04-13 07:37:39 +00:00
bentley
b2fd26e3ba Update to openttd-1.7.0. 2017-04-13 07:37:08 +00:00
bentley
b71025d9f6 Split openttd's data files into independently versioned packages.
ok sthen@ + tweak from kirby@
2017-04-13 07:30:15 +00:00
fcambus
e0feae8a0e Update sl to 5.02.
Notable changes:

- Switch to using GitHub
- Remove now unnecessary patch, upstream man page is now in English

OK jung@
2017-04-10 14:01:55 +00:00
sthen
bcbf44ab87 use LIBCXX 2017-04-10 11:46:18 +00:00
sthen
7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
jasper
61391cd755 fix packaging (forgot to cvs add) 2017-04-09 12:03:20 +00:00
jasper
85e8a4f2c9 update to solarus-1.5.3 2017-04-09 11:24:08 +00:00
jca
2c886dad4b Update to tome4-1.5.1
While here, add a fallback mirror hosted by Solene, upstream used to
modifiy existing tarballs in the past.  Also, amend SUBST_VARS to avoid
PLIST churn when updating to newer versions.  Initial diff from, and
tweaks discussed with Solene Rapenne (maintainer)
2017-03-27 18:28:29 +00:00
okan
0582c6dd1b Unhook games/sudoku-solver and www/clearsilver; clearsilver being abandoned
upstream and Marc Balmer (original auther) agrees with removing the only
dependent port, sudoku-solver.

ok many and sthen@
2017-03-24 15:21:46 +00:00
abieber
6af7ead7d8 Upstream fixed a pretty nasty client bug:
https://ioquake3.org/2017/03/13/important-security-update-please-update-ioquake3-immediately/

Reported by jsg@, OK awolk@
2017-03-21 22:19:43 +00:00
tb
497e11df37 Fix backwards memcpy that caused micropolis to abort when it received
several clicks in the menu bar.

ok sthen
2017-03-18 15:55:56 +00:00
benoit
1334ff7375 Update to rocksndiamonds-4.0.0.2. 2017-03-17 08:56:31 +00:00
espie
c39ed7aa4a unhardcode g++ in nethack,qt 2017-03-04 12:42:04 +00:00
espie
b9c84f2393 link wants BUILD_CC unhardcode gcc 2017-03-04 11:04:25 +00:00
abieber
c8edf49987 Update ioquake3 to the latest.
Fix static calls to gcc.

OK awolk@
2017-03-03 22:52:26 +00:00
jca
34dcf59b37 Add a comment that tome4 hardcodes the use of "gcc" 2017-03-03 21:29:00 +00:00
jca
4bd4ed5d67 Honour CC 2017-03-03 21:25:18 +00:00
jca
675aaaf4f4 Let this build on archs without /usr/bin/gcc
gcc is still used for the build, but symlinks are added to ${WRKDIR}/bin
by the gcc4 module.  devel/premake4 is probably the source of the
hardcoded "gcc" use.
2017-03-03 21:03:32 +00:00
naddy
58fe3fab16 honor CC, from maintainer Donovan Watteau 2017-03-01 20:42:57 +00:00
benoit
0bc3e259f0 honor CXX 2017-03-01 10:15:27 +00:00
espie
e73aea126d make the compiler whine less and fix a surprising funny error with llvm,
reported by naddy@:

new C++ rules means that externally visible variables *must* get
type-correct mangled decorations, which  can't work with unnamed types.
lol
2017-02-28 14:17:53 +00:00
naddy
22f2467294 do not override CC 2017-02-27 21:01:09 +00:00
naddy
5dfba018b3 honor CC, CFLAGS 2017-02-27 20:50:32 +00:00
naddy
cf18032e1a honor CC, simplify 2017-02-27 20:35:08 +00:00
naddy
e1d6e69212 honor CC 2017-02-27 20:26:30 +00:00
naddy
f394db0052 honor CC, CFLAGS 2017-02-27 20:23:49 +00:00
naddy
2286521c85 honor CC, CXX 2017-02-27 20:06:12 +00:00
naddy
080bfb24a5 use CC for linking, don't add optimization to CFLAGS 2017-02-27 19:32:35 +00:00
kili
3361e27b67 Pass CXX. 2017-02-26 22:29:58 +00:00
kirby
decdd5f5f2 Don't package data on arches where main package doesn't build.
ok pascal@ (maintainer)
2017-02-13 07:23:37 +00:00
kirby
6cca0bce7a Don't package 1G of data on the arches where urbanterror isn't built.
OK fcambus@ and Ryan Freeman (maintainer)
2017-02-09 11:19:47 +00:00
sthen
b5ce73fb09 Use clang to build urbanterror on i386 for the integrated assembler;
old binutils assembler doesn't handle snapvector_sse.c.   ok kirby@
2017-02-08 12:55:18 +00:00
kirby
0edbf64fe4 Update to urbanterror-4.3.2
From maintainer Ryan Freeman, thanks!
2017-02-07 06:12:27 +00:00
kirby
02c9f66d2f Switch to in-ports gcc to make it start on the first run if LC_ALL=C is not
set.
Reported by Sol?ne Rapenne, thanks!
OK jca@
2017-02-06 10:42:01 +00:00
pascal
4ad55b11a5 Bump and force using fpc>=3.0.0p2. 2017-02-04 15:23:57 +00:00
sthen
203c408ed7 update to wtf-20170131 2017-02-01 14:26:26 +00:00
kirby
8e4213b570 drop -O3 from compiler flags.
OK landry@
2017-01-25 09:58:03 +00:00
sthen
158621055c don't fail to build if the directory already exists. 2017-01-24 20:40:06 +00:00
jsg
df70a8802c update to Red Eclipse 1.5.8 2017-01-23 11:40:16 +00:00
landry
edf78bfddf Switch to use GLEW instead of plain OpenGL, fixes a segfault upon exit.
From David Carlier.
2017-01-18 07:23:18 +00:00
landry
5d1dd05a8a Update to dustrac 1.12, from David Carlier, thanks! 2017-01-15 13:50:53 +00:00
benoit
3a094ffa67 Update to rocksndiamonds-4.0.0.1. 2017-01-12 07:55:15 +00:00
kirby
a01b1fc1cc README tweaks. OK awolk@, MAINTAINER 2017-01-10 23:45:49 +00:00
kirby
310029a32e Drop variable used only once. Missed by zhuk@
Commitiong on his behalf.
2017-01-10 11:07:25 +00:00