summaryrefslogtreecommitdiff
path: root/audio/tunepimp
AgeCommit message (Collapse)AuthorFilesLines
2005-11-14Fix build on NetBSD since PTHREAD variables were used, rather than wiredmarkd2-1/+15
-lpthread. On NetBSD this change meant that -pthread was passed to build of libtpthread.la (via ${PTHREAD_LDFLAGS}) but libtool doesn't then pass this on when linking libtunepimp so add it there as well.
2005-11-11Use BSD mount interface on DragonFly. Use PTHREAD variables to linkjoerg3-4/+27
for !FreeBSD platforms instead of wired -lpthread.
2005-09-06Fix NetBSD statvfs check to be >= 299000900 not >= 200040000abs2-4/+4
No pkgrevision bumps needed.
2005-05-23Removed trailing white-space.rillig1-1/+1
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-11-01Make build on Solaris.markd3-7/+20
2004-10-07Extra PKGREVISION bump to cover the libtool/compiler-wrapper problems.tv2-4/+5
Since dependencies were actually failing to build, they fortunately don't require PKGREVISION bumps themselves.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-08-21Initial import of tunepimp 0.3.0markd7-0/+103
The TunePimp library (also referred to as libtunepimp) is a development library geared towards developers who wish to create MusicBrainz enabled tagging applications.