From owner-svn-ports-branches@freebsd.org  Mon Jul 25 21:48:49 2016
Return-Path: <owner-svn-ports-branches@freebsd.org>
Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41B58BA52C0;
 Mon, 25 Jul 2016 21:48:49 +0000 (UTC)
 (envelope-from jbeich@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 0E19A16C6;
 Mon, 25 Jul 2016 21:48:48 +0000 (UTC)
 (envelope-from jbeich@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6PLmm8l013485;
 Mon, 25 Jul 2016 21:48:48 GMT (envelope-from jbeich@FreeBSD.org)
Received: (from jbeich@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6PLmmMj013484;
 Mon, 25 Jul 2016 21:48:48 GMT (envelope-from jbeich@FreeBSD.org)
Message-Id: <201607252148.u6PLmmMj013484@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: jbeich set sender to
 jbeich@FreeBSD.org using -f
From: Jan Beich <jbeich@FreeBSD.org>
Date: Mon, 25 Jul 2016 21:48:48 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r419071 - branches/2016Q3/audio/libaudiofile
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 25 Jul 2016 21:48:49 -0000

Author: jbeich
Date: Mon Jul 25 21:48:47 2016
New Revision: 419071
URL: https://svnweb.freebsd.org/changeset/ports/419071

Log:
  MFH: r419068
  
  audio/libaudiofile: track flac dependency
  
  ====> Running Q/A tests (stage-qa)
  Error: /usr/local/lib/libaudiofile.so.1.0.0 is linked to /usr/local/lib/libFLAC.so.8 from audio/flac but it is not declared as a dependency
  Warning: you need LIB_DEPENDS+=libFLAC.so:audio/flac
  
  PR:		206888
  Submitted by:	jkim
  Approved by:	portmgr blanket, maintainer timeout (6 months)
  Approved by:	ports-secteam blanket

Modified:
  branches/2016Q3/audio/libaudiofile/Makefile
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/audio/libaudiofile/Makefile
==============================================================================
--- branches/2016Q3/audio/libaudiofile/Makefile	Mon Jul 25 21:46:34 2016	(r419070)
+++ branches/2016Q3/audio/libaudiofile/Makefile	Mon Jul 25 21:48:47 2016	(r419071)
@@ -4,7 +4,7 @@
 
 PORTNAME=	libaudiofile
 PORTVERSION=	0.3.6
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio
 MASTER_SITES=	GNOME/sources/${PORTNAME:S/lib//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
 DISTNAME=	audiofile-${PORTVERSION}
@@ -14,6 +14,8 @@ COMMENT=	Sound library for SGI audio fil
 
 LICENSE=	LGPL21
 
+LIB_DEPENDS=	libFLAC.so:audio/flac
+
 CONFLICTS=	osalp-0.7.*
 
 USES=		pathfix pkgconfig tar:xz libtool

From owner-svn-ports-branches@freebsd.org  Mon Jul 25 22:13:13 2016
Return-Path: <owner-svn-ports-branches@freebsd.org>
Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2A99BA5969;
 Mon, 25 Jul 2016 22:13:13 +0000 (UTC)
 (envelope-from jbeich@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id A2D9D18D3;
 Mon, 25 Jul 2016 22:13:13 +0000 (UTC)
 (envelope-from jbeich@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6PMDCdR024998;
 Mon, 25 Jul 2016 22:13:12 GMT (envelope-from jbeich@FreeBSD.org)
Received: (from jbeich@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6PMDCtR024997;
 Mon, 25 Jul 2016 22:13:12 GMT (envelope-from jbeich@FreeBSD.org)
Message-Id: <201607252213.u6PMDCtR024997@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: jbeich set sender to
 jbeich@FreeBSD.org using -f
From: Jan Beich <jbeich@FreeBSD.org>
Date: Mon, 25 Jul 2016 22:13:12 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r419076 - branches/2016Q3/graphics/gegl
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 25 Jul 2016 22:13:13 -0000

Author: jbeich
Date: Mon Jul 25 22:13:12 2016
New Revision: 419076
URL: https://svnweb.freebsd.org/changeset/ports/419076

Log:
  MFH: r419074
  
  graphics/gegl: clarify LICENSE
  
  A quick grep(1) of *.c files reveals:
  
  LGPL20 files are
  
    gegl/buffer/gegl-id-pool.c
    operations/external/v4lutils/v4lutils.c
  
  GPLv3 files are
  
    bin/gegl.c
    bin/gegl-path-spiro.c
    bin/gegl-path-smooth.c
    bin/gegl-options.c
    gegl/buffer/gegl-cache.c
  
  All GPL license headers have
  
    ..., or (at your option) any later version.
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam blanket

Modified:
  branches/2016Q3/graphics/gegl/Makefile
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/graphics/gegl/Makefile
==============================================================================
--- branches/2016Q3/graphics/gegl/Makefile	Mon Jul 25 22:11:13 2016	(r419075)
+++ branches/2016Q3/graphics/gegl/Makefile	Mon Jul 25 22:13:12 2016	(r419076)
@@ -10,8 +10,10 @@ MASTER_SITES=	GIMP
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Graph based image processing framework
 
-LICENSE=	LGPL3
-LICENSE_FILE=	${WRKSRC}/COPYING.LESSER
+LICENSE=	GPLv3+ LGPL20+ LGPL3+
+LICENSE_COMB=	multi
+LICENSE_FILE_GPLv3+ =	${WRKSRC}/COPYING
+LICENSE_FILE_LGPL3+ =	${WRKSRC}/COPYING.LESSER
 
 LIB_DEPENDS=	libbabl-0.1.so:x11/babl
 

From owner-svn-ports-branches@freebsd.org  Mon Jul 25 22:14:55 2016
Return-Path: <owner-svn-ports-branches@freebsd.org>
Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0ECFBA59D6;
 Mon, 25 Jul 2016 22:14:55 +0000 (UTC)
 (envelope-from jbeich@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 9DBC51A12;
 Mon, 25 Jul 2016 22:14:55 +0000 (UTC)
 (envelope-from jbeich@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6PMEsQ5025188;
 Mon, 25 Jul 2016 22:14:54 GMT (envelope-from jbeich@FreeBSD.org)
Received: (from jbeich@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6PMEsgX025187;
 Mon, 25 Jul 2016 22:14:54 GMT (envelope-from jbeich@FreeBSD.org)
Message-Id: <201607252214.u6PMEsgX025187@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: jbeich set sender to
 jbeich@FreeBSD.org using -f
From: Jan Beich <jbeich@FreeBSD.org>
Date: Mon, 25 Jul 2016 22:14:54 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r419077 - branches/2016Q3/graphics/gegl3
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 25 Jul 2016 22:14:55 -0000

Author: jbeich
Date: Mon Jul 25 22:14:54 2016
New Revision: 419077
URL: https://svnweb.freebsd.org/changeset/ports/419077

Log:
  MFH: r419075
  
  graphics/gegl3: apply r386216 + previous commit
  
  - Bundled poly2tri-c is under BSD3CLAUSE
  - Only V4L still uses LGPL20+ code
  - More (but not all) operations/common/*.c are under GPLv3
  
  While here define CPE information.
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam blanket

Modified:
  branches/2016Q3/graphics/gegl3/Makefile
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/graphics/gegl3/Makefile
==============================================================================
--- branches/2016Q3/graphics/gegl3/Makefile	Mon Jul 25 22:13:12 2016	(r419076)
+++ branches/2016Q3/graphics/gegl3/Makefile	Mon Jul 25 22:14:54 2016	(r419077)
@@ -12,10 +12,15 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVER
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Graph based image processing framework
 
+LICENSE=	BSD3CLAUSE GPLv3+ LGPL3+
+LICENSE_COMB=	multi
+LICENSE_FILE_GPLv3+ =	${WRKSRC}/COPYING
+LICENSE_FILE_LGPL3+ =	${WRKSRC}/COPYING.LESSER
+
 LIB_DEPENDS=	libbabl-0.1.so:x11/babl \
 		libjson-glib-1.0.so:devel/json-glib
 
-USES=		gettext gmake libtool pathfix pkgconfig shebangfix tar:bzip2
+USES=		cpe gettext gmake libtool pathfix pkgconfig shebangfix tar:bzip2
 USE_GNOME=	glib20 intltool introspection:build
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
@@ -99,6 +104,7 @@ SPIRO_CONFIGURE_WITH=	libspiro
 V4L_BUILD_DEPENDS=	v4l_compat>=0:multimedia/v4l_compat
 V4L_LIB_DEPENDS=	libv4l2.so:multimedia/libv4l
 V4L_CONFIGURE_WITH=	libv4l
+V4L_VARS=		LICENSE+=LGPL20+
 
 WEBP_LIB_DEPENDS=	libwebp.so:graphics/webp
 WEBP_CONFIGURE_WITH=	webp

From owner-svn-ports-branches@freebsd.org  Mon Jul 25 22:41:45 2016
Return-Path: <owner-svn-ports-branches@freebsd.org>
Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2CBCBA41E6;
 Mon, 25 Jul 2016 22:41:45 +0000 (UTC)
 (envelope-from jbeich@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 6F29A18F0;
 Mon, 25 Jul 2016 22:41:45 +0000 (UTC)
 (envelope-from jbeich@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6PMfiiC036459;
 Mon, 25 Jul 2016 22:41:44 GMT (envelope-from jbeich@FreeBSD.org)
Received: (from jbeich@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6PMfi9l036457;
 Mon, 25 Jul 2016 22:41:44 GMT (envelope-from jbeich@FreeBSD.org)
Message-Id: <201607252241.u6PMfi9l036457@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: jbeich set sender to
 jbeich@FreeBSD.org using -f
From: Jan Beich <jbeich@FreeBSD.org>
Date: Mon, 25 Jul 2016 22:41:44 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r419080 - in branches/2016Q3/graphics: gegl gegl3
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 25 Jul 2016 22:41:45 -0000

Author: jbeich
Date: Mon Jul 25 22:41:44 2016
New Revision: 419080
URL: https://svnweb.freebsd.org/changeset/ports/419080

Log:
  MFH: r419079
  
  graphics/gegl{,3}: fix typos in options
  
  - gegl: SIMD=on has the opposite effect
  - gegl3: ENSCRIPT=on has no effect
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam blanket

Modified:
  branches/2016Q3/graphics/gegl/Makefile
  branches/2016Q3/graphics/gegl3/Makefile
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/graphics/gegl/Makefile
==============================================================================
--- branches/2016Q3/graphics/gegl/Makefile	Mon Jul 25 22:38:49 2016	(r419079)
+++ branches/2016Q3/graphics/gegl/Makefile	Mon Jul 25 22:41:44 2016	(r419080)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gegl
 PORTVERSION=	0.2.0
-PORTREVISION=	14
+PORTREVISION=	15
 CATEGORIES=	graphics
 MASTER_SITES=	GIMP
 
@@ -140,7 +140,7 @@ CONFIGURE_ARGS+=--without-libopenraw
 PLIST_SUB+=	OPENRAW="@comment "
 .endif
 
-.if ${PORT_OPTIONS:MSIMD}
+.if ! ${PORT_OPTIONS:MSIMD}
 CONFIGURE_ARGS+=--disable-mmx \
 		--disable-sse
 .endif

Modified: branches/2016Q3/graphics/gegl3/Makefile
==============================================================================
--- branches/2016Q3/graphics/gegl3/Makefile	Mon Jul 25 22:38:49 2016	(r419079)
+++ branches/2016Q3/graphics/gegl3/Makefile	Mon Jul 25 22:41:44 2016	(r419080)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gegl
 PORTVERSION=	0.3.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	GIMP
 PKGNAMESUFFIX=	3
@@ -63,7 +63,7 @@ CAIRO_CONFIGURE_WITH=	cairo
 PANGO_USE=	GNOME=pango
 PANGO_CONFIGURE_WITH=	pango
 
-MENSCRIPT_BUILD_DEPENDS=	enscript:print/enscript-a4
+ENSCRIPT_BUILD_DEPENDS=	enscript:print/enscript-a4
 
 FFMPEG_LIB_DEPENDS=	libavformat.so:multimedia/ffmpeg
 FFMPEG_CONFIGURE_WITH=	libavformat

From owner-svn-ports-branches@freebsd.org  Tue Jul 26 00:16:44 2016
Return-Path: <owner-svn-ports-branches@freebsd.org>
Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A80ABA5C1F;
 Tue, 26 Jul 2016 00:16:44 +0000 (UTC)
 (envelope-from jbeich@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id DB16A119F;
 Tue, 26 Jul 2016 00:16:43 +0000 (UTC)
 (envelope-from jbeich@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6Q0Ghhu070748;
 Tue, 26 Jul 2016 00:16:43 GMT (envelope-from jbeich@FreeBSD.org)
Received: (from jbeich@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6Q0GhKe070747;
 Tue, 26 Jul 2016 00:16:43 GMT (envelope-from jbeich@FreeBSD.org)
Message-Id: <201607260016.u6Q0GhKe070747@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: jbeich set sender to
 jbeich@FreeBSD.org using -f
From: Jan Beich <jbeich@FreeBSD.org>
Date: Tue, 26 Jul 2016 00:16:43 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r419086 - branches/2016Q3/devel/glib20
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 26 Jul 2016 00:16:44 -0000

Author: jbeich
Date: Tue Jul 26 00:16:42 2016
New Revision: 419086
URL: https://svnweb.freebsd.org/changeset/ports/419086

Log:
  MFH: r419085
  
  devel/glib20: reword COLLATION_FIX description
  
  While not necessary on FreeBSD 11.0 anymore it maybe useful for debugging.
  
  PR:		192381
  Reported by:	emaste
  Approved by:	portmgr blanket
  Approved by:	ports-secteam blanket

Modified:
  branches/2016Q3/devel/glib20/Makefile
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/devel/glib20/Makefile
==============================================================================
--- branches/2016Q3/devel/glib20/Makefile	Tue Jul 26 00:10:35 2016	(r419085)
+++ branches/2016Q3/devel/glib20/Makefile	Tue Jul 26 00:16:42 2016	(r419086)
@@ -49,7 +49,8 @@ gio_MAN=	gdbus.1 gsettings.1 gio-querymo
 gobject_MAN=	glib-genmarshal.1 glib-mkenums.1 gobject-query.1
 
 OPTIONS_DEFINE=	COLLATION_FIX DEBUG GDB
-COLLATION_FIX_DESC=	fix string collation
+# libc collation was fixed by https://svnweb.freebsd.org/changeset/base/290494
+COLLATION_FIX_DESC=	Use ICU for UTF-8 string collation (if libc is broken)
 GDB_DESC=	Install python gdb scripts
 
 .include <bsd.port.pre.mk>

From owner-svn-ports-branches@freebsd.org  Tue Jul 26 06:16:20 2016
Return-Path: <owner-svn-ports-branches@freebsd.org>
Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id A749ABA5B4B;
 Tue, 26 Jul 2016 06:16:20 +0000 (UTC)
 (envelope-from vanilla@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 762B21A57;
 Tue, 26 Jul 2016 06:16:20 +0000 (UTC)
 (envelope-from vanilla@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6Q6GJth005168;
 Tue, 26 Jul 2016 06:16:19 GMT (envelope-from vanilla@FreeBSD.org)
Received: (from vanilla@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6Q6GJZZ005167;
 Tue, 26 Jul 2016 06:16:19 GMT (envelope-from vanilla@FreeBSD.org)
Message-Id: <201607260616.u6Q6GJZZ005167@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: vanilla set sender to
 vanilla@FreeBSD.org using -f
From: "Vanilla I. Shu" <vanilla@FreeBSD.org>
Date: Tue, 26 Jul 2016 06:16:19 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r419099 - branches/2016Q3/databases/postgresql-plv8js
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 26 Jul 2016 06:16:20 -0000

Author: vanilla
Date: Tue Jul 26 06:16:19 2016
New Revision: 419099
URL: https://svnweb.freebsd.org/changeset/ports/419099

Log:
  MFH: r418988
  
  Add compiler:c++11-lang to fix build on 9.3.
  
  Obtained from:	pkg-fallout
  
  Approved by: 	portmgr@ (bapt@)

Modified:
  branches/2016Q3/databases/postgresql-plv8js/Makefile
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/databases/postgresql-plv8js/Makefile
==============================================================================
--- branches/2016Q3/databases/postgresql-plv8js/Makefile	Tue Jul 26 02:43:33 2016	(r419098)
+++ branches/2016Q3/databases/postgresql-plv8js/Makefile	Tue Jul 26 06:16:19 2016	(r419099)
@@ -15,7 +15,7 @@ LICENSE=	PostgreSQL
 LIB_DEPENDS+=	libv8.so:lang/v8
 
 WRKSRC=		${WRKDIR}/plv8-${PORTVERSION}
-USES=		gmake perl5 pgsql:9.1+
+USES=		compiler:c++11-lang gmake perl5 pgsql:9.1+
 USE_PERL5=	build
 USE_GITHUB=	yes
 GH_ACCOUNT=	plv8

From owner-svn-ports-branches@freebsd.org  Tue Jul 26 13:46:49 2016
Return-Path: <owner-svn-ports-branches@freebsd.org>
Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56AC9BA5BD8;
 Tue, 26 Jul 2016 13:46:49 +0000 (UTC)
 (envelope-from feld@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 0F3DC1F28;
 Tue, 26 Jul 2016 13:46:48 +0000 (UTC)
 (envelope-from feld@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6QDkmu1074826;
 Tue, 26 Jul 2016 13:46:48 GMT (envelope-from feld@FreeBSD.org)
Received: (from feld@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6QDkmAN074824;
 Tue, 26 Jul 2016 13:46:48 GMT (envelope-from feld@FreeBSD.org)
Message-Id: <201607261346.u6QDkmAN074824@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: feld set sender to
 feld@FreeBSD.org using -f
From: Mark Felder <feld@FreeBSD.org>
Date: Tue, 26 Jul 2016 13:46:48 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r419108 - branches/2016Q3/lang/ruby23/files
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 26 Jul 2016 13:46:49 -0000

Author: feld
Date: Tue Jul 26 13:46:47 2016
New Revision: 419108
URL: https://svnweb.freebsd.org/changeset/ports/419108

Log:
  MFH: r418883
  
  Fix build on FreeBSD 11 and later.
  
  Reported by:	KIRIYAMA Kazuhiko <kiri [...] kx.openedu.org>
  Tested by:	Kurt Jaeger <lists [...] opsec.eu>,
  		"Herbert J. Skuhra" <herbert [...] mailbox.org>
  
  Approved by:	ports-secteam (with hat)

Added:
  branches/2016Q3/lang/ruby23/files/patch-ccan_list_list.h
     - copied unchanged from r418883, head/lang/ruby23/files/patch-ccan_list_list.h
  branches/2016Q3/lang/ruby23/files/patch-thread__pthread.c
     - copied unchanged from r418883, head/lang/ruby23/files/patch-thread__pthread.c
Modified:
Directory Properties:
  branches/2016Q3/   (props changed)

Copied: branches/2016Q3/lang/ruby23/files/patch-ccan_list_list.h (from r418883, head/lang/ruby23/files/patch-ccan_list_list.h)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2016Q3/lang/ruby23/files/patch-ccan_list_list.h	Tue Jul 26 13:46:47 2016	(r419108, copy of r418883, head/lang/ruby23/files/patch-ccan_list_list.h)
@@ -0,0 +1,22 @@
+--- ccan/list/list.h.orig	2015-09-06 07:10:54 UTC
++++ ccan/list/list.h
+@@ -57,7 +57,7 @@ struct list_head
+  * Example:
+  *	static struct list_head my_list = LIST_HEAD_INIT(my_list);
+  */
+-#define LIST_HEAD_INIT(name) { { &name.n, &name.n } }
++#define CCAN_LIST_HEAD_INIT(name) { { &name.n, &name.n } }
+ 
+ /**
+  * LIST_HEAD - define and initialize an empty list_head
+@@ -72,8 +72,8 @@ struct list_head
+  * Example:
+  *	static LIST_HEAD(my_global_list);
+  */
+-#define LIST_HEAD(name) \
+-	struct list_head name = LIST_HEAD_INIT(name)
++#define CCAN_LIST_HEAD(name) \
++	struct list_head name = CCAN_LIST_HEAD_INIT(name)
+ 
+ /**
+  * list_head_init - initialize a list_head

Copied: branches/2016Q3/lang/ruby23/files/patch-thread__pthread.c (from r418883, head/lang/ruby23/files/patch-thread__pthread.c)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2016Q3/lang/ruby23/files/patch-thread__pthread.c	Tue Jul 26 13:46:47 2016	(r419108, copy of r418883, head/lang/ruby23/files/patch-thread__pthread.c)
@@ -0,0 +1,11 @@
+--- thread_pthread.c.orig	2016-04-15 16:07:07 UTC
++++ thread_pthread.c
+@@ -1154,7 +1154,7 @@ native_sleep(rb_thread_t *th, struct tim
+ }
+ 
+ #ifdef USE_UBF_LIST
+-static LIST_HEAD(ubf_list_head);
++static CCAN_LIST_HEAD(ubf_list_head);
+ 
+ /* The thread 'th' is registered to be trying unblock. */
+ static void

From owner-svn-ports-branches@freebsd.org  Tue Jul 26 13:52:21 2016
Return-Path: <owner-svn-ports-branches@freebsd.org>
Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45A11BA5D6C;
 Tue, 26 Jul 2016 13:52:21 +0000 (UTC)
 (envelope-from feld@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 18397149A;
 Tue, 26 Jul 2016 13:52:21 +0000 (UTC)
 (envelope-from feld@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6QDqKZg076464;
 Tue, 26 Jul 2016 13:52:20 GMT (envelope-from feld@FreeBSD.org)
Received: (from feld@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6QDqKvM076463;
 Tue, 26 Jul 2016 13:52:20 GMT (envelope-from feld@FreeBSD.org)
Message-Id: <201607261352.u6QDqKvM076463@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: feld set sender to
 feld@FreeBSD.org using -f
From: Mark Felder <feld@FreeBSD.org>
Date: Tue, 26 Jul 2016 13:52:20 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r419109 - branches/2016Q3/mail/rmilter
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 26 Jul 2016 13:52:21 -0000

Author: feld
Date: Tue Jul 26 13:52:20 2016
New Revision: 419109
URL: https://svnweb.freebsd.org/changeset/ports/419109

Log:
  MFH: r419047
  
  - Add missing dependency on glib
  
  Approved by:	ports-secteam (with hat)

Modified:
  branches/2016Q3/mail/rmilter/Makefile
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/mail/rmilter/Makefile
==============================================================================
--- branches/2016Q3/mail/rmilter/Makefile	Tue Jul 26 13:46:47 2016	(r419108)
+++ branches/2016Q3/mail/rmilter/Makefile	Tue Jul 26 13:52:20 2016	(r419109)
@@ -18,6 +18,7 @@ GH_ACCOUNT=	vstakhov
 
 USES=		cmake:outsource bison
 USE_OPENSSL=	yes
+USE_GNOME=	glib20
 
 USERS=		_rmilter
 GROUPS=		_rmilter

From owner-svn-ports-branches@freebsd.org  Tue Jul 26 14:00:24 2016
Return-Path: <owner-svn-ports-branches@freebsd.org>
Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0248DBA5F1C;
 Tue, 26 Jul 2016 14:00:24 +0000 (UTC)
 (envelope-from feld@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id C5A1917B5;
 Tue, 26 Jul 2016 14:00:23 +0000 (UTC)
 (envelope-from feld@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6QE0MhM079010;
 Tue, 26 Jul 2016 14:00:22 GMT (envelope-from feld@FreeBSD.org)
Received: (from feld@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6QE0M7l079007;
 Tue, 26 Jul 2016 14:00:22 GMT (envelope-from feld@FreeBSD.org)
Message-Id: <201607261400.u6QE0M7l079007@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: feld set sender to
 feld@FreeBSD.org using -f
From: Mark Felder <feld@FreeBSD.org>
Date: Tue, 26 Jul 2016 14:00:22 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r419110 - branches/2016Q3/www/nextcloud
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 26 Jul 2016 14:00:24 -0000

Author: feld
Date: Tue Jul 26 14:00:22 2016
New Revision: 419110
URL: https://svnweb.freebsd.org/changeset/ports/419110

Log:
  MFH: r418724 r418759
  
  www/nextcloud: 9.0.51 -> 9.0.52
  
  www/nextcloud: 9.0.52 -> 9.0.53
  
  - Guzzle 5 is shipped as part of Nextcloud and can be abused,
    in some special scenarios
  
  PR:		211206
  Changes:	https://nextcloud.com/httpoxy-can-affect-nextcloud-get-your-update-now/
  Security:	https://httpoxy.org/
  
  Approved by:	ports-secteam (with hat)

Modified:
  branches/2016Q3/www/nextcloud/Makefile
  branches/2016Q3/www/nextcloud/distinfo
  branches/2016Q3/www/nextcloud/pkg-plist
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/www/nextcloud/Makefile
==============================================================================
--- branches/2016Q3/www/nextcloud/Makefile	Tue Jul 26 13:52:20 2016	(r419109)
+++ branches/2016Q3/www/nextcloud/Makefile	Tue Jul 26 14:00:22 2016	(r419110)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	nextcloud
-PORTVERSION=	9.0.51
+PORTVERSION=	9.0.53
 CATEGORIES=	www
 MASTER_SITES=	https://download.nextcloud.com/server/releases/
 
@@ -11,12 +11,10 @@ COMMENT=	Personal cloud which runs on yo
 LICENSE=	AGPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING-AGPL
 
-USES=		cpe tar:bzip2
+USES=		cpe php:web tar:bzip2 ssl
 USE_PHP=	bz2 ctype curl dom fileinfo filter gd hash iconv json \
 		mbstring pdo posix session simplexml xml xmlreader xmlwriter \
 		xsl wddx zip zlib
-WANT_PHP_WEB=	yes
-USE_OPENSSL=	yes
 
 NEXTCLOUD_USERNAME?=	${WWWOWN}
 NEXTCLOUD_GROUPNAME?=	${WWWGRP}

Modified: branches/2016Q3/www/nextcloud/distinfo
==============================================================================
--- branches/2016Q3/www/nextcloud/distinfo	Tue Jul 26 13:52:20 2016	(r419109)
+++ branches/2016Q3/www/nextcloud/distinfo	Tue Jul 26 14:00:22 2016	(r419110)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1466529288
-SHA256 (nextcloud-9.0.51.tar.bz2) = e085a20e9d85d238239e7e9f714325aee1f0fe949dcace2dbc2e7abaf3041e78
-SIZE (nextcloud-9.0.51.tar.bz2) = 24149758
+TIMESTAMP = 1468863479
+SHA256 (nextcloud-9.0.53.tar.bz2) = 1ceade1f7b3c8692b792ebfd2c5c7259ff6a0a26d3bd46a762ee6f5cdf052904
+SIZE (nextcloud-9.0.53.tar.bz2) = 28549436

Modified: branches/2016Q3/www/nextcloud/pkg-plist
==============================================================================
--- branches/2016Q3/www/nextcloud/pkg-plist	Tue Jul 26 13:52:20 2016	(r419109)
+++ branches/2016Q3/www/nextcloud/pkg-plist	Tue Jul 26 14:00:22 2016	(r419110)
@@ -5085,8 +5085,11 @@
 %%WWWDIR%%/apps/files_external/lib/auth/oauth2/oauth2.php
 %%WWWDIR%%/apps/files_external/lib/auth/openstack/openstack.php
 %%WWWDIR%%/apps/files_external/lib/auth/openstack/rackspace.php
+%%WWWDIR%%/apps/files_external/lib/auth/password/globalauth.php
+%%WWWDIR%%/apps/files_external/lib/auth/password/logincredentials.php
 %%WWWDIR%%/apps/files_external/lib/auth/password/password.php
 %%WWWDIR%%/apps/files_external/lib/auth/password/sessioncredentials.php
+%%WWWDIR%%/apps/files_external/lib/auth/password/userprovided.php
 %%WWWDIR%%/apps/files_external/lib/auth/publickey/rsa.php
 %%WWWDIR%%/apps/files_external/lib/backend/amazons3.php
 %%WWWDIR%%/apps/files_external/lib/backend/backend.php
@@ -7068,6 +7071,54 @@
 %%WWWDIR%%/apps/notifications/lib/app.php
 %%WWWDIR%%/apps/notifications/lib/capabilities.php
 %%WWWDIR%%/apps/notifications/lib/handler.php
+%%WWWDIR%%/apps/password_policy/LICENSE
+%%WWWDIR%%/apps/password_policy/appinfo/app.php
+%%WWWDIR%%/apps/password_policy/appinfo/info.xml
+%%WWWDIR%%/apps/password_policy/appinfo/signature.json
+%%WWWDIR%%/apps/password_policy/css/settings-admin.css
+%%WWWDIR%%/apps/password_policy/js/settings-admin.js
+%%WWWDIR%%/apps/password_policy/lib/passwordpolicyconfig.php
+%%WWWDIR%%/apps/password_policy/lib/passwordvalidator.php
+%%WWWDIR%%/apps/password_policy/lists/README.md
+%%WWWDIR%%/apps/password_policy/lists/converter.php
+%%WWWDIR%%/apps/password_policy/lists/list-1.php
+%%WWWDIR%%/apps/password_policy/lists/list-10.php
+%%WWWDIR%%/apps/password_policy/lists/list-11.php
+%%WWWDIR%%/apps/password_policy/lists/list-12.php
+%%WWWDIR%%/apps/password_policy/lists/list-13.php
+%%WWWDIR%%/apps/password_policy/lists/list-14.php
+%%WWWDIR%%/apps/password_policy/lists/list-15.php
+%%WWWDIR%%/apps/password_policy/lists/list-16.php
+%%WWWDIR%%/apps/password_policy/lists/list-17.php
+%%WWWDIR%%/apps/password_policy/lists/list-18.php
+%%WWWDIR%%/apps/password_policy/lists/list-19.php
+%%WWWDIR%%/apps/password_policy/lists/list-20.php
+%%WWWDIR%%/apps/password_policy/lists/list-21.php
+%%WWWDIR%%/apps/password_policy/lists/list-22.php
+%%WWWDIR%%/apps/password_policy/lists/list-23.php
+%%WWWDIR%%/apps/password_policy/lists/list-24.php
+%%WWWDIR%%/apps/password_policy/lists/list-25.php
+%%WWWDIR%%/apps/password_policy/lists/list-26.php
+%%WWWDIR%%/apps/password_policy/lists/list-27.php
+%%WWWDIR%%/apps/password_policy/lists/list-28.php
+%%WWWDIR%%/apps/password_policy/lists/list-29.php
+%%WWWDIR%%/apps/password_policy/lists/list-3.php
+%%WWWDIR%%/apps/password_policy/lists/list-30.php
+%%WWWDIR%%/apps/password_policy/lists/list-31.php
+%%WWWDIR%%/apps/password_policy/lists/list-32.php
+%%WWWDIR%%/apps/password_policy/lists/list-33.php
+%%WWWDIR%%/apps/password_policy/lists/list-35.php
+%%WWWDIR%%/apps/password_policy/lists/list-36.php
+%%WWWDIR%%/apps/password_policy/lists/list-37.php
+%%WWWDIR%%/apps/password_policy/lists/list-39.php
+%%WWWDIR%%/apps/password_policy/lists/list-4.php
+%%WWWDIR%%/apps/password_policy/lists/list-5.php
+%%WWWDIR%%/apps/password_policy/lists/list-6.php
+%%WWWDIR%%/apps/password_policy/lists/list-7.php
+%%WWWDIR%%/apps/password_policy/lists/list-8.php
+%%WWWDIR%%/apps/password_policy/lists/list-9.php
+%%WWWDIR%%/apps/password_policy/settings/settings-admin.php
+%%WWWDIR%%/apps/password_policy/templates/settings-admin.php
 %%WWWDIR%%/apps/provisioning_api/appinfo/info.xml
 %%WWWDIR%%/apps/provisioning_api/appinfo/routes.php
 %%WWWDIR%%/apps/provisioning_api/appinfo/signature.json
@@ -7412,6 +7463,19 @@
 %%WWWDIR%%/apps/templateeditor/lib/mailtemplate.php
 %%WWWDIR%%/apps/templateeditor/settings-admin.php
 %%WWWDIR%%/apps/templateeditor/templates/settings-admin.php
+%%WWWDIR%%/apps/theming/appinfo/app.php
+%%WWWDIR%%/apps/theming/appinfo/info.xml
+%%WWWDIR%%/apps/theming/appinfo/routes.php
+%%WWWDIR%%/apps/theming/appinfo/signature.json
+%%WWWDIR%%/apps/theming/css/settings-admin.css
+%%WWWDIR%%/apps/theming/js/3rdparty/jscolor/LICENSE.txt
+%%WWWDIR%%/apps/theming/js/3rdparty/jscolor/jscolor.js
+%%WWWDIR%%/apps/theming/js/3rdparty/jscolor/jscolor.min.js
+%%WWWDIR%%/apps/theming/js/settings-admin.js
+%%WWWDIR%%/apps/theming/lib/controller/themingcontroller.php
+%%WWWDIR%%/apps/theming/lib/template.php
+%%WWWDIR%%/apps/theming/settings/settings-admin.php
+%%WWWDIR%%/apps/theming/templates/settings-admin.php
 %%WWWDIR%%/apps/updatenotification/admin.php
 %%WWWDIR%%/apps/updatenotification/appinfo/app.php
 %%WWWDIR%%/apps/updatenotification/appinfo/application.php
@@ -7852,6 +7916,91 @@
 %%WWWDIR%%/apps/user_ldap/vendor/ui-multiselect/MIT-LICENSE
 %%WWWDIR%%/apps/user_ldap/vendor/ui-multiselect/jquery.multiselect.css
 %%WWWDIR%%/apps/user_ldap/vendor/ui-multiselect/src/jquery.multiselect.js
+%%WWWDIR%%/apps/user_saml/3rdparty/composer.json
+%%WWWDIR%%/apps/user_saml/3rdparty/composer.lock
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/autoload.php
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/composer/ClassLoader.php
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/composer/LICENSE
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/composer/autoload_classmap.php
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/composer/autoload_namespaces.php
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/composer/autoload_psr4.php
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/composer/autoload_real.php
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/composer/installed.json
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/.coveralls.yml
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/.gitignore
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/.travis.yml
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/CHANGELOG
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/LICENSE
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/README.md
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/_toolkit_loader.php
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/advanced_settings_example.php
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/compatibility.php
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/composer.json
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/endpoints/acs.php
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/endpoints/metadata.php
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/endpoints/sls.php
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/extlib/xmlseclibs/CHANGELOG.txt
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/extlib/xmlseclibs/LICENSE
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/extlib/xmlseclibs/xmlseclibs.php
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/lib/Saml/AuthRequest.php
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/lib/Saml/Metadata.php
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/lib/Saml/Response.php
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/lib/Saml/Settings.php
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/lib/Saml/XmlSec.php
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/lib/Saml2/Auth.php
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/lib/Saml2/AuthnRequest.php
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/lib/Saml2/Constants.php
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/lib/Saml2/Error.php
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/lib/Saml2/LogoutRequest.php
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/lib/Saml2/LogoutResponse.php
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/lib/Saml2/Metadata.php
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/lib/Saml2/Response.php
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/lib/Saml2/Settings.php
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/lib/Saml2/Utils.php
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/lib/Saml2/schemas/saml-schema-assertion-2.0.xsd
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/lib/Saml2/schemas/saml-schema-authn-context-2.0.xsd
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/lib/Saml2/schemas/saml-schema-authn-context-types-2.0.xsd
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/lib/Saml2/schemas/saml-schema-metadata-2.0.xsd
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/lib/Saml2/schemas/saml-schema-protocol-2.0.xsd
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/lib/Saml2/schemas/sstc-metadata-attr.xsd
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/lib/Saml2/schemas/sstc-saml-attribute-ext.xsd
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/lib/Saml2/schemas/sstc-saml-metadata-algsupport-v1.0.xsd
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/lib/Saml2/schemas/sstc-saml-metadata-ui-v1.0.xsd
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/lib/Saml2/schemas/xenc-schema.xsd
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/lib/Saml2/schemas/xml.xsd
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/lib/Saml2/schemas/xmldsig-core-schema.xsd
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/lib/Saml2/version.json
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/locale/en_US/LC_MESSAGES/phptoolkit.mo
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/locale/en_US/LC_MESSAGES/phptoolkit.po
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/locale/es_ES/LC_MESSAGES/phptoolkit.mo
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/locale/es_ES/LC_MESSAGES/phptoolkit.po
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/phpdoc.xml
+%%WWWDIR%%/apps/user_saml/3rdparty/vendor/onelogin/php-saml/settings_example.php
+%%WWWDIR%%/apps/user_saml/admin.php
+%%WWWDIR%%/apps/user_saml/appinfo/app.php
+%%WWWDIR%%/apps/user_saml/appinfo/database.xml
+%%WWWDIR%%/apps/user_saml/appinfo/info.xml
+%%WWWDIR%%/apps/user_saml/appinfo/routes.php
+%%WWWDIR%%/apps/user_saml/appinfo/signature.json
+%%WWWDIR%%/apps/user_saml/css/admin.css
+%%WWWDIR%%/apps/user_saml/css/personal.css
+%%WWWDIR%%/apps/user_saml/js/admin.js
+%%WWWDIR%%/apps/user_saml/js/personal.js
+%%WWWDIR%%/apps/user_saml/js/personal/authtoken-collection.js
+%%WWWDIR%%/apps/user_saml/js/personal/authtoken.js
+%%WWWDIR%%/apps/user_saml/js/personal/authtoken_view.js
+%%WWWDIR%%/apps/user_saml/js/preauth.js
+%%WWWDIR%%/apps/user_saml/lib/appinfo/application.php
+%%WWWDIR%%/apps/user_saml/lib/controller/authsettingscontroller.php
+%%WWWDIR%%/apps/user_saml/lib/controller/samlcontroller.php
+%%WWWDIR%%/apps/user_saml/lib/controller/settingscontroller.php
+%%WWWDIR%%/apps/user_saml/lib/middleware/onlyloggedinmiddleware.php
+%%WWWDIR%%/apps/user_saml/lib/samlsettings.php
+%%WWWDIR%%/apps/user_saml/lib/userbackend.php
+%%WWWDIR%%/apps/user_saml/personal.php
+%%WWWDIR%%/apps/user_saml/templates/admin.php
+%%WWWDIR%%/apps/user_saml/templates/notProvisioned.php
+%%WWWDIR%%/apps/user_saml/templates/personal.php
 %%WWWDIR%%/config/.htaccess
 %%WWWDIR%%/config/config.sample.php
 @owner
@@ -9681,6 +9830,7 @@
 %%WWWDIR%%/lib/private/repair/encryptioncompatibility.php
 %%WWWDIR%%/lib/private/repair/filletags.php
 %%WWWDIR%%/lib/private/repair/innodb.php
+%%WWWDIR%%/lib/private/repair/movechanneltosystemconfig.php
 %%WWWDIR%%/lib/private/repair/oldgroupmembershipshares.php
 %%WWWDIR%%/lib/private/repair/preview.php
 %%WWWDIR%%/lib/private/repair/removegetetagentries.php

From owner-svn-ports-branches@freebsd.org  Tue Jul 26 15:01:13 2016
Return-Path: <owner-svn-ports-branches@freebsd.org>
Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id EDCD1BA51CF;
 Tue, 26 Jul 2016 15:01:13 +0000 (UTC)
 (envelope-from feld@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id BE2211B38;
 Tue, 26 Jul 2016 15:01:13 +0000 (UTC)
 (envelope-from feld@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6QF1ClC002676;
 Tue, 26 Jul 2016 15:01:12 GMT (envelope-from feld@FreeBSD.org)
Received: (from feld@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6QF1Cuc002674;
 Tue, 26 Jul 2016 15:01:12 GMT (envelope-from feld@FreeBSD.org)
Message-Id: <201607261501.u6QF1Cuc002674@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: feld set sender to
 feld@FreeBSD.org using -f
From: Mark Felder <feld@FreeBSD.org>
Date: Tue, 26 Jul 2016 15:01:12 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r419113 - branches/2016Q3/lang/php56
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 26 Jul 2016 15:01:14 -0000

Author: feld
Date: Tue Jul 26 15:01:12 2016
New Revision: 419113
URL: https://svnweb.freebsd.org/changeset/ports/419113

Log:
  MFH: r419112
  
  lang/php56: Update to 5.6.24
  
  Changelog:	http://php.net/ChangeLog-5.php#5.6.24
  
  PR:		211290
  
  Approved by:	ports-secteam (with hat)

Modified:
  branches/2016Q3/lang/php56/Makefile
  branches/2016Q3/lang/php56/distinfo
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/lang/php56/Makefile
==============================================================================
--- branches/2016Q3/lang/php56/Makefile	Tue Jul 26 15:00:27 2016	(r419112)
+++ branches/2016Q3/lang/php56/Makefile	Tue Jul 26 15:01:12 2016	(r419113)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	php56
-PORTVERSION=	5.6.23
+PORTVERSION=	5.6.24
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	PHP/distributions

Modified: branches/2016Q3/lang/php56/distinfo
==============================================================================
--- branches/2016Q3/lang/php56/distinfo	Tue Jul 26 15:00:27 2016	(r419112)
+++ branches/2016Q3/lang/php56/distinfo	Tue Jul 26 15:01:12 2016	(r419113)
@@ -1,5 +1,3 @@
-TIMESTAMP = 1466884170
-SHA256 (php-5.6.23.tar.bz2) = facd280896d277e6f7084b60839e693d4db68318bfc92085d3dc0251fd3558c7
-SIZE (php-5.6.23.tar.bz2) = 14178077
-SHA256 (php-5.5.x-mail-header.patch) = f510672c4bf2c228e4d8c7837e16a82169de82139dcf33fafce51e9e55a1b9ed
-SIZE (php-5.5.x-mail-header.patch) = 4426
+TIMESTAMP = 1469542085
+SHA256 (php-5.6.24.tar.bz2) = bf23617ec3ed0a125ec8bde2b7bca9d3804b2ff4df8de192890c84dc9fac38c6
+SIZE (php-5.6.24.tar.bz2) = 14905924

From owner-svn-ports-branches@freebsd.org  Tue Jul 26 15:24:43 2016
Return-Path: <owner-svn-ports-branches@freebsd.org>
Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4DB79BA58B9;
 Tue, 26 Jul 2016 15:24:43 +0000 (UTC)
 (envelope-from madpilot@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 061251944;
 Tue, 26 Jul 2016 15:24:42 +0000 (UTC)
 (envelope-from madpilot@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6QFOgjo012925;
 Tue, 26 Jul 2016 15:24:42 GMT (envelope-from madpilot@FreeBSD.org)
Received: (from madpilot@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6QFOgpP012924;
 Tue, 26 Jul 2016 15:24:42 GMT (envelope-from madpilot@FreeBSD.org)
Message-Id: <201607261524.u6QFOgpP012924@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: madpilot set sender to
 madpilot@FreeBSD.org using -f
From: Guido Falsi <madpilot@FreeBSD.org>
Date: Tue, 26 Jul 2016 15:24:42 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r419114 - branches/2016Q3/www/lighttpd-mod_h264_streaming
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 26 Jul 2016 15:24:43 -0000

Author: madpilot
Date: Tue Jul 26 15:24:42 2016
New Revision: 419114
URL: https://svnweb.freebsd.org/changeset/ports/419114

Log:
  MFH: r418898
  
  - Silence portlint warnings by reordering some directives
  - Unsilence INSTALL_* commands
  
  PR:		211272
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl> (maintainer)
  
  Approved by:	ports-secteam (feld)

Modified:
  branches/2016Q3/www/lighttpd-mod_h264_streaming/Makefile
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/www/lighttpd-mod_h264_streaming/Makefile
==============================================================================
--- branches/2016Q3/www/lighttpd-mod_h264_streaming/Makefile	Tue Jul 26 15:01:12 2016	(r419113)
+++ branches/2016Q3/www/lighttpd-mod_h264_streaming/Makefile	Tue Jul 26 15:24:42 2016	(r419114)
@@ -8,15 +8,15 @@ DISTNAME=	lighttpd-${PORTVERSION}
 
 COMMENT=	H264 streaming module for lighttpd
 
-BUILD_DEPENDS=	${LOCALBASE}/sbin/lighttpd:www/lighttpd
-RUN_DEPENDS=	${LOCALBASE}/sbin/lighttpd:www/lighttpd
-
 LICENSE=	CCPL.BY-NC-SA.30
 LICENSE_NAME=	Creative Commons Attribution-NonCommercial-ShareAlike 3.0 \
 		Unported License
 LICENSE_FILE=	${FILESDIR}/COPYING.mod_h264_streaming
-LICENSE_DISTFILES=	${PATCHFILES}
 LICENSE_PERMS=	dist-mirror pkg-mirror
+LICENSE_DISTFILES=	${PATCHFILES}
+
+BUILD_DEPENDS=	${LOCALBASE}/sbin/lighttpd:www/lighttpd
+RUN_DEPENDS=	${LOCALBASE}/sbin/lighttpd:www/lighttpd
 
 MASTERDIR=	${.CURDIR}/../lighttpd
 DESCR=		${.CURDIR}/pkg-descr
@@ -34,10 +34,10 @@ _BUILDING_LIGHTTPD_MODULE=	yes
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/lighttpd
-	@${INSTALL_LIB} ${WRKSRC}/src/.libs/${PORTNAME}.so \
+	${INSTALL_LIB} ${WRKSRC}/src/.libs/${PORTNAME}.so \
 		${STAGEDIR}${PREFIX}/lib/lighttpd
 	@${MKDIR} ${STAGEDIR}${PREFIX}/etc/lighttpd/conf.d
-	@${INSTALL_DATA} ${FILESDIR}/h264_streaming.conf \
+	${INSTALL_DATA} ${FILESDIR}/h264_streaming.conf \
 		${STAGEDIR}${PREFIX}/etc/lighttpd/conf.d/h264_streaming.conf.sample
 
 .include "${MASTERDIR}/Makefile"

From owner-svn-ports-branches@freebsd.org  Tue Jul 26 15:26:08 2016
Return-Path: <owner-svn-ports-branches@freebsd.org>
Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id D93C3BA5912;
 Tue, 26 Jul 2016 15:26:08 +0000 (UTC)
 (envelope-from madpilot@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id ABB971A60;
 Tue, 26 Jul 2016 15:26:08 +0000 (UTC)
 (envelope-from madpilot@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6QFQ7L5013134;
 Tue, 26 Jul 2016 15:26:07 GMT (envelope-from madpilot@FreeBSD.org)
Received: (from madpilot@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6QFQ7YQ013133;
 Tue, 26 Jul 2016 15:26:07 GMT (envelope-from madpilot@FreeBSD.org)
Message-Id: <201607261526.u6QFQ7YQ013133@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: madpilot set sender to
 madpilot@FreeBSD.org using -f
From: Guido Falsi <madpilot@FreeBSD.org>
Date: Tue, 26 Jul 2016 15:26:07 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r419115 - branches/2016Q3/www/lighttpd-mod_geoip
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 26 Jul 2016 15:26:09 -0000

Author: madpilot
Date: Tue Jul 26 15:26:07 2016
New Revision: 419115
URL: https://svnweb.freebsd.org/changeset/ports/419115

Log:
  MFH: r418899
  
  - Unsilence INSTALL_* commands
  
  PR:		211271
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl> (maintainer)
  
  Approved by:	ports-secteam (feld)

Modified:
  branches/2016Q3/www/lighttpd-mod_geoip/Makefile
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/www/lighttpd-mod_geoip/Makefile
==============================================================================
--- branches/2016Q3/www/lighttpd-mod_geoip/Makefile	Tue Jul 26 15:24:42 2016	(r419114)
+++ branches/2016Q3/www/lighttpd-mod_geoip/Makefile	Tue Jul 26 15:26:07 2016	(r419115)
@@ -26,10 +26,10 @@ _BUILDING_LIGHTTPD_MODULE=	yes
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/lighttpd
-	@${INSTALL_LIB} ${WRKSRC}/src/.libs/${PORTNAME}.so \
+	${INSTALL_LIB} ${WRKSRC}/src/.libs/${PORTNAME}.so \
 		${STAGEDIR}${PREFIX}/lib/lighttpd
 	@${MKDIR} ${STAGEDIR}${PREFIX}/etc/lighttpd/conf.d
-	@${INSTALL_DATA} ${WRKSRC}/doc/config/conf.d/geoip.conf \
+	${INSTALL_DATA} ${WRKSRC}/doc/config/conf.d/geoip.conf \
 		${STAGEDIR}${PREFIX}/etc/lighttpd/conf.d/geoip.conf.sample
 
 .include "${MASTERDIR}/Makefile"

From owner-svn-ports-branches@freebsd.org  Tue Jul 26 15:34:02 2016
Return-Path: <owner-svn-ports-branches@freebsd.org>
Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC2E5BA5AB3;
 Tue, 26 Jul 2016 15:34:02 +0000 (UTC)
 (envelope-from feld@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id AF0B21F3F;
 Tue, 26 Jul 2016 15:34:02 +0000 (UTC)
 (envelope-from feld@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6QFY183016976;
 Tue, 26 Jul 2016 15:34:01 GMT (envelope-from feld@FreeBSD.org)
Received: (from feld@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6QFY1Xj016973;
 Tue, 26 Jul 2016 15:34:01 GMT (envelope-from feld@FreeBSD.org)
Message-Id: <201607261534.u6QFY1Xj016973@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: feld set sender to
 feld@FreeBSD.org using -f
From: Mark Felder <feld@FreeBSD.org>
Date: Tue, 26 Jul 2016 15:34:01 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r419117 - branches/2016Q3/lang/php55
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 26 Jul 2016 15:34:03 -0000

Author: feld
Date: Tue Jul 26 15:34:01 2016
New Revision: 419117
URL: https://svnweb.freebsd.org/changeset/ports/419117

Log:
  MFH: r419116
  
  lang/php55: Update to 5.5.38
  
  Changelog:	http://php.net/ChangeLog-5.php#5.5.38
  
  Approved by:	ports-secteam (with hat)

Modified:
  branches/2016Q3/lang/php55/Makefile
  branches/2016Q3/lang/php55/distinfo
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/lang/php55/Makefile
==============================================================================
--- branches/2016Q3/lang/php55/Makefile	Tue Jul 26 15:31:02 2016	(r419116)
+++ branches/2016Q3/lang/php55/Makefile	Tue Jul 26 15:34:01 2016	(r419117)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	php55
-PORTVERSION=	5.5.37
+PORTVERSION=	5.5.38
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	PHP/distributions
@@ -13,7 +13,7 @@ COMMENT=	PHP Scripting Language
 
 LICENSE=	PHP301
 
-USES+=		tar:bzip2 cpe
+USES+=		tar:bz2 cpe
 CPE_PRODUCT=	php
 NO_OPTIONS_SORT=yes
 .if !defined(PKGNAMESUFFIX)

Modified: branches/2016Q3/lang/php55/distinfo
==============================================================================
--- branches/2016Q3/lang/php55/distinfo	Tue Jul 26 15:31:02 2016	(r419116)
+++ branches/2016Q3/lang/php55/distinfo	Tue Jul 26 15:34:01 2016	(r419117)
@@ -1,5 +1,3 @@
-TIMESTAMP = 1466883985
-SHA256 (php-5.5.37.tar.bz2) = d2380ebe46caf17f2c4cd055867d00a82e6702dc5f62dc29ce864a5742905d88
-SIZE (php-5.5.37.tar.bz2) = 13699851
-SHA256 (php-5.5.x-mail-header.patch) = f510672c4bf2c228e4d8c7837e16a82169de82139dcf33fafce51e9e55a1b9ed
-SIZE (php-5.5.x-mail-header.patch) = 4426
+TIMESTAMP = 1469546257
+SHA256 (php-5.5.38.tar.bz2) = 473c81ebb2e48ca468caee031762266651843d7227c18a824add9b07b9393e38
+SIZE (php-5.5.38.tar.bz2) = 13701262

From owner-svn-ports-branches@freebsd.org  Tue Jul 26 16:05:58 2016
Return-Path: <owner-svn-ports-branches@freebsd.org>
Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C7BCBA43B6;
 Tue, 26 Jul 2016 16:05:58 +0000 (UTC)
 (envelope-from feld@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 0CD0A16C2;
 Tue, 26 Jul 2016 16:05:57 +0000 (UTC)
 (envelope-from feld@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6QG5vhV029381;
 Tue, 26 Jul 2016 16:05:57 GMT (envelope-from feld@FreeBSD.org)
Received: (from feld@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6QG5vLh029378;
 Tue, 26 Jul 2016 16:05:57 GMT (envelope-from feld@FreeBSD.org)
Message-Id: <201607261605.u6QG5vLh029378@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: feld set sender to
 feld@FreeBSD.org using -f
From: Mark Felder <feld@FreeBSD.org>
Date: Tue, 26 Jul 2016 16:05:57 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r419125 - branches/2016Q3/textproc/xerces-c3
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 26 Jul 2016 16:05:58 -0000

Author: feld
Date: Tue Jul 26 16:05:56 2016
New Revision: 419125
URL: https://svnweb.freebsd.org/changeset/ports/419125

Log:
  MFH: r419123
  
  textproc/xerces-c3: Update to 3.1.4
  
  Changelog:	https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10510&version=12336069
  
  PR:		211023
  
  Approved by:	ports-secteam (with hat)

Modified:
  branches/2016Q3/textproc/xerces-c3/Makefile
  branches/2016Q3/textproc/xerces-c3/distinfo
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/textproc/xerces-c3/Makefile
==============================================================================
--- branches/2016Q3/textproc/xerces-c3/Makefile	Tue Jul 26 16:05:55 2016	(r419124)
+++ branches/2016Q3/textproc/xerces-c3/Makefile	Tue Jul 26 16:05:56 2016	(r419125)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xerces-c
-PORTVERSION=	3.1.3
+PORTVERSION=	3.1.4
 CATEGORIES=	textproc
 MASTER_SITES=	APACHE/xerces/c/3/sources
 PKGNAMESUFFIX=	3

Modified: branches/2016Q3/textproc/xerces-c3/distinfo
==============================================================================
--- branches/2016Q3/textproc/xerces-c3/distinfo	Tue Jul 26 16:05:55 2016	(r419124)
+++ branches/2016Q3/textproc/xerces-c3/distinfo	Tue Jul 26 16:05:56 2016	(r419125)
@@ -1,2 +1,3 @@
-SHA256 (xerces-c-3.1.3.tar.gz) = f3d4f73db7c981e16db2b16d9424b0c75d9fbd30ad81747cac047bc6170b5b49
-SIZE (xerces-c-3.1.3.tar.gz) = 9009575
+TIMESTAMP = 1469548587
+SHA256 (xerces-c-3.1.4.tar.gz) = c98eedac4cf8a73b09366ad349cb3ef30640e7a3089d360d40a3dde93f66ecf6
+SIZE (xerces-c-3.1.4.tar.gz) = 6992545

From owner-svn-ports-branches@freebsd.org  Tue Jul 26 16:34:44 2016
Return-Path: <owner-svn-ports-branches@freebsd.org>
Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id A3F99BA4CFC;
 Tue, 26 Jul 2016 16:34:44 +0000 (UTC)
 (envelope-from feld@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 76D6418BC;
 Tue, 26 Jul 2016 16:34:44 +0000 (UTC)
 (envelope-from feld@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6QGYhuj040312;
 Tue, 26 Jul 2016 16:34:43 GMT (envelope-from feld@FreeBSD.org)
Received: (from feld@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6QGYhAQ040311;
 Tue, 26 Jul 2016 16:34:43 GMT (envelope-from feld@FreeBSD.org)
Message-Id: <201607261634.u6QGYhAQ040311@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: feld set sender to
 feld@FreeBSD.org using -f
From: Mark Felder <feld@FreeBSD.org>
Date: Tue, 26 Jul 2016 16:34:43 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r419126 - branches/2016Q3/www/sogo2
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 26 Jul 2016 16:34:44 -0000

Author: feld
Date: Tue Jul 26 16:34:43 2016
New Revision: 419126
URL: https://svnweb.freebsd.org/changeset/ports/419126

Log:
  MFH: r418791
  
  - Bump PORTREVISION
  
  PR:		211150
  Submitted by:	Euan Thoms (maintainer)
  
  Approved by:	ports-secteam (with hat)

Modified:
  branches/2016Q3/www/sogo2/Makefile
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/www/sogo2/Makefile
==============================================================================
--- branches/2016Q3/www/sogo2/Makefile	Tue Jul 26 16:05:56 2016	(r419125)
+++ branches/2016Q3/www/sogo2/Makefile	Tue Jul 26 16:34:43 2016	(r419126)
@@ -3,6 +3,7 @@
 
 PORTNAME=		sogo2
 PORTVERSION=		2.3.11
+PORTREVISION=		1
 CATEGORIES=		www gnustep
 MASTER_SITES=		http://www.sogo.nu/files/downloads/SOGo/Sources/
 DISTNAME=		SOGo-${PORTVERSION}

From owner-svn-ports-branches@freebsd.org  Tue Jul 26 16:48:43 2016
Return-Path: <owner-svn-ports-branches@freebsd.org>
Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id A3B70BA5173;
 Tue, 26 Jul 2016 16:48:43 +0000 (UTC)
 (envelope-from truckman@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 58FA2162D;
 Tue, 26 Jul 2016 16:48:43 +0000 (UTC)
 (envelope-from truckman@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6QGmgXe044602;
 Tue, 26 Jul 2016 16:48:42 GMT (envelope-from truckman@FreeBSD.org)
Received: (from truckman@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6QGmghq044600;
 Tue, 26 Jul 2016 16:48:42 GMT (envelope-from truckman@FreeBSD.org)
Message-Id: <201607261648.u6QGmghq044600@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: truckman set sender to
 truckman@FreeBSD.org using -f
From: Don Lewis <truckman@FreeBSD.org>
Date: Tue, 26 Jul 2016 16:48:42 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r419130 - branches/2016Q3/editors/openoffice-devel
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 26 Jul 2016 16:48:43 -0000

Author: truckman
Date: Tue Jul 26 16:48:42 2016
New Revision: 419130
URL: https://svnweb.freebsd.org/changeset/ports/419130

Log:
  MFH: r418886
  
  Upgrade to upstream svn revision r1753426, which includes the fix for
  CVE-2016-1513.
  
  Regenerate distinfo to add TIMESTAMP.
  
  Security:	72f71e26-4f69-11e6-ac37-ac9e174be3af
  Approved by:	ports-secteam (feld)

Modified:
  branches/2016Q3/editors/openoffice-devel/Makefile
  branches/2016Q3/editors/openoffice-devel/distinfo
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/editors/openoffice-devel/Makefile
==============================================================================
--- branches/2016Q3/editors/openoffice-devel/Makefile	Tue Jul 26 16:47:59 2016	(r419129)
+++ branches/2016Q3/editors/openoffice-devel/Makefile	Tue Jul 26 16:48:42 2016	(r419130)
@@ -3,7 +3,7 @@
 
 PORTNAME=	apache-openoffice
 PORTVERSION=	${AOOVERSION1}.${AOOVERSION2}.${SVNREVISION}
-PORTREVISION=	2
+#PORTREVISION=	1
 PORTEPOCH=	4
 CATEGORIES=	editors java
 MASTER_SITES=	https://dist.apache.org/repos/dist/dev/openoffice/${AOOVERSION}-${AOORC}-r${SVNREVISION}/source/ \
@@ -102,7 +102,7 @@ AOOVERSION2=	2
 AOOVERSION3=	0
 # From solenv/inc/minor.mk SOURCEREVISION LAST_MINOR BUILD
 AOOTAG=		AOO420m1\(Build:9800\)
-SVNREVISION=	1749607
+SVNREVISION=	1753426
 #AOORC=rc3
 EXTSRC=		ApacheOpenOffice.ext_sources.${AOOVERSION1}.x.x.20150707.tar.gz
 

Modified: branches/2016Q3/editors/openoffice-devel/distinfo
==============================================================================
--- branches/2016Q3/editors/openoffice-devel/distinfo	Tue Jul 26 16:47:59 2016	(r419129)
+++ branches/2016Q3/editors/openoffice-devel/distinfo	Tue Jul 26 16:48:42 2016	(r419130)
@@ -1,6 +1,6 @@
 TIMESTAMP = 1466695719
-SHA256 (openoffice/apache-openoffice-r1749607-src.tar.xz) = a17f9a23b914013ca463ad1cab86dba9edc32b1e09a67ea125a1212257772bcd
-SIZE (openoffice/apache-openoffice-r1749607-src.tar.xz) = 215075176
+SHA256 (openoffice/apache-openoffice-r1753426-src.tar.xz) = 1091e0e34cb47cc5686984b46cf8091a55bd75f522b6439a3f2869b3a2ebc79a
+SIZE (openoffice/apache-openoffice-r1753426-src.tar.xz) = 215069876
 SHA256 (openoffice/unowinreg.dll) = f563e522922133db9340b0306711c2d8767cc3481dd9e7d9b0d059906d12653c
 SIZE (openoffice/unowinreg.dll) = 6144
 SHA256 (openoffice/ApacheOpenOffice.ext_sources.4.x.x.20150707.tar.gz) = 966a8333c83a18ddd84401389006d6e0b52b8175924b808b54b88211669985fa

From owner-svn-ports-branches@freebsd.org  Tue Jul 26 17:04:54 2016
Return-Path: <owner-svn-ports-branches@freebsd.org>
Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id E11AEBA5A34;
 Tue, 26 Jul 2016 17:04:54 +0000 (UTC)
 (envelope-from feld@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id ADAC31871;
 Tue, 26 Jul 2016 17:04:54 +0000 (UTC)
 (envelope-from feld@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6QH4rDQ072454;
 Tue, 26 Jul 2016 17:04:53 GMT (envelope-from feld@FreeBSD.org)
Received: (from feld@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6QH4rFj072452;
 Tue, 26 Jul 2016 17:04:53 GMT (envelope-from feld@FreeBSD.org)
Message-Id: <201607261704.u6QH4rFj072452@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: feld set sender to
 feld@FreeBSD.org using -f
From: Mark Felder <feld@FreeBSD.org>
Date: Tue, 26 Jul 2016 17:04:53 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r419136 - in branches/2016Q3/lang: php55 php56
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 26 Jul 2016 17:04:55 -0000

Author: feld
Date: Tue Jul 26 17:04:53 2016
New Revision: 419136
URL: https://svnweb.freebsd.org/changeset/ports/419136

Log:
  MFH: r419135
  
  lang/php55 lang/php56: Restore mail header patch in distinfo
  
  Pointyhat:	me
  
  Reported by:	mat
  
  Approved by:	ports-secteam (with hat)

Modified:
  branches/2016Q3/lang/php55/distinfo
  branches/2016Q3/lang/php56/distinfo
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/lang/php55/distinfo
==============================================================================
--- branches/2016Q3/lang/php55/distinfo	Tue Jul 26 17:04:05 2016	(r419135)
+++ branches/2016Q3/lang/php55/distinfo	Tue Jul 26 17:04:53 2016	(r419136)
@@ -1,3 +1,5 @@
 TIMESTAMP = 1469546257
 SHA256 (php-5.5.38.tar.bz2) = 473c81ebb2e48ca468caee031762266651843d7227c18a824add9b07b9393e38
 SIZE (php-5.5.38.tar.bz2) = 13701262
+SHA256 (php-5.5.x-mail-header.patch) = f510672c4bf2c228e4d8c7837e16a82169de82139dcf33fafce51e9e55a1b9ed
+SIZE (php-5.5.x-mail-header.patch) = 4426

Modified: branches/2016Q3/lang/php56/distinfo
==============================================================================
--- branches/2016Q3/lang/php56/distinfo	Tue Jul 26 17:04:05 2016	(r419135)
+++ branches/2016Q3/lang/php56/distinfo	Tue Jul 26 17:04:53 2016	(r419136)
@@ -1,3 +1,5 @@
 TIMESTAMP = 1469542085
 SHA256 (php-5.6.24.tar.bz2) = bf23617ec3ed0a125ec8bde2b7bca9d3804b2ff4df8de192890c84dc9fac38c6
 SIZE (php-5.6.24.tar.bz2) = 14905924
+SHA256 (php-5.5.x-mail-header.patch) = f510672c4bf2c228e4d8c7837e16a82169de82139dcf33fafce51e9e55a1b9ed
+SIZE (php-5.5.x-mail-header.patch) = 4426

From owner-svn-ports-branches@freebsd.org  Tue Jul 26 17:59:55 2016
Return-Path: <owner-svn-ports-branches@freebsd.org>
Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id D30C1BA5DC6;
 Tue, 26 Jul 2016 17:59:55 +0000 (UTC)
 (envelope-from jbeich@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id A37341E0C;
 Tue, 26 Jul 2016 17:59:55 +0000 (UTC)
 (envelope-from jbeich@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6QHxste091604;
 Tue, 26 Jul 2016 17:59:54 GMT (envelope-from jbeich@FreeBSD.org)
Received: (from jbeich@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6QHxsia091600;
 Tue, 26 Jul 2016 17:59:54 GMT (envelope-from jbeich@FreeBSD.org)
Message-Id: <201607261759.u6QHxsia091600@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: jbeich set sender to
 jbeich@FreeBSD.org using -f
From: Jan Beich <jbeich@FreeBSD.org>
Date: Tue, 26 Jul 2016 17:59:54 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r419140 - in branches/2016Q3/print/harfbuzz: . files
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 26 Jul 2016 17:59:55 -0000

Author: jbeich
Date: Tue Jul 26 17:59:54 2016
New Revision: 419140
URL: https://svnweb.freebsd.org/changeset/ports/419140

Log:
  MFH: r419056
  
  print/harfbuzz: update to 1.3.0
  
  Changes:	https://cgit.freedesktop.org/harfbuzz/tree/NEWS?id=1.3.0
  ABI:		http://abi-laboratory.pro/tracker/objects_report/harfbuzz/1.2.7/1.3.0/report.html
  PR:		211363
  Submitted by:	lightside@gmx.com
  Approved by:	ports-secteam (feld)

Added:
  branches/2016Q3/print/harfbuzz/files/patch-configure
     - copied unchanged from r419056, head/print/harfbuzz/files/patch-configure
Modified:
  branches/2016Q3/print/harfbuzz/Makefile
  branches/2016Q3/print/harfbuzz/distinfo
  branches/2016Q3/print/harfbuzz/pkg-plist
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/print/harfbuzz/Makefile
==============================================================================
--- branches/2016Q3/print/harfbuzz/Makefile	Tue Jul 26 17:56:30 2016	(r419139)
+++ branches/2016Q3/print/harfbuzz/Makefile	Tue Jul 26 17:59:54 2016	(r419140)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	harfbuzz
-PORTVERSION=	1.2.7
+PORTVERSION=	1.3.0
 CATEGORIES=	print
 MASTER_SITES=	http://www.freedesktop.org/software/harfbuzz/release/
 
@@ -21,7 +21,7 @@ CONFIGURE_ARGS=	--with-graphite2 --with-
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check
 
-PLIST_SUB+=	LIBVER=0.10200.7
+PLIST_SUB+=	LIBVER=0.10300.0
 
 EXTRA_PATCHES+=	${EXTRA_PATCHES_${OPSYS}_${OSREL:R}}
 EXTRA_PATCHES_FreeBSD_9=	${PATCHDIR}/extra-src_hb-open-type-private.hh

Modified: branches/2016Q3/print/harfbuzz/distinfo
==============================================================================
--- branches/2016Q3/print/harfbuzz/distinfo	Tue Jul 26 17:56:30 2016	(r419139)
+++ branches/2016Q3/print/harfbuzz/distinfo	Tue Jul 26 17:59:54 2016	(r419140)
@@ -1,2 +1,3 @@
-SHA256 (harfbuzz-1.2.7.tar.bz2) = bba0600ae08b84384e6d2d7175bea10b5fc246c4583dc841498d01894d479026
-SIZE (harfbuzz-1.2.7.tar.bz2) = 1345389
+TIMESTAMP = 1469091491
+SHA256 (harfbuzz-1.3.0.tar.bz2) = b04be31633efee2cae1d62d46434587302554fa837224845a62565ec68a0334d
+SIZE (harfbuzz-1.3.0.tar.bz2) = 1351234

Copied: branches/2016Q3/print/harfbuzz/files/patch-configure (from r419056, head/print/harfbuzz/files/patch-configure)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2016Q3/print/harfbuzz/files/patch-configure	Tue Jul 26 17:59:54 2016	(r419140, copy of r419056, head/print/harfbuzz/files/patch-configure)
@@ -0,0 +1,16 @@
+# Origin: https://cgit.freedesktop.org/harfbuzz/commit/?id=dd31fc9f7e6d23b414b22874de96eb3c002c80ba
+# Subject: Don't build UCDN support when building with GLib (#296)
+# Regression from: b424b6c372dfe4c0ed75a49761eb34a416819446.
+# Applied to configure instead of configure.ac file, because it was generated.
+
+--- configure.orig	2016-07-21 08:57:54 UTC
++++ configure
+@@ -18678,7 +18678,7 @@ fi
+ 
+ 
+ have_ucdn=true
+-if $have_glib || $have_icu && test "x$with_icu" = "xbuiltin"; then
++if $have_glib || test \( $have_icu -a "x$with_icu" = "xbuiltin" \); then
+ 	have_ucdn=false
+ fi
+ if $have_ucdn; then

Modified: branches/2016Q3/print/harfbuzz/pkg-plist
==============================================================================
--- branches/2016Q3/print/harfbuzz/pkg-plist	Tue Jul 26 17:56:30 2016	(r419139)
+++ branches/2016Q3/print/harfbuzz/pkg-plist	Tue Jul 26 17:59:54 2016	(r419140)
@@ -95,6 +95,7 @@ share/gtk-doc/html/harfbuzz/harfbuzz.dev
 share/gtk-doc/html/harfbuzz/hello-harfbuzz.html
 share/gtk-doc/html/harfbuzz/home.png
 share/gtk-doc/html/harfbuzz/index.html
+share/gtk-doc/html/harfbuzz/index.sgml
 share/gtk-doc/html/harfbuzz/install-harfbuzz.html
 share/gtk-doc/html/harfbuzz/left-insensitive.png
 share/gtk-doc/html/harfbuzz/left.png

From owner-svn-ports-branches@freebsd.org  Tue Jul 26 18:01:33 2016
Return-Path: <owner-svn-ports-branches@freebsd.org>
Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id D433BBA5E78;
 Tue, 26 Jul 2016 18:01:33 +0000 (UTC)
 (envelope-from jbeich@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 9986A1201;
 Tue, 26 Jul 2016 18:01:33 +0000 (UTC)
 (envelope-from jbeich@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6QI1Wf3094071;
 Tue, 26 Jul 2016 18:01:32 GMT (envelope-from jbeich@FreeBSD.org)
Received: (from jbeich@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6QI1WqX094068;
 Tue, 26 Jul 2016 18:01:32 GMT (envelope-from jbeich@FreeBSD.org)
Message-Id: <201607261801.u6QI1WqX094068@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: jbeich set sender to
 jbeich@FreeBSD.org using -f
From: Jan Beich <jbeich@FreeBSD.org>
Date: Tue, 26 Jul 2016 18:01:32 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r419141 - in branches/2016Q3: graphics/gegl
 www/webkit2-gtk3 x11-toolkits/pango
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 26 Jul 2016 18:01:33 -0000

Author: jbeich
Date: Tue Jul 26 18:01:32 2016
New Revision: 419141
URL: https://svnweb.freebsd.org/changeset/ports/419141

Log:
  MFH: r419069
  
  Apply r402343 to other gnome@ ports restoring r297047 behavior
  
  - Invoke pkg-config(1) instead of checking manually
  - Convert to ECHO_MSG which can be silenced
  
  PR:		166279
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (feld)

Modified:
  branches/2016Q3/graphics/gegl/Makefile
  branches/2016Q3/www/webkit2-gtk3/Makefile
  branches/2016Q3/x11-toolkits/pango/Makefile
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/graphics/gegl/Makefile
==============================================================================
--- branches/2016Q3/graphics/gegl/Makefile	Tue Jul 26 17:59:54 2016	(r419140)
+++ branches/2016Q3/graphics/gegl/Makefile	Tue Jul 26 18:01:32 2016	(r419141)
@@ -221,10 +221,11 @@ post-patch:
 
 .if ${PORT_OPTIONS:MDOCS}
 pre-configure:
-.if !exists(${LOCALBASE}/bin/vimdot)
-	@${ECHO_CMD} "${PKGNAME}: Needs graphics/graphviz with PANGOCAIRO support enabled."
-	@${FALSE}
-.endif
+# .if !exists() evaluates too early before graphviz has a chance to be installed
+	@if ! hash vimdot 2>/dev/null; then \
+		${ECHO_MSG} "${PKGNAME}: Needs graphics/graphviz with PANGOCAIRO support enabled."; \
+		${FALSE}; \
+	fi
 .endif
 
 post-build:

Modified: branches/2016Q3/www/webkit2-gtk3/Makefile
==============================================================================
--- branches/2016Q3/www/webkit2-gtk3/Makefile	Tue Jul 26 17:59:54 2016	(r419140)
+++ branches/2016Q3/www/webkit2-gtk3/Makefile	Tue Jul 26 18:01:32 2016	(r419141)
@@ -69,10 +69,11 @@ post-patch:
 		${WRKSRC}/Source/WebKit2/UIProcess/Plugins/unix/PluginInfoStoreUnix.cpp
 
 pre-configure:
-.if !exists(${LOCALBASE}/libdata/pkgconfig/cairo-egl.pc)
-	@${ECHO_CMD} "${PKGNAME}: Needs cairo with OPENGL support enabled."
-	@${FALSE}
-.endif
+# .if !exists() evaluates too early before cairo has a chance to be installed
+	@if ! pkg-config --exists cairo-egl; then \
+		${ECHO_MSG} "${PKGNAME}: Needs cairo with OPENGL support enabled."; \
+		${FALSE}; \
+	fi
 
 post-install:
 	${MV} ${STAGEDIR}${PREFIX}/bin/jsc \

Modified: branches/2016Q3/x11-toolkits/pango/Makefile
==============================================================================
--- branches/2016Q3/x11-toolkits/pango/Makefile	Tue Jul 26 17:59:54 2016	(r419140)
+++ branches/2016Q3/x11-toolkits/pango/Makefile	Tue Jul 26 18:01:32 2016	(r419141)
@@ -55,10 +55,11 @@ PLIST_SUB+=	X11="@comment "
 .endif
 
 pre-configure:
-.if !exists(${LOCALBASE}/libdata/pkgconfig/cairo-gobject.pc)
-	@${ECHO_CMD} "${PKGNAME}: Needs cairo with GLIB (GObject) support enabled."
-	@${FALSE}
-.endif
+# .if !exists() evaluates too early before cairo has a chance to be installed
+	@if ! pkg-config --exists cairo-gobject; then \
+		${ECHO_MSG} "${PKGNAME}: Needs cairo with GLIB (GObject) support enabled."; \
+		${FALSE}; \
+	fi
 
 .include <bsd.port.mk>
 

From owner-svn-ports-branches@freebsd.org  Tue Jul 26 19:09:55 2016
Return-Path: <owner-svn-ports-branches@freebsd.org>
Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0BAAFBA52CB;
 Tue, 26 Jul 2016 19:09:55 +0000 (UTC) (envelope-from rm@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id C0E2A1996;
 Tue, 26 Jul 2016 19:09:54 +0000 (UTC) (envelope-from rm@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6QJ9r0i018352;
 Tue, 26 Jul 2016 19:09:53 GMT (envelope-from rm@FreeBSD.org)
Received: (from rm@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6QJ9rXe018348;
 Tue, 26 Jul 2016 19:09:53 GMT (envelope-from rm@FreeBSD.org)
Message-Id: <201607261909.u6QJ9rXe018348@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org
 using -f
From: Ruslan Makhmatkhanov <rm@FreeBSD.org>
Date: Tue, 26 Jul 2016 19:09:53 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r419146 - in branches/2016Q3/net-p2p/deluge: . files
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 26 Jul 2016 19:09:55 -0000

Author: rm
Date: Tue Jul 26 19:09:53 2016
New Revision: 419146
URL: https://svnweb.freebsd.org/changeset/ports/419146

Log:
  MFH: r418935
  
  net-p2p/deluge: update to 1.3.13
  
  - update to 1.3.13
  - switch to option helpers
  - add creatiion of .python-eggs for deluge_web - this resolves
    installation of plugins for deluge_web [1]
  
  This release also fixing Scheduler plugin as reported by dbn@ [2], so
  this is the reason for MFH request.
  
  Changes: http://dev.deluge-torrent.org/wiki/ChangeLog#Deluge1.3.1320July2016
  
  PR:		207558 [2]
  Submitted by:	Marlon Leerkotte <mrleerkotte@protonmail.com> [1] (private mail)
  Reported by:	dbn [2]
  
  Approved by:	ports-secteam (feld)

Modified:
  branches/2016Q3/net-p2p/deluge/Makefile
  branches/2016Q3/net-p2p/deluge/distinfo
  branches/2016Q3/net-p2p/deluge/files/deluge_web.in
  branches/2016Q3/net-p2p/deluge/files/patch-setup.py
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/net-p2p/deluge/Makefile
==============================================================================
--- branches/2016Q3/net-p2p/deluge/Makefile	Tue Jul 26 19:03:57 2016	(r419145)
+++ branches/2016Q3/net-p2p/deluge/Makefile	Tue Jul 26 19:09:53 2016	(r419146)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	deluge
-PORTVERSION=	1.3.12
+PORTVERSION=	1.3.13
 PORTEPOCH=	1
 CATEGORIES=	net-p2p python
 MASTER_SITES=	http://download.deluge-torrent.org/source/
@@ -22,28 +22,23 @@ USE_RC_SUBR=	deluged deluge_web
 SUB_LIST+=	PYTHON_CMD=${PYTHON_CMD}
 
 NO_ARCH=	yes
-USES=		gettext python:2 tar:lzma twisted:run,web
+USES=		gettext python:2.7 tar:xz twisted:run,web
 USE_PYTHON=	autoplist distutils
-USE_OPENSSL=	yes
 
-OPTIONS_DEFINE=	GTK2
+OPTIONS_DEFINE=	DOCS GTK2
 OPTIONS_DEFAULT=GTK2
 OPTIONS_SUB=	yes
 
-PORTDOCS=	ChangeLog README
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MGTK2}
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}dbus>=0.83:devel/py-dbus \
+GTK2_RUN_DEPENDS=	\
+		${PYTHON_PKGNAMEPREFIX}dbus>=0.83:devel/py-dbus \
 		${PYTHON_PKGNAMEPREFIX}game>=1.8.1:devel/py-game \
 		${PYTHON_PKGNAMEPREFIX}notify>=0.1.1:devel/py-notify \
 		xdg-utils>=1.0.2:devel/xdg-utils
+GTK2_USE=	GNOME=intltool librsvg2 pygnome2 pygtk2
+GTK2_USES=	desktop-file-utils
+GTK2_VARS=	INSTALLS_ICONS=	yes
 
-USE_GNOME+=	intltool librsvg2 pygnome2 pygtk2
-USES+=		desktop-file-utils
-INSTALLS_ICONS=	yes
-.endif
+PORTDOCS=	ChangeLog README
 
 post-patch:
 	@${REINPLACE_CMD} -e '/"new_release_check":/s|True,|False,|g ; \
@@ -52,8 +47,6 @@ post-patch:
 	@${REINPLACE_CMD} -e '/"check_new_releases":/s|True,|False,|g ; \
 		/"show_new_releases":/s|True,|False,|g' \
 			${WRKSRC}/deluge/ui/gtkui/gtkui.py
-	@${REINPLACE_CMD} -e 's|GTK|GTK;|' \
-		${WRKSRC}/deluge/data/share/applications/deluge.desktop.in
 
 post-install:
 # do these by hand, else they wind up in the wrong place
@@ -69,16 +62,18 @@ post-install:
 	${INSTALL_DATA} ${WRKSRC}/deluge/data/pixmaps/deluge.${pic} \
 		${STAGEDIR}${PREFIX}/share/pixmaps
 .endfor
-.if ${PORT_OPTIONS:MGTK2}
-	${INSTALL_DATA} ${WRKSRC}/deluge/data/share/applications/deluge.desktop \
-		${STAGEDIR}${PREFIX}/share/applications
-.endif
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
 
 # install man pages
 .for man in deluge.1 deluge-console.1 deluge-gtk.1 deluge-web.1 deluged.1
 	${INSTALL_MAN} ${WRKSRC}/docs/man/${man} ${STAGEDIR}${MANPREFIX}/man/man1/
 .endfor
 
+post-install-GTK2-on:
+	${INSTALL_DATA} ${WRKSRC}/deluge/data/share/applications/deluge.desktop \
+		${STAGEDIR}${PREFIX}/share/applications
+
+post-install-DOCS-on:
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
+
 .include <bsd.port.mk>

Modified: branches/2016Q3/net-p2p/deluge/distinfo
==============================================================================
--- branches/2016Q3/net-p2p/deluge/distinfo	Tue Jul 26 19:03:57 2016	(r419145)
+++ branches/2016Q3/net-p2p/deluge/distinfo	Tue Jul 26 19:09:53 2016	(r419146)
@@ -1,2 +1,3 @@
-SHA256 (deluge-1.3.12.tar.lzma) = eb875724a8f52ac36c3890bdcee9f77c648ef03b6375387af5c26d5229fdc65e
-SIZE (deluge-1.3.12.tar.lzma) = 1449148
+TIMESTAMP = 1469200565
+SHA256 (deluge-1.3.13.tar.xz) = fe8059a66834abd656693a8736b0829cb3342bb803c55384abad3756097d394e
+SIZE (deluge-1.3.13.tar.xz) = 1460948

Modified: branches/2016Q3/net-p2p/deluge/files/deluge_web.in
==============================================================================
--- branches/2016Q3/net-p2p/deluge/files/deluge_web.in	Tue Jul 26 19:03:57 2016	(r419145)
+++ branches/2016Q3/net-p2p/deluge/files/deluge_web.in	Tue Jul 26 19:09:53 2016	(r419146)
@@ -52,8 +52,14 @@ deluge_web_prestart()
 		mkdir -p /var/run/${name}
 	fi
 
+	if [ ! -d "/home/${deluge_web_user}/.python-eggs" ]; then
+		mkdir -p /home/${deluge_web_user}/.python-eggs
+	fi
+
 	chmod 0755 /var/run/${name}
 	chown -R $deluge_web_user /var/run/${name}
+	chown -R $deluge_web_user /home/${deluge_web_user}/.python-eggs
+	export PYTHON_EGG_CACHE="/home/${deluge_web_user}/.python-eggs"
 }
 
 deluge_web_poststop()

Modified: branches/2016Q3/net-p2p/deluge/files/patch-setup.py
==============================================================================
--- branches/2016Q3/net-p2p/deluge/files/patch-setup.py	Tue Jul 26 19:03:57 2016	(r419145)
+++ branches/2016Q3/net-p2p/deluge/files/patch-setup.py	Tue Jul 26 19:09:53 2016	(r419146)
@@ -1,43 +1,17 @@
---- setup.py.orig	2015-09-13 20:32:11 UTC
+--- setup.py.orig	2016-07-20 14:23:28 UTC
 +++ setup.py
-@@ -216,6 +216,8 @@ except ImportError:
+@@ -215,6 +215,7 @@ except ImportError:
+     build_libtorrent = True
  else:
      build_libtorrent = False
- 
 +build_libtorrent = False
-+
+ 
  if build_libtorrent:
      got_libtorrent = False
-     if not os.path.exists("libtorrent"):
-@@ -490,31 +492,7 @@ cmdclass = {
- # Data files to be installed to the system.
- _data_files = []
- if not windows_check():
--    _data_files = [
--        ('share/icons/hicolor/scalable/apps', ['deluge/data/icons/scalable/apps/deluge.svg']),
--        ('share/icons/hicolor/128x128/apps', ['deluge/data/icons/hicolor/128x128/apps/deluge.png']),
--        ('share/icons/hicolor/16x16/apps', ['deluge/data/icons/hicolor/16x16/apps/deluge.png']),
--        ('share/icons/hicolor/192x192/apps', ['deluge/data/icons/hicolor/192x192/apps/deluge.png']),
--        ('share/icons/hicolor/22x22/apps', ['deluge/data/icons/hicolor/22x22/apps/deluge.png']),
--        ('share/icons/hicolor/24x24/apps', ['deluge/data/icons/hicolor/24x24/apps/deluge.png']),
--        ('share/icons/hicolor/256x256/apps', ['deluge/data/icons/hicolor/256x256/apps/deluge.png']),
--        ('share/icons/hicolor/32x32/apps', ['deluge/data/icons/hicolor/32x32/apps/deluge.png']),
--        ('share/icons/hicolor/36x36/apps', ['deluge/data/icons/hicolor/36x36/apps/deluge.png']),
--        ('share/icons/hicolor/48x48/apps', ['deluge/data/icons/hicolor/48x48/apps/deluge.png']),
--        ('share/icons/hicolor/64x64/apps', ['deluge/data/icons/hicolor/64x64/apps/deluge.png']),
--        ('share/icons/hicolor/72x72/apps', ['deluge/data/icons/hicolor/72x72/apps/deluge.png']),
--        ('share/icons/hicolor/96x96/apps', ['deluge/data/icons/hicolor/96x96/apps/deluge.png']),
--        ('share/pixmaps', ['deluge/data/pixmaps/deluge.png', 'deluge/data/pixmaps/deluge.xpm']),
--        ('share/man/man1', [
--            'docs/man/deluge.1',
--            'docs/man/deluged.1',
--            'docs/man/deluge-gtk.1',
--            'docs/man/deluge-web.1',
--            'docs/man/deluge-console.1'])
--    ]
--
--    if os.path.exists(desktop_data):
--        _data_files.append(('share/applications', [desktop_data]))
+@@ -515,6 +516,7 @@ if not windows_check() and not osx_check
+ 
+     if os.path.exists(desktop_data):
+         _data_files.append(('share/applications', [desktop_data]))
 +    _data_files = []
  
  entry_points = {

From owner-svn-ports-branches@freebsd.org  Tue Jul 26 19:12:14 2016
Return-Path: <owner-svn-ports-branches@freebsd.org>
Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E753BA54A9;
 Tue, 26 Jul 2016 19:12:14 +0000 (UTC) (envelope-from cy@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 25FEC1CEA;
 Tue, 26 Jul 2016 19:12:14 +0000 (UTC) (envelope-from cy@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6QJCDLm021189;
 Tue, 26 Jul 2016 19:12:13 GMT (envelope-from cy@FreeBSD.org)
Received: (from cy@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6QJCDjX021187;
 Tue, 26 Jul 2016 19:12:13 GMT (envelope-from cy@FreeBSD.org)
Message-Id: <201607261912.u6QJCDjX021187@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org
 using -f
From: Cy Schubert <cy@FreeBSD.org>
Date: Tue, 26 Jul 2016 19:12:13 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r419147 - branches/2016Q3/security/krb5-114
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 26 Jul 2016 19:12:14 -0000

Author: cy
Date: Tue Jul 26 19:12:13 2016
New Revision: 419147
URL: https://svnweb.freebsd.org/changeset/ports/419147

Log:
  MFH: r418903
  
  Update to 1.14.3.
  
  This is a bug fix release.
  
  * Improve some error messages
  
  * Improve documentation
  
  * Allow a principal with nonexistent policy to bypass the minimum
    password lifetime check, consistent with other aspects of
    nonexistent policies
  
  * Fix a rare KDC denial of service vulnerability when anonymous client
    principals are restricted to obtaining TGTs only [CVE-2016-3120]
  
  Security:	62d45229-4fa0-11e6-9d13-206a8a720317
  Security:	CVE-2016-3120
  
  Approved by:	ports-secteam@ (feld@)

Modified:
  branches/2016Q3/security/krb5-114/Makefile
  branches/2016Q3/security/krb5-114/distinfo
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/security/krb5-114/Makefile
==============================================================================
--- branches/2016Q3/security/krb5-114/Makefile	Tue Jul 26 19:09:53 2016	(r419146)
+++ branches/2016Q3/security/krb5-114/Makefile	Tue Jul 26 19:12:13 2016	(r419147)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=		krb5
-PORTVERSION=		1.14.2
+PORTVERSION=		1.14.3
 CATEGORIES=		security
 MASTER_SITES=		http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/
 .if !defined(MASTERDIR)

Modified: branches/2016Q3/security/krb5-114/distinfo
==============================================================================
--- branches/2016Q3/security/krb5-114/distinfo	Tue Jul 26 19:09:53 2016	(r419146)
+++ branches/2016Q3/security/krb5-114/distinfo	Tue Jul 26 19:12:13 2016	(r419147)
@@ -1,2 +1,3 @@
-SHA256 (krb5-1.14.2.tar.gz) = 6bcad7e6778d1965e4ce4af21d2efdc15b274c5ce5c69031c58e4c954cda8b27
-SIZE (krb5-1.14.2.tar.gz) = 12264762
+TIMESTAMP = 1469146014
+SHA256 (krb5-1.14.3.tar.gz) = cd4620d520cf0df0dd8791309912df2bb20fcba76790b9fba4e25c1da08ff2c9
+SIZE (krb5-1.14.3.tar.gz) = 12279888

From owner-svn-ports-branches@freebsd.org  Tue Jul 26 19:35:05 2016
Return-Path: <owner-svn-ports-branches@freebsd.org>
Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 523C0BA5AAE;
 Tue, 26 Jul 2016 19:35:05 +0000 (UTC)
 (envelope-from danilo@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 14C4E178B;
 Tue, 26 Jul 2016 19:35:05 +0000 (UTC)
 (envelope-from danilo@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6QJZ4m0029478;
 Tue, 26 Jul 2016 19:35:04 GMT (envelope-from danilo@FreeBSD.org)
Received: (from danilo@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6QJZ40l029476;
 Tue, 26 Jul 2016 19:35:04 GMT (envelope-from danilo@FreeBSD.org)
Message-Id: <201607261935.u6QJZ40l029476@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: danilo set sender to
 danilo@FreeBSD.org using -f
From: Danilo Egea Gondolfo <danilo@FreeBSD.org>
Date: Tue, 26 Jul 2016 19:35:04 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r419148 - branches/2016Q3/www/smarty2
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 26 Jul 2016 19:35:05 -0000

Author: danilo
Date: Tue Jul 26 19:35:03 2016
New Revision: 419148
URL: https://svnweb.freebsd.org/changeset/ports/419148

Log:
  MFH: r418896
  
  - Update to 2.6.30
  - Fix a shell injection vulnerability
  
  Approved by:	ports-secteam (feld)

Modified:
  branches/2016Q3/www/smarty2/Makefile
  branches/2016Q3/www/smarty2/distinfo
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/www/smarty2/Makefile
==============================================================================
--- branches/2016Q3/www/smarty2/Makefile	Tue Jul 26 19:12:13 2016	(r419147)
+++ branches/2016Q3/www/smarty2/Makefile	Tue Jul 26 19:35:03 2016	(r419148)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	smarty
-PORTVERSION=	2.6.29
+PORTVERSION=	2.6.30
 DISTVERSIONPREFIX=	v
 CATEGORIES=	www
 MASTER_SITES=	http://www.smarty.net/files/docs/:manual
@@ -17,7 +17,7 @@ OPTIONS_DEFINE=	DOCS
 
 NO_BUILD=	yes
 USE_PHP=	pcre
-WANT_PHP_WEB=	yes
+USES=		php:web
 
 PKGMESSAGE=	${WRKDIR}/pkg-message
 SUB_FILES=	pkg-message

Modified: branches/2016Q3/www/smarty2/distinfo
==============================================================================
--- branches/2016Q3/www/smarty2/distinfo	Tue Jul 26 19:12:13 2016	(r419147)
+++ branches/2016Q3/www/smarty2/distinfo	Tue Jul 26 19:35:03 2016	(r419148)
@@ -1,4 +1,5 @@
+TIMESTAMP = 1469132957
 SHA256 (manual-en-2.6.zip) = 694888f142c1eaacc5f442d050bb23292feaf2844af3a69fabd1a15a7f01034b
 SIZE (manual-en-2.6.zip) = 314640
-SHA256 (smarty-php-smarty-v2.6.29_GH0.tar.gz) = 5dc9fe39b2dce4a89e1efc863aad693aed98a900866b543cce0c051b21d248f1
-SIZE (smarty-php-smarty-v2.6.29_GH0.tar.gz) = 152415
+SHA256 (smarty-php-smarty-v2.6.30_GH0.tar.gz) = 21a011394e2e1da41ca0d01425f2f1587c304ce6f58a7ef3e12c51f2a04af1a4
+SIZE (smarty-php-smarty-v2.6.30_GH0.tar.gz) = 152700

From owner-svn-ports-branches@freebsd.org  Tue Jul 26 21:56:40 2016
Return-Path: <owner-svn-ports-branches@freebsd.org>
Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id EDD59BA5C44;
 Tue, 26 Jul 2016 21:56:40 +0000 (UTC)
 (envelope-from jbeich@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id A70B119EE;
 Tue, 26 Jul 2016 21:56:40 +0000 (UTC)
 (envelope-from jbeich@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6QLud3F081868;
 Tue, 26 Jul 2016 21:56:39 GMT (envelope-from jbeich@FreeBSD.org)
Received: (from jbeich@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6QLudQr081866;
 Tue, 26 Jul 2016 21:56:39 GMT (envelope-from jbeich@FreeBSD.org)
Message-Id: <201607262156.u6QLudQr081866@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: jbeich set sender to
 jbeich@FreeBSD.org using -f
From: Jan Beich <jbeich@FreeBSD.org>
Date: Tue, 26 Jul 2016 21:56:39 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r419153 - branches/2016Q3/devel/onscripter
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 26 Jul 2016 21:56:41 -0000

Author: jbeich
Date: Tue Jul 26 21:56:39 2016
New Revision: 419153
URL: https://svnweb.freebsd.org/changeset/ports/419153

Log:
  MFH: r419139
  
  devel/onscripter: update to 20160726 while fixing
  
  ====> Running Q/A tests (stage-qa)
  Error: /usr/local/bin/nsaconv is linked to /usr/local/lib/libjpeg.so.8 from graphics/jpeg-turbo but it is not declared as a dependency
  Warning: you need USES+=jpeg
  
  Approved by:	ports-secteam (feld)

Modified:
  branches/2016Q3/devel/onscripter/Makefile
  branches/2016Q3/devel/onscripter/distinfo
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/devel/onscripter/Makefile
==============================================================================
--- branches/2016Q3/devel/onscripter/Makefile	Tue Jul 26 21:49:12 2016	(r419152)
+++ branches/2016Q3/devel/onscripter/Makefile	Tue Jul 26 21:56:39 2016	(r419153)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	onscripter
-PORTVERSION=	20160327
+PORTVERSION=	20160726
 CATEGORIES=	devel games
 MASTER_SITES=	http://onscripter.osdn.jp/
 
@@ -14,7 +14,7 @@ LIB_DEPENDS=	libsmpeg.so:multimedia/smpe
 		libfontconfig.so:x11-fonts/fontconfig
 RUN_DEPENDS=	sdl_ttf>=2.0.11_6:graphics/sdl_ttf
 
-USES=		gmake
+USES=		gmake jpeg
 USE_SDL=	image mixer ttf
 MAKEFILE=	Makefile.Linux
 ALL_TARGET=	ALL

Modified: branches/2016Q3/devel/onscripter/distinfo
==============================================================================
--- branches/2016Q3/devel/onscripter/distinfo	Tue Jul 26 21:49:12 2016	(r419152)
+++ branches/2016Q3/devel/onscripter/distinfo	Tue Jul 26 21:56:39 2016	(r419153)
@@ -1,2 +1,2 @@
-SHA256 (onscripter-20160327.tar.gz) = 1a852515feda20eee2447dd737478d86b90d99591d415bbffe9152f18acfd47e
-SIZE (onscripter-20160327.tar.gz) = 236910
+SHA256 (onscripter-20160726.tar.gz) = 6860276e69f51e58fd651785fd6555144cb802d359ee4248bd19a4b116f07303
+SIZE (onscripter-20160726.tar.gz) = 237145

From owner-svn-ports-branches@freebsd.org  Wed Jul 27 08:15:47 2016
Return-Path: <owner-svn-ports-branches@freebsd.org>
Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E5EDBA6F48;
 Wed, 27 Jul 2016 08:15:47 +0000 (UTC) (envelope-from tz@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 7111114B7;
 Wed, 27 Jul 2016 08:15:47 +0000 (UTC) (envelope-from tz@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6R8Fk3I011223;
 Wed, 27 Jul 2016 08:15:46 GMT (envelope-from tz@FreeBSD.org)
Received: (from tz@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6R8FkYq011221;
 Wed, 27 Jul 2016 08:15:46 GMT (envelope-from tz@FreeBSD.org)
Message-Id: <201607270815.u6R8FkYq011221@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org
 using -f
From: Torsten Zuehlsdorff <tz@FreeBSD.org>
Date: Wed, 27 Jul 2016 08:15:46 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r419168 - branches/2016Q3/lang/php70
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 27 Jul 2016 08:15:47 -0000

Author: tz
Date: Wed Jul 27 08:15:46 2016
New Revision: 419168
URL: https://svnweb.freebsd.org/changeset/ports/419168

Log:
  MFH: r419124
  
  lang/php70: Update from 7.0.8 to 7.0.9
  
  Changelog: http://www.php.net/ChangeLog-7.php#7.0.9
  
  - take maintainer
  
  PR:           211251
  Reported by:  Markus Kohlmeyer <rootservice@gmail.com>
  Sponsored by: anyMOTION GRAPHICS GmbH
  Approved by:  pi (mentor)
  
  Approved by:  ports-secteam (feld)

Modified:
  branches/2016Q3/lang/php70/Makefile
  branches/2016Q3/lang/php70/distinfo
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/lang/php70/Makefile
==============================================================================
--- branches/2016Q3/lang/php70/Makefile	Wed Jul 27 08:01:04 2016	(r419167)
+++ branches/2016Q3/lang/php70/Makefile	Wed Jul 27 08:15:46 2016	(r419168)
@@ -2,13 +2,13 @@
 # $FreeBSD$
 
 PORTNAME=	php70
-PORTVERSION=	7.0.8
+PORTVERSION=	7.0.9
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	PHP/distributions
 DISTNAME=	php-${PORTVERSION}
 
-MAINTAINER=	miwi@FreeBSD.org
+MAINTAINER=	tz@FreeBSD.org
 COMMENT=	PHP Scripting Language
 
 LICENSE=	PHP301

Modified: branches/2016Q3/lang/php70/distinfo
==============================================================================
--- branches/2016Q3/lang/php70/distinfo	Wed Jul 27 08:01:04 2016	(r419167)
+++ branches/2016Q3/lang/php70/distinfo	Wed Jul 27 08:15:46 2016	(r419168)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1466883794
-SHA256 (php-7.0.8.tar.bz2) = 66dc7ba388490e07b1313fe3a06b1fa822e1310585fe29f4909995f131e27c8d
-SIZE (php-7.0.8.tar.bz2) = 14105805
+TIMESTAMP = 1469527532
+SHA256 (php-7.0.9.tar.bz2) = 2ee6968b5875f2f38700c58a189aad859a6a0b85fc337aa102ec2dc3652c3b7b
+SIZE (php-7.0.9.tar.bz2) = 14870061

From owner-svn-ports-branches@freebsd.org  Wed Jul 27 16:27:08 2016
Return-Path: <owner-svn-ports-branches@freebsd.org>
Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99FD9BA6DF7;
 Wed, 27 Jul 2016 16:27:08 +0000 (UTC) (envelope-from jhb@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 3AB0B1608;
 Wed, 27 Jul 2016 16:27:08 +0000 (UTC) (envelope-from jhb@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6RGR7jn096189;
 Wed, 27 Jul 2016 16:27:07 GMT (envelope-from jhb@FreeBSD.org)
Received: (from jhb@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6RGR6Z7096180;
 Wed, 27 Jul 2016 16:27:06 GMT (envelope-from jhb@FreeBSD.org)
Message-Id: <201607271627.u6RGR6Z7096180@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: jhb set sender to jhb@FreeBSD.org
 using -f
From: John Baldwin <jhb@FreeBSD.org>
Date: Wed, 27 Jul 2016 16:27:06 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r419185 - in branches/2016Q3/devel/gdb: . files
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 27 Jul 2016 16:27:08 -0000

Author: jhb (src,doc committer)
Date: Wed Jul 27 16:27:06 2016
New Revision: 419185
URL: https://svnweb.freebsd.org/changeset/ports/419185

Log:
  MFH: r418566 r418964
  
  Import several patches recently merged upstream.
  
  - Fix fork following to honor 'detach-on-fork'
  - Fix vfork following to post a fake vfork_done event to fix breakpoints
    in vfork parents (a real vfork_done event is pending but requires kernel
    changes currently in review).
  - Fix x86 debug registers to work with multiple threads (PR 157755)
  - Add support for 'info auxv' on both live processes and cores.
  - Add support for 'catch syscall'.  Note that catching system calls by
    names requires parsing an XML file mapping system call names to
    numbers.  The port now installs the XML syscall files to the data
    directory.  In addition, the EXPAT option is now enabled by default as
    expat is used to parse the XML files.
  - Handle version 1a of NT_PRPSINFO notes which include the pr_pid field.
  - Replace patch-sigev with upstream version.  Note that upstream GDB
    doesn't define SIGLIBRT on older OS versions, so do that in the port
    Makefile instead.
  - Use PT_GET_EVENT_MASK/PT_SET_EVENT_MASK (new in 12).
  - Fix a bug where fork and LWP events weren't enabled in new child
    processes when following child processes after a fork.
  - Handle "real" vfork done events via PTRACE_VFORK (new in 12).
  - Bump PORTREVISION.
  
  PR:		157755, 210874,	211254
  Approved by:	ports-secteam (feld)

Added:
  branches/2016Q3/devel/gdb/files/commit-0064d22
     - copied unchanged from r418964, head/devel/gdb/files/commit-0064d22
  branches/2016Q3/devel/gdb/files/commit-21002a6
     - copied unchanged from r418566, head/devel/gdb/files/commit-21002a6
  branches/2016Q3/devel/gdb/files/commit-2c5c2a3
     - copied unchanged from r418566, head/devel/gdb/files/commit-2c5c2a3
  branches/2016Q3/devel/gdb/files/commit-2faa344
     - copied unchanged from r418566, head/devel/gdb/files/commit-2faa344
  branches/2016Q3/devel/gdb/files/commit-3350c5f
     - copied unchanged from r418566, head/devel/gdb/files/commit-3350c5f
  branches/2016Q3/devel/gdb/files/commit-5077bff
     - copied unchanged from r418566, head/devel/gdb/files/commit-5077bff
  branches/2016Q3/devel/gdb/files/commit-5fa14c6
     - copied unchanged from r418964, head/devel/gdb/files/commit-5fa14c6
  branches/2016Q3/devel/gdb/files/commit-7697fc9
     - copied unchanged from r418566, head/devel/gdb/files/commit-7697fc9
  branches/2016Q3/devel/gdb/files/commit-82372b2
     - copied unchanged from r418566, head/devel/gdb/files/commit-82372b2
  branches/2016Q3/devel/gdb/files/commit-8607ea6
     - copied unchanged from r418566, head/devel/gdb/files/commit-8607ea6
  branches/2016Q3/devel/gdb/files/commit-a3405d1
     - copied unchanged from r418566, head/devel/gdb/files/commit-a3405d1
  branches/2016Q3/devel/gdb/files/commit-aa1ed4a
     - copied unchanged from r418566, head/devel/gdb/files/commit-aa1ed4a
  branches/2016Q3/devel/gdb/files/commit-b00f86d
     - copied unchanged from r418566, head/devel/gdb/files/commit-b00f86d
  branches/2016Q3/devel/gdb/files/commit-bb2a62e
     - copied unchanged from r418566, head/devel/gdb/files/commit-bb2a62e
  branches/2016Q3/devel/gdb/files/commit-bc7b765
     - copied unchanged from r418964, head/devel/gdb/files/commit-bc7b765
  branches/2016Q3/devel/gdb/files/commit-da95a26
     - copied unchanged from r418964, head/devel/gdb/files/commit-da95a26
  branches/2016Q3/devel/gdb/files/commit-dbaed38
     - copied unchanged from r418964, head/devel/gdb/files/commit-dbaed38
  branches/2016Q3/devel/gdb/files/commit-e6cdd38
     - copied unchanged from r418566, head/devel/gdb/files/commit-e6cdd38
  branches/2016Q3/devel/gdb/files/commit-ee95032
     - copied unchanged from r418566, head/devel/gdb/files/commit-ee95032
Deleted:
  branches/2016Q3/devel/gdb/files/patch-sigev
Modified:
  branches/2016Q3/devel/gdb/Makefile
  branches/2016Q3/devel/gdb/pkg-plist
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/devel/gdb/Makefile
==============================================================================
--- branches/2016Q3/devel/gdb/Makefile	Wed Jul 27 16:11:08 2016	(r419184)
+++ branches/2016Q3/devel/gdb/Makefile	Wed Jul 27 16:27:06 2016	(r419185)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gdb
 PORTVERSION=	7.11.1
-PORTREVISION=	1
+PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	GNU
 
@@ -30,6 +30,25 @@ CFLAGS:=	${CFLAGS:C/ +$//}	# blanks at E
 CFLAGS+=	-DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable
 EXCLUDE=	dejagnu expect sim texinfo intl
 EXTRACT_AFTER_ARGS=	${EXCLUDE:S/^/--exclude /}
+EXTRA_PATCHES=	${FILESDIR}/commit-21002a6 \
+		${FILESDIR}/commit-b00f86d \
+		${FILESDIR}/commit-aa1ed4a \
+		${FILESDIR}/commit-7697fc9 \
+		${FILESDIR}/commit-3350c5f \
+		${FILESDIR}/commit-2faa344 \
+		${FILESDIR}/commit-82372b2 \
+		${FILESDIR}/commit-e6cdd38 \
+		${FILESDIR}/commit-a3405d1 \
+		${FILESDIR}/commit-5077bff \
+		${FILESDIR}/commit-bb2a62e \
+		${FILESDIR}/commit-8607ea6 \
+		${FILESDIR}/commit-2c5c2a3 \
+		${FILESDIR}/commit-ee95032 \
+		${FILESDIR}/commit-bc7b765 \
+		${FILESDIR}/commit-0064d22 \
+		${FILESDIR}/commit-da95a26 \
+		${FILESDIR}/commit-5fa14c6 \
+		${FILESDIR}/commit-dbaed38
 
 VER=		${PORTVERSION:S/.//g}
 PLIST_SUB=	VER=${VER}
@@ -38,7 +57,7 @@ ONLY_FOR_ARCHS=	i386 amd64 powerpc power
 
 OPTIONS_DEFINE=	DEBUG EXPAT GDB_LINK GUILE KGDB PYTHON TUI
 
-OPTIONS_DEFAULT=	GDB_LINK KGDB PYTHON TUI PORT_READLINE
+OPTIONS_DEFAULT=	EXPAT GDB_LINK KGDB PYTHON TUI PORT_READLINE
 
 OPTIONS_SINGLE=	READLINE
 OPTIONS_SINGLE_READLINE=	BASE_READLINE BUNDLED_READLINE PORT_READLINE
@@ -70,6 +89,11 @@ TUI_CONFIGURE_ENABLE=	tui
 
 .include <bsd.port.options.mk>
 
+.if ${OSVERSION} < 1000010
+# FreeBSD 9.x and earlier do not define SIGLIBRT in <sys/signal.h>
+CFLAGS+=	-DSIGLIBRT=33
+.endif
+
 .if ! ${PORT_OPTIONS:MBUNDLED_READLINE}
 EXCLUDE+=	readline
 .endif
@@ -99,6 +123,10 @@ do-install-KGDB-on:
 do-install-TUI-on:
 	${LN} -sf gdb${VER} ${STAGEDIR}${PREFIX}/bin/gdbtui${VER}
 
+do-install-EXPAT-on:
+	(cd ${WRKSRC}/gdb/data-directory ; \
+		${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} install-syscalls )
+
 do-install-GDB_LINK-on:
 	${LN} -sf gdb${VER} ${STAGEDIR}${PREFIX}/bin/gdb
 .if ${PORT_OPTIONS:MKGDB}

Copied: branches/2016Q3/devel/gdb/files/commit-0064d22 (from r418964, head/devel/gdb/files/commit-0064d22)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2016Q3/devel/gdb/files/commit-0064d22	Wed Jul 27 16:27:06 2016	(r419185, copy of r418964, head/devel/gdb/files/commit-0064d22)
@@ -0,0 +1,83 @@
+commit 0064d22386b99c047bbff3bcc73b6bfce9c29b4c
+Author: John Baldwin <jhb@FreeBSD.org>
+Date:   Mon Jul 4 19:19:48 2016 -0700
+
+    Handle version 1a of FreeBSD's NT_PRSINFO.
+    
+    Version 1a adds a pr_pid member containing the process ID of the
+    terminating process.  The presence of pr_pid is inferred from the
+    note's size.
+    
+    bfd/ChangeLog:
+    
+    	* elf.c (elfcore_grok_freebsd_psinfo): Check for minimum note size
+    	and handle pr_pid if present.
+
+diff --git bfd/elf.c bfd/elf.c
+index 2cc64e8..ba1774e 100644
+--- bfd/elf.c
++++ bfd/elf.c
+@@ -9590,27 +9590,36 @@ elfcore_grok_freebsd_psinfo (bfd *abfd, Elf_Internal_Note *note)
+ {
+   size_t offset;
+ 
+-  /* Check for version 1 in pr_version. */
+-  if (bfd_h_get_32 (abfd, (bfd_byte *) note->descdata) != 1)
+-    return FALSE;
+-  offset = 4;
+-
+-  /* Skip over pr_psinfosz. */
+   switch (abfd->arch_info->bits_per_word)
+     {
+     case 32:
+-      offset += 4;
++      if (note->descsz < 108)
++	return FALSE;
+       break;
+ 
+     case 64:
+-      offset += 4;	/* Padding before pr_psinfosz. */
+-      offset += 8;
++      if (note->descsz < 120)
++	return FALSE;
+       break;
+ 
+     default:
+       return FALSE;
+     }
+ 
++  /* Check for version 1 in pr_version.  */
++  if (bfd_h_get_32 (abfd, (bfd_byte *) note->descdata) != 1)
++    return FALSE;
++  offset = 4;
++
++  /* Skip over pr_psinfosz. */
++  if (abfd->arch_info->bits_per_word == 32)
++    offset += 4;
++  else
++    {
++      offset += 4;	/* Padding before pr_psinfosz. */
++      offset += 8;
++    }
++
+   /* pr_fname is PRFNAMESZ (16) + 1 bytes in size.  */
+   elf_tdata (abfd)->core->program
+     = _bfd_elfcore_strndup (abfd, note->descdata + offset, 17);
+@@ -9619,6 +9628,17 @@ elfcore_grok_freebsd_psinfo (bfd *abfd, Elf_Internal_Note *note)
+   /* pr_psargs is PRARGSZ (80) + 1 bytes in size.  */
+   elf_tdata (abfd)->core->command
+     = _bfd_elfcore_strndup (abfd, note->descdata + offset, 81);
++  offset += 81;
++
++  /* Padding before pr_pid.  */
++  offset += 2;
++
++  /* The pr_pid field was added in version "1a".  */
++  if (note->descsz < offset + 4)
++    return TRUE;
++
++  elf_tdata (abfd)->core->pid
++    = bfd_h_get_32 (abfd, (bfd_byte *) note->descdata + offset);
+ 
+   return TRUE;
+ }

Copied: branches/2016Q3/devel/gdb/files/commit-21002a6 (from r418566, head/devel/gdb/files/commit-21002a6)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2016Q3/devel/gdb/files/commit-21002a6	Wed Jul 27 16:27:06 2016	(r419185, copy of r418566, head/devel/gdb/files/commit-21002a6)
@@ -0,0 +1,102 @@
+commit 21002a635bf3da33367592e3a3ab3cce24fe5299
+Author: John Baldwin <jhb@FreeBSD.org>
+Date:   Tue Jan 19 11:02:09 2016 -0800
+
+    Handle void * conversions in FreeBSD/x86 native code to fix C++ build.
+    
+    gdb/ChangeLog:
+    
+    	* amd64bsd-nat.c (amd64bsd_fetch_inferior_registers): Change xstateregs
+    	to void *.
+    	(amd64bsd_store_inferior_registers): Likewise.
+    	* fbsd-nat.c (resume_one_thread_cb): Explicitly cast data to ptid_t *.
+    	(resume_all_threads_cb): Likewise.
+    	* i386bsd-nat.c (i386bsd_supply_gregset): Cast gregs to char *.
+    	(i386bsd_collect_gregset): Likewise.
+    	(i386bsd_fetch_inferior_registers): Change xstateregs to void *.
+    	(i386bsd_store_inferior_registers): Likewise.
+
+diff --git gdb/amd64bsd-nat.c gdb/amd64bsd-nat.c
+index fb7e4fa..e278a91 100644
+--- gdb/amd64bsd-nat.c
++++ gdb/amd64bsd-nat.c
+@@ -65,7 +65,7 @@ amd64bsd_fetch_inferior_registers (struct target_ops *ops,
+     {
+       struct fpreg fpregs;
+ #ifdef PT_GETXSTATE_INFO
+-      char *xstateregs;
++      void *xstateregs;
+ 
+       if (amd64bsd_xsave_len != 0)
+ 	{
+@@ -118,7 +118,7 @@ amd64bsd_store_inferior_registers (struct target_ops *ops,
+     {
+       struct fpreg fpregs;
+ #ifdef PT_GETXSTATE_INFO
+-      char *xstateregs;
++      void *xstateregs;
+ 
+       if (amd64bsd_xsave_len != 0)
+ 	{
+diff --git gdb/fbsd-nat.c gdb/fbsd-nat.c
+index bdf078e..b582abe 100644
+--- gdb/fbsd-nat.c
++++ gdb/fbsd-nat.c
+@@ -428,7 +428,7 @@ static void (*super_resume) (struct target_ops *,
+ static int
+ resume_one_thread_cb (struct thread_info *tp, void *data)
+ {
+-  ptid_t *ptid = data;
++  ptid_t *ptid = (ptid_t *) data;
+   int request;
+ 
+   if (ptid_get_pid (tp->ptid) != ptid_get_pid (*ptid))
+@@ -447,7 +447,7 @@ resume_one_thread_cb (struct thread_info *tp, void *data)
+ static int
+ resume_all_threads_cb (struct thread_info *tp, void *data)
+ {
+-  ptid_t *filter = data;
++  ptid_t *filter = (ptid_t *) data;
+ 
+   if (!ptid_match (tp->ptid, *filter))
+     return 0;
+diff --git gdb/i386bsd-nat.c gdb/i386bsd-nat.c
+index 5d45c33..f5f4a0f 100644
+--- gdb/i386bsd-nat.c
++++ gdb/i386bsd-nat.c
+@@ -92,7 +92,7 @@ size_t i386bsd_xsave_len;
+ static void
+ i386bsd_supply_gregset (struct regcache *regcache, const void *gregs)
+ {
+-  const char *regs = gregs;
++  const char *regs = (const char *) gregs;
+   int regnum;
+ 
+   for (regnum = 0; regnum < ARRAY_SIZE (i386bsd_r_reg_offset); regnum++)
+@@ -112,7 +112,7 @@ static void
+ i386bsd_collect_gregset (const struct regcache *regcache,
+ 			 void *gregs, int regnum)
+ {
+-  char *regs = gregs;
++  char *regs = (char *) gregs;
+   int i;
+ 
+   for (i = 0; i < ARRAY_SIZE (i386bsd_r_reg_offset); i++)
+@@ -157,7 +157,7 @@ i386bsd_fetch_inferior_registers (struct target_ops *ops,
+ #ifdef PT_GETXSTATE_INFO
+       if (i386bsd_xsave_len != 0)
+ 	{
+-	  char *xstateregs;
++	  void *xstateregs;
+ 
+ 	  xstateregs = alloca (i386bsd_xsave_len);
+ 	  if (ptrace (PT_GETXSTATE, get_ptrace_pid (inferior_ptid),
+@@ -227,7 +227,7 @@ i386bsd_store_inferior_registers (struct target_ops *ops,
+ #ifdef PT_GETXSTATE_INFO
+       if (i386bsd_xsave_len != 0)
+ 	{
+-	  char *xstateregs;
++	  void *xstateregs;
+ 
+ 	  xstateregs = alloca (i386bsd_xsave_len);
+ 	  if (ptrace (PT_GETXSTATE, get_ptrace_pid (inferior_ptid),

Copied: branches/2016Q3/devel/gdb/files/commit-2c5c2a3 (from r418566, head/devel/gdb/files/commit-2c5c2a3)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2016Q3/devel/gdb/files/commit-2c5c2a3	Wed Jul 27 16:27:06 2016	(r419185, copy of r418566, head/devel/gdb/files/commit-2c5c2a3)
@@ -0,0 +1,214 @@
+commit 2c5c2a3321706c28cbf1b85a970a2e32912eb0c8
+Author: John Baldwin <jhb@FreeBSD.org>
+Date:   Fri Jun 24 21:00:04 2016 -0700
+
+    Fake VFORK_DONE events when following only the parent after a vfork.
+    
+    FreeBSD does not currently report a ptrace event for a parent process
+    after it resumes due to the child exiting the shared memory region after
+    a vfork.  Take the same approach used in linux-nat.c in this case of
+    sleeping for a while and then reporting a fake VFORK_DONE event.
+    
+    gdb/ChangeLog:
+    
+    	* fbsd-nat.c (struct fbsd_fork_child_info): Rename to ...
+    	(struct fbsd_fork_info): ... this.
+    	(struct fbsd_fork_info) <child>: Rename to ...
+    	(struct fbsd_fork_info) <ptid>: ... this.
+    	(fbsd_pending_children): Update type.
+    	(fbsd_remember_child): Update type and field name.
+    	(fbsd_is_child_pending): Likewise.
+    	(fbsd_pending_vfork_done): New variable.
+    	(fbsd_is_vfork_done_pending): New function.
+    	(fbsd_next_vfork_done): New function.
+    	(fbsd_resume): Don't resume processes with a pending vfork done
+    	event.
+    	(fbsd_wait): Report pending vfork done events.
+    	(fbsd_follow_fork): Delay and record a pending vfork done event
+    	for a vfork parent when detaching the child.
+
+diff --git gdb/fbsd-nat.c gdb/fbsd-nat.c
+index daf4580..fcb7ff5 100644
+--- gdb/fbsd-nat.c
++++ gdb/fbsd-nat.c
+@@ -530,13 +530,13 @@ fbsd_update_thread_list (struct target_ops *ops)
+   sake.  FreeBSD versions newer than 9.1 contain both fixes.
+ */
+ 
+-struct fbsd_fork_child_info
++struct fbsd_fork_info
+ {
+-  struct fbsd_fork_child_info *next;
+-  ptid_t child;			/* Pid of new child.  */
++  struct fbsd_fork_info *next;
++  ptid_t ptid;
+ };
+ 
+-static struct fbsd_fork_child_info *fbsd_pending_children;
++static struct fbsd_fork_info *fbsd_pending_children;
+ 
+ /* Record a new child process event that is reported before the
+    corresponding fork event in the parent.  */
+@@ -544,9 +544,9 @@ static struct fbsd_fork_child_info *fbsd_pending_children;
+ static void
+ fbsd_remember_child (ptid_t pid)
+ {
+-  struct fbsd_fork_child_info *info = XCNEW (struct fbsd_fork_child_info);
++  struct fbsd_fork_info *info = XCNEW (struct fbsd_fork_info);
+ 
+-  info->child = pid;
++  info->ptid = pid;
+   info->next = fbsd_pending_children;
+   fbsd_pending_children = info;
+ }
+@@ -557,25 +557,74 @@ fbsd_remember_child (ptid_t pid)
+ static ptid_t
+ fbsd_is_child_pending (pid_t pid)
+ {
+-  struct fbsd_fork_child_info *info, *prev;
++  struct fbsd_fork_info *info, *prev;
+   ptid_t ptid;
+ 
+   prev = NULL;
+   for (info = fbsd_pending_children; info; prev = info, info = info->next)
+     {
+-      if (ptid_get_pid (info->child) == pid)
++      if (ptid_get_pid (info->ptid) == pid)
+ 	{
+ 	  if (prev == NULL)
+ 	    fbsd_pending_children = info->next;
+ 	  else
+ 	    prev->next = info->next;
+-	  ptid = info->child;
++	  ptid = info->ptid;
+ 	  xfree (info);
+ 	  return ptid;
+ 	}
+     }
+   return null_ptid;
+ }
++
++static struct fbsd_fork_info *fbsd_pending_vfork_done;
++
++/* Record a pending vfork done event.  */
++
++static void
++fbsd_add_vfork_done (ptid_t pid)
++{
++  struct fbsd_fork_info *info = XCNEW (struct fbsd_fork_info);
++
++  info->ptid = pid;
++  info->next = fbsd_pending_vfork_done;
++  fbsd_pending_vfork_done = info;
++}
++
++/* Check for a pending vfork done event for a specific PID.  */
++
++static int
++fbsd_is_vfork_done_pending (pid_t pid)
++{
++  struct fbsd_fork_info *info;
++
++  for (info = fbsd_pending_vfork_done; info != NULL; info = info->next)
++    {
++      if (ptid_get_pid (info->ptid) == pid)
++	return 1;
++    }
++  return 0;
++}
++
++/* Check for a pending vfork done event.  If one is found, remove it
++   from the list and return the PTID.  */
++
++static ptid
++fbsd_next_vfork_done (void)
++{
++  struct fbsd_fork_info *info;
++  ptid_t ptid;
++
++  if (fbsd_pending_vfork_done != NULL)
++    {
++      info = fbsd_pending_vfork_done;
++      fbsd_pending_vfork_done = info->next;
++      ptid = info->ptid;
++      xfree (info);
++      return ptid;
++    }
++  return null_ptid;
++}
+ #endif
+ 
+ static int
+@@ -616,6 +665,17 @@ static void
+ fbsd_resume (struct target_ops *ops,
+ 	     ptid_t ptid, int step, enum gdb_signal signo)
+ {
++#ifdef TDP_RFPPWAIT
++  pid_t pid;
++
++  /* Don't PT_CONTINUE a process which has a pending vfork done event.  */
++  if (ptid_equal (minus_one_ptid, ptid))
++    pid = ptid_get_pid (inferior_ptid);
++  else
++    pid = ptid_get_pid (ptid);
++  if (fbsd_is_vfork_done_pending (pid))
++    return;
++#endif
+ 
+   if (debug_fbsd_lwp)
+     fprintf_unfiltered (gdb_stdlog,
+@@ -650,6 +710,12 @@ fbsd_wait (struct target_ops *ops,
+ 
+   while (1)
+     {
++      wptid = fbsd_next_vfork_done ();
++      if (!ptid_equal (wptid, null_ptid))
++	{
++	  ourstatus->kind = TARGET_WAITKIND_VFORK_DONE;
++	  return wptid;
++	}
+       wptid = super_wait (ops, ptid, ourstatus, target_options);
+       if (ourstatus->kind == TARGET_WAITKIND_STOPPED)
+ 	{
+@@ -828,6 +894,7 @@ fbsd_follow_fork (struct target_ops *ops, int follow_child,
+   if (!follow_child && detach_fork)
+     {
+       struct thread_info *tp = inferior_thread ();
++      int has_vforked = tp->pending_follow.kind == TARGET_WAITKIND_VFORKED;
+       pid_t child_pid = ptid_get_pid (tp->pending_follow.value.related_pid);
+ 
+       /* Breakpoints have already been detached from the child by
+@@ -835,6 +902,33 @@ fbsd_follow_fork (struct target_ops *ops, int follow_child,
+ 
+       if (ptrace (PT_DETACH, child_pid, (PTRACE_TYPE_ARG3)1, 0) == -1)
+ 	perror_with_name (("ptrace"));
++
++      if (has_vforked)
++	{
++	  /* We can't insert breakpoints until the child process has
++	     finished with the shared memory region.  The parent
++	     process doesn't wait for the child process to exit or
++	     exec until after it has been resumed from the ptrace stop
++	     to report the fork.  Once it has been resumed it doesn't
++	     stop again before returning to userland, so there is no
++	     reliable way to wait on the parent.
++
++	     We can't stay attached to the child to wait for an exec
++	     or exit because it may invoke ptrace(PT_TRACE_ME)
++	     (e.g. if the parent process is a debugger forking a new
++	     child process).
++
++	     In the end, the best we can do is to make sure it runs
++	     for a little while.  Hopefully it will be out of range of
++	     any breakpoints we reinsert.  Usually this is only the
++	     single-step breakpoint at vfork's return point.  */
++
++	  usleep (10000);
++
++	  /* Schedule a fake VFORK_DONE event to report on the next
++	     wait.  */
++	  fbsd_add_vfork_done (inferior_ptid);
++	}
+     }
+ 
+   return 0;

Copied: branches/2016Q3/devel/gdb/files/commit-2faa344 (from r418566, head/devel/gdb/files/commit-2faa344)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2016Q3/devel/gdb/files/commit-2faa344	Wed Jul 27 16:27:06 2016	(r419185, copy of r418566, head/devel/gdb/files/commit-2faa344)
@@ -0,0 +1,397 @@
+commit 2faa34476d9e6120eaf389b7f91b7227183fa2ce
+Author: John Baldwin <jhb@FreeBSD.org>
+Date:   Sat Jun 11 15:51:38 2016 -0700
+
+    Add a new gdbarch method to print a single AUXV entry.
+    
+    Different platforms have different meanings for auxiliary vector
+    entries.  The 'print_auxv_entry' gdbarch method allows an architecture
+    to output a suitable description for platform-specific entries.
+    
+    A fprint_auxv_entry function is split out of fprint_target_auxv.
+    This function outputs the description of a single auxiliary vector
+    entry to the specified file using caller-supplied formatting and
+    strings to describe the vector type.
+    
+    The existing switch on auxiliary vector types is moved out of
+    fprint_target_auxv into a new default_print_auxv_entry function.
+    default_print_auxv_entry chooses an appropriate format and description
+    and calls fprint_single_auxv to describe a single vector entry.
+    This function is used as the default 'print_auxv_entry' gdbarch method.
+    
+    fprint_target_auxv now invokes the gdbarch 'print_auxv_entry' method
+    on each vector entry.
+    
+    gdb/ChangeLog:
+    
+    	* auxv.c (fprint_auxv_entry): New function.
+    	(default_print_auxv_entry): New function.
+    	(fprint_target_auxv): Use gdbarch_print_auxv_entry.
+    	* auxv.h (enum auxv_format): New enum.
+    	(fprint_auxv_entry): Declare.
+    	(default_print_auxv_entry): Declare.
+    	* gdbarch.sh (print_auxv_entry): New.
+    	* gdbarch.c, gdbarch.h: Re-generated.
+
+diff --git gdb/auxv.c gdb/auxv.c
+index 396862e..de9205d 100644
+--- gdb/auxv.c
++++ gdb/auxv.c
+@@ -407,10 +407,126 @@ target_auxv_search (struct target_ops *ops, CORE_ADDR match, CORE_ADDR *valp)
+ }
+ 
+ 
++/* Print the description of a single AUXV entry on the specified file.  */
++
++void
++fprint_auxv_entry (struct ui_file *file, const char *name,
++		   const char *description, enum auxv_format format,
++		   CORE_ADDR type, CORE_ADDR val)
++{
++  fprintf_filtered (file, ("%-4s %-20s %-30s "),
++		    plongest (type), name, description);
++  switch (format)
++    {
++    case AUXV_FORMAT_DEC:
++      fprintf_filtered (file, ("%s\n"), plongest (val));
++      break;
++    case AUXV_FORMAT_HEX:
++      fprintf_filtered (file, ("%s\n"), paddress (target_gdbarch (), val));
++      break;
++    case AUXV_FORMAT_STR:
++      {
++	struct value_print_options opts;
++
++	get_user_print_options (&opts);
++	if (opts.addressprint)
++	  fprintf_filtered (file, ("%s "), paddress (target_gdbarch (), val));
++	val_print_string (builtin_type (target_gdbarch ())->builtin_char,
++			  NULL, val, -1, file, &opts);
++	fprintf_filtered (file, ("\n"));
++      }
++      break;
++    }
++}
++
++/* The default implementation of gdbarch_print_auxv_entry.  */
++
++void
++default_print_auxv_entry (struct gdbarch *gdbarch, struct ui_file *file,
++			  CORE_ADDR type, CORE_ADDR val)
++{
++  const char *name = "???";
++  const char *description = "";
++  enum auxv_format format = AUXV_FORMAT_HEX;
++
++  switch (type)
++    {
++#define TAG(tag, text, kind) \
++      case tag: name = #tag; description = text; format = kind; break
++      TAG (AT_NULL, _("End of vector"), AUXV_FORMAT_HEX);
++      TAG (AT_IGNORE, _("Entry should be ignored"), AUXV_FORMAT_HEX);
++      TAG (AT_EXECFD, _("File descriptor of program"), AUXV_FORMAT_DEC);
++      TAG (AT_PHDR, _("Program headers for program"), AUXV_FORMAT_HEX);
++      TAG (AT_PHENT, _("Size of program header entry"), AUXV_FORMAT_DEC);
++      TAG (AT_PHNUM, _("Number of program headers"), AUXV_FORMAT_DEC);
++      TAG (AT_PAGESZ, _("System page size"), AUXV_FORMAT_DEC);
++      TAG (AT_BASE, _("Base address of interpreter"), AUXV_FORMAT_HEX);
++      TAG (AT_FLAGS, _("Flags"), AUXV_FORMAT_HEX);
++      TAG (AT_ENTRY, _("Entry point of program"), AUXV_FORMAT_HEX);
++      TAG (AT_NOTELF, _("Program is not ELF"), AUXV_FORMAT_DEC);
++      TAG (AT_UID, _("Real user ID"), AUXV_FORMAT_DEC);
++      TAG (AT_EUID, _("Effective user ID"), AUXV_FORMAT_DEC);
++      TAG (AT_GID, _("Real group ID"), AUXV_FORMAT_DEC);
++      TAG (AT_EGID, _("Effective group ID"), AUXV_FORMAT_DEC);
++      TAG (AT_CLKTCK, _("Frequency of times()"), AUXV_FORMAT_DEC);
++      TAG (AT_PLATFORM, _("String identifying platform"), AUXV_FORMAT_STR);
++      TAG (AT_HWCAP, _("Machine-dependent CPU capability hints"),
++	   AUXV_FORMAT_HEX);
++      TAG (AT_FPUCW, _("Used FPU control word"), AUXV_FORMAT_DEC);
++      TAG (AT_DCACHEBSIZE, _("Data cache block size"), AUXV_FORMAT_DEC);
++      TAG (AT_ICACHEBSIZE, _("Instruction cache block size"), AUXV_FORMAT_DEC);
++      TAG (AT_UCACHEBSIZE, _("Unified cache block size"), AUXV_FORMAT_DEC);
++      TAG (AT_IGNOREPPC, _("Entry should be ignored"), AUXV_FORMAT_DEC);
++      TAG (AT_BASE_PLATFORM, _("String identifying base platform"),
++	   AUXV_FORMAT_STR);
++      TAG (AT_RANDOM, _("Address of 16 random bytes"), AUXV_FORMAT_HEX);
++      TAG (AT_HWCAP2, _("Extension of AT_HWCAP"), AUXV_FORMAT_HEX);
++      TAG (AT_EXECFN, _("File name of executable"), AUXV_FORMAT_STR);
++      TAG (AT_SECURE, _("Boolean, was exec setuid-like?"), AUXV_FORMAT_DEC);
++      TAG (AT_SYSINFO, _("Special system info/entry points"), AUXV_FORMAT_HEX);
++      TAG (AT_SYSINFO_EHDR, _("System-supplied DSO's ELF header"),
++	   AUXV_FORMAT_HEX);
++      TAG (AT_L1I_CACHESHAPE, _("L1 Instruction cache information"),
++	   AUXV_FORMAT_HEX);
++      TAG (AT_L1D_CACHESHAPE, _("L1 Data cache information"), AUXV_FORMAT_HEX);
++      TAG (AT_L2_CACHESHAPE, _("L2 cache information"), AUXV_FORMAT_HEX);
++      TAG (AT_L3_CACHESHAPE, _("L3 cache information"), AUXV_FORMAT_HEX);
++      TAG (AT_SUN_UID, _("Effective user ID"), AUXV_FORMAT_DEC);
++      TAG (AT_SUN_RUID, _("Real user ID"), AUXV_FORMAT_DEC);
++      TAG (AT_SUN_GID, _("Effective group ID"), AUXV_FORMAT_DEC);
++      TAG (AT_SUN_RGID, _("Real group ID"), AUXV_FORMAT_DEC);
++      TAG (AT_SUN_LDELF, _("Dynamic linker's ELF header"), AUXV_FORMAT_HEX);
++      TAG (AT_SUN_LDSHDR, _("Dynamic linker's section headers"),
++	   AUXV_FORMAT_HEX);
++      TAG (AT_SUN_LDNAME, _("String giving name of dynamic linker"),
++	   AUXV_FORMAT_STR);
++      TAG (AT_SUN_LPAGESZ, _("Large pagesize"), AUXV_FORMAT_DEC);
++      TAG (AT_SUN_PLATFORM, _("Platform name string"), AUXV_FORMAT_STR);
++      TAG (AT_SUN_HWCAP, _("Machine-dependent CPU capability hints"),
++	   AUXV_FORMAT_HEX);
++      TAG (AT_SUN_IFLUSH, _("Should flush icache?"), AUXV_FORMAT_DEC);
++      TAG (AT_SUN_CPU, _("CPU name string"), AUXV_FORMAT_STR);
++      TAG (AT_SUN_EMUL_ENTRY, _("COFF entry point address"), AUXV_FORMAT_HEX);
++      TAG (AT_SUN_EMUL_EXECFD, _("COFF executable file descriptor"),
++	   AUXV_FORMAT_DEC);
++      TAG (AT_SUN_EXECNAME,
++	   _("Canonicalized file name given to execve"), AUXV_FORMAT_STR);
++      TAG (AT_SUN_MMU, _("String for name of MMU module"), AUXV_FORMAT_STR);
++      TAG (AT_SUN_LDDATA, _("Dynamic linker's data segment address"),
++	   AUXV_FORMAT_HEX);
++      TAG (AT_SUN_AUXFLAGS,
++	   _("AF_SUN_ flags passed from the kernel"), AUXV_FORMAT_HEX);
++    }
++
++  fprint_auxv_entry (file, name, description, format, type, val);
++}
++
+ /* Print the contents of the target's AUXV on the specified file.  */
++
+ int
+ fprint_target_auxv (struct ui_file *file, struct target_ops *ops)
+ {
++  struct gdbarch *gdbarch = target_gdbarch ();
+   CORE_ADDR type, val;
+   gdb_byte *data;
+   gdb_byte *ptr;
+@@ -426,93 +542,7 @@ fprint_target_auxv (struct ui_file *file, struct target_ops *ops)
+ 
+   while (target_auxv_parse (ops, &ptr, data + info->length, &type, &val) > 0)
+     {
+-      const char *name = "???";
+-      const char *description = "";
+-      enum { dec, hex, str } flavor = hex;
+-
+-      switch (type)
+-	{
+-#define TAG(tag, text, kind) \
+-	case tag: name = #tag; description = text; flavor = kind; break
+-	  TAG (AT_NULL, _("End of vector"), hex);
+-	  TAG (AT_IGNORE, _("Entry should be ignored"), hex);
+-	  TAG (AT_EXECFD, _("File descriptor of program"), dec);
+-	  TAG (AT_PHDR, _("Program headers for program"), hex);
+-	  TAG (AT_PHENT, _("Size of program header entry"), dec);
+-	  TAG (AT_PHNUM, _("Number of program headers"), dec);
+-	  TAG (AT_PAGESZ, _("System page size"), dec);
+-	  TAG (AT_BASE, _("Base address of interpreter"), hex);
+-	  TAG (AT_FLAGS, _("Flags"), hex);
+-	  TAG (AT_ENTRY, _("Entry point of program"), hex);
+-	  TAG (AT_NOTELF, _("Program is not ELF"), dec);
+-	  TAG (AT_UID, _("Real user ID"), dec);
+-	  TAG (AT_EUID, _("Effective user ID"), dec);
+-	  TAG (AT_GID, _("Real group ID"), dec);
+-	  TAG (AT_EGID, _("Effective group ID"), dec);
+-	  TAG (AT_CLKTCK, _("Frequency of times()"), dec);
+-	  TAG (AT_PLATFORM, _("String identifying platform"), str);
+-	  TAG (AT_HWCAP, _("Machine-dependent CPU capability hints"), hex);
+-	  TAG (AT_FPUCW, _("Used FPU control word"), dec);
+-	  TAG (AT_DCACHEBSIZE, _("Data cache block size"), dec);
+-	  TAG (AT_ICACHEBSIZE, _("Instruction cache block size"), dec);
+-	  TAG (AT_UCACHEBSIZE, _("Unified cache block size"), dec);
+-	  TAG (AT_IGNOREPPC, _("Entry should be ignored"), dec);
+-	  TAG (AT_BASE_PLATFORM, _("String identifying base platform"), str);
+-	  TAG (AT_RANDOM, _("Address of 16 random bytes"), hex);
+-	  TAG (AT_HWCAP2, _("Extension of AT_HWCAP"), hex);
+-	  TAG (AT_EXECFN, _("File name of executable"), str);
+-	  TAG (AT_SECURE, _("Boolean, was exec setuid-like?"), dec);
+-	  TAG (AT_SYSINFO, _("Special system info/entry points"), hex);
+-	  TAG (AT_SYSINFO_EHDR, _("System-supplied DSO's ELF header"), hex);
+-	  TAG (AT_L1I_CACHESHAPE, _("L1 Instruction cache information"), hex);
+-	  TAG (AT_L1D_CACHESHAPE, _("L1 Data cache information"), hex);
+-	  TAG (AT_L2_CACHESHAPE, _("L2 cache information"), hex);
+-	  TAG (AT_L3_CACHESHAPE, _("L3 cache information"), hex);
+-	  TAG (AT_SUN_UID, _("Effective user ID"), dec);
+-	  TAG (AT_SUN_RUID, _("Real user ID"), dec);
+-	  TAG (AT_SUN_GID, _("Effective group ID"), dec);
+-	  TAG (AT_SUN_RGID, _("Real group ID"), dec);
+-	  TAG (AT_SUN_LDELF, _("Dynamic linker's ELF header"), hex);
+-	  TAG (AT_SUN_LDSHDR, _("Dynamic linker's section headers"), hex);
+-	  TAG (AT_SUN_LDNAME, _("String giving name of dynamic linker"), str);
+-	  TAG (AT_SUN_LPAGESZ, _("Large pagesize"), dec);
+-	  TAG (AT_SUN_PLATFORM, _("Platform name string"), str);
+-	  TAG (AT_SUN_HWCAP, _("Machine-dependent CPU capability hints"), hex);
+-	  TAG (AT_SUN_IFLUSH, _("Should flush icache?"), dec);
+-	  TAG (AT_SUN_CPU, _("CPU name string"), str);
+-	  TAG (AT_SUN_EMUL_ENTRY, _("COFF entry point address"), hex);
+-	  TAG (AT_SUN_EMUL_EXECFD, _("COFF executable file descriptor"), dec);
+-	  TAG (AT_SUN_EXECNAME,
+-	       _("Canonicalized file name given to execve"), str);
+-	  TAG (AT_SUN_MMU, _("String for name of MMU module"), str);
+-	  TAG (AT_SUN_LDDATA, _("Dynamic linker's data segment address"), hex);
+-	  TAG (AT_SUN_AUXFLAGS,
+-	       _("AF_SUN_ flags passed from the kernel"), hex);
+-	}
+-
+-      fprintf_filtered (file, "%-4s %-20s %-30s ",
+-			plongest (type), name, description);
+-      switch (flavor)
+-	{
+-	case dec:
+-	  fprintf_filtered (file, "%s\n", plongest (val));
+-	  break;
+-	case hex:
+-	  fprintf_filtered (file, "%s\n", paddress (target_gdbarch (), val));
+-	  break;
+-	case str:
+-	  {
+-	    struct value_print_options opts;
+-
+-	    get_user_print_options (&opts);
+-	    if (opts.addressprint)
+-	      fprintf_filtered (file, "%s ", paddress (target_gdbarch (), val));
+-	    val_print_string (builtin_type (target_gdbarch ())->builtin_char,
+-			      NULL, val, -1, file, &opts);
+-	    fprintf_filtered (file, "\n");
+-	  }
+-	  break;
+-	}
++      gdbarch_print_auxv_entry (gdbarch, file, type, val);
+       ++ents;
+       if (type == AT_NULL)
+ 	break;
+diff --git gdb/auxv.h gdb/auxv.h
+index 9efe604..916f674 100644
+--- gdb/auxv.h
++++ gdb/auxv.h
+@@ -46,6 +46,20 @@ extern int target_auxv_parse (struct target_ops *ops,
+ extern int target_auxv_search (struct target_ops *ops,
+ 			       CORE_ADDR match, CORE_ADDR *valp);
+ 
++/* Print a description of a single AUXV entry on the specified file.  */
++enum auxv_format { AUXV_FORMAT_DEC, AUXV_FORMAT_HEX, AUXV_FORMAT_STR };
++
++extern void fprint_auxv_entry (struct ui_file *file, const char *name,
++			       const char *description,
++			       enum auxv_format format, CORE_ADDR type,
++			       CORE_ADDR val);
++
++/* The default implementation of gdbarch_print_auxv_entry.  */
++
++extern void default_print_auxv_entry (struct gdbarch *gdbarch,
++				      struct ui_file *file, CORE_ADDR type,
++				      CORE_ADDR val);
++
+ /* Print the contents of the target's AUXV on the specified file.  */
+ extern int fprint_target_auxv (struct ui_file *file, struct target_ops *ops);
+ 
+diff --git gdb/gdbarch.c gdb/gdbarch.c
+index 313502b..af7359e 100644
+--- gdb/gdbarch.c
++++ gdb/gdbarch.c
+@@ -47,6 +47,7 @@
+ #include "observer.h"
+ #include "regcache.h"
+ #include "objfiles.h"
++#include "auxv.h"
+ 
+ /* Static function declarations */
+ 
+@@ -328,6 +329,7 @@ struct gdbarch
+   gdbarch_insn_is_ret_ftype *insn_is_ret;
+   gdbarch_insn_is_jump_ftype *insn_is_jump;
+   gdbarch_auxv_parse_ftype *auxv_parse;
++  gdbarch_print_auxv_entry_ftype *print_auxv_entry;
+   gdbarch_vsyscall_range_ftype *vsyscall_range;
+   gdbarch_infcall_mmap_ftype *infcall_mmap;
+   gdbarch_infcall_munmap_ftype *infcall_munmap;
+@@ -432,6 +434,7 @@ gdbarch_alloc (const struct gdbarch_info *info,
+   gdbarch->insn_is_call = default_insn_is_call;
+   gdbarch->insn_is_ret = default_insn_is_ret;
+   gdbarch->insn_is_jump = default_insn_is_jump;
++  gdbarch->print_auxv_entry = default_print_auxv_entry;
+   gdbarch->vsyscall_range = default_vsyscall_range;
+   gdbarch->infcall_mmap = default_infcall_mmap;
+   gdbarch->infcall_munmap = default_infcall_munmap;
+@@ -678,6 +681,7 @@ verify_gdbarch (struct gdbarch *gdbarch)
+   /* Skip verify of insn_is_ret, invalid_p == 0 */
+   /* Skip verify of insn_is_jump, invalid_p == 0 */
+   /* Skip verify of auxv_parse, has predicate.  */
++  /* Skip verify of print_auxv_entry, invalid_p == 0 */
+   /* Skip verify of vsyscall_range, invalid_p == 0 */
+   /* Skip verify of infcall_mmap, invalid_p == 0 */
+   /* Skip verify of infcall_munmap, invalid_p == 0 */
+@@ -1167,6 +1171,9 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
+                       "gdbarch_dump: pointer_to_address = <%s>\n",
+                       host_address_to_string (gdbarch->pointer_to_address));
+   fprintf_unfiltered (file,
++                      "gdbarch_dump: print_auxv_entry = <%s>\n",
++                      host_address_to_string (gdbarch->print_auxv_entry));
++  fprintf_unfiltered (file,
+                       "gdbarch_dump: print_float_info = <%s>\n",
+                       host_address_to_string (gdbarch->print_float_info));
+   fprintf_unfiltered (file,
+@@ -4769,6 +4776,23 @@ set_gdbarch_auxv_parse (struct gdbarch *gdbarch,
+   gdbarch->auxv_parse = auxv_parse;
+ }
+ 
++void
++gdbarch_print_auxv_entry (struct gdbarch *gdbarch, struct ui_file *file, CORE_ADDR type, CORE_ADDR val)
++{
++  gdb_assert (gdbarch != NULL);
++  gdb_assert (gdbarch->print_auxv_entry != NULL);
++  if (gdbarch_debug >= 2)
++    fprintf_unfiltered (gdb_stdlog, "gdbarch_print_auxv_entry called\n");
++  gdbarch->print_auxv_entry (gdbarch, file, type, val);
++}
++
++void
++set_gdbarch_print_auxv_entry (struct gdbarch *gdbarch,
++                              gdbarch_print_auxv_entry_ftype print_auxv_entry)
++{
++  gdbarch->print_auxv_entry = print_auxv_entry;
++}
++
+ int
+ gdbarch_vsyscall_range (struct gdbarch *gdbarch, struct mem_range *range)
+ {
+diff --git gdb/gdbarch.h gdb/gdbarch.h
+index a6366fc..bc0f692 100644
+--- gdb/gdbarch.h
++++ gdb/gdbarch.h
+@@ -1464,6 +1464,13 @@ typedef int (gdbarch_auxv_parse_ftype) (struct gdbarch *gdbarch, gdb_byte **read
+ extern int gdbarch_auxv_parse (struct gdbarch *gdbarch, gdb_byte **readptr, gdb_byte *endptr, CORE_ADDR *typep, CORE_ADDR *valp);
+ extern void set_gdbarch_auxv_parse (struct gdbarch *gdbarch, gdbarch_auxv_parse_ftype *auxv_parse);
+ 
++/* Print the description of a single auxv entry described by TYPE and VAL
++   to FILE. */
++
++typedef void (gdbarch_print_auxv_entry_ftype) (struct gdbarch *gdbarch, struct ui_file *file, CORE_ADDR type, CORE_ADDR val);
++extern void gdbarch_print_auxv_entry (struct gdbarch *gdbarch, struct ui_file *file, CORE_ADDR type, CORE_ADDR val);
++extern void set_gdbarch_print_auxv_entry (struct gdbarch *gdbarch, gdbarch_print_auxv_entry_ftype *print_auxv_entry);
++
+ /* Find the address range of the current inferior's vsyscall/vDSO, and
+    write it to *RANGE.  If the vsyscall's length can't be determined, a
+    range with zero length is returned.  Returns true if the vsyscall is
+diff --git gdb/gdbarch.sh gdb/gdbarch.sh
+index f170c10..d8e0eeb 100755
+--- gdb/gdbarch.sh
++++ gdb/gdbarch.sh
+@@ -1110,6 +1110,10 @@ m:int:insn_is_jump:CORE_ADDR addr:addr::default_insn_is_jump::0
+ # Return 1 if an entry was read into *TYPEP and *VALP.
+ M:int:auxv_parse:gdb_byte **readptr, gdb_byte *endptr, CORE_ADDR *typep, CORE_ADDR *valp:readptr, endptr, typep, valp
+ 
++# Print the description of a single auxv entry described by TYPE and VAL
++# to FILE.
++m:void:print_auxv_entry:struct ui_file *file, CORE_ADDR type, CORE_ADDR val:file, type, val::default_print_auxv_entry::0
++
+ # Find the address range of the current inferior's vsyscall/vDSO, and
+ # write it to *RANGE.  If the vsyscall's length can't be determined, a
+ # range with zero length is returned.  Returns true if the vsyscall is
+@@ -1616,6 +1620,7 @@ cat <<EOF
+ #include "observer.h"
+ #include "regcache.h"
+ #include "objfiles.h"
++#include "auxv.h"
+ 
+ /* Static function declarations */
+ 

Copied: branches/2016Q3/devel/gdb/files/commit-3350c5f (from r418566, head/devel/gdb/files/commit-3350c5f)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2016Q3/devel/gdb/files/commit-3350c5f	Wed Jul 27 16:27:06 2016	(r419185, copy of r418566, head/devel/gdb/files/commit-3350c5f)
@@ -0,0 +1,39 @@
+commit 3350c5f5de3d2e62dd9de2a76cf2d5d8728d2600
+Author: John Baldwin <jhb@FreeBSD.org>
+Date:   Sun Jun 12 12:34:51 2016 -0700
+
+    Create a pseudo section for the ELF AUXV core dump note on FreeBSD.
+    
+    The procstat AUXV core dump note in FreeBSD consists of 32-bit integer
+    followed by an array of auxiliary vector entries.
+    
+    bfd/ChangeLog:
+    
+    	* elf.c (elfcore_grok_freebsd_note): Handle NT_FREEBSD_PROCSTAT_AUXV
+    	notes.
+
+diff --git bfd/elf.c bfd/elf.c
+index cfcafaa..cb4de50 100644
+--- bfd/elf.c
++++ bfd/elf.c
+@@ -9663,6 +9663,20 @@ elfcore_grok_freebsd_note (bfd *abfd, Elf_Internal_Note *note)
+       else
+ 	return TRUE;
+ 
++    case NT_FREEBSD_PROCSTAT_AUXV:
++      {
++	asection *sect = bfd_make_section_anyway_with_flags (abfd, ".auxv",
++							     SEC_HAS_CONTENTS);
++
++	if (sect == NULL)
++	  return FALSE;
++	sect->size = note->descsz - 4;
++	sect->filepos = note->descpos + 4;
++	sect->alignment_power = 1 + bfd_get_arch_size (abfd) / 32;
++
++	return TRUE;
++      }
++
+     case NT_X86_XSTATE:
+       if (note->namesz == 8)
+ 	return elfcore_grok_xstatereg (abfd, note);

Copied: branches/2016Q3/devel/gdb/files/commit-5077bff (from r418566, head/devel/gdb/files/commit-5077bff)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2016Q3/devel/gdb/files/commit-5077bff	Wed Jul 27 16:27:06 2016	(r419185, copy of r418566, head/devel/gdb/files/commit-5077bff)
@@ -0,0 +1,49 @@
+commit 5077bfff905136e9d9a8fdf0886f6217887622ad
+Author: John Baldwin <jhb@FreeBSD.org>
+Date:   Mon Jun 27 17:44:58 2016 -0700
+
+    Set debug registers on all threads belonging to the current inferior.
+    
+    gdb/ChangeLog:
+    
+    	* x86bsd-nat.c: Include 'gdbthread.h'.
+    	(x86bsd_dr_set): Set debug registers on all threads belonging to
+    	the current inferior.
+
+diff --git gdb/x86bsd-nat.c gdb/x86bsd-nat.c
+index 0c56848..bde25ab 100644
+--- gdb/x86bsd-nat.c
++++ gdb/x86bsd-nat.c
+@@ -19,6 +19,7 @@
+ 
+ #include "defs.h"
+ #include "inferior.h"
++#include "gdbthread.h"
+ 
+ /* We include <signal.h> to make sure `struct fxsave64' is defined on
+    NetBSD, since NetBSD's <machine/reg.h> needs it.  */
+@@ -71,6 +72,7 @@ x86bsd_dr_get (ptid_t ptid, int regnum)
+ static void
+ x86bsd_dr_set (int regnum, unsigned long value)
+ {
++  struct thread_info *thread;
+   struct dbreg dbregs;
+ 
+   if (ptrace (PT_GETDBREGS, get_ptrace_pid (inferior_ptid),
+@@ -84,9 +86,13 @@ x86bsd_dr_set (int regnum, unsigned long value)
+ 
+   DBREG_DRX ((&dbregs), regnum) = value;
+ 
+-  if (ptrace (PT_SETDBREGS, get_ptrace_pid (inferior_ptid),
+-              (PTRACE_TYPE_ARG3) &dbregs, 0) == -1)
+-    perror_with_name (_("Couldn't write debug registers"));
++  ALL_NON_EXITED_THREADS (thread)
++    if (thread->inf == current_inferior ())
++      {
++	if (ptrace (PT_SETDBREGS, get_ptrace_pid (thread->ptid),
++		    (PTRACE_TYPE_ARG3) &dbregs, 0) == -1)
++	  perror_with_name (_("Couldn't write debug registers"));
++      }
+ }
+ 
+ static void

Copied: branches/2016Q3/devel/gdb/files/commit-5fa14c6 (from r418964, head/devel/gdb/files/commit-5fa14c6)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2016Q3/devel/gdb/files/commit-5fa14c6	Wed Jul 27 16:27:06 2016	(r419185, copy of r418964, head/devel/gdb/files/commit-5fa14c6)
@@ -0,0 +1,30 @@
+commit 5fa14c6b9789bad6f91dd21889f7b1a0eb75c6d0
+Author: John Baldwin <jhb@FreeBSD.org>
+Date:   Fri Jul 15 17:01:21 2016 -0700
+
+    Enable ptrace events on new child processes.
+    
+    New child processes on FreeBSD do not inherit optional ptrace events
+    such as fork and LWP events from the parent process.  Instead,
+    explicitly enable events on new children when reporting a fork
+    event.
+    
+    gdb/ChangeLog:
+    
+    	* fbsd-nat.c (fbsd_wait): Use "fbsd_enable_proc_events" on
+    	new child processes.
+
+diff --git gdb/fbsd-nat.c gdb/fbsd-nat.c
+index 508ab19..5e4304e 100644
+--- gdb/fbsd-nat.c
++++ gdb/fbsd-nat.c
+@@ -836,6 +836,9 @@ fbsd_wait (struct target_ops *ops,
+ 		  child_ptid = ptid_build (child, pl.pl_lwpid, 0);
+ 		}
+ 
++	      /* Enable additional events on the child process.  */
++	      fbsd_enable_proc_events (ptid_get_pid (child_ptid));

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***

From owner-svn-ports-branches@freebsd.org  Wed Jul 27 19:11:52 2016
Return-Path: <owner-svn-ports-branches@freebsd.org>
Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 009BCBA5BC6;
 Wed, 27 Jul 2016 19:11:52 +0000 (UTC)
 (envelope-from feld@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id C1C931C82;
 Wed, 27 Jul 2016 19:11:51 +0000 (UTC)
 (envelope-from feld@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6RJBoKA059831;
 Wed, 27 Jul 2016 19:11:50 GMT (envelope-from feld@FreeBSD.org)
Received: (from feld@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6RJBoBw059830;
 Wed, 27 Jul 2016 19:11:50 GMT (envelope-from feld@FreeBSD.org)
Message-Id: <201607271911.u6RJBoBw059830@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: feld set sender to
 feld@FreeBSD.org using -f
From: Mark Felder <feld@FreeBSD.org>
Date: Wed, 27 Jul 2016 19:11:50 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r419191 - branches/2016Q3/net/netatalk3
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 27 Jul 2016 19:11:52 -0000

Author: feld
Date: Wed Jul 27 19:11:50 2016
New Revision: 419191
URL: https://svnweb.freebsd.org/changeset/ports/419191

Log:
  MFH: r419119
  
  Remove -L from CFLAGS (and add it to LDFLAGS) to fix a build issue on 10.1.
  
  PR:		211366
  
  Approved by:	ports-secteam (with hat)

Modified:
  branches/2016Q3/net/netatalk3/Makefile
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/net/netatalk3/Makefile
==============================================================================
--- branches/2016Q3/net/netatalk3/Makefile	Wed Jul 27 17:24:39 2016	(r419190)
+++ branches/2016Q3/net/netatalk3/Makefile	Wed Jul 27 19:11:50 2016	(r419191)
@@ -84,21 +84,24 @@ SUB_LIST+=		ZEROCONF=""
 
 .if ${PORT_OPTIONS:MAVAHI}
 CONFIGURE_ARGS+=	--enable-zeroconf=${LOCALBASE}
-CFLAGS+=		-I${LOCALBASE}/include -L${LOCALBASE}/lib
+CFLAGS+=		-I${LOCALBASE}/include
+LDFLAGS+=		-L${LOCALBASE}/lib
 LIB_DEPENDS+=		libavahi-client.so:net/avahi-app
 SUB_LIST+=		ZEROCONF="avahi_daemon"
 .endif
 
 .if ${PORT_OPTIONS:MMDNSRESPONDER}
 CONFIGURE_ARGS+=	--enable-zeroconf=${LOCALBASE}
-CFLAGS+=		-I${LOCALBASE}/include -L${LOCALBASE}/lib
+CFLAGS+=		-I${LOCALBASE}/include
+LDFLAGS+=		-L${LOCALBASE}/lib
 LIB_DEPENDS+=		libdns_sd.so:net/mDNSResponder
 SUB_LIST+=		ZEROCONF="mdnsd"
 .endif
 
 .if ${PORT_OPTIONS:MLDAP}
 CONFIGURE_ARGS+=	--with-ldap=${LOCALBASE}
-CFLAGS+=		-I${LOCALBASE}/include -L${LOCALBASE}/lib
+CFLAGS+=		-I${LOCALBASE}/include
+LDFLAGS+=		-L${LOCALBASE}/lib
 USE_OPENLDAP=		yes
 .else
 CONFIGURE_ARGS+=	--without-ldap

From owner-svn-ports-branches@freebsd.org  Wed Jul 27 19:26:17 2016
Return-Path: <owner-svn-ports-branches@freebsd.org>
Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC3C5BA6093;
 Wed, 27 Jul 2016 19:26:17 +0000 (UTC) (envelope-from cy@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 827DC165C;
 Wed, 27 Jul 2016 19:26:17 +0000 (UTC) (envelope-from cy@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6RJQGvS063888;
 Wed, 27 Jul 2016 19:26:16 GMT (envelope-from cy@FreeBSD.org)
Received: (from cy@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6RJQG5L063886;
 Wed, 27 Jul 2016 19:26:16 GMT (envelope-from cy@FreeBSD.org)
Message-Id: <201607271926.u6RJQG5L063886@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org
 using -f
From: Cy Schubert <cy@FreeBSD.org>
Date: Wed, 27 Jul 2016 19:26:16 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r419193 - branches/2016Q3/security/krb5-113
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 27 Jul 2016 19:26:17 -0000

Author: cy
Date: Wed Jul 27 19:26:16 2016
New Revision: 419193
URL: https://svnweb.freebsd.org/changeset/ports/419193

Log:
  MFH: r419157
  
  Update to 1.13.6.
  
  This is a bug fix release.
  
  * Improve some error messages
  
  * Improve documentation
  
  * Allow a principal with nonexistent policy to bypass the minimum
    password lifetime check, consistent with other aspects of
    nonexistent policies
  
  * Fix a rare KDC denial of service vulnerability when anonymous client
    principals are restricted to obtaining TGTs only [CVE-2016-3120]
  
  Security:	62d45229-4fa0-11e6-9d13-206a8a720317
  Security:	CVE-2016-3120
  
  Approved by:	ports-secteam (feld)

Modified:
  branches/2016Q3/security/krb5-113/Makefile
  branches/2016Q3/security/krb5-113/distinfo
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/security/krb5-113/Makefile
==============================================================================
--- branches/2016Q3/security/krb5-113/Makefile	Wed Jul 27 19:24:26 2016	(r419192)
+++ branches/2016Q3/security/krb5-113/Makefile	Wed Jul 27 19:26:16 2016	(r419193)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=		krb5
-PORTVERSION=		1.13.5
+PORTVERSION=		1.13.6
 CATEGORIES=		security
 MASTER_SITES=		http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/
 .if !defined(MASTERDIR)

Modified: branches/2016Q3/security/krb5-113/distinfo
==============================================================================
--- branches/2016Q3/security/krb5-113/distinfo	Wed Jul 27 19:24:26 2016	(r419192)
+++ branches/2016Q3/security/krb5-113/distinfo	Wed Jul 27 19:26:16 2016	(r419193)
@@ -1,2 +1,3 @@
-SHA256 (krb5-1.13.5.tar.gz) = d4463d3d96bf86cfbc2206713b1783e6caa00e9bb0e32a758db261facb618cca
-SIZE (krb5-1.13.5.tar.gz) = 12141933
+TIMESTAMP = 1469584625
+SHA256 (krb5-1.13.6.tar.gz) = 9c0a46b8918237a53916370d2e02298c2b294f55f0351f9404e18930bc26badc
+SIZE (krb5-1.13.6.tar.gz) = 12150805

From owner-svn-ports-branches@freebsd.org  Wed Jul 27 22:54:12 2016
Return-Path: <owner-svn-ports-branches@freebsd.org>
Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55AB3BA678D;
 Wed, 27 Jul 2016 22:54:12 +0000 (UTC)
 (envelope-from feld@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 2872316E4;
 Wed, 27 Jul 2016 22:54:12 +0000 (UTC)
 (envelope-from feld@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6RMsBTq042466;
 Wed, 27 Jul 2016 22:54:11 GMT (envelope-from feld@FreeBSD.org)
Received: (from feld@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6RMsBcR042464;
 Wed, 27 Jul 2016 22:54:11 GMT (envelope-from feld@FreeBSD.org)
Message-Id: <201607272254.u6RMsBcR042464@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: feld set sender to
 feld@FreeBSD.org using -f
From: Mark Felder <feld@FreeBSD.org>
Date: Wed, 27 Jul 2016 22:54:11 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r419203 - branches/2016Q3/databases/mysql55-server
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 27 Jul 2016 22:54:12 -0000

Author: feld
Date: Wed Jul 27 22:54:11 2016
New Revision: 419203
URL: https://svnweb.freebsd.org/changeset/ports/419203

Log:
  MFH: r419202
  
  databases/mysql55-server: Update to 5.5.50
  
  Changelog:	https://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-50.html
  
  Security:	ca5cb202-4f51-11e6-b2ec-b499baebfeaf
  
  Approved by:	ports-secteam (with hat)

Modified:
  branches/2016Q3/databases/mysql55-server/Makefile
  branches/2016Q3/databases/mysql55-server/distinfo
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/databases/mysql55-server/Makefile
==============================================================================
--- branches/2016Q3/databases/mysql55-server/Makefile	Wed Jul 27 22:53:13 2016	(r419202)
+++ branches/2016Q3/databases/mysql55-server/Makefile	Wed Jul 27 22:54:11 2016	(r419203)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME?=	mysql
-PORTVERSION=	5.5.49
+PORTVERSION=	5.5.50
 PORTREVISION?=	0
 CATEGORIES=	databases ipv6
 MASTER_SITES=	MYSQL/MySQL-5.5

Modified: branches/2016Q3/databases/mysql55-server/distinfo
==============================================================================
--- branches/2016Q3/databases/mysql55-server/distinfo	Wed Jul 27 22:53:13 2016	(r419202)
+++ branches/2016Q3/databases/mysql55-server/distinfo	Wed Jul 27 22:54:11 2016	(r419203)
@@ -1,2 +1,3 @@
-SHA256 (mysql-5.5.49.tar.gz) = cd9ca49b01a76bca635f2888b9d4d30fa6583dd198994d407cdd0dd7170e9e1f
-SIZE (mysql-5.5.49.tar.gz) = 21202609
+TIMESTAMP = 1469659156
+SHA256 (mysql-5.5.50.tar.gz) = 5eac55c8b1b2b18233c006935d90775d805a8422942e6deacf8b5bded432f951
+SIZE (mysql-5.5.50.tar.gz) = 21029856

From owner-svn-ports-branches@freebsd.org  Thu Jul 28 02:50:30 2016
Return-Path: <owner-svn-ports-branches@freebsd.org>
Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0EFD5BA65CD;
 Thu, 28 Jul 2016 02:50:30 +0000 (UTC)
 (envelope-from jbeich@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id C39A21983;
 Thu, 28 Jul 2016 02:50:29 +0000 (UTC)
 (envelope-from jbeich@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6S2oSfa027076;
 Thu, 28 Jul 2016 02:50:28 GMT (envelope-from jbeich@FreeBSD.org)
Received: (from jbeich@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6S2oStk027070;
 Thu, 28 Jul 2016 02:50:28 GMT (envelope-from jbeich@FreeBSD.org)
Message-Id: <201607280250.u6S2oStk027070@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: jbeich set sender to
 jbeich@FreeBSD.org using -f
From: Jan Beich <jbeich@FreeBSD.org>
Date: Thu, 28 Jul 2016 02:50:28 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r419205 - in branches/2016Q3/www: webkit-gtk2
 webkit-gtk2/files webkit-gtk3 webkit-gtk3/files
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 28 Jul 2016 02:50:30 -0000

Author: jbeich
Date: Thu Jul 28 02:50:28 2016
New Revision: 419205
URL: https://svnweb.freebsd.org/changeset/ports/419205

Log:
  MFH: r419064
  
  www/webkit-gtk{2,3}: use ASCII quotes to unbreak python3 build
  
    GEN      DerivedSources/WebCore/XMLViewerCSS.h
    GEN      DerivedSources/WebCore/XMLViewerJS.h
  Traceback (most recent call last):
    File "./Source/JavaScriptCore/inspector/scripts/cssmin.py", line 44, in <module>
      sys.stdout.write(cssminify(sys.stdin.read()))
    File "/usr/local/lib/python3.4/encodings/ascii.py", line 26, in decode
      return codecs.ascii_decode(input, self.errors)[0]
  UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 642: ordinal not in range(128)
  gmake: *** [GNUmakefile:82114: DerivedSources/WebCore/XMLViewerCSS.h] Error 1
  gmake: *** Waiting for unfinished jobs....
  Traceback (most recent call last):
    File "./Source/JavaScriptCore/inspector/scripts/jsmin.py", line 237, in <module>
      minifier.minify()
    File "./Source/JavaScriptCore/inspector/scripts/jsmin.py", line 106, in minify
      previous = read(1)
    File "/usr/local/lib/python3.4/encodings/ascii.py", line 26, in decode
      return codecs.ascii_decode(input, self.errors)[0]
  UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 696: ordinal not in range(128)
  gmake: *** [GNUmakefile:82119: DerivedSources/WebCore/XMLViewerJS.h] Error 1
  offlineasm: offset extractor DerivedSources/JavaScriptCore/LLIntDesiredOffsets.h successfully generated.
  
  PR:		197316
  Submitted by:	olivier@cochard.me
  Approved by:	maintainer timeout (1.5 years)
  Approved by:	ports-secteam (feld)

Added:
  branches/2016Q3/www/webkit-gtk2/files/patch-Source_WebCore_xml_XMLViewer.css
     - copied unchanged from r419064, head/www/webkit-gtk2/files/patch-Source_WebCore_xml_XMLViewer.css
  branches/2016Q3/www/webkit-gtk2/files/patch-Source_WebCore_xml_XMLViewer.js
     - copied unchanged from r419064, head/www/webkit-gtk2/files/patch-Source_WebCore_xml_XMLViewer.js
  branches/2016Q3/www/webkit-gtk3/files/patch-Source_WebCore_xml_XMLViewer.css
     - copied unchanged from r419064, head/www/webkit-gtk3/files/patch-Source_WebCore_xml_XMLViewer.css
  branches/2016Q3/www/webkit-gtk3/files/patch-Source_WebCore_xml_XMLViewer.js
     - copied unchanged from r419064, head/www/webkit-gtk3/files/patch-Source_WebCore_xml_XMLViewer.js
Modified:
  branches/2016Q3/www/webkit-gtk2/Makefile
  branches/2016Q3/www/webkit-gtk3/Makefile
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/www/webkit-gtk2/Makefile
==============================================================================
--- branches/2016Q3/www/webkit-gtk2/Makefile	Thu Jul 28 00:46:59 2016	(r419204)
+++ branches/2016Q3/www/webkit-gtk2/Makefile	Thu Jul 28 02:50:28 2016	(r419205)
@@ -3,6 +3,7 @@
 
 PORTNAME=	webkit
 PORTVERSION=	2.4.11
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://webkitgtk.org/releases/
 PKGNAMESUFFIX=	-gtk2

Copied: branches/2016Q3/www/webkit-gtk2/files/patch-Source_WebCore_xml_XMLViewer.css (from r419064, head/www/webkit-gtk2/files/patch-Source_WebCore_xml_XMLViewer.css)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2016Q3/www/webkit-gtk2/files/patch-Source_WebCore_xml_XMLViewer.css	Thu Jul 28 02:50:28 2016	(r419205, copy of r419064, head/www/webkit-gtk2/files/patch-Source_WebCore_xml_XMLViewer.css)
@@ -0,0 +1,11 @@
+--- Source/WebCore/xml/XMLViewer.css.orig	2016-04-10 06:48:37 UTC
++++ Source/WebCore/xml/XMLViewer.css
+@@ -14,7 +14,7 @@
+  * distribution.
+  *
+  * THIS SOFTWARE IS PROVIDED BY GOOGLE INC. AND ITS CONTRIBUTORS
+- * “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
++ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GOOGLE INC.
+  * OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

Copied: branches/2016Q3/www/webkit-gtk2/files/patch-Source_WebCore_xml_XMLViewer.js (from r419064, head/www/webkit-gtk2/files/patch-Source_WebCore_xml_XMLViewer.js)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2016Q3/www/webkit-gtk2/files/patch-Source_WebCore_xml_XMLViewer.js	Thu Jul 28 02:50:28 2016	(r419205, copy of r419064, head/www/webkit-gtk2/files/patch-Source_WebCore_xml_XMLViewer.js)
@@ -0,0 +1,11 @@
+--- Source/WebCore/xml/XMLViewer.js.orig	2015-07-22 12:37:57 UTC
++++ Source/WebCore/xml/XMLViewer.js
+@@ -15,7 +15,7 @@
+  * distribution.
+  *
+  * THIS SOFTWARE IS PROVIDED BY GOOGLE INC. AND ITS CONTRIBUTORS
+- * “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
++ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GOOGLE INC.
+  * OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

Modified: branches/2016Q3/www/webkit-gtk3/Makefile
==============================================================================
--- branches/2016Q3/www/webkit-gtk3/Makefile	Thu Jul 28 00:46:59 2016	(r419204)
+++ branches/2016Q3/www/webkit-gtk3/Makefile	Thu Jul 28 02:50:28 2016	(r419205)
@@ -3,6 +3,7 @@
 
 PORTNAME=	webkit
 PORTVERSION=	2.4.11
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://webkitgtk.org/releases/
 PKGNAMESUFFIX=	-gtk3

Copied: branches/2016Q3/www/webkit-gtk3/files/patch-Source_WebCore_xml_XMLViewer.css (from r419064, head/www/webkit-gtk3/files/patch-Source_WebCore_xml_XMLViewer.css)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2016Q3/www/webkit-gtk3/files/patch-Source_WebCore_xml_XMLViewer.css	Thu Jul 28 02:50:28 2016	(r419205, copy of r419064, head/www/webkit-gtk3/files/patch-Source_WebCore_xml_XMLViewer.css)
@@ -0,0 +1,11 @@
+--- Source/WebCore/xml/XMLViewer.css.orig	2016-04-10 06:48:37 UTC
++++ Source/WebCore/xml/XMLViewer.css
+@@ -14,7 +14,7 @@
+  * distribution.
+  *
+  * THIS SOFTWARE IS PROVIDED BY GOOGLE INC. AND ITS CONTRIBUTORS
+- * “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
++ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GOOGLE INC.
+  * OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

Copied: branches/2016Q3/www/webkit-gtk3/files/patch-Source_WebCore_xml_XMLViewer.js (from r419064, head/www/webkit-gtk3/files/patch-Source_WebCore_xml_XMLViewer.js)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2016Q3/www/webkit-gtk3/files/patch-Source_WebCore_xml_XMLViewer.js	Thu Jul 28 02:50:28 2016	(r419205, copy of r419064, head/www/webkit-gtk3/files/patch-Source_WebCore_xml_XMLViewer.js)
@@ -0,0 +1,11 @@
+--- Source/WebCore/xml/XMLViewer.js.orig	2015-07-22 12:37:57 UTC
++++ Source/WebCore/xml/XMLViewer.js
+@@ -15,7 +15,7 @@
+  * distribution.
+  *
+  * THIS SOFTWARE IS PROVIDED BY GOOGLE INC. AND ITS CONTRIBUTORS
+- * “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
++ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GOOGLE INC.
+  * OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

From owner-svn-ports-branches@freebsd.org  Thu Jul 28 11:30:11 2016
Return-Path: <owner-svn-ports-branches@freebsd.org>
Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id A80D8BA59C8;
 Thu, 28 Jul 2016 11:30:11 +0000 (UTC)
 (envelope-from koobs@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 5EE591EC8;
 Thu, 28 Jul 2016 11:30:11 +0000 (UTC)
 (envelope-from koobs@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6SBUAqL019223;
 Thu, 28 Jul 2016 11:30:10 GMT (envelope-from koobs@FreeBSD.org)
Received: (from koobs@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6SBUABw019222;
 Thu, 28 Jul 2016 11:30:10 GMT (envelope-from koobs@FreeBSD.org)
Message-Id: <201607281130.u6SBUABw019222@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: koobs set sender to
 koobs@FreeBSD.org using -f
From: Kubilay Kocak <koobs@FreeBSD.org>
Date: Thu, 28 Jul 2016 11:30:10 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r419212 - branches/2016Q3/dns/nsd
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 28 Jul 2016 11:30:11 -0000

Author: koobs
Date: Thu Jul 28 11:30:10 2016
New Revision: 419212
URL: https://svnweb.freebsd.org/changeset/ports/419212

Log:
  MFH: r419211 - dns/nsd: Remove IPv6 option, fixes build
  
  Remove the IPv6 option that is causing builds to fail when it is
  disabled. The issue does not affect package users, as it was a default
  option.
  
  The issue has been fixed upstream [1] and will be included/renabled
  in the next version update.
  
  While I'm here:
  
  * Switch to USES=ssl
  * Add --enable-ipv6 in CONFIGURE_ARGS to ensure it's explicitly enabled
  
  [1] https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=800
  
  PR:		211303
  Reported by:	<vfx9as gmail com>
  Approved by:	maintainer <jaap NLnetLabs nl>
  
  Approved by:	ports-secteam (blanket)

Modified:
  branches/2016Q3/dns/nsd/Makefile
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/dns/nsd/Makefile
==============================================================================
--- branches/2016Q3/dns/nsd/Makefile	Thu Jul 28 11:23:59 2016	(r419211)
+++ branches/2016Q3/dns/nsd/Makefile	Thu Jul 28 11:30:10 2016	(r419212)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 CONFLICTS=	nsd-[0-3]* nsd3-[0-9]*
 
-USES=		cpe
+USES=		cpe ssl
 CPE_VENDOR=	nlnetlabs
 
 USE_RC_SUBR=	nsd
@@ -34,7 +34,8 @@ CONFIGURE_ARGS=	--with-libevent=${LOCALB
 		--localstatedir=${NSDLSDIR} \
 		--with-dbfile=${NSDDBDIR}/nsd.db \
 		--with-ssl=${OPENSSLBASE} \
-		--with-pidfile=${NSDRUNDIR}/nsd.pid
+		--with-pidfile=${NSDRUNDIR}/nsd.pid \
+		--enable-ipv6
 
 PLIST_SUB=	NSDUSER=${NSDUSER} \
 		NSDGROUP=${NSDGROUP} \
@@ -44,16 +45,14 @@ PLIST_SUB=	NSDUSER=${NSDUSER} \
 USERS=		${NSDUSER}
 GROUPS=		${NSDGROUP}
 
-USE_OPENSSL=	yes
-
 PORTDOCS=	CREDITS ChangeLog LICENSE NSD-DATABASE NSD-DIFFFILE \
 		NSD-4-features NSD-FOR-BIND-USERS README README.icc RELNOTES \
 		REQUIREMENTS TESTPLAN TODO UPGRADING coding-style \
 		differences.tex
 
-OPTIONS_DEFINE=		ROOT_SERVER LARGEFILE IPV6 BIND8_STATS CHECKING \
+OPTIONS_DEFINE=		ROOT_SERVER LARGEFILE BIND8_STATS CHECKING \
 		MINRESPSIZE NSEC3 MMAP DOCS RRL ZONE_STATS MUNIN_PLUGIN
-OPTIONS_DEFAULT=	LARGEFILE IPV6 NSEC3 MINRESPSIZE RRL
+OPTIONS_DEFAULT=	LARGEFILE NSEC3 MINRESPSIZE RRL
 OPTIONS_SUB=	yes
 
 MUNIN_PLUGIN_IMPLIES=	BIND8_STATS
@@ -73,7 +72,6 @@ LIB_DEPENDS+=	libevent.so:devel/libevent
 
 ROOT_SERVER_CONFIGURE_ENABLE=	root-server
 LARGEFILE_CONFIGURE_ENABLE=	largefile
-IPV6_CONFIGURE_ENABLE=		ipv6
 BIND8_STATS_CONFIGURE_ENABLE=	bind8-stats
 CHECKING_CONFIGURE_ENABLE=	checking
 NSEC3_CONFIGURE_ENABLE=		nsec3

From owner-svn-ports-branches@freebsd.org  Thu Jul 28 15:04:49 2016
Return-Path: <owner-svn-ports-branches@freebsd.org>
Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1EEF9BA7E70;
 Thu, 28 Jul 2016 15:04:49 +0000 (UTC)
 (envelope-from duchateau.olivier@gmail.com)
Received: from mail-wm0-x22e.google.com (mail-wm0-x22e.google.com
 [IPv6:2a00:1450:400c:c09::22e])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (Client CN "smtp.gmail.com",
 Issuer "Google Internet Authority G2" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id AF2C917A8;
 Thu, 28 Jul 2016 15:04:48 +0000 (UTC)
 (envelope-from duchateau.olivier@gmail.com)
Received: by mail-wm0-x22e.google.com with SMTP id i5so112572701wmg.0;
 Thu, 28 Jul 2016 08:04:48 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=sender:date:from:to:cc:subject:message-id:in-reply-to:references
 :mime-version:content-transfer-encoding;
 bh=Vs1xEcGwbIj0YltDeW24SPwfd6ETza9xz3jdF4q++Qc=;
 b=upeOSm4Zyt9wuhD8ccEz8YALGpnlxGeKqRbJR47qTzkZ3qfV5GXndCOGJvM1Rb1t9h
 yCKm1uDGa0h9J+yFp6HQUht4fLCC6eDdOi+s4SMV/neCP5iacX/C5B42ikWUUGxC0C7N
 W2bWuawopoom8k0+dsXlsyxVOJHU+SlCn6jgYJSWztOJls8d9saKO7N6FnRGNla0f9Zk
 fmT7WIFjqLq/RRXjp+4Q1IniZcmQrFknpjN7yT4pNj4BfiPTKnK5ZKmUPdckIw8XaABj
 5otz6M2cQ+r1bq//Rjn57DgukxybN+pJeRbpGc0mJOkjgGpt6ADTlCpgxwxqEQjISWwp
 diEA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:sender:date:from:to:cc:subject:message-id
 :in-reply-to:references:mime-version:content-transfer-encoding;
 bh=Vs1xEcGwbIj0YltDeW24SPwfd6ETza9xz3jdF4q++Qc=;
 b=c9t5c9U0TOXDzgbrdVz2jSQqVT8N6f4cLr04Cdy124LlUh+E9h+5ObNYm80+YPbu3g
 5YEr1+Udtmr+Sij2cmKM/dMFeci1+zpSGJR6E1wLVp5r3VEdbU4hBv4BhoHJH8sjRVlm
 vOPHOljbJiCnpG4QGPkCy58PImL1G4NOyslPOwa8azmZIgqkkaw5UJ+6GO8dtmRaOmp0
 qNCJ/X+sX++AJTsZTylxZtVkKtil6/jdaFK2NHGYXQHH0VFBnh1TgKNAT/nu1cllq96S
 j6bBOZzxBs3/HOWIeN8LFcXoXnTzWaV/EB6SqIgmHSgqJQUA1JuR2OEuLLh8fK5iScX2
 3PTg==
X-Gm-Message-State: AEkoouvaNTZQZgnBnOBXY6Wiv9Js2QRSyCA5hXoyaod6OwUBbufMHMYNdNosbR3N//ya8w==
X-Received: by 10.195.18.170 with SMTP id gn10mr34278838wjd.46.1469718286465; 
 Thu, 28 Jul 2016 08:04:46 -0700 (PDT)
Received: from tuborg (AMarseille-655-1-729-119.w92-150.abo.wanadoo.fr.
 [92.150.126.119])
 by smtp.gmail.com with ESMTPSA id i8sm12697304wmg.21.2016.07.28.08.04.45
 (version=TLS1 cipher=AES128-SHA bits=128/128);
 Thu, 28 Jul 2016 08:04:45 -0700 (PDT)
Sender: Olivier Duchateau <duchateau.olivier@gmail.com>
Date: Thu, 28 Jul 2016 17:01:32 +0000
From: Olivier Duchateau <olivierd@freebsd.org>
To: Jan Beich <jbeich@FreeBSD.org>
Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: Re: svn commit: r419205 - in branches/2016Q3/www: webkit-gtk2
 webkit-gtk2/files webkit-gtk3 webkit-gtk3/files
Message-Id: <20160728170132.f2e4c8735e66df4124d2a6f8@freebsd.org>
In-Reply-To: <201607280250.u6S2oStk027070@repo.freebsd.org>
References: <201607280250.u6S2oStk027070@repo.freebsd.org>
X-Mailer: Sylpheed 3.5.0 (GTK+ 2.24.29; i386-portbld-freebsd9.3)
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 28 Jul 2016 15:04:49 -0000

On Thu, 28 Jul 2016 02:50:28 +0000 (UTC)
Jan Beich <jbeich@FreeBSD.org> wrote:

> Author: jbeich
> Date: Thu Jul 28 02:50:28 2016
> New Revision: 419205
> URL: https://svnweb.freebsd.org/changeset/ports/419205
> 
> Log:
>   MFH: r419064
>   
>   www/webkit-gtk{2,3}: use ASCII quotes to unbreak python3 build
>   
>     GEN      DerivedSources/WebCore/XMLViewerCSS.h
>     GEN      DerivedSources/WebCore/XMLViewerJS.h
>   Traceback (most recent call last):
>     File "./Source/JavaScriptCore/inspector/scripts/cssmin.py", line 44, in <module>
>       sys.stdout.write(cssminify(sys.stdin.read()))
>     File "/usr/local/lib/python3.4/encodings/ascii.py", line 26, in decode
>       return codecs.ascii_decode(input, self.errors)[0]
>   UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 642: ordinal not in range(128)
>   gmake: *** [GNUmakefile:82114: DerivedSources/WebCore/XMLViewerCSS.h] Error 1
>   gmake: *** Waiting for unfinished jobs....
>   Traceback (most recent call last):
>     File "./Source/JavaScriptCore/inspector/scripts/jsmin.py", line 237, in <module>
>       minifier.minify()
>     File "./Source/JavaScriptCore/inspector/scripts/jsmin.py", line 106, in minify
>       previous = read(1)
>     File "/usr/local/lib/python3.4/encodings/ascii.py", line 26, in decode
>       return codecs.ascii_decode(input, self.errors)[0]
>   UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 696: ordinal not in range(128)
>   gmake: *** [GNUmakefile:82119: DerivedSources/WebCore/XMLViewerJS.h] Error 1
>   offlineasm: offset extractor DerivedSources/JavaScriptCore/LLIntDesiredOffsets.h successfully generated.
>   
>   PR:		197316
>   Submitted by:	olivier@cochard.me
>   Approved by:	maintainer timeout (1.5 years)
>   Approved by:	ports-secteam (feld)

Someone in ports-secteam can justify why this commit was backported into 2016Q3 branch (which is a "stable" branch).

I can understand in head (using Python3 instead of Python2), but by default it's Python 2.7.x which is used, and WebKitGTK+ build fines.

Note: I don't know the context, but error mentioned in commit log can also happen with Python2.

> 
> Added:
>   branches/2016Q3/www/webkit-gtk2/files/patch-Source_WebCore_xml_XMLViewer.css
>      - copied unchanged from r419064, head/www/webkit-gtk2/files/patch-Source_WebCore_xml_XMLViewer.css
>   branches/2016Q3/www/webkit-gtk2/files/patch-Source_WebCore_xml_XMLViewer.js
>      - copied unchanged from r419064, head/www/webkit-gtk2/files/patch-Source_WebCore_xml_XMLViewer.js
>   branches/2016Q3/www/webkit-gtk3/files/patch-Source_WebCore_xml_XMLViewer.css
>      - copied unchanged from r419064, head/www/webkit-gtk3/files/patch-Source_WebCore_xml_XMLViewer.css
>   branches/2016Q3/www/webkit-gtk3/files/patch-Source_WebCore_xml_XMLViewer.js
>      - copied unchanged from r419064, head/www/webkit-gtk3/files/patch-Source_WebCore_xml_XMLViewer.js
> Modified:
>   branches/2016Q3/www/webkit-gtk2/Makefile
>   branches/2016Q3/www/webkit-gtk3/Makefile
> Directory Properties:
>   branches/2016Q3/   (props changed)
> 
> Modified: branches/2016Q3/www/webkit-gtk2/Makefile
> ==============================================================================
> --- branches/2016Q3/www/webkit-gtk2/Makefile	Thu Jul 28 00:46:59 2016	(r419204)
> +++ branches/2016Q3/www/webkit-gtk2/Makefile	Thu Jul 28 02:50:28 2016	(r419205)
> @@ -3,6 +3,7 @@
>  
>  PORTNAME=	webkit
>  PORTVERSION=	2.4.11
> +PORTREVISION=	1
>  CATEGORIES=	www
>  MASTER_SITES=	http://webkitgtk.org/releases/
>  PKGNAMESUFFIX=	-gtk2
> 
> Copied: branches/2016Q3/www/webkit-gtk2/files/patch-Source_WebCore_xml_XMLViewer.css (from r419064, head/www/webkit-gtk2/files/patch-Source_WebCore_xml_XMLViewer.css)
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ branches/2016Q3/www/webkit-gtk2/files/patch-Source_WebCore_xml_XMLViewer.css	Thu Jul 28 02:50:28 2016	(r419205, copy of r419064, head/www/webkit-gtk2/files/patch-Source_WebCore_xml_XMLViewer.css)
> @@ -0,0 +1,11 @@
> +--- Source/WebCore/xml/XMLViewer.css.orig	2016-04-10 06:48:37 UTC
> ++++ Source/WebCore/xml/XMLViewer.css
> +@@ -14,7 +14,7 @@
> +  * distribution.
> +  *
> +  * THIS SOFTWARE IS PROVIDED BY GOOGLE INC. AND ITS CONTRIBUTORS
> +- * “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
> ++ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
> +  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
> +  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GOOGLE INC.
> +  * OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
> 
> Copied: branches/2016Q3/www/webkit-gtk2/files/patch-Source_WebCore_xml_XMLViewer.js (from r419064, head/www/webkit-gtk2/files/patch-Source_WebCore_xml_XMLViewer.js)
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ branches/2016Q3/www/webkit-gtk2/files/patch-Source_WebCore_xml_XMLViewer.js	Thu Jul 28 02:50:28 2016	(r419205, copy of r419064, head/www/webkit-gtk2/files/patch-Source_WebCore_xml_XMLViewer.js)
> @@ -0,0 +1,11 @@
> +--- Source/WebCore/xml/XMLViewer.js.orig	2015-07-22 12:37:57 UTC
> ++++ Source/WebCore/xml/XMLViewer.js
> +@@ -15,7 +15,7 @@
> +  * distribution.
> +  *
> +  * THIS SOFTWARE IS PROVIDED BY GOOGLE INC. AND ITS CONTRIBUTORS
> +- * “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
> ++ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
> +  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
> +  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GOOGLE INC.
> +  * OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
> 
> Modified: branches/2016Q3/www/webkit-gtk3/Makefile
> ==============================================================================
> --- branches/2016Q3/www/webkit-gtk3/Makefile	Thu Jul 28 00:46:59 2016	(r419204)
> +++ branches/2016Q3/www/webkit-gtk3/Makefile	Thu Jul 28 02:50:28 2016	(r419205)
> @@ -3,6 +3,7 @@
>  
>  PORTNAME=	webkit
>  PORTVERSION=	2.4.11
> +PORTREVISION=	1
>  CATEGORIES=	www
>  MASTER_SITES=	http://webkitgtk.org/releases/
>  PKGNAMESUFFIX=	-gtk3
> 
> Copied: branches/2016Q3/www/webkit-gtk3/files/patch-Source_WebCore_xml_XMLViewer.css (from r419064, head/www/webkit-gtk3/files/patch-Source_WebCore_xml_XMLViewer.css)
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ branches/2016Q3/www/webkit-gtk3/files/patch-Source_WebCore_xml_XMLViewer.css	Thu Jul 28 02:50:28 2016	(r419205, copy of r419064, head/www/webkit-gtk3/files/patch-Source_WebCore_xml_XMLViewer.css)
> @@ -0,0 +1,11 @@
> +--- Source/WebCore/xml/XMLViewer.css.orig	2016-04-10 06:48:37 UTC
> ++++ Source/WebCore/xml/XMLViewer.css
> +@@ -14,7 +14,7 @@
> +  * distribution.
> +  *
> +  * THIS SOFTWARE IS PROVIDED BY GOOGLE INC. AND ITS CONTRIBUTORS
> +- * “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
> ++ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
> +  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
> +  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GOOGLE INC.
> +  * OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
> 
> Copied: branches/2016Q3/www/webkit-gtk3/files/patch-Source_WebCore_xml_XMLViewer.js (from r419064, head/www/webkit-gtk3/files/patch-Source_WebCore_xml_XMLViewer.js)
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ branches/2016Q3/www/webkit-gtk3/files/patch-Source_WebCore_xml_XMLViewer.js	Thu Jul 28 02:50:28 2016	(r419205, copy of r419064, head/www/webkit-gtk3/files/patch-Source_WebCore_xml_XMLViewer.js)
> @@ -0,0 +1,11 @@
> +--- Source/WebCore/xml/XMLViewer.js.orig	2015-07-22 12:37:57 UTC
> ++++ Source/WebCore/xml/XMLViewer.js
> +@@ -15,7 +15,7 @@
> +  * distribution.
> +  *
> +  * THIS SOFTWARE IS PROVIDED BY GOOGLE INC. AND ITS CONTRIBUTORS
> +- * “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
> ++ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
> +  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
> +  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GOOGLE INC.
> +  * OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
> 


-- 
Olivier Duchateau <olivierd@freebsd.org>

From owner-svn-ports-branches@freebsd.org  Fri Jul 29 07:22:55 2016
Return-Path: <owner-svn-ports-branches@freebsd.org>
Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06590BA752C;
 Fri, 29 Jul 2016 07:22:55 +0000 (UTC) (envelope-from dbn@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id C661F1707;
 Fri, 29 Jul 2016 07:22:54 +0000 (UTC) (envelope-from dbn@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6T7Msm9062846;
 Fri, 29 Jul 2016 07:22:54 GMT (envelope-from dbn@FreeBSD.org)
Received: (from dbn@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6T7MrJL062845;
 Fri, 29 Jul 2016 07:22:53 GMT (envelope-from dbn@FreeBSD.org)
Message-Id: <201607290722.u6T7MrJL062845@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org
 using -f
From: David Naylor <dbn@FreeBSD.org>
Date: Fri, 29 Jul 2016 07:22:53 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r419229 - branches/2016Q3/Mk/Uses
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 29 Jul 2016 07:22:55 -0000

Author: dbn
Date: Fri Jul 29 07:22:53 2016
New Revision: 419229
URL: https://svnweb.freebsd.org/changeset/ports/419229

Log:
  MFH: r418990
  
  Mk/Uses/tcl.mk: fix stage-qa linking error.
  
   - If a port links to libtk then it will always also link to libtcl.  Include
     libtcl in the LIB_DEPENDS when linking to libtk.
   - Fix indentation of '.if' statements
  
  PR:		211261
  Approved by:	ports-secteam (feld), gahr

Modified:
  branches/2016Q3/Mk/Uses/tcl.mk
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/Mk/Uses/tcl.mk
==============================================================================
--- branches/2016Q3/Mk/Uses/tcl.mk	Fri Jul 29 05:43:30 2016	(r419228)
+++ branches/2016Q3/Mk/Uses/tcl.mk	Fri Jul 29 07:22:53 2016	(r419229)
@@ -184,12 +184,13 @@ _TCLTK_WRAPPER_PORT=	wish:x11-toolkits/t
 .endif
 
 # Construct the correct dependency lines (Tcl/Tk)
-.  if ${_TCLTK_PORT} == "tcl"
+.if ${_TCLTK_PORT} == "tcl"
 _TCLTK_EXE_LINE=	tclsh${TCL_VER}:lang/tcl${_TCLTK_WANTED_VERSION}
 _TCLTK_LIB_LINE=	libtcl${TCL_SHLIB_VER}.so:lang/tcl${_TCLTK_WANTED_VERSION}
-.  elif ${_TCLTK_PORT} == "tk"
+.elif ${_TCLTK_PORT} == "tk"
 _TCLTK_EXE_LINE=	wish${TK_VER}:x11-toolkits/tk${_TCLTK_WANTED_VERSION}
-_TCLTK_LIB_LINE=	libtk${TK_SHLIB_VER}.so:x11-toolkits/tk${_TCLTK_WANTED_VERSION}
+_TCLTK_LIB_LINE=	libtk${TK_SHLIB_VER}.so:x11-toolkits/tk${_TCLTK_WANTED_VERSION} \
+			libtcl${TCL_SHLIB_VER}.so:lang/tcl${_TCLTK_WANTED_VERSION}
 .endif
 
 .if ${tcl_ARGS:Mbuild}

From owner-svn-ports-branches@freebsd.org  Fri Jul 29 20:04:57 2016
Return-Path: <owner-svn-ports-branches@freebsd.org>
Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9FFC7BA87E8;
 Fri, 29 Jul 2016 20:04:57 +0000 (UTC) (envelope-from cmt@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 70E521BB1;
 Fri, 29 Jul 2016 20:04:57 +0000 (UTC) (envelope-from cmt@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6TK4u3E046300;
 Fri, 29 Jul 2016 20:04:56 GMT (envelope-from cmt@FreeBSD.org)
Received: (from cmt@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6TK4umi046296;
 Fri, 29 Jul 2016 20:04:56 GMT (envelope-from cmt@FreeBSD.org)
Message-Id: <201607292004.u6TK4umi046296@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org
 using -f
From: Christoph Moench-Tegeder <cmt@FreeBSD.org>
Date: Fri, 29 Jul 2016 20:04:56 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r419268 - in branches/2016Q3/graphics: gimp gimp-app
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 29 Jul 2016 20:04:57 -0000

Author: cmt
Date: Fri Jul 29 20:04:56 2016
New Revision: 419268
URL: https://svnweb.freebsd.org/changeset/ports/419268

Log:
  MFH: r419233
  
  Update The Gimp to 2.8.18
  
  PR:		211124
  Submitted by:	pkubaj@anongoth.pl
  Approved by:	rene (mentor)
  Approved by:	maintainer-timeout
  Security:	6fb8a90f-c9d5-4d14-b940-aed3d63c2edc
  
  Approved by:	ports-secteam (feld)

Modified:
  branches/2016Q3/graphics/gimp-app/Makefile
  branches/2016Q3/graphics/gimp-app/distinfo
  branches/2016Q3/graphics/gimp-app/pkg-plist
  branches/2016Q3/graphics/gimp/Makefile
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/graphics/gimp-app/Makefile
==============================================================================
--- branches/2016Q3/graphics/gimp-app/Makefile	Fri Jul 29 19:45:20 2016	(r419267)
+++ branches/2016Q3/graphics/gimp-app/Makefile	Fri Jul 29 20:04:56 2016	(r419268)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME?=	gimp-app
-PORTVERSION=	2.8.16
-PORTREVISION?=	2
+PORTVERSION=	2.8.18
 PORTEPOCH?=	1
 CATEGORIES?=	graphics gnome
 MASTER_SITES=	GIMP/gimp/v${PORTVERSION:R}
@@ -20,14 +19,18 @@ LIB_DEPENDS=	libpng.so:graphics/png \
 		libtiff.so:graphics/tiff \
 		liblcms2.so:graphics/lcms2 \
 		libgegl-0.2.so:graphics/gegl \
-		libbabl-0.1.so:x11/babl
+		libbabl-0.1.so:x11/babl \
+		libfontconfig.so:x11-fonts/fontconfig \
+		libdbus-1.so:devel/dbus \
+		libsoup-2.4.so:devel/libsoup \
+		libfreetype.so:print/freetype2
 RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes
 
 GNU_CONFIGURE=	yes
 USES+=		cpe desktop-file-utils execinfo gettext gmake jpeg libtool \
 		localbase pathfix pkgconfig tar:bzip2
-USE_XORG=	xpm xmu xext
-USE_GNOME+=	intlhack gtk20
+USE_XORG=	ice sm xcursor xext xfixes xmu xpm xt x11
+USE_GNOME+=	cairo gtk20 intlhack
 USE_LDCONFIG=	yes
 INSTALLS_ICONS=	yes
 INSTALL_TARGET=	install-strip
@@ -47,7 +50,7 @@ LIBS+=		-lexecinfo
 CPE_PRODUCT=	gimp
 CPE_VENDOR=	gnu
 
-PLIST_SUB+=	LIBVER=0.800.16
+PLIST_SUB+=	LIBVER=0.800.18
 
 .if !defined(GIMP_SLAVE)
 

Modified: branches/2016Q3/graphics/gimp-app/distinfo
==============================================================================
--- branches/2016Q3/graphics/gimp-app/distinfo	Fri Jul 29 19:45:20 2016	(r419267)
+++ branches/2016Q3/graphics/gimp-app/distinfo	Fri Jul 29 20:04:56 2016	(r419268)
@@ -1,2 +1,3 @@
-SHA256 (gimp-2.8.16.tar.bz2) = 95e3857bd0b5162cf8d1eda8c78b741eef968c3e3ac6c1195aaac2a4e2574fb7
-SIZE (gimp-2.8.16.tar.bz2) = 20847212
+TIMESTAMP = 1468525766
+SHA256 (gimp-2.8.18.tar.bz2) = 39dd2247c678deaf5cc664397d3c6bd4fb910d3472290fd54b52b441b5815441
+SIZE (gimp-2.8.18.tar.bz2) = 20824198

Modified: branches/2016Q3/graphics/gimp-app/pkg-plist
==============================================================================
--- branches/2016Q3/graphics/gimp-app/pkg-plist	Fri Jul 29 19:45:20 2016	(r419267)
+++ branches/2016Q3/graphics/gimp-app/pkg-plist	Fri Jul 29 20:04:56 2016	(r419268)
@@ -462,7 +462,6 @@ share/doc/gimp/libgimp/GimpSelectButton.
 share/doc/gimp/libgimp/GimpZoomPreview.html
 share/doc/gimp/libgimp/home.png
 share/doc/gimp/libgimp/index.html
-share/doc/gimp/libgimp/index.sgml
 share/doc/gimp/libgimp/left-insensitive.png
 share/doc/gimp/libgimp/left.png
 share/doc/gimp/libgimp/libgimp-Gimp.html
@@ -551,7 +550,6 @@ share/doc/gimp/libgimp/up-insensitive.pn
 share/doc/gimp/libgimp/up.png
 share/doc/gimp/libgimpbase/home.png
 share/doc/gimp/libgimpbase/index.html
-share/doc/gimp/libgimpbase/index.sgml
 share/doc/gimp/libgimpbase/left-insensitive.png
 share/doc/gimp/libgimpbase/left.png
 share/doc/gimp/libgimpbase/libgimpbase-gimpbaseenums.html
@@ -585,7 +583,6 @@ share/doc/gimp/libgimpbase/up-insensitiv
 share/doc/gimp/libgimpbase/up.png
 share/doc/gimp/libgimpcolor/home.png
 share/doc/gimp/libgimpcolor/index.html
-share/doc/gimp/libgimpcolor/index.sgml
 share/doc/gimp/libgimpcolor/left-insensitive.png
 share/doc/gimp/libgimpcolor/left.png
 share/doc/gimp/libgimpcolor/libgimpcolor-GimpAdaptiveSupersample.html
@@ -612,7 +609,6 @@ share/doc/gimp/libgimpcolor/up.png
 share/doc/gimp/libgimpconfig/GimpColorConfig.html
 share/doc/gimp/libgimpconfig/home.png
 share/doc/gimp/libgimpconfig/index.html
-share/doc/gimp/libgimpconfig/index.sgml
 share/doc/gimp/libgimpconfig/left-insensitive.png
 share/doc/gimp/libgimpconfig/left.png
 share/doc/gimp/libgimpconfig/libgimpconfig-GimpConfig-deserialize.html
@@ -639,7 +635,6 @@ share/doc/gimp/libgimpconfig/up-insensit
 share/doc/gimp/libgimpconfig/up.png
 share/doc/gimp/libgimpmath/home.png
 share/doc/gimp/libgimpmath/index.html
-share/doc/gimp/libgimpmath/index.sgml
 share/doc/gimp/libgimpmath/left-insensitive.png
 share/doc/gimp/libgimpmath/left.png
 share/doc/gimp/libgimpmath/libgimpmath-GimpMD5.html
@@ -662,7 +657,6 @@ share/doc/gimp/libgimpmodule/GimpModule.
 share/doc/gimp/libgimpmodule/GimpModuleDB.html
 share/doc/gimp/libgimpmodule/home.png
 share/doc/gimp/libgimpmodule/index.html
-share/doc/gimp/libgimpmodule/index.sgml
 share/doc/gimp/libgimpmodule/left-insensitive.png
 share/doc/gimp/libgimpmodule/left.png
 share/doc/gimp/libgimpmodule/libgimpmodule-index-deprecated.html
@@ -681,7 +675,6 @@ share/doc/gimp/libgimpmodule/up.png
 share/doc/gimp/libgimpthumb/GimpThumbnail.html
 share/doc/gimp/libgimpthumb/home.png
 share/doc/gimp/libgimpthumb/index.html
-share/doc/gimp/libgimpthumb/index.sgml
 share/doc/gimp/libgimpthumb/left-insensitive.png
 share/doc/gimp/libgimpthumb/left.png
 share/doc/gimp/libgimpthumb/libgimpthumb-GimpThumb-enums.html
@@ -770,7 +763,6 @@ share/doc/gimp/libgimpwidgets/gimp-strin
 share/doc/gimp/libgimpwidgets/gimp-unit-menu.png
 share/doc/gimp/libgimpwidgets/home.png
 share/doc/gimp/libgimpwidgets/index.html
-share/doc/gimp/libgimpwidgets/index.sgml
 share/doc/gimp/libgimpwidgets/left-insensitive.png
 share/doc/gimp/libgimpwidgets/left.png
 share/doc/gimp/libgimpwidgets/libgimpwidgets-GimpCairoUtils.html

Modified: branches/2016Q3/graphics/gimp/Makefile
==============================================================================
--- branches/2016Q3/graphics/gimp/Makefile	Fri Jul 29 19:45:20 2016	(r419267)
+++ branches/2016Q3/graphics/gimp/Makefile	Fri Jul 29 20:04:56 2016	(r419268)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gimp
-DISTVERSION?=	2.8.16
+DISTVERSION?=	2.8.18
 PORTREVISION?=	0
 PORTEPOCH?=	2
 CATEGORIES=	graphics gnome

From owner-svn-ports-branches@freebsd.org  Sat Jul 30 10:57:15 2016
Return-Path: <owner-svn-ports-branches@freebsd.org>
Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7020BA71AF;
 Sat, 30 Jul 2016 10:57:15 +0000 (UTC)
 (envelope-from koobs@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 94E551D27;
 Sat, 30 Jul 2016 10:57:15 +0000 (UTC)
 (envelope-from koobs@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6UAvEwK080750;
 Sat, 30 Jul 2016 10:57:14 GMT (envelope-from koobs@FreeBSD.org)
Received: (from koobs@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6UAvEBh080749;
 Sat, 30 Jul 2016 10:57:14 GMT (envelope-from koobs@FreeBSD.org)
Message-Id: <201607301057.u6UAvEBh080749@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: koobs set sender to
 koobs@FreeBSD.org using -f
From: Kubilay Kocak <koobs@FreeBSD.org>
Date: Sat, 30 Jul 2016 10:57:14 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r419307 - in branches/2016Q3/deskutils/gcalcli: . files
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 30 Jul 2016 10:57:15 -0000

Author: koobs
Date: Sat Jul 30 10:57:14 2016
New Revision: 419307
URL: https://svnweb.freebsd.org/changeset/ports/419307

Log:
  MFH: r419306: deskutils/gcalcli: Fix for oauth2client > 1.4.12
  
  gcalcli requires a dependency on oauth2client <= 1.4.12 to work
  correctly, as higher versions replaced the run() method with run_flow().
  
  The version of oauth2client in ports is 2.2.0 at the time of writing.
  
  Fixes for the issue [1][2][3] have been submitted upstream in multiple
  cases, although upstream has closed them as duplicates of a refactor
  issue [4] that is yet to be committed/resolved.
  
  This commit commits the proposed change in issue #229 [2].
  
  While I'm here:
  
  * Explicitly specify (and limit) supported Python versions to -2.x
  * Add python to CATEGORIES
  * Group, re-order and sort USE{s}, NO_* and files/plist sections
  * Capitalize OPTIONS descriptions
  
  [1] https://github.com/insanum/gcalcli/pull/211
  [2] https://github.com/insanum/gcalcli/issues/229
  [3] https://github.com/insanum/gcalcli/issues/244
  [4] https://github.com/insanum/gcalcli/issues/165
  
  PR:		206045
  Submitted by:	Lawrence Chen <beastie tardisi com>
  Approved by:	portmgr (maintainer timeout, 6+ months)
  
  Approved by:	ports-secteam (blanket)

Added:
  branches/2016Q3/deskutils/gcalcli/files/
     - copied from r419306, head/deskutils/gcalcli/files/
Modified:
  branches/2016Q3/deskutils/gcalcli/Makefile
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/deskutils/gcalcli/Makefile
==============================================================================
--- branches/2016Q3/deskutils/gcalcli/Makefile	Sat Jul 30 10:51:46 2016	(r419306)
+++ branches/2016Q3/deskutils/gcalcli/Makefile	Sat Jul 30 10:57:14 2016	(r419307)
@@ -4,7 +4,8 @@
 PORTNAME=	gcalcli
 PORTVERSION=	3.2
 DISTVERSIONPREFIX=	v
-CATEGORIES=	deskutils
+PORTREVISION=	1
+CATEGORIES=	deskutils python
 
 MAINTAINER=	ports@thelanman.net
 COMMENT=	Google Calendar Command Line Interface
@@ -17,29 +18,28 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}date
 		${PYTHON_SITELIBDIR}/apiclient/__init__.py:www/py-google-api-python-client \
 		${PYTHON_SITELIBDIR}/httplib2/__init__.py:www/py-httplib2
 
+USES=		python:-2.7
 USE_GITHUB=	yes
-GH_ACCOUNT=	insanum
-
-USES=		python
-
-NO_BUILD=	yes
-NO_ARCH=	yes
-
-PORTDOCS=	README.md gcalcli_?.png
 
-PLIST_FILES=	bin/gcalcli
+GH_ACCOUNT=	insanum
 
 OPTIONS_DEFINE=		DOCS FUZZYDATES ICS_VCAL SIMPLEJSON
 OPTIONS_DEFAULT=	ICS_VCAL
 
-ICS_VCAL_DESC=		enable importing of ics/vcal files
-SIMPLEJSON_DESC=	use simplejson for url shortening
-FUZZYDATES_DESC=	use parsedatetime for fuzzy date parsing
+ICS_VCAL_DESC=		Enable importing of ics/vcal files
+SIMPLEJSON_DESC=	Use simplejson for url shortening
+FUZZYDATES_DESC=	Use parsedatetime for fuzzy date parsing
 
 ICS_VCAL_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}vobject>=0.4.8:deskutils/py-vobject
 SIMPLEJSON_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}simplejson>=0:devel/py-simplejson
 FUZZYDATES_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}parsedatetime>=0:devel/py-parsedatetime
 
+NO_BUILD=	yes
+NO_ARCH=	yes
+
+PORTDOCS=	README.md gcalcli_?.png
+PLIST_FILES=	bin/gcalcli
+
 do-install:
 	${MKDIR} ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin

From owner-svn-ports-branches@freebsd.org  Sat Jul 30 22:38:25 2016
Return-Path: <owner-svn-ports-branches@freebsd.org>
Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98798BA8A24;
 Sat, 30 Jul 2016 22:38:25 +0000 (UTC) (envelope-from cpm@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 4C0231A83;
 Sat, 30 Jul 2016 22:38:25 +0000 (UTC) (envelope-from cpm@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6UMcOQ3042005;
 Sat, 30 Jul 2016 22:38:24 GMT (envelope-from cpm@FreeBSD.org)
Received: (from cpm@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6UMcO5Q042003;
 Sat, 30 Jul 2016 22:38:24 GMT (envelope-from cpm@FreeBSD.org)
Message-Id: <201607302238.u6UMcO5Q042003@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org
 using -f
From: "Carlos J. Puga Medina" <cpm@FreeBSD.org>
Date: Sat, 30 Jul 2016 22:38:24 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r419335 - in branches/2016Q3/x11/yelp: . files
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 30 Jul 2016 22:38:25 -0000

Author: cpm
Date: Sat Jul 30 22:38:24 2016
New Revision: 419335
URL: https://svnweb.freebsd.org/changeset/ports/419335

Log:
  MFH: r419332
  
  - Add USES=autoreconf
  - Enable compatibility with traditional man
  
  PR:	210927
  Submitted by:	cpm
  Reported by:	Rares Vernica <rvernica@gmail.com>
  Approved by:	gnome (maintainer timeout, 3 weeks)
  Obtained from:	Gentoo (https://github.com/gentoo/gentoo/blob/master/gnome-extra/yelp/files/yelp-3.16.0-man-compatibility.patch)
  
  Approved by:	ports-secteam (junovitch)

Added:
  branches/2016Q3/x11/yelp/files/
     - copied from r419332, head/x11/yelp/files/
Modified:
  branches/2016Q3/x11/yelp/Makefile
  branches/2016Q3/x11/yelp/pkg-plist
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/x11/yelp/Makefile
==============================================================================
--- branches/2016Q3/x11/yelp/Makefile	Sat Jul 30 22:33:20 2016	(r419334)
+++ branches/2016Q3/x11/yelp/Makefile	Sat Jul 30 22:38:24 2016	(r419335)
@@ -3,6 +3,7 @@
 
 PORTNAME=	yelp
 PORTVERSION=	3.18.1
+PORTREVISION=	1
 CATEGORIES=	x11 gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome3
@@ -20,7 +21,7 @@ RUN_DEPENDS=	yelp-xsl>=0:textproc/yelp-x
 
 PORTSCOUT=	limitw:1,even
 
-USES=		desktop-file-utils gettext gmake gnome libtool pathfix \
+USES=		autoreconf desktop-file-utils gettext gmake gnome libtool pathfix \
 		pkgconfig tar:xz
 USE_XORG=	x11 ice
 USE_GNOME=	gtk30 intlhack libxml2 libxslt
@@ -39,4 +40,10 @@ CONFIGURE_ENV+=	YELP_LZMA_CFLAGS="-I/usr
 		YELP_LZMA_LIBS="-L/usr/lib -llzma"
 .endif
 
+post-patch:
+	@${CP} ${FILESDIR}/yelp-groff ${WRKSRC}/libyelp
+
+post-install:
+	${INSTALL_SCRIPT} ${FILESDIR}/yelp-groff ${STAGEDIR}${PREFIX}/libexec
+
 .include <bsd.port.mk>

Modified: branches/2016Q3/x11/yelp/pkg-plist
==============================================================================
--- branches/2016Q3/x11/yelp/pkg-plist	Sat Jul 30 22:33:20 2016	(r419334)
+++ branches/2016Q3/x11/yelp/pkg-plist	Sat Jul 30 22:38:24 2016	(r419335)
@@ -26,6 +26,7 @@ lib/yelp/libyelpcommon.a
 lib/yelp/libyelpcommon.so
 lib/yelp/web-extensions/libyelpwebextension.a
 lib/yelp/web-extensions/libyelpwebextension.so
+libexec/yelp-groff
 share/applications/yelp.desktop
 share/gtk-doc/html/libyelp/YelpDocument.html
 share/gtk-doc/html/libyelp/YelpSettings.html