2006-01-12 17:45:37 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Don't ask CPP for FreeBSD, just use PTHREAD_* for thread linkage. |
2006-01-01 19:34:13 by Matthias Scheler | Files touched by this commit (1) |
Log message: Fix small shell script error which I forgot to fix. |
2006-01-01 19:32:01 by Matthias Scheler | Files touched by this commit (4) |
Log message: Update "daapd" package to version 0.2.4a. Changes since version 0.2.3d: - static playlists - daapd parses paths with backslashes correctly now - bugfixes |
2005-12-29 07:22:26 by Johnny C. Lam | Files touched by this commit (597) |
Log message: Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk automatically detects whether we want the pkginstall machinery to be used by the package Makefile. |
2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432) |
Log message: Fixed pkglint warnings. The warnings are mostly quoting issues, for example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html |
2005-10-11 14:20:57 by Antoine Reilles | Files touched by this commit (3) |
Log message: add an option for enabling AAC support in daapd |
2005-10-10 15:06:11 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Don't hard code the thread library, use pkgsrc variables. |
2005-05-22 22:08:52 by Johnny C. Lam | Files touched by this commit (1035) |
Log message: Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison |
2005-05-02 22:34:09 by Jeremy C. Reed | Files touched by this commit (172) |
Log message: RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. And always is defined as share/examples/rc.d which was the default before. This rc.d scripts are not automatically added to PLISTs now also. So add to each corresponding PLIST as required. This was discussed on tech-pkg in late January and late April. Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere and remove the RCD_SCRIPTS_EXAMPLEDIR itself. |
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message: Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. |