Index: head/devel/pkgconf/Makefile =================================================================== --- head/devel/pkgconf/Makefile (revision 432105) +++ head/devel/pkgconf/Makefile (revision 432106) @@ -1,27 +1,28 @@ # $FreeBSD$ PORTNAME= pkgconf PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://distfiles.dereferenced.org/pkgconf/ \ http://files.etoilebsd.net/pkgconf/ MAINTAINER= bapt@FreeBSD.org COMMENT= Utility to help to configure compiler and linker flags LICENSE= ISCL USES= tar:xz libtool GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes TEST_TARGET= check CONFIGURE_ARGS= --with-pkg-config-dir=${PREFIX}/libdata/pkgconfig:/usr/libdata/pkgconfig \ --with-system-libdir=/usr/lib \ --with-system-includedir=/usr/include MAKE_ARGS= MANDIR="${MAN1PREFIX}/man/man1" post-install: ${LN} -sf pkgconf ${STAGEDIR}${PREFIX}/bin/pkg-config .include Index: head/devel/pkgconf/files/patch-libpkgconf_pkg.c =================================================================== --- head/devel/pkgconf/files/patch-libpkgconf_pkg.c (nonexistent) +++ head/devel/pkgconf/files/patch-libpkgconf_pkg.c (revision 432106) @@ -0,0 +1,11 @@ +--- libpkgconf/pkg.c.orig 2017-01-20 02:01:30 UTC ++++ libpkgconf/pkg.c +@@ -1341,7 +1341,7 @@ pkgconf_pkg_traverse(pkgconf_client_t *c + if (maxdepth == 0) + return eflags; + +- if ((root->flags & PKGCONF_PKG_PROPF_VIRTUAL) != PKGCONF_PKG_PROPF_VIRTUAL || (client->flags & PKGCONF_PKG_PKGF_SKIP_ROOT_VIRTUAL) != PKGCONF_PKG_PKGF_SKIP_ROOT_VIRTUAL) ++ if ((root->flags & PKGCONF_PKG_PROPF_VIRTUAL) != PKGCONF_PKG_PROPF_VIRTUAL || (client->flags & ~PKGCONF_PKG_PKGF_SKIP_ROOT_VIRTUAL) != PKGCONF_PKG_PKGF_SKIP_ROOT_VIRTUAL) + { + if (func != NULL) + func(client, root, data); Property changes on: head/devel/pkgconf/files/patch-libpkgconf_pkg.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property