Index: head/devel/pkgconf/Makefile =================================================================== --- head/devel/pkgconf/Makefile (revision 433621) +++ head/devel/pkgconf/Makefile (revision 433622) @@ -1,27 +1,28 @@ # $FreeBSD$ PORTNAME= pkgconf PORTVERSION= 1.2.2 +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 pathfix 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_argvsplit.c =================================================================== --- head/devel/pkgconf/files/patch-libpkgconf_argvsplit.c (nonexistent) +++ head/devel/pkgconf/files/patch-libpkgconf_argvsplit.c (revision 433622) @@ -0,0 +1,16 @@ +diff --git libpkgconf/argvsplit.c libpkgconf/argvsplit.c +index cded5f7..f893215 100644 +--- libpkgconf/argvsplit.c ++++ libpkgconf/argvsplit.c +@@ -111,6 +111,11 @@ pkgconf_argv_split(const char *src, int *argc, char ***argv) + } + else switch(*src_iter) + { ++ case '"': ++ case '\'': ++ quote = *src_iter; ++ break; ++ + case '\\': + src_iter++; + Property changes on: head/devel/pkgconf/files/patch-libpkgconf_argvsplit.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