Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-12 | Update to 1.0.09.063: | wiz | 2 | -6/+6 | |
10.09.2011 - 1.0.09.063 - made Discogs queries work again, after a Discogs API change - added close button for windows on Gnome 3 | |||||
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 | |
system runs it with CC set to "c++". Should fix the clang build. | |||||
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 | |
Discogs queries work again, after a Discogs API change. The track numbering when querying multi-volume albums from Discogs was incorrect and is fixed in this version. | |||||
2011-09-07 | * LICENSE=gnu-lgpl-v2.1. | obache | 4 | -21/+135 | |
* use install.py instead os SCons for staged installation support. * drop to build python binding. Bump PKGREVISION. | |||||
2011-09-05 | Fix previous; it only depended on mysql-client. | dholland | 1 | -1/+3 | |
XXX: mysql51-server's bl3 file does not limit the version to less than 5.5; XXX: should it? | |||||
2011-09-05 | Use mysql.buildlink3.mk instead of explicitly depending on mysql51-server. | dholland | 1 | -2/+3 | |
As a precaution (given the known bodginess of this package) set MYSQL_VERSIONS_ACCEPTED to 51 (only) to preserve the previous behavior. Someone who has the hardware should probably test it on mysql55-server sometime. | |||||
2011-09-04 | Implicit int return type is not valid in C++. (clang objects, and then | dholland | 4 | -2/+52 | |
the whole configure script fails.) | |||||
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 | |
not just FreeBSD and OpenBSD. - Update NOT_FOR_PLATFORM: the only BSD for which the cdrom code can actually work is DragonFly. The others are missing ioctls it uses. This could probably be fixed up readily by someone who knows how cdrom access is supposed to work, if any such person cares. - Allow clang until proven otherwise. | |||||
2011-09-04 | void main | dholland | 4 | -11/+36 | |
2011-09-04 | Fix void main, caught by clang. | dholland | 8 | -31/+170 | |
While here, fix other problems caught by gcc: - casting malloc instead of including <stdlib.h> - casting calloc instead of including <stdlib.h> - failing to include <time.h> with bad consequences for -current. PKGREVISION -> 5. | |||||
2011-09-04 | Fix void main, caught by clang. | dholland | 5 | -3/+45 | |
While here, fix other problems caught by gcc: - casting malloc instead of including <stdlib.h> - casting strdup instead of including <string.h> - failing to include <time.h> with bad consequences for -current. PKGREVISION -> 3. | |||||
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 | |
into globals. | |||||
2011-09-04 | Disable this package's INLINE because it's misused for out-of-line | dholland | 2 | -7/+12 | |
declarations. Note that if someone wanted to go through and tidy up, most but not all of the functions currently tagged INLINE could be removed from the .h files and changed to static inilne. However, that doesn't seem worthwhile here and now. | |||||
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 | |
it installs, which AFAIK is pointless and therefore harmless. | |||||
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 | |
problem, here the package is trying to use the posix getline but the compat for older systems broke.) This should really be done with a configure test, but to regen the configure script without creating a huge diff would require digging up an ancient version of autoconf and for now at least it doesn't seem worth the trouble. | |||||
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 | |
either. Stick to -O3. While here, sync the patches for configure and configure.in, and give it the ability to recognize OpenBSD as well. (which might or might not work) | |||||
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 | |
fixes PR#45302. | |||||
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 | |
2011-08-28 | Fix void main. While here: | dholland | 9 | -24/+567 | |
- add various LP64 fixes; - use stdlib.h as needed instead of casting the return value of malloc; - fix fake-varargs printf code and use stdarg.h; - use system snprintf instead of included custom one; - tidy up symbol name conflict with log(); - add patch comments; - remove some pkglint; - add LICENSE. PKGREVISION -> 2. | |||||
2011-08-28 | void main | dholland | 2 | -1/+28 | |
2011-08-23 | Recursive bump from gdbm shlib bump. | obache | 22 | -41/+45 | |
2011-08-22 | Fix build and installed header file for gcc-4.5. Bump PKGREVISION. | wiz | 4 | -3/+75 | |
2011-08-22 | Set LICENSE, fix a pkglint warning. | wiz | 1 | -2/+3 | |
2011-08-20 | fix build on 64bit linux - pass --enable-libsuffix=none to configure | abs | 1 | -1/+3 | |
2011-08-13 | Relax dependency in the hope that it still works instead of failing due | joerg | 1 | -3/+3 | |
to missing dependency. | |||||
2011-08-09 | Update audio/libmodplug to 0.8.8.4. | gls | 2 | -6/+6 | |
Upstream changes: * Improve timidity.cfg parsing capability * Add source command capability in timidity.cfg (useful for debian default) * Fix integer overflow in WAV reader (SA45131/A) * Fix S3M stack overflow possibility (SA45131/B) * Bound seeking and reading in PAT files * Fix AMS/AMSv2 and DSM too large by one (SA45131/C) * Use structure in XM decoding (development related) * Use bmpvalues in Octamed files when calcuting default tempo (Francis Russel) Fixes SA45131. | |||||
2011-08-06 | libofa has a new home @ googlecode. Fix HOMEPAGE and add a new MASTER_SITES. | gls | 1 | -3/+5 | |
While here, add LICENSE. |