Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Feb 2017 22:11:53 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r433622 - in head/devel/pkgconf: . files
Message-ID:  <201702072211.v17MBrWM002622@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Feb  7 22:11:53 2017
New Revision: 433622
URL: https://svnweb.freebsd.org/changeset/ports/433622

Log:
  Revert a commit from upstream causing regression until I find the real cause

Added:
  head/devel/pkgconf/files/
  head/devel/pkgconf/files/patch-libpkgconf_argvsplit.c   (contents, props changed)
Modified:
  head/devel/pkgconf/Makefile

Modified: head/devel/pkgconf/Makefile
==============================================================================
--- head/devel/pkgconf/Makefile	Tue Feb  7 21:20:47 2017	(r433621)
+++ head/devel/pkgconf/Makefile	Tue Feb  7 22:11:53 2017	(r433622)
@@ -2,6 +2,7 @@
 
 PORTNAME=	pkgconf
 PORTVERSION=	1.2.2
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	https://distfiles.dereferenced.org/pkgconf/ \
 		http://files.etoilebsd.net/pkgconf/

Added: head/devel/pkgconf/files/patch-libpkgconf_argvsplit.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pkgconf/files/patch-libpkgconf_argvsplit.c	Tue Feb  7 22:11:53 2017	(r433622)
@@ -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++;
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702072211.v17MBrWM002622>