2005-08-10 22:56:30 by Johnny C. Lam | Files touched by this commit (339) |
Log message:
Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables. Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.
For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
|
2005-08-05 14:53:08 by Antoine Reilles | Files touched by this commit (7) | |
Log message:
Update libopendaap to 0.4.0
changed the url to www.craz.net
remove patches that have been integrated upstream or are no more relevant
Main changelog entries:
- Playlist support now exists
- Use a free mdns library, instead of Apple's mDNS library. This means that \
libopendaap is entirely free now.
- You can now connect to servers with passwords
- Several bug fixes
approved by cube@
|
2005-07-21 18:30:01 by Thomas Klausner | Files touched by this commit (328) |
Log message:
Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
|
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.
|
2005-03-23 11:52:54 by Julio M. Merino Vidal | Files touched by this commit (3) |
Log message:
Fix a threading problem (mutexattr used after it's destroyed).
Patch was in PR pkg/29644 by Antoine Reilles, but I overlooked it.
Bump PKGREVISION to 1.
|
2005-03-19 16:36:20 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Remove XXX comment, and duplicate empty line.
|
2005-03-18 13:17:04 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Fix checksum for patch-af and patch-ag.
|
2005-03-16 12:51:00 by Roland Illig | Files touched by this commit (3) |
Log message:
Added two patches that are needed for gcc-2.95.3. Approved by wiz.
|
2005-03-07 16:31:26 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
Changes 0.3.0:
|
2005-03-07 16:30:44 by Adam Ciarcinski | Files touched by this commit (6) | |
Log message:
Changes 0.3.0:
* Many many bug fixes.
* Supports connecting to mt-daapd daap servers.
* Watch remote hosts for updates
* Fix problem where iTunes would no longer serve our requests.
* Improved debugging support.
|