Age | Commit message (Expand) | Author | Files | Lines |
2011-09-18 | Update tunapie to 2.6.18, for fixes CVE-2009-1253 and CVE-2009-1254. | obache | 3 | -33/+46 |
2011-09-16 | Bump PKGREVISION from PHP_VERSION_DEFAULT changes. | obache | 1 | -1/+2 |
2011-09-16 | Bump PKGREVISION from RUBY_VERSION_DEFAULT changes. | obache | 1 | -2/+2 |
2011-09-15 | + pd | wiz | 1 | -1/+2 |
2011-09-15 | Initial import of pd-0.43.0. | wiz | 20 | -0/+919 |
2011-09-14 | Fix build on SunOS. | hans | 5 | -8/+53 |
2011-09-14 | Fix libatomic_ops dependency to match the logic in Makefile. | hans | 1 | -2/+2 |
2011-09-14 | Make this build again with native pkg-config by using ${AUTORECONF_ARGS}. | hans | 1 | -2/+2 |
2011-09-14 | Fix build on SunOS. | hans | 14 | -8/+118 |
2011-09-12 | Update to 1.0.09.063: | wiz | 2 | -6/+6 |
2011-09-12 | Using distutils, register eggfile. Bump PKGREVISION. | obache | 2 | -5/+6 |
2011-09-12 | b3.mk was fixed, drop failed manual attempt at upper limit | joerg | 1 | -2/+1 |
2011-09-12 | Use b3.mk for server dependency | joerg | 1 | -3/+3 |
2011-09-12 | Fix mismatched return statements, which clang dislikes | dholland | 4 | -7/+40 |
2011-09-12 | Tweak the C++ to hopefully appease clang. | dholland | 3 | -1/+33 |
2011-09-12 | Apply joerg's fixes to moc here, to fix clang build issues. | dholland | 3 | -7/+33 |
2011-09-12 | Patch up some inline issues for clang. | dholland | 2 | -1/+36 |
2011-09-12 | Patch a configure script to use valid C++, because the package's build | dholland | 2 | -1/+19 |
2011-09-09 | Add comments to patches. | wiz | 3 | -5/+10 |
2011-09-09 | Set LICENSE. | wiz | 1 | -1/+2 |
2011-09-08 | Update to 1.0.08.053, add comment to patch. | wiz | 3 | -9/+10 |
2011-09-07 | * LICENSE=gnu-lgpl-v2.1. | obache | 4 | -21/+135 |
2011-09-05 | Fix previous; it only depended on mysql-client. | dholland | 1 | -1/+3 |
2011-09-05 | Use mysql.buildlink3.mk instead of explicitly depending on mysql51-server. | dholland | 1 | -2/+3 |
2011-09-04 | Implicit int return type is not valid in C++. (clang objects, and then | dholland | 4 | -2/+52 |
2011-09-04 | void main | dholland | 12 | -1/+177 |
2011-09-04 | - Adjust cdrom access logic so all the BSDs go to the BSD cdrom code, | dholland | 3 | -7/+25 |
2011-09-04 | void main | dholland | 4 | -11/+36 |
2011-09-04 | Fix void main, caught by clang. | dholland | 8 | -31/+170 |
2011-09-04 | Fix void main, caught by clang. | dholland | 5 | -3/+45 |
2011-09-04 | wups, missed part of previous. | dholland | 2 | -1/+17 |
2011-09-04 | Remove incorrect patch hunks that make perfectly good static variables | dholland | 5 | -41/+7 |
2011-09-04 | Disable this package's INLINE because it's misused for out-of-line | dholland | 2 | -7/+12 |
2011-09-04 | Use valid C. Should improve clang build. | dholland | 5 | -11/+78 |
2011-09-04 | switch to REPLACE_PERL per Joerg's request | dholland | 1 | -3/+3 |
2011-09-04 | Spell --export-dynamic corrctly. | joerg | 3 | -8/+26 |
2011-09-04 | Fix up gcc/c99 inline mess | dholland | 2 | -1/+17 |
2011-09-04 | CHECK_INTERPRETER_SKIP - this package has #!/usr/bin/perl on a .pm file | dholland | 1 | -1/+4 |
2011-09-04 | Fix mismatched return statements, which clang dislikes | dholland | 2 | -6/+27 |
2011-09-04 | Fix gcc/c99 inline mess. | dholland | 2 | -5/+27 |
2011-09-04 | Rearrange the getline() patch so it works on -current. (Unlike the usual | dholland | 2 | -9/+20 |
2011-09-04 | more void main | dholland | 2 | -1/+17 |
2011-09-04 | Don't use -O6, clang doesn't like it and it doesn't mean anything to gcc | dholland | 3 | -12/+29 |
2011-09-03 | const correctness, required by clang | dholland | 2 | -1/+53 |
2011-08-31 | Fix build with clang by avoiding shadowing in template definitions. | joerg | 5 | -1/+66 |
2011-08-30 | Force configure not to detect doxygen. | obache | 1 | -1/+3 |
2011-08-29 | Fix quoting mess. Add include to get Strcmp. | joerg | 3 | -6/+27 |
2011-08-29 | main() needs a return type in clang-land. | dholland | 2 | -6/+14 |
2011-08-28 | Fix mismatched return statements, which clang dislikes | dholland | 4 | -2/+34 |
2011-08-28 | void main | dholland | 2 | -1/+17 |