Commit Graph

79945 Commits

Author SHA1 Message Date
espie
1af810c8d6 on rebuild, mark all existing files as 'uptodate'. Will prevent extra
rebuilds on @option always-update multi-packages when using -R.
2012-12-25 10:00:08 +00:00
espie
3de193b931 also take things off the later list if they were there. Prevents behavior
like the following:

14426@1356424364: B: x11/kde/graphics3
14426@1356424364: B: x11/kde/graphics3,-kpov
14426@1356424364: B: x11/kde/graphics3,-kamera
14426@1356424364: B: x11/kde/graphics3,-sane
14426@1356424364: B: x11/kde/graphics3,-main
14426@1356424364: V: x11/kde/graphics3,-kpov	<--- note put back on queue
14426@1356424364: V: x11/kde/graphics3
14426@1356424364: V: x11/kde/graphics3,-kamera
14426@1356424364: I: x11/kde/graphics3,-sane
14426@1356424364: I: x11/kde/graphics3
14426@1356424364: I: x11/kde/graphics3,-kamera
14426@1356424364: I: x11/kde/graphics3,-main
14426@1356424366: J: graphics/povray echo.home 0
14426@1356424496: B: devel/goffice
14426@1356424496: I: devel/goffice
14426@1356424496: Q: math/gnumeric
14426@1356424498: B: x11/kde/graphics3		<--- so, duh rebuilt...
14426@1356424498: B: x11/kde/graphics3,-main
14426@1356424498: B: x11/kde/graphics3,-kamera
14426@1356424498: B: x11/kde/graphics3,-sane
14426@1356424498: J: graphics/opencv,-docs echo.home 0
14426@1356424675: B: graphics/povray
14426@1356424675: I: x11/kde/graphics3,-sane
14426@1356424675: I: graphics/povray
14426@1356424675: I: x11/kde/graphics3		<-- and installable, again.
14426@1356424675: I: x11/kde/graphics3,-kpov
14426@1356424675: I: x11/kde/graphics3,-kamera
14426@1356424675: I: x11/kde/graphics3,-main
2012-12-25 09:46:24 +00:00
espie
130df9a3bc will work better with a non-reversed test... 2012-12-25 09:31:54 +00:00
brad
af0569e8ff Update to GNU sed 4.2.2.
ok sthen@
2012-12-25 01:29:54 +00:00
bentley
f47771fef9 +flare 2012-12-25 01:06:25 +00:00
bentley
1091265c2c Import flare-0.17.1.
Flare (Free Libre Action Roleplaying Engine) is a simple game engine
built to handle a very specific kind of game: single-player 2D action
RPGs. Flare is not a reimplementation of an existing game or engine. It
is a tribute to and exploration of the action RPG genre.

Rather than building a very abstract, robust game engine, the goal of
this project is to build several real games and harvest an engine from
the common, reusable code. The first game, in progress, is a fantasy
dungeon crawl.

Flare uses simple file formats (INI style config files) for most of the
game data, allowing anyone to easily modify game contents. Open formats
are preferred (png, ogg). The game code is C++.


ok kirby@
2012-12-25 01:05:45 +00:00
bentley
46907ddd72 Update to openttd-1.2.3.
ok tobiasu@
2012-12-25 00:17:37 +00:00
bentley
abba9bfed2 +fceux 2012-12-25 00:08:07 +00:00
bentley
dbb45aa1ad Import fceux-2.2.0.
FCEUX is a portable and highly accurate NES/Famicom/Famicom Disk System
emulator with excellent compatibility with almost every rom dump
available, supports both PAL and NTSC modes, save states, game genie
support, and networking. FCEUX also offers tools for debugging,
rom-hacking, map making, Tool-assisted movies, and Lua scripting.
Finally FCEUX includes a GTK2 GUI to assist in configuration and
gameplay.

ok rfreeman@ landry@
2012-12-25 00:07:01 +00:00
espie
e4c671527c add affinity information to restart jobs on the right host preferentially.
- affinity info is similar to locks, but with a completely different
lifetime.
- streamline the main loop of the engine, so that it can do two passes:
first pass shuns paths with the wrong affinity. If no good path is found,
those are considered during the second pass.
- make the Core factory aware of what hosts might be running, so that
affinity info for machines removed from a config file will be ignored.

thanks to landry@ for a few tests.
2012-12-24 17:24:46 +00:00
espie
0ff5bc966a be slightly more aggressive when a pkgpath is done: for multi-packages,
zap all subpackages from the queue.

need to distinguish the normal case (is_done) with a simpler case
(is_done_quick) that's used when scanning the ports tree. Otherwise, we
would check multi-packages loads of time.
2012-12-24 17:22:15 +00:00
espie
c4f1bfc74e reorg the tests slightly, no functional change 2012-12-24 17:19:01 +00:00
landry
fdbf3c7e7e Missing bump in previous wantlib sync 2012-12-24 14:03:34 +00:00
stsp
0035cb844f Update e17 ports to the final 0.17.0 release.
Major bump for all shared libs for safety (requested by sthen and landry).
ok sthen landry
2012-12-24 13:11:03 +00:00
bentley
f004a6ca1b Cleanup emulators/mupen64plus.
- don't build with -O3
- downgrade other plugins' lib dep on core plugin to build dep
- fix some MAKE_FLAGS overwriting that snuck in
- remove old post-patch targets
- update wantlib
- take maintainership
2012-12-24 09:23:07 +00:00
brad
dcd1c4672d Bump MODCLANG_VERSION after the update to LLVM 3.2. 2012-12-23 21:36:33 +00:00
brad
cc75b05c01 Update to LLVM 3.2 and switces to __guard_local for stack protector support.
Initial work from landry@ with some fixes and further tweaking from pascal@ and brad@

ok sthen@ landry@
2012-12-23 20:49:29 +00:00
brad
82aee49a18 - Re-add some paths to LDFLAGS to allow GraphicsMagick to build if a previous
copy is not already installed.
- Remove the PTHREAD_LIBS override.

ok sthen@
2012-12-23 20:40:39 +00:00
sthen
194fe780f4 sync WANTLIB/LIB_DEPENDS (gobject-introspection, checked with jasper@ that
nothing special is needed as it uses MODGNOME_TOOLS=goi)
2012-12-23 14:59:25 +00:00
sthen
8fbf011a61 use .desktop files, don't hardcode /usr/bin/mozilla to open URLs in
x11 version (use xdg-open instead + add run dep), sync PLIST and use a
nicer DESCR from the installed docs.
2012-12-23 14:23:13 +00:00
sthen
f568a46b87 fix no_x11 to not require sdl
sync wantlib
2012-12-23 13:49:06 +00:00
espie
027e6592d6 testing option 2012-12-23 13:28:55 +00:00
espie
cdb441ddb5 cutdate is first parameter, not second.
tighten parenthesis.
add -h history for testing.
2012-12-23 13:27:08 +00:00
sthen
8c813409e4 sync wantlib 2012-12-23 13:25:11 +00:00
sthen
b7e535002c sync wantlib 2012-12-23 12:25:30 +00:00
sthen
0f00dc3d53 bump -Xmx, fails to compile swing otherwise. ok jasper@ 2012-12-23 12:06:24 +00:00
ajacoutot
ef8e77410e New MASTER_SITES. 2012-12-23 10:39:21 +00:00
bentley
6f7c2efeab Update cclive to 0.7.10.
ok sthen@
2012-12-23 03:28:44 +00:00
bentley
9ff69a7f35 Update libquvi to 0.4.1 and libquvi-scripts to 0.4.10.
ok sthen@
2012-12-23 03:27:22 +00:00
bentley
c3ba93ed4d Give this a chance to build on sgi.
ok jasper@
2012-12-23 03:25:18 +00:00
brad
889952e07c Update to GraphicsMagick 1.3.17.
ok sthen@
2012-12-22 19:37:35 +00:00
brad
1e651a86da Update to libwebp 0.2.1.
ok jasper@
2012-12-22 19:36:14 +00:00
jasper
19d00f8a45 mips platforms already have 'mips' defined, so rename a variable named 'mips'
to fix the build of celestia on mips64*.

ok aja@ (MAINTAINER)
2012-12-22 18:35:24 +00:00
naddy
04e50bce7a missing bump 2012-12-22 17:35:39 +00:00
jasper
f1282d0796 - update to rygel-0.16.4 2012-12-22 16:56:37 +00:00
sthen
8f88b1b375 update to php 5.3.20, ok robert@ 2012-12-22 12:09:23 +00:00
sthen
85f114967b update liblqr to 0.4.1, from Vadim Zhukov 2012-12-22 11:46:35 +00:00
sthen
2441382878 update liquidrescale gimp plugin to 0.7.1, from Vadim Zhukov 2012-12-22 11:46:34 +00:00
landry
a5e677704a Update to gophernicus 1.4, from MAINTAINER Brian Callahan. 2012-12-22 10:48:19 +00:00
sthen
97b2d9030f mark BROKEN-hppa; if enblend-enfuse (run dep for this) is broken
there's no point wasting time on this.
2012-12-21 18:50:37 +00:00
landry
aab38a2a82 Mark as BROKEN-hppa for the same reason as on sparc64.
cast increases required alignment of target type + uses -Werror
2012-12-21 18:33:55 +00:00
landry
1137e11daf Mark as BROKEN-hppa: never built there.
block_trampolines.S:76:2: warning: #warning imp_implementationWithBlock() not implemented for your architecture
block_trampolines.S: Assembler messages:
block_trampolines.S:15: Error: junk at end of line, first unrecognized character is `"'
block_trampolines.S:25: Fatal error: Unknown opcode: `__objc_block_trampoline_sret'
2012-12-21 18:30:47 +00:00
landry
87ac3bbc83 Mark as BROKEN-hppa, doesnt pass configure since the PIE switch.
checking if Fortran "byte" is C "signed char"... configure: error: Could not link conftestf.o and conftest.o
2012-12-21 18:27:00 +00:00
fgsch
addc28f565 Remove no longer required dependency and bump revision. 2012-12-21 18:25:57 +00:00
landry
b52d8e4a9f Mark as BROKEN-hppa: never built there.
libumfpack.so has undefined refs to a bunch of lapack funcs ?
dgemm, zgemm, dtrsm, ztrsv, dger, zgemv, dgemv, ztrsm, dtrsv, zgeru
2012-12-21 18:25:03 +00:00
fgsch
5401d8078b - expose _MODPY_MAJOR_VERSION (remove underscore)
- use :R to extract the major
- remove unneeded check

rpointel@ ok. while here add some spaces for consistency with the rest of
the file.
2012-12-21 18:19:38 +00:00
landry
ef7b5735ee Mark as BROKEN-hppa: never built there.
error: unsupported architecture hppa
2012-12-21 18:18:55 +00:00
landry
75e5169014 Mark as BROKEN-hppa: Segfault during build since the PIE switch 2012-12-21 18:16:09 +00:00
landry
4f266b4171 Mark as BROKEN-hppa: never built there.
There should probably be a easy fix, but that'd involve a brave soul digging
into the patch maze.
2012-12-21 18:13:08 +00:00
landry
82a8a36b42 Mark as BROKEN-hppa: it never built there.
cc: Internal error: Illegal instruction on _gambc.c
2012-12-21 18:04:02 +00:00