# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= pkgconf VERSION= 2.5.1 KEYWORDS= devel VARIANTS= std SDESC[std]= Utility to configure compiler and linker flags HOMEPAGE= https://github.com/pkgconf/pkgconf CONTACT= nobody DOWNLOAD_GROUPS= main SITES[main]= https://distfiles.ariadne.space/pkgconf/ DISTFILE[1]= pkgconf-2.5.1.tar.xz:main DF_INDEX= 1 SPKGS[std]= set primary dev man OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none USES= cpe libtool DISTNAME= pkgconf-2.5.1 LICENSE= ISCL:primary LICENSE_FILE= ISCL:{{WRKSRC}}/COPYING LICENSE_SCHEME= solo FPC_EQUIVALENT= devel/pkgconf MUST_CONFIGURE= gnu CONFIGURE_ARGS= --with-pkg-config-dir=/usr/lib/pkgconfig:{{PREFIX}}/lib/pkgconfig --with-system-libdir=/lib:/usr/lib --with-system-includedir=/usr/include INSTALL_TARGET= install-strip SOVERSION= 7.0.0 TEST_TARGET= check post-install: ${LN} -sf pkgconf ${STAGEDIR}${PREFIX}/bin/pkg-config ${RM} -r ${STAGEDIR}${PREFIX}/share/doc/pkgconf pre-configure: ${REINPLACE_CMD} -e 's|version_type=sunos|version_type=freebsd-elf|' \ ${WRKSRC}/configure [FILE:239:descriptions/desc.primary] pkgconf is a program which helps to configure compiler and linker flags for development frameworks. It is similar to pkg-config, but was written from scratch in Summer of 2011 to replace pkg-config, which now needs itself to build itself. [FILE:99:distinfo] cd05c9589b9f86ecf044c10a2269822bc9eb001eced2582cfffd658b0a50c243 328064 pkgconf-2.5.1.tar.xz [FILE:117:manifests/plist.primary] bin/ bomtool pkg-config pkgconf lib/ libpkgconf.so.%%SOMAJOR%% libpkgconf.so.%%SOVERSION%% share/aclocal/pkg.m4 [FILE:152:manifests/plist.dev] include/pkgconf/libpkgconf/ bsdstubs.h iter.h libpkgconf-api.h libpkgconf.h stdinc.h lib/ libpkgconf.a libpkgconf.so lib/pkgconfig/libpkgconf.pc [FILE:107:manifests/plist.man] share/man/man1/ bomtool.1 pkgconf.1 share/man/man5/ pc.5 pkgconf-personality.5 share/man/man7/pkg.m4.7 [FILE:291:patches/patch-libpkgconf_bsdstubs.c] --- libpkgconf/bsdstubs.c.orig 2025-06-24 22:49:00 UTC +++ libpkgconf/bsdstubs.c @@ -17,6 +17,9 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#ifdef __NetBSD__ +#define _OPENBSD_SOURCE +#endif #include #include #include