2005-11-19 17:24:57 by Krister Walfridsson | Files touched by this commit (2) |
Log message: Fix a build problem on OS X ('uint32_t' undeclared) using a patch from the upstrems repository. |
2005-10-09 02:33:20 by Juan Romero Pardines | Files touched by this commit (1) |
Log message: Apply patch from Leonard Schmidt to fix build on 2.x and maybe in other platforms as well, this needs USE_MSGFMT_PLURALS. |
2005-10-07 18:10:44 by Matthias Drochner | Files touched by this commit (13) | ![]() |
Log message: update to 2.12.1.1 too many fixes and feature additions to list here, see the NEWS file in the distribution |
2005-09-05 16:15:32 by Adam Ciarcinski | Files touched by this commit (1) |
Log message: Revision bump, after fixing security/gnutls/buildlink3.mk |
2005-08-25 18:23:42 by Jeremy C. Reed | Files touched by this commit (2) |
Log message: Update patch to also make sure DragonFly uses statfs. This fixes build on DragonFly. Patch from Joerg Sonnenberger. Approved by maintainer, jmmv. |
2005-08-10 23:11:39 by Johnny C. Lam | Files touched by this commit (2) |
Log message: Use fam.buildlink3.mk instead of using fam/buildlink3.mk directly. |
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-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-07-06 08:36:03 by Jeremy C. Reed | Files touched by this commit (3) |
Log message: Add support for FreeBSD. patch-ah -- only use EAI_ADDRFAMILY or EAI_NODATA if defined. (Check for EAI_NODATA also because it is deprecated by FreeBSD.) patch-am -- add checks for not FreeBSD related to statfs. Okay'd by jmmv. |
2005-06-17 05:50:45 by Johnny C. Lam | Files touched by this commit (387) |
Log message: Create directories before installing files into them. |