Age | Commit message (Expand) | Author | Files | Lines |
2013-01-11 | Use more void. | joerg | 3 | -1/+36 |
2013-01-11 | Fix main. Bump revision. | joerg | 3 | -8/+16 |
2013-01-11 | Prefer in-tree bsdtar | joerg | 1 | -3/+3 |
2013-01-11 | Prefer bsdtar (in-tree) over external GPL3 gtar. | joerg | 1 | -8/+3 |
2013-01-10 | Don't declare objects without default constructor as const. | joerg | 2 | -1/+15 |
2013-01-06 | Update to 0.8 | ryoon | 11 | -924/+2391 |
2013-01-06 | Fix build on OpenBSD/amd64 5.2. | ryoon | 5 | -20/+237 |
2013-01-05 | + toppler, uqm. | wiz | 1 | -1/+3 |
2013-01-05 | Import uqm-0.7.0nb1 as games/uqm from wip, packaged by Leonardo Taccari and | wiz | 5 | -0/+140 |
2013-01-05 | Import toppler-1.1.6 as games/toppler from wip. | wiz | 4 | -0/+51 |
2012-12-25 | Use more void and system headers. | joerg | 3 | -6/+53 |
2012-12-24 | Provide NULL if it's missing; should fix or advance the dfly build. | dholland | 2 | -1/+19 |
2012-12-24 | Remove any getchar macro before defining a getchar member function. | dholland | 2 | -1/+17 |
2012-12-23 | Use c89. Pass gcc -Wall. Fix clang build. While here, use snprintf | dholland | 4 | -25/+679 |
2012-12-22 | The patch for lua_templates.h is still needed, so restore it. | joerg | 2 | -1/+15 |
2012-12-20 | Add some void love. | joerg | 5 | -12/+171 |
2012-12-20 | Add missing prototypes for functions that should really be void. | joerg | 4 | -1/+47 |
2012-12-20 | Fix use of nested functions. Bump revision. | joerg | 3 | -6/+71 |
2012-12-20 | Fix C99 inline misuse. | joerg | 3 | -1/+182 |
2012-12-16 | Remove illegal time_t casts. Should fix build SIGSEGV on 32 bit netbsd. | dholland | 2 | -1/+41 |
2012-12-16 | recursive bump from cyrus-sasl libsasl2 shlib major bump. | obache | 15 | -30/+30 |
2012-12-15 | Update to 12.11, based on PR 47332 by Mayuresh. | wiz | 3 | -219/+1212 |
2012-12-15 | games/falcons-eye: fix patch corruption | marino | 2 | -30/+2 |
2012-12-14 | Update onscripter to 20121201. | tsutsui | 2 | -6/+6 |
2012-12-12 | + marathon-evil. | wiz | 1 | -1/+2 |
2012-12-12 | Import marathon-evil-199704 as games/marathon-evil, packaged for wip | wiz | 5 | -0/+126 |
2012-12-12 | Remove unneeded patch after 4.6.2 update. | wiz | 1 | -44/+0 |
2012-12-12 | Update to 4.6.2, based on patch provided by Yair K. in PR 46762. | wiz | 5 | -19/+496 |
2012-12-12 | Reset maintainer on his request. | wiz | 10 | -20/+20 |
2012-12-12 | Update to 1.0.2 (20120514) from Tim Larson in PR 47166. | wiz | 6 | -50/+12 |
2012-11-23 | Honour buildlink. Request C++11 with clang. Fix C++ usage. | joerg | 7 | -7/+78 |
2012-11-23 | Fix inline usage. | joerg | 2 | -1/+60 |
2012-11-20 | Changes 1.10.5: | adam | 3 | -1520/+15 |
2012-11-19 | Always return a value from non-void functions. | joerg | 2 | -2/+30 |
2012-11-19 | Always return a value in !void functions. | joerg | 2 | -1/+29 |
2012-11-16 | Accessor functions must not be in boost namespace as they are used too | joerg | 2 | -1/+43 |
2012-11-16 | Fix inline usage. | joerg | 16 | -1/+360 |
2012-11-16 | Don't redeclare a variable, use the existing one. Bump revision. | joerg | 3 | -3/+17 |
2012-11-16 | Drop bogus -O6. | joerg | 1 | -1/+3 |
2012-11-10 | Update to 2.6.4. Changes: | shattered | 3 | -7/+27 |
2012-11-07 | Fix ODR violation that results in clang not emitting the vtable for | joerg | 2 | -1/+17 |
2012-11-01 | Welcome the void. | joerg | 3 | -8/+56 |
2012-10-30 | Update onscripter to 20121019. | tsutsui | 4 | -12/+35 |
2012-10-26 | extern inline -> static inline | joerg | 3 | -1/+143 |
2012-10-26 | C++ is not K&R C, so give main the return type it is supposed to have. | joerg | 2 | -3/+12 |
2012-10-24 | Add missing pangox-compat dependency in wxGTK24 and wxGTK26. | joerg | 1 | -2/+2 |
2012-10-23 | Remove xextproto/buildlink3.mk in most cases where it occurs with | wiz | 12 | -24/+12 |
2012-10-16 | Recursive bump for new gtkglext pangox-compat dependency. | wiz | 1 | -2/+2 |
2012-10-14 | Update HOMEPAGE. (The old one still works too, at least for now.) | dholland | 1 | -2/+3 |
2012-10-11 | games/ivan: Fix redeclared variable error | marino | 2 | -1/+17 |