summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-20Added patch from OpenBSDpettai3-15/+624
2012-11-20Add openjdk7 & openjdk7-bin to other JVM listsabs2-3/+4
2012-11-20Fix package Makefile to not override FWNAME if passed in from the buildabs3-13/+22
2012-11-20Updated games/wesnoth to 1.10.5adam1-1/+2
2012-11-20Changes 1.10.5:adam3-1520/+15
2012-11-19Don't use variable length arrays of non-POD typesjoerg2-1/+32
2012-11-19Fix inline usage. Don't use -O4 when the user didn't ask for it.joerg3-6/+90
2012-11-19Always return a value from non-void functions.joerg2-2/+30
2012-11-19Fix use of uninitialized memory. Can't use a default argument ofjoerg3-1/+29
2012-11-19Always return a value in non-void functions.joerg2-1/+15
2012-11-19Don't use nested functions. Bump revision.joerg3-3/+32
2012-11-19Always return a value in non-void functions.joerg2-3/+27
2012-11-19Fix prototype of cleanup, signal handlers can only get one argument.joerg3-10/+92
2012-11-19Needs asciidoc.joerg1-1/+3
2012-11-19Fix template look up. Fix build with newer Qt4's qdoc3. Needs fulljoerg5-7/+134
2012-11-19Welcome the voidjoerg2-5/+14
2012-11-19Updated graphics/py-seqdiag to 0.8.1cheusov1-1/+2
2012-11-19Update to seqdiag-0.8.1cheusov3-11/+11
2012-11-19Updated graphics/py-nwdiag to 0.9.2cheusov1-1/+2
2012-11-19Update to nwdiag-0.9.2cheusov3-29/+75
2012-11-19Updated graphics/py-actdiag to 0.4.1cheusov1-1/+2
2012-11-19Update to arcdiag-1.4.1cheusov3-7/+10
2012-11-19Updated graphics/py-blockdiag to 1.2.3cheusov1-1/+2
2012-11-19Update block-diag to 1.2.3cheusov4-22/+27
2012-11-19Corrected description line for vbrpettai1-1/+1
2012-11-19Added vbr commentpettai1-0/+1
2012-11-19corrected the patchsumpettai1-2/+2
2012-11-19+ automake-1.12.5, binutils-2.23.1, fbreader-0.99.3, fontforge-20120731wiz1-8/+18
2012-11-19Version 1.9.0 (released 2012-11-08)pettai4-10/+11
2012-11-19Make MOTIF_TYPE_DEFAULT as motif (LGPL Motif) instead of openmotif or lesstif.ryoon14-28/+29
2012-11-19Updated editors/Sigil to 0.6.0ryoon2-3/+3
2012-11-19Update 0.6.0ryoon7-89/+50
2012-11-19Updated x11/qt4-libs to 4.8.3nb5ryoon2-3/+3
2012-11-19Add patch.ryoon1-0/+13
2012-11-19Bump PKGREVISIONryoon2-3/+4
2012-11-19Fix inline usage for c99 compiler.joerg7-1/+162
2012-11-19Mark a bunch of functions as void reflecting the lack of return values.joerg7-8/+189
2012-11-19Use more void.joerg4-10/+45
2012-11-19Mark a function void that never returns a value. Provide proper returnjoerg4-3/+79
2012-11-19Undef m_len defined by netinet/ip_compat.h on NetBSD to unbreak build.joerg2-5/+7
2012-11-19Force GNU inline semantic.joerg4-1/+43
2012-11-19Fix build with new libxml2 API.joerg2-1/+15
2012-11-19Always return a value in a non-void function.joerg2-1/+15
2012-11-19Fix return type confusion.joerg3-17/+78
2012-11-19Rename struct to not conflict with C99's restrict keyword.joerg2-1/+24
2012-11-19Correctly return an error value when bailing out.joerg2-4/+4
2012-11-19Consistently return a value in a non-void function.joerg2-1/+15
2012-11-19Don't use inline as it doesn't work with a C99 compiler that way.joerg2-1/+15
2012-11-19Since headers of this program can throw exceptions, don't usejoerg1-1/+3
2012-11-19Use more void.joerg4-4/+34