From owner-svn-ports-branches@FreeBSD.ORG Mon Oct 6 15:25:29 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5185DECE; Mon, 6 Oct 2014 15:25:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 3D7C0BB6; Mon, 6 Oct 2014 15:25:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s96FPTAl043533; Mon, 6 Oct 2014 15:25:29 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s96FPTif043532; Mon, 6 Oct 2014 15:25:29 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201410061525.s96FPTif043532@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Mon, 6 Oct 2014 15:25:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r370187 - branches/2014Q4/sysutils/ucspi-tcp 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.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2014 15:25:29 -0000 Author: garga Date: Mon Oct 6 15:25:28 2014 New Revision: 370187 URL: https://svnweb.freebsd.org/changeset/ports/370187 QAT: https://qat.redports.org/buildarchive/r370187/ Log: MFH: r370153 - Fix build with option IPV6 disabled PR: 193827 Submitted by: kyuupichan@gmail.com Approved by: ports-secteam (zi@) Modified: branches/2014Q4/sysutils/ucspi-tcp/Makefile Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/sysutils/ucspi-tcp/Makefile ============================================================================== --- branches/2014Q4/sysutils/ucspi-tcp/Makefile Mon Oct 6 15:18:10 2014 (r370186) +++ branches/2014Q4/sysutils/ucspi-tcp/Makefile Mon Oct 6 15:25:28 2014 (r370187) @@ -108,6 +108,8 @@ PATCH_SITES+= ${MASTER_SITE_LOCAL:S/$/: PATCH_SITE_SUBDIR+= garga/ucspi-tcp/:rss,ssl,rbl2smtpd post-patch: + @${REINPLACE_CMD} -e 's/^extern int errno;/#include /' \ + ${WRKSRC}/error.h .if ${PORT_OPTIONS:MSSL} @${REINPLACE_CMD} -e 's|#INCS=-I/usr/local/include|INCS=-I${OPENSSLBASE}/include|g; \ s|-lcrypto|-L${OPENSSLBASE}/lib |g' \ From owner-svn-ports-branches@FreeBSD.ORG Mon Oct 6 19:29:16 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C711CB78; Mon, 6 Oct 2014 19:29:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 9962DCB5; Mon, 6 Oct 2014 19:29:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s96JTGaH061190; Mon, 6 Oct 2014 19:29:16 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s96JTGKB061188; Mon, 6 Oct 2014 19:29:16 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201410061929.s96JTGKB061188@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Mon, 6 Oct 2014 19:29:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r370215 - branches/2014Q4/devel/allegro 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.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2014 19:29:16 -0000 Author: riggs Date: Mon Oct 6 19:29:15 2014 New Revision: 370215 URL: https://svnweb.freebsd.org/changeset/ports/370215 QAT: https://qat.redports.org/buildarchive/r370215/ Log: MFH: r370198 - Fix build when DOCS option is deselected While on it: - Remove @dirrm entries from pkg-plist PR: 192491 Submitted by: arcade@b1t.name Approved by: portmgr (erwin), maintainer timeout Modified: branches/2014Q4/devel/allegro/Makefile branches/2014Q4/devel/allegro/pkg-plist Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/devel/allegro/Makefile ============================================================================== --- branches/2014Q4/devel/allegro/Makefile Mon Oct 6 19:24:56 2014 (r370214) +++ branches/2014Q4/devel/allegro/Makefile Mon Oct 6 19:29:15 2014 (r370215) @@ -88,10 +88,6 @@ post-patch: @${REINPLACE_CMD} -e 's|jack_client = jack_client_new(jack_client_name);|jack_client = jack_client_open(jack_client_name, (jack_options_t)0, NULL);|' \ ${WRKSRC}/src/unix/jack.c .endif -.if ! ${PORT_OPTIONS:MDOCS} - @${REINPLACE_CMD} -e 's|add_subdirectory(docs)|#add_subdirectory(docs)|' \ - ${WRKSRC}/CMakeLists.txt -.endif post-install: @${INSTALL_MAN} ${WRKSRC}/docs/man/*.3 ${STAGEDIR}${MAN3PREFIX}/man/man3/ Modified: branches/2014Q4/devel/allegro/pkg-plist ============================================================================== --- branches/2014Q4/devel/allegro/pkg-plist Mon Oct 6 19:24:56 2014 (r370214) +++ branches/2014Q4/devel/allegro/pkg-plist Mon Oct 6 19:29:15 2014 (r370215) @@ -1060,11 +1060,3 @@ man/man3/xor_mode.3.gz man/man3/xwin_set_window_name.3.gz %%DEMOS%%%%EXAMPLES%%share/pixmaps/shooter.png %%DEMOS%%%%EXAMPLES%%share/pixmaps/skater.png -@dirrm lib/allegro/%%SHLIB_VER%% -@dirrm lib/allegro -@dirrm include/allegrogl/GLext -@dirrm include/allegrogl -@dirrm include/allegro/platform -@dirrm include/allegro/internal -@dirrm include/allegro/inline -@dirrm include/allegro From owner-svn-ports-branches@FreeBSD.ORG Tue Oct 7 06:54:50 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CEE38591; Tue, 7 Oct 2014 06:54:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 A096BECB; Tue, 7 Oct 2014 06:54:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s976so87094567; Tue, 7 Oct 2014 06:54:50 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s976sogn094565; Tue, 7 Oct 2014 06:54:50 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410070654.s976sogn094565@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 7 Oct 2014 06:54:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r370274 - in branches/2014Q4/ports-mgmt/pkg: . 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.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2014 06:54:50 -0000 Author: bapt Date: Tue Oct 7 06:54:49 2014 New Revision: 370274 URL: https://svnweb.freebsd.org/changeset/ports/370274 QAT: https://qat.redports.org/buildarchive/r370274/ Log: MFH: r370273 Fix a regression that made some plist errors non fatal Reported by: antoine Added: branches/2014Q4/ports-mgmt/pkg/files/patch-plist-non-fatal - copied unchanged from r370273, head/ports-mgmt/pkg/files/patch-plist-non-fatal Modified: branches/2014Q4/ports-mgmt/pkg/Makefile Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/ports-mgmt/pkg/Makefile ============================================================================== --- branches/2014Q4/ports-mgmt/pkg/Makefile Tue Oct 7 06:53:49 2014 (r370273) +++ branches/2014Q4/ports-mgmt/pkg/Makefile Tue Oct 7 06:54:49 2014 (r370274) @@ -2,7 +2,7 @@ PORTNAME= pkg DISTVERSION= 1.3.8 -PORTREVISION= 2 +PORTREVISION= 3 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Copied: branches/2014Q4/ports-mgmt/pkg/files/patch-plist-non-fatal (from r370273, head/ports-mgmt/pkg/files/patch-plist-non-fatal) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2014Q4/ports-mgmt/pkg/files/patch-plist-non-fatal Tue Oct 7 06:54:49 2014 (r370274, copy of r370273, head/ports-mgmt/pkg/files/patch-plist-non-fatal) @@ -0,0 +1,31 @@ +diff --git libpkg/pkg_ports.c libpkg/pkg_ports.c +index 33a29d0..21182b4 100644 +--- libpkg/pkg_ports.c ++++ libpkg/pkg_ports.c +@@ -1141,7 +1141,7 @@ int + ports_parse_plist(struct pkg *pkg, const char *plist, const char *stage) + { + char *line = NULL; +- int ret = EPKG_OK; ++ int ret, rc = EPKG_OK; + struct plist *pplist; + FILE *plist_f; + size_t linecap = 0; +@@ -1162,6 +1162,8 @@ ports_parse_plist(struct pkg *pkg, const char *plist, const char *stage) + if (line[linelen - 1] == '\n') + line[linelen - 1] = '\0'; + ret = plist_parse_line(pkg, pplist, line); ++ if (rc == EPKG_OK) ++ rc = ret; + } + + free(line); +@@ -1185,7 +1187,7 @@ ports_parse_plist(struct pkg *pkg, const char *plist, const char *stage) + + plist_free(pplist); + +- return (ret); ++ return (rc); + } + + int From owner-svn-ports-branches@FreeBSD.ORG Tue Oct 7 11:23:30 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C5EFC8E3; Tue, 7 Oct 2014 11:23:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 95EC6F20; Tue, 7 Oct 2014 11:23:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s97BNUT0025447; Tue, 7 Oct 2014 11:23:30 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s97BNU6j025445; Tue, 7 Oct 2014 11:23:30 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201410071123.s97BNU6j025445@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 7 Oct 2014 11:23:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r370294 - in branches/2014Q4/graphics/devil: . 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.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2014 11:23:30 -0000 Author: amdmi3 Date: Tue Oct 7 11:23:29 2014 New Revision: 370294 URL: https://svnweb.freebsd.org/changeset/ports/370294 QAT: https://qat.redports.org/buildarchive/r370294/ Log: MFH: r370262 - Fix segfault (1) - Fix duplicate PORTREVISION PR: 194154 (1) Submitted by: rndfax@yandex.ru Approved by: portmgr Added: branches/2014Q4/graphics/devil/files/patch-src-IL__src__il_alloc.c - copied unchanged from r370262, head/graphics/devil/files/patch-src-IL__src__il_alloc.c Modified: branches/2014Q4/graphics/devil/Makefile Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/graphics/devil/Makefile ============================================================================== --- branches/2014Q4/graphics/devil/Makefile Tue Oct 7 10:52:10 2014 (r370293) +++ branches/2014Q4/graphics/devil/Makefile Tue Oct 7 11:23:29 2014 (r370294) @@ -3,9 +3,8 @@ PORTNAME= devil PORTVERSION= 1.7.8 -PORTREVISION= 36 +PORTREVISION= 18 PORTEPOCH= 1 -PORTREVISION= 17 CATEGORIES= graphics MASTER_SITES= SF/openil/DevIL/${PORTVERSION} DISTNAME= DevIL-${PORTVERSION} Copied: branches/2014Q4/graphics/devil/files/patch-src-IL__src__il_alloc.c (from r370262, head/graphics/devil/files/patch-src-IL__src__il_alloc.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2014Q4/graphics/devil/files/patch-src-IL__src__il_alloc.c Tue Oct 7 11:23:29 2014 (r370294, copy of r370262, head/graphics/devil/files/patch-src-IL__src__il_alloc.c) @@ -0,0 +1,11 @@ +--- src-IL/src/il_alloc.c.orig 2009-03-08 10:10:09.000000000 +0300 ++++ src-IL/src/il_alloc.c 2014-10-07 01:39:56.201078445 +0400 +@@ -123,7 +123,7 @@ + { + if (ptr) + { +-#ifdef MM_MALLOC ++#if defined(VECTORMEM) && defined(MM_MALLOC) + _mm_free((void*)ptr); + #else + #if defined(VECTORMEM) & !defined(POSIX_MEMALIGN) & !defined(VALLOC) & !defined(MEMALIGN) & !defined(MM_MALLOC) From owner-svn-ports-branches@FreeBSD.ORG Tue Oct 7 17:54:08 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 92C6171A; Tue, 7 Oct 2014 17:54:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 6333D792; Tue, 7 Oct 2014 17:54:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s97Hs8iY021799; Tue, 7 Oct 2014 17:54:08 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s97Hs7rK021797; Tue, 7 Oct 2014 17:54:07 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201410071754.s97Hs7rK021797@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 7 Oct 2014 17:54:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r370383 - in branches/2014Q4/graphics/gimageview: . 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.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2014 17:54:08 -0000 Author: amdmi3 Date: Tue Oct 7 17:54:07 2014 New Revision: 370383 URL: https://svnweb.freebsd.org/changeset/ports/370383 QAT: https://qat.redports.org/buildarchive/r370383/ Log: MFH: r370352 - Fix checking unitialized variable - While here, add LICENSE PR: 194210 Submitted by: enslay@gmail.com Approved by: portmgr (bdrewery) Added: branches/2014Q4/graphics/gimageview/files/patch-plugins__image_view__gimv_mplayer.c - copied unchanged from r370352, head/graphics/gimageview/files/patch-plugins__image_view__gimv_mplayer.c Modified: branches/2014Q4/graphics/gimageview/Makefile Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/graphics/gimageview/Makefile ============================================================================== --- branches/2014Q4/graphics/gimageview/Makefile Tue Oct 7 17:52:38 2014 (r370382) +++ branches/2014Q4/graphics/gimageview/Makefile Tue Oct 7 17:54:07 2014 (r370383) @@ -3,13 +3,16 @@ PORTNAME= gimageview PORTVERSION= 0.2.27 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= graphics MASTER_SITES= SF/gtkmmviewer/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Yet another GTK+ based image viewer +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ libpng15.so:${PORTSDIR}/graphics/png Copied: branches/2014Q4/graphics/gimageview/files/patch-plugins__image_view__gimv_mplayer.c (from r370352, head/graphics/gimageview/files/patch-plugins__image_view__gimv_mplayer.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2014Q4/graphics/gimageview/files/patch-plugins__image_view__gimv_mplayer.c Tue Oct 7 17:54:07 2014 (r370383, copy of r370352, head/graphics/gimageview/files/patch-plugins__image_view__gimv_mplayer.c) @@ -0,0 +1,20 @@ +Fixes check on unitialized variable +--- plugins/image_view/gimv_mplayer.c.orig 2004-09-29 03:42:14.000000000 -0500 ++++ plugins/image_view/gimv_mplayer.c 2014-10-06 23:43:40.000000000 -0400 +@@ -1480,13 +1480,13 @@ + gint i, len, size; + gchar *src, *end; + ++ src = buf; ++ size = bufsize; ++ + g_return_if_fail (buf && stock_buf); + g_return_if_fail (size > 0 || size < GIMV_MPLAYER_BUF_SIZE); + g_return_if_fail (remain_size); + +- src = buf; +- size = bufsize; +- + while (src && size >= 0) { + end = NULL; + From owner-svn-ports-branches@FreeBSD.ORG Tue Oct 7 21:04:19 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9CB2B27C; Tue, 7 Oct 2014 21:04:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 816FBEE1; Tue, 7 Oct 2014 21:04:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s97L4JUB015621; Tue, 7 Oct 2014 21:04:19 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s97L4JRX015619; Tue, 7 Oct 2014 21:04:19 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201410072104.s97L4JRX015619@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Tue, 7 Oct 2014 21:04:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r370398 - branches/2014Q4/security/vuxml 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.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2014 21:04:19 -0000 Author: ohauer Date: Tue Oct 7 21:04:18 2014 New Revision: 370398 URL: https://svnweb.freebsd.org/changeset/ports/370398 QAT: https://qat.redports.org/buildarchive/r370398/ Log: MFH: r369765 Document the latest phpMyAdmin vulnerability. - while here fix the '>' breakage in the rsyslogd entry. Security: 3e8b7f8a-49b0-11e4-b711-6805ca0b3d42 MFH: r369772 - Document CVE-2014-7187 fixed in bash-4.3.27_1 MFH: r369780 Document CVE-2014-6277 and CVE-2014-6278 for bash. MFH: r369783 Fix bash entries to also mark bash-static vulnerable MFH: r369787 Document Jenkins vulnerabilities Security: CVE-2014-3661 Security: CVE-2014-3662 Security: CVE-2014-3663 Security: CVE-2014-3664 Security: CVE-2014-3680 Security: CVE-2014-3681 Security: CVE-2014-3666 Security: CVE-2014-3667 Security: CVE-2013-2186 Security: CVE-2014-1869 Security: CVE-2014-3678 Security: CVE-2014-3679 MFH: r369790 Fix Jenkins entry to note that XSS is an issue, not as compiler MFH: r369791 Update grammar of DoS in Jenkins entry MFH: r369793 Update Jenkins entry 549a2771-49cc-11e4-ae2c-c80aa9043978 to be readable. MFH: r369853 - Update the rsyslog entry to reflect the new versions Reviewed by: bdrewery MFH: r369859 www/rt42 < 4.2.8 is vulnerable to shellshock related exploits through its SMIME integration. Security: 81e2b308-4a6c-11e4-b711-6805ca0b3d42 MFH: r369863 Fix rsyslog entry for pkgname matching MFH: r370209 - document bugzilla security issues Approved by: portmgr (erwin) Modified: branches/2014Q4/security/vuxml/vuln.xml Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/security/vuxml/vuln.xml ============================================================================== --- branches/2014Q4/security/vuxml/vuln.xml Tue Oct 7 20:40:20 2014 (r370397) +++ branches/2014Q4/security/vuxml/vuln.xml Tue Oct 7 21:04:18 2014 (r370398) @@ -57,11 +57,296 @@ Notes: --> + + Bugzilla multiple security issues + + + bugzilla44 + 4.4.6 + + + + +

Bugzilla Security Advisory

+
+
Unauthorized Account Creation
+

An attacker creating a new Bugzilla account can override certain + parameters when finalizing the account creation that can lead to the + user being created with a different email address than originally + requested. The overridden login name could be automatically added + to groups based on the group's regular expression setting.

+
Cross-Site Scripting
+

During an audit of the Bugzilla code base, several places + were found where cross-site scripting exploits could occur which + could allow an attacker to access sensitive information.

+
Information Leak
+

If a new comment was marked private to the insider group, and a flag + was set in the same transaction, the comment would be visible to + flag recipients even if they were not in the insider group.

+
Social Engineering
+

Search results can be exported as a CSV file which can then be + imported into external spreadsheet programs. Specially formatted + field values can be interpreted as formulas which can be executed + and used to attack a user's computer.

+
+ +
+ + CVE-2014-1572 + CVE-2014-1573 + CVE-2014-1571 + https://bugzilla.mozilla.org/show_bug.cgi?id=1074812 + https://bugzilla.mozilla.org/show_bug.cgi?id=1075578 + https://bugzilla.mozilla.org/show_bug.cgi?id=1064140 + https://bugzilla.mozilla.org/show_bug.cgi?id=1054702 + + + 2014-10-06 + 2014-10-06 + +
+ + + rt42 -- vulnerabilities related to shellshock + + + rt42 + 4.2.04.2.8 + + + + +

Best Practical reports:

+
+

RT 4.2.0 and above may be vulnerable to arbitrary + execution of code by way of CVE-2014-7169, CVE-2014-7186, + CVE-2014-7187, CVE-2014-6277, or CVE-2014-6271 -- + collectively known as "Shellshock." This vulnerability + requires a privileged user with access to an RT instance + running with SMIME integration enabled; it applies to both + mod_perl and fastcgi deployments. If you have already + taken upgrades to bash to resolve "Shellshock," you are + protected from this vulnerability in RT, and there is no + need to apply this patch. This vulnerability has been + assigned CVE-2014-7227.

+
+ +
+ + http://blog.bestpractical.com/2014/10/security-vulnerability-in-rt-42x-cve-2014-7227.html + CVE-2014-7227 + + + 2014-10-02 + 2014-10-02 + +
+ + + jenkins -- remote execution, privilege escalation, XSS, password exposure, ACL hole, DoS + + + jenkins + 1.583 + + + jenkins-lts + 1.565.3 + + + + +

Jenkins Security Advisory:

+
+

Description

+
SECURITY-87/CVE-2014-3661 (anonymous DoS attack through CLI + handshake)
+

This vulnerability allows unauthenticated users + with access to Jenkins' HTTP/HTTPS port to mount a DoS attack on + Jenkins through thread exhaustion.

+ +
SECURITY-110/CVE-2014-3662 (User name discovery)
+

Anonymous users can test if the user of a specific name exists or + not through login attempts.

+ +
SECURITY-127&128/CVE-2014-3663 (privilege escalation in job + configuration permission)
+

An user with a permission limited + to Job/CONFIGURE can exploit this vulnerability to effectively + create a new job, which should have been only possible for users + with Job/CREATE permission, or to destroy jobs that he/she does not + have access otherwise.

+ +
SECURITY-131/CVE-2014-3664 (directory traversal attack)
+

Users with Overall/READ permission can access arbitrary files in + the file system readable by the Jenkins process, resulting in the + exposure of sensitive information, such as encryption keys.

+ +
SECURITY-138/CVE-2014-3680 (Password exposure in DOM)
+

If a parameterized job has a default value in a password field, + that default value gets exposed to users with Job/READ permission. +

+ +
SECURITY-143/CVE-2014-3681 (XSS vulnerability in Jenkins + core)
+

Reflected cross-site scripting vulnerability in Jenkins + core. An attacker can navigate the user to a carefully crafted URL + and have the user execute unintended actions.

+ +
SECURITY-150/CVE-2014-3666 (remote code execution from CLI)
+

Unauthenticated user can execute arbitrary code on Jenkins master + by sending carefully crafted packets over the CLI channel.

+ +
SECURITY-155/CVE-2014-3667 (exposure of plugin code)
+

Programs that constitute plugins can be downloaded by anyone with + the Overall/READ permission, resulting in the exposure of otherwise + sensitive information, such as hard-coded keys in plugins, if + any.

+ +
SECURITY-159/CVE-2013-2186 (arbitrary file system write)
+

Security vulnerability in commons fileupload allows + unauthenticated attacker to upload arbitrary files to Jenkins + master.

+ +
SECURITY-149/CVE-2014-1869 (XSS vulnerabilities in + ZeroClipboard)
+

reflective XSS vulnerability in one of the + library dependencies of Jenkins.

+ +
SECURITY-113/CVE-2014-3678 (XSS vulnerabilities in monitoring + plugin)

Monitoring plugin allows an attacker to cause a + victim into executing unwanted actions on Jenkins instance.

+ +
SECURITY-113/CVE-2014-3679 (hole in access control)
+

Certain pages in monitoring plugin are visible to anonymous users, + allowing them to gain information that they are not supposed to. +

+ +

Severity

+

SECURITY-87 is rated medium, as it results in the + loss of functionality.

+ +

SECURITY-110 is rated medium, as it results in a + limited amount of information exposure.

+ +

SECURITY-127 and SECURITY-128 are rated high. The + formed can be used to further escalate privileges, and the latter + results inloss of data.

+ +

SECURITY-131 and SECURITY-138 is rated critical. + This vulnerabilities results in exposure of sensitie information + and is easily exploitable.

+ +

SECURITY-143 is rated high. It is a passive + attack, but it can result in a compromise of Jenkins master or loss + of data.

+ +

SECURITY-150 is rated critical. This attack can + be mounted by any unauthenticated anonymous user with HTTP + reachability to Jenkins instance, and results in remote code + execution on Jenkins.

+ +

SECURITY-155 is rated medium. This only affects + users who have installed proprietary plugins on publicly accessible + instances, which is relatively uncommon.

+ +

SECURITY-159 is rated critical. This attack can + be mounted by any unauthenticated anonymous user with HTTP + reachability to Jenkins instance.

+ +

SECURITY-113 is rated high. It is a passive + attack, but it can result in a compromise of Jenkins master or loss + of data.

+
+ +
+ + https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2014-10-01 + CVE-2014-3661 + CVE-2014-3662 + CVE-2014-3663 + CVE-2014-3664 + CVE-2014-3680 + CVE-2014-3681 + CVE-2014-3666 + CVE-2014-3667 + CVE-2013-2186 + CVE-2014-1869 + CVE-2014-3678 + CVE-2014-3679 + + + 2014-10-01 + 2014-10-01 + +
+ + + bash -- remote code execution + + + bash + bash-static + 4.3.25_2 + + + + +

Note that this is different than the public "Shellshock" + issue.

+

Specially crafted environment variables could lead to remote + arbitrary code execution. This was fixed in bash 4.3.27, however + the port was patched with a mitigation in 4.3.25_2.

+ +
+ + http://lcamtuf.blogspot.com/2014/09/bash-bug-apply-unofficial-patch-now.html + CVE-2014-6277 + CVE-2014-6278 + + + 2014-09-27 + 2014-10-01 + +
+ + + phpMyAdmin -- XSS vulnerabilities + + + phpMyAdmin + 4.2.04.2.9.1 + + + + +

The phpMyAdmin development team reports:

+
+

With a crafted ENUM value it is possible to trigger an + XSS in table search and table structure pages. This + vulnerability can be triggered only by someone who is + logged in to phpMyAdmin, as the usual token protection + prevents non-logged-in users from accessing the required + pages.

+
+ +
+ + http://www.phpmyadmin.net/home_page/security/PMASA-2014-11.php + CVE-2014-7217 + + + 2014-10-01 + 2014-10-01 + +
+ bash -- out-of-bounds memory access in parser bash + bash-static 4.3.27_1 @@ -74,11 +359,18 @@ Notes: possibly leading to arbitrary code execution when evaluating untrusted input that would not otherwise be run as code.

+
+

An off-by-one error was discovered in the way Bash was handling + deeply nested flow control constructs. Depending on the layout of + the .bss segment, this could allow arbitrary execution of code that + would not otherwise be executed by Bash.

+
https://access.redhat.com/security/cve/CVE-2014-7186 CVE-2014-7186 + CVE-2014-7187 2014-09-25 @@ -91,18 +383,22 @@ Notes: rsyslog - 7.6.6 - 8.4.1 + 7.6.7 + + + rsyslog8 + 8.4.2

The rsyslog project reports:

-

potential abort when a message with PRI > 191 was processed +

potential abort when a message with PRI > 191 was processed if the "pri-text" property was used in active templates, this could be abused to a remote denial of service from permitted senders

+

The original fix for CVE-2014-3634 was not adequate.

@@ -113,6 +409,7 @@ Notes: 2014-09-30 2014-09-30 + 2014-10-02
From owner-svn-ports-branches@FreeBSD.ORG Tue Oct 7 21:41:34 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 69A5DC8F; Tue, 7 Oct 2014 21:41:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 5561238A; Tue, 7 Oct 2014 21:41:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s97LfYdn034047; Tue, 7 Oct 2014 21:41:34 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s97LfXEV032961; Tue, 7 Oct 2014 21:41:33 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201410072141.s97LfXEV032961@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Tue, 7 Oct 2014 21:41:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r370400 - in branches/2014Q4/devel/bugzilla44: . 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.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2014 21:41:34 -0000 Author: ohauer Date: Tue Oct 7 21:41:32 2014 New Revision: 370400 URL: https://svnweb.freebsd.org/changeset/ports/370400 QAT: https://qat.redports.org/buildarchive/r370400/ Log: - remove FreeBSD-specific bits - bump PORTREVISION PR: 194123 Submitted by: mva Reviewed by: eadler MFH: r370211 - update to bugzilla 4.4.6 Summary ======= The following security issues have been discovered in Bugzilla: * The 'realname' parameter is not correctly filtered on user account creation, which could lead to user data override. * Several places were found in the Bugzilla code where cross-site scripting attacks could be used to access sensitive information. * Private comments can be shown to flagmail recipients who aren't in the insider group * Specially formatted values in a CSV search results export could be used in spreadsheet software to attack a user's computer. Security: CVE-2014-1572 CVE-2014-1571 CVE-2014-1571 MFH: r370268 - add CPE information [1] additional MFH revisions: r370209, 370211 Approved by: portmgr (erwin) Deleted: branches/2014Q4/devel/bugzilla44/files/freebsd-project-ldap.diff Modified: branches/2014Q4/devel/bugzilla44/Makefile branches/2014Q4/devel/bugzilla44/Makefile.options branches/2014Q4/devel/bugzilla44/distinfo branches/2014Q4/devel/bugzilla44/pkg-plist Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/devel/bugzilla44/Makefile ============================================================================== --- branches/2014Q4/devel/bugzilla44/Makefile Tue Oct 7 21:34:45 2014 (r370399) +++ branches/2014Q4/devel/bugzilla44/Makefile Tue Oct 7 21:41:32 2014 (r370400) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bugzilla -PORTVERSION= 4.4.5 +PORTVERSION= 4.4.6 CATEGORIES= devel MASTER_SITES= BUGZILLA MASTER_SITE_SUBDIR= webtools webtools/archived @@ -25,9 +25,11 @@ RUN_DEPENDS= \ p5-TimeDate>=1.19:${PORTSDIR}/devel/p5-TimeDate \ p5-URI>=1.37:${PORTSDIR}/net/p5-URI -USES= perl5 +USES= perl5 cpe USE_PERL5= patch build run +CPE_VENDOR= mozilla + SUB_FILES= pkg-message DATA_DIRS_LIST= images js skins @@ -49,7 +51,7 @@ RUN_DEPENDS+= p5-DBD-mysql>=4.0001:${POR .endif .if ${PORT_OPTIONS:MPGSQL} -USE_PGSQL= yes +USES+= pgsql RUN_DEPENDS+= p5-DBD-Pg>=2.19.3:${PORTSDIR}/databases/p5-DBD-Pg .endif @@ -154,10 +156,6 @@ RUN_DEPENDS+= p5-File-MimeInfo>=0.16:${P p5-IO-stringy>=2.110:${PORTSDIR}/devel/p5-IO-stringy .endif -.if ${PORT_OPTIONS:MFREEBSD} -EXTRA_PATCHES= ${FILESDIR}/freebsd-project-ldap.diff -.endif - post-extract: @${RM} -rf ${WRKSRC}/.bzr @${RM} -f ${WRKSRC}/.bzrignore ${WRKSRC}/.gitignore ${WRKSRC}/.gitrev \ Modified: branches/2014Q4/devel/bugzilla44/Makefile.options ============================================================================== --- branches/2014Q4/devel/bugzilla44/Makefile.options Tue Oct 7 21:34:45 2014 (r370399) +++ branches/2014Q4/devel/bugzilla44/Makefile.options Tue Oct 7 21:41:32 2014 (r370400) @@ -2,8 +2,7 @@ OPTIONS_DEFINE= \ DOCS \ - MODPERL \ - FREEBSD + MODPERL OPTIONS_GROUP= UI DBBACKEND REPORTING ATTACHMENT EMAIL WEBSERVICE AUTH ADMIN @@ -55,7 +54,6 @@ BMP2PNG_DESC= BMP Attachments to PNGs CHARTING_MODULES_DESC= Bug charting support CONTRIB_DESC= Install user-contributed scripts EXPORT_IMPORT_DESC= Import/export bugs (via XML) -FREEBSD_DESC= Patch used internally by the FreeBSD project GRAPH_REPORTS_DESC= Graphical Reports INBOUND_EMAIL_DESC= Inbound Email JSONRPC_DESC= JSON-RPC Interface Modified: branches/2014Q4/devel/bugzilla44/distinfo ============================================================================== --- branches/2014Q4/devel/bugzilla44/distinfo Tue Oct 7 21:34:45 2014 (r370399) +++ branches/2014Q4/devel/bugzilla44/distinfo Tue Oct 7 21:41:32 2014 (r370400) @@ -1,2 +1,2 @@ -SHA256 (bugzilla/bugzilla-4.4.5.tar.gz) = 70609fa5bbe55a3b802afcf749a098824d7a96dc87b91ce07b000cfdd7987da5 -SIZE (bugzilla/bugzilla-4.4.5.tar.gz) = 2955964 +SHA256 (bugzilla/bugzilla-4.4.6.tar.gz) = ac3547195f2ce156488aac2cc537620775e08a9d888441daab2b40ab66ab01f4 +SIZE (bugzilla/bugzilla-4.4.6.tar.gz) = 2956046 Modified: branches/2014Q4/devel/bugzilla44/pkg-plist ============================================================================== --- branches/2014Q4/devel/bugzilla44/pkg-plist Tue Oct 7 21:34:45 2014 (r370399) +++ branches/2014Q4/devel/bugzilla44/pkg-plist Tue Oct 7 21:41:32 2014 (r370400) @@ -887,178 +887,14 @@ %%WWWDIR%%/whine.pl %%WWWDIR%%/whineatnews.pl %%WWWDIR%%/xmlrpc.cgi -%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Auth -%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Config -%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/DB -%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Field -%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Install -%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/JobQueue -%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Search -%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Template/Plugin -%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Template -%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/User/Setting -%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/User -%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/WebService/Server -%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/WebService -%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Whine -%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla -%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/contrib -%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/extensions -%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api -%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html -%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/images/callouts -%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/images -%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/pdf -%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/txt -%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/xml -%%PORTDOCS%%@dirrm %%DOCSDIR%%/en -%%PORTDOCS%%@dirrm %%DOCSDIR%%/lib/Pod/Simple/HTML -%%PORTDOCS%%@dirrm %%DOCSDIR%%/lib/Pod/Simple/HTMLBatch -%%PORTDOCS%%@dirrm %%DOCSDIR%%/lib/Pod/Simple -%%PORTDOCS%%@dirrm %%DOCSDIR%%/lib/Pod -%%PORTDOCS%%@dirrm %%DOCSDIR%%/lib -%%PORTDOCS%%@dirrm %%DOCSDIR%%/xsl -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%WWWDIR%%/Bugzilla/Attachment -@dirrm %%WWWDIR%%/Bugzilla/Auth/Login -@dirrm %%WWWDIR%%/Bugzilla/Auth/Persist -@dirrm %%WWWDIR%%/Bugzilla/Auth/Verify -@dirrm %%WWWDIR%%/Bugzilla/Auth -@dirrm %%WWWDIR%%/Bugzilla/BugUrl/Bugzilla -@dirrm %%WWWDIR%%/Bugzilla/BugUrl -@dirrm %%WWWDIR%%/Bugzilla/Config -@dirrm %%WWWDIR%%/Bugzilla/DB/Schema -@dirrm %%WWWDIR%%/Bugzilla/DB -@dirrm %%WWWDIR%%/Bugzilla/Field -@dirrm %%WWWDIR%%/Bugzilla/Install -@dirrm %%WWWDIR%%/Bugzilla/Job -@dirrm %%WWWDIR%%/Bugzilla/JobQueue -@dirrm %%WWWDIR%%/Bugzilla/Migrate -@dirrm %%WWWDIR%%/Bugzilla/Search -@dirrm %%WWWDIR%%/Bugzilla/Send -@dirrm %%WWWDIR%%/Bugzilla/Template/Plugin -@dirrm %%WWWDIR%%/Bugzilla/Template -@dirrm %%WWWDIR%%/Bugzilla/User/Setting -@dirrm %%WWWDIR%%/Bugzilla/User -@dirrm %%WWWDIR%%/Bugzilla/WebService/Server -@dirrm %%WWWDIR%%/Bugzilla/WebService -@dirrm %%WWWDIR%%/Bugzilla/Whine -@dirrmtry %%WWWDIR%%/Bugzilla -%%CONTRIB%%@dirrm %%WWWDIR%%/contrib/bugzilla-submit -%%CONTRIB%%@dirrm %%WWWDIR%%/contrib/cmdline -@dirrmtry %%WWWDIR%%/contrib -@dirrmtry %%WWWDIR%%/data -@dirrmtry %%WWWDIR%%/graphs -@dirrmtry %%WWWDIR%%/images -@dirrm %%WWWDIR%%/js/history.js -@dirrm %%WWWDIR%%/js/yui/animation -@dirrm %%WWWDIR%%/js/yui/assets/skins/sam -@dirrm %%WWWDIR%%/js/yui/assets/skins -@dirrm %%WWWDIR%%/js/yui/assets -@dirrm %%WWWDIR%%/js/yui/autocomplete -@dirrm %%WWWDIR%%/js/yui/base -@dirrm %%WWWDIR%%/js/yui/button -@dirrm %%WWWDIR%%/js/yui/calendar -@dirrm %%WWWDIR%%/js/yui/carousel -@dirrm %%WWWDIR%%/js/yui/charts -@dirrm %%WWWDIR%%/js/yui/colorpicker -@dirrm %%WWWDIR%%/js/yui/connection -@dirrm %%WWWDIR%%/js/yui/container -@dirrm %%WWWDIR%%/js/yui/cookie -@dirrm %%WWWDIR%%/js/yui/datasource -@dirrm %%WWWDIR%%/js/yui/datatable -@dirrm %%WWWDIR%%/js/yui/datemath -@dirrm %%WWWDIR%%/js/yui/dom -@dirrm %%WWWDIR%%/js/yui/dragdrop -@dirrm %%WWWDIR%%/js/yui/element -@dirrm %%WWWDIR%%/js/yui/element-delegate -@dirrm %%WWWDIR%%/js/yui/event -@dirrm %%WWWDIR%%/js/yui/event-delegate -@dirrm %%WWWDIR%%/js/yui/event-mouseenter -@dirrm %%WWWDIR%%/js/yui/event-simulate -@dirrm %%WWWDIR%%/js/yui/fonts -@dirrm %%WWWDIR%%/js/yui/get -@dirrm %%WWWDIR%%/js/yui/grids -@dirrm %%WWWDIR%%/js/yui/history -@dirrm %%WWWDIR%%/js/yui/imagecropper -@dirrm %%WWWDIR%%/js/yui/imageloader -@dirrm %%WWWDIR%%/js/yui/json -@dirrm %%WWWDIR%%/js/yui/layout -@dirrm %%WWWDIR%%/js/yui/logger -@dirrm %%WWWDIR%%/js/yui/menu -@dirrm %%WWWDIR%%/js/yui/paginator -@dirrm %%WWWDIR%%/js/yui/profiler -@dirrm %%WWWDIR%%/js/yui/profilerviewer -@dirrm %%WWWDIR%%/js/yui/progressbar -@dirrm %%WWWDIR%%/js/yui/reset -@dirrm %%WWWDIR%%/js/yui/reset-fonts -@dirrm %%WWWDIR%%/js/yui/reset-fonts-grids -@dirrm %%WWWDIR%%/js/yui/resize -@dirrm %%WWWDIR%%/js/yui/selector -@dirrm %%WWWDIR%%/js/yui/slider -@dirrm %%WWWDIR%%/js/yui/storage -@dirrm %%WWWDIR%%/js/yui/stylesheet -@dirrm %%WWWDIR%%/js/yui/swf -@dirrm %%WWWDIR%%/js/yui/swfdetect -@dirrm %%WWWDIR%%/js/yui/swfstore -@dirrm %%WWWDIR%%/js/yui/tabview -@dirrm %%WWWDIR%%/js/yui/treeview -@dirrm %%WWWDIR%%/js/yui/uploader -@dirrm %%WWWDIR%%/js/yui/yahoo -@dirrm %%WWWDIR%%/js/yui/yahoo-dom-event -@dirrm %%WWWDIR%%/js/yui/yuiloader -@dirrm %%WWWDIR%%/js/yui/yuitest -@dirrm %%WWWDIR%%/js/yui -@dirrm %%WWWDIR%%/js -@dirrmtry %%WWWDIR%%/lib -@dirrm %%WWWDIR%%/skins/contrib/Dusk -@dirrm %%WWWDIR%%/skins/contrib -@dirrm %%WWWDIR%%/skins/standard/dependency-tree -@dirrm %%WWWDIR%%/skins/standard/global -@dirrm %%WWWDIR%%/skins/standard/index -@dirrm %%WWWDIR%%/skins/standard -@dirrmtry %%WWWDIR%%/skins -@dirrmtry %%WWWDIR%%/t -@dirrm %%WWWDIR%%/template/en/default/account/auth -@dirrm %%WWWDIR%%/template/en/default/account/email -@dirrm %%WWWDIR%%/template/en/default/account/password -@dirrm %%WWWDIR%%/template/en/default/account/prefs -@dirrm %%WWWDIR%%/template/en/default/account -@dirrm %%WWWDIR%%/template/en/default/admin/classifications -@dirrm %%WWWDIR%%/template/en/default/admin/components -@dirrm %%WWWDIR%%/template/en/default/admin/custom_fields -@dirrm %%WWWDIR%%/template/en/default/admin/fieldvalues -@dirrm %%WWWDIR%%/template/en/default/admin/flag-type -@dirrm %%WWWDIR%%/template/en/default/admin/groups -@dirrm %%WWWDIR%%/template/en/default/admin/keywords -@dirrm %%WWWDIR%%/template/en/default/admin/milestones -@dirrm %%WWWDIR%%/template/en/default/admin/params -@dirrm %%WWWDIR%%/template/en/default/admin/products/groupcontrol -@dirrm %%WWWDIR%%/template/en/default/admin/products -@dirrm %%WWWDIR%%/template/en/default/admin/sanitycheck -@dirrm %%WWWDIR%%/template/en/default/admin/settings -@dirrm %%WWWDIR%%/template/en/default/admin/users -@dirrm %%WWWDIR%%/template/en/default/admin/versions -@dirrm %%WWWDIR%%/template/en/default/admin/workflow -@dirrm %%WWWDIR%%/template/en/default/admin -@dirrm %%WWWDIR%%/template/en/default/attachment -@dirrm %%WWWDIR%%/template/en/default/bug/activity -@dirrm %%WWWDIR%%/template/en/default/bug/create -@dirrm %%WWWDIR%%/template/en/default/bug/process -@dirrm %%WWWDIR%%/template/en/default/bug -@dirrm %%WWWDIR%%/template/en/default/email -@dirrm %%WWWDIR%%/template/en/default/extensions -@dirrm %%WWWDIR%%/template/en/default/flag -@dirrm %%WWWDIR%%/template/en/default/global -@dirrm %%WWWDIR%%/template/en/default/list -@dirrm %%WWWDIR%%/template/en/default/pages -@dirrm %%WWWDIR%%/template/en/default/reports -@dirrm %%WWWDIR%%/template/en/default/request -@dirrm %%WWWDIR%%/template/en/default/search -@dirrm %%WWWDIR%%/template/en/default/setup -@dirrm %%WWWDIR%%/template/en/default/whine -@dirrm %%WWWDIR%%/template/en/default -@dirrm %%WWWDIR%%/template/en -@dirrmtry %%WWWDIR%%/template -@dirrmtry %%WWWDIR%%/xt -@dirrmtry %%WWWDIR%% +@dir %%WWWDIR%%/Bugzilla +@dir %%WWWDIR%%/contrib +@dir %%WWWDIR%%/data +@dir %%WWWDIR%%/graphs +@dir %%WWWDIR%%/images +@dir %%WWWDIR%%/lib +@dir %%WWWDIR%%/skins +@dir %%WWWDIR%%/t +@dir %%WWWDIR%%/template +@dir %%WWWDIR%%/xt +@dir %%WWWDIR%% From owner-svn-ports-branches@FreeBSD.ORG Wed Oct 8 06:27:29 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BA3F715A; Wed, 8 Oct 2014 06:27:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 A6503D59; Wed, 8 Oct 2014 06:27:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s986RT0x083848; Wed, 8 Oct 2014 06:27:29 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s986RT6W083847; Wed, 8 Oct 2014 06:27:29 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410080627.s986RT6W083847@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 8 Oct 2014 06:27:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r370417 - branches/2014Q4/x11/xscreensaver 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.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2014 06:27:29 -0000 Author: antoine Date: Wed Oct 8 06:27:29 2014 New Revision: 370417 URL: https://svnweb.freebsd.org/changeset/ports/370417 QAT: https://qat.redports.org/buildarchive/r370417/ Log: MFH: r370228 Fix packaging Modified: branches/2014Q4/x11/xscreensaver/Makefile Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/x11/xscreensaver/Makefile ============================================================================== --- branches/2014Q4/x11/xscreensaver/Makefile Wed Oct 8 06:19:54 2014 (r370416) +++ branches/2014Q4/x11/xscreensaver/Makefile Wed Oct 8 06:27:29 2014 (r370417) @@ -32,6 +32,7 @@ CONFIGURE_ARGS= --with-gtk --with-gl --w --with-jpeg=${LOCALBASE} --with-xshm-ext --with-xdbe-ext \ --with-hackdir=${PREFIX}/bin/xscreensaver-hacks/ \ --with-configdir=${PREFIX}/share/xscreensaver/config/ \ + --with-x-app-defaults=${PREFIX}/lib/X11/app-defaults/ \ --with-dpms-ext --with-xinerama-ext --with-xf86vmode-ext \ --with-xf86gamma-ext --with-randr-ext --without-kerberos \ --without-setuid-hacks --enable-locking From owner-svn-ports-branches@FreeBSD.ORG Wed Oct 8 12:09:34 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7FBB5DAB; Wed, 8 Oct 2014 12:09:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 6BCE665C; Wed, 8 Oct 2014 12:09:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s98C9Y2x049255; Wed, 8 Oct 2014 12:09:34 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s98C9YV7049254; Wed, 8 Oct 2014 12:09:34 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201410081209.s98C9YV7049254@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Wed, 8 Oct 2014 12:09:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r370436 - branches/2014Q4/security/vuxml 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.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2014 12:09:34 -0000 Author: rene Date: Wed Oct 8 12:09:33 2014 New Revision: 370436 URL: https://svnweb.freebsd.org/changeset/ports/370436 QAT: https://qat.redports.org/buildarchive/r370436/ Log: MFH: r370422 Document new vulnerabilities in www/chromium < 38.0.2125.101 Obtained from: http://googlechromereleases.blogspot.nl/2014/10/stable-channel-update.html Approved by: portmgr (erwin) Modified: branches/2014Q4/security/vuxml/vuln.xml Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/security/vuxml/vuln.xml ============================================================================== --- branches/2014Q4/security/vuxml/vuln.xml Wed Oct 8 12:06:04 2014 (r370435) +++ branches/2014Q4/security/vuxml/vuln.xml Wed Oct 8 12:09:33 2014 (r370436) @@ -57,6 +57,77 @@ Notes: --> + + chromium -- multiple vulnerabilities + + + chromium + chromium-pulse + 38.0.2125.101 + + + + +

Google Chrome Releases reports:

+
+

159 security fixes in this release, including 113 found using + MemorySanitizer:

+
    +
  • [416449] Critical CVE-2014-3188: A special thanks to Jüri Aedla + for a combination of V8 and IPC bugs that can lead to remote code + execution outside of the sandbox.
  • +
  • [398384] High CVE-2014-3189: Out-of-bounds read in PDFium. + Credit to cloudfuzzer.
  • +
  • [400476] High CVE-2014-3190: Use-after-free in Events. Credit + to cloudfuzzer.
  • +
  • [402407] High CVE-2014-3191: Use-after-free in Rendering. + Credit to cloudfuzzer.
  • +
  • [403276] High CVE-2014-3192: Use-after-free in DOM. Credit to + cloudfuzzer.
  • +
  • [399655] High CVE-2014-3193: Type confusion in Session Management. + Credit to miaubiz.
  • +
  • [401115] High CVE-2014-3194: Use-after-free in Web Workers. + Credit to Collin Payne.
  • +
  • [403409] Medium CVE-2014-3195: Information Leak in V8. Credit + to Jüri Aedla.
  • +
  • [338538] Medium CVE-2014-3196: Permissions bypass in Windows + Sandbox. Credit to James Forshaw.
  • +
  • [396544] Medium CVE-2014-3197: Information Leak in XSS Auditor. + Credit to Takeshi Terada.
  • +
  • [415307] Medium CVE-2014-3198: Out-of-bounds read in PDFium. + Credit to Atte Kettunen of OUSPG.
  • +
  • [395411] Low CVE-2014-3199: Release Assert in V8 bindings. + Credit to Collin Payne.
  • +
  • [420899] CVE-2014-3200: Various fixes from internal audits, + fuzzing and other initiatives (Chrome 38).
  • +
  • Multiple vulnerabilities in V8 fixed at the tip of the 3.28 + branch (currently 3.28.71.15).
  • +
+
+ +
+ + CVE-2014-3188 + CVE-2014-3189 + CVE-2014-3190 + CVE-2014-3191 + CVE-2014-3192 + CVE-2014-3193 + CVE-2014-3194 + CVE-2014-3195 + CVE-2014-3196 + CVE-2014-3197 + CVE-2014-3198 + CVE-2014-3199 + CVE-2014-3200 + http://googlechromereleases.blogspot.nl/2014/10/stable-channel-update.html + + + 2014-10-07 + 2014-10-08 + +
+ Bugzilla multiple security issues From owner-svn-ports-branches@FreeBSD.ORG Wed Oct 8 12:16:51 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B0BE010A; Wed, 8 Oct 2014 12:16:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 99C977BC; Wed, 8 Oct 2014 12:16:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s98CGohD056388; Wed, 8 Oct 2014 12:16:50 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s98CGcBP056284; Wed, 8 Oct 2014 12:16:38 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201410081216.s98CGcBP056284@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Wed, 8 Oct 2014 12:16:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r370437 - in branches/2014Q4/www/chromium: . 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.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2014 12:16:51 -0000 Author: rene Date: Wed Oct 8 12:16:37 2014 New Revision: 370437 URL: https://svnweb.freebsd.org/changeset/ports/370437 QAT: https://qat.redports.org/buildarchive/r370437/ Log: MFH: r370423 www/chromium: Update to 38.0.2125.101 and clean up pkg-plist Thanks to all contributors: "tomek", "pavoropaev", Carlos Medina Obtained from: https://github.com/gliaskos/freebsd-chromium/ Security: http://www.vuxml.org/freebsd/d2bbcc01-4ec3-11e4-ab3f-00262d5ed8ee.html Approved by: portmgr (erwin) Added: branches/2014Q4/www/chromium/files/patch-chrome__browser__safe_browsing__incident_reporting__incident_handler_util.cc - copied unchanged from r370423, head/www/chromium/files/patch-chrome__browser__safe_browsing__incident_reporting__incident_handler_util.cc branches/2014Q4/www/chromium/files/patch-chrome__browser__ssl__ssl_blocking_page.cc - copied unchanged from r370423, head/www/chromium/files/patch-chrome__browser__ssl__ssl_blocking_page.cc branches/2014Q4/www/chromium/files/patch-chrome__browser__ui__browser_view_prefs.cc - copied unchanged from r370423, head/www/chromium/files/patch-chrome__browser__ui__browser_view_prefs.cc branches/2014Q4/www/chromium/files/patch-chrome__browser__ui__views__apps__chrome_native_app_window_views.cc - copied unchanged from r370423, head/www/chromium/files/patch-chrome__browser__ui__views__apps__chrome_native_app_window_views.cc branches/2014Q4/www/chromium/files/patch-chrome__browser__ui__views__chrome_views_delegate.cc - copied unchanged from r370423, head/www/chromium/files/patch-chrome__browser__ui__views__chrome_views_delegate.cc branches/2014Q4/www/chromium/files/patch-chrome__browser__ui__views__chrome_views_delegate.h - copied unchanged from r370423, head/www/chromium/files/patch-chrome__browser__ui__views__chrome_views_delegate.h branches/2014Q4/www/chromium/files/patch-chrome__browser__ui__views__frame__opaque_browser_frame_view.cc - copied unchanged from r370423, head/www/chromium/files/patch-chrome__browser__ui__views__frame__opaque_browser_frame_view.cc branches/2014Q4/www/chromium/files/patch-chrome__browser__ui__views__frame__opaque_browser_frame_view_layout.cc - copied unchanged from r370423, head/www/chromium/files/patch-chrome__browser__ui__views__frame__opaque_browser_frame_view_layout.cc branches/2014Q4/www/chromium/files/patch-chrome__browser__ui__views__tabs__tab_strip.cc - copied unchanged from r370423, head/www/chromium/files/patch-chrome__browser__ui__views__tabs__tab_strip.cc branches/2014Q4/www/chromium/files/patch-chrome__renderer__pepper__pepper_flash_font_file_host.h - copied unchanged from r370423, head/www/chromium/files/patch-chrome__renderer__pepper__pepper_flash_font_file_host.h branches/2014Q4/www/chromium/files/patch-components__omaha_query_params__omaha_query_params.cc - copied unchanged from r370423, head/www/chromium/files/patch-components__omaha_query_params__omaha_query_params.cc branches/2014Q4/www/chromium/files/patch-content__browser__gpu__gpu_data_manager_impl_private.cc - copied unchanged from r370423, head/www/chromium/files/patch-content__browser__gpu__gpu_data_manager_impl_private.cc branches/2014Q4/www/chromium/files/patch-content__browser__tracing__tracing_ui.cc - copied unchanged from r370423, head/www/chromium/files/patch-content__browser__tracing__tracing_ui.cc branches/2014Q4/www/chromium/files/patch-content__gpu__gpu_child_thread.cc - copied unchanged from r370423, head/www/chromium/files/patch-content__gpu__gpu_child_thread.cc branches/2014Q4/www/chromium/files/patch-content__gpu__gpu_main.cc - copied unchanged from r370423, head/www/chromium/files/patch-content__gpu__gpu_main.cc branches/2014Q4/www/chromium/files/patch-content__public__common__content_switches.cc - copied unchanged from r370423, head/www/chromium/files/patch-content__public__common__content_switches.cc branches/2014Q4/www/chromium/files/patch-content__public__common__content_switches.h - copied unchanged from r370423, head/www/chromium/files/patch-content__public__common__content_switches.h branches/2014Q4/www/chromium/files/patch-device__serial__serial_io_handler_posix.cc - copied unchanged from r370423, head/www/chromium/files/patch-device__serial__serial_io_handler_posix.cc branches/2014Q4/www/chromium/files/patch-extensions__browser__api__serial__serial_api.cc - copied unchanged from r370423, head/www/chromium/files/patch-extensions__browser__api__serial__serial_api.cc branches/2014Q4/www/chromium/files/patch-gpu__config__gpu_info_collector.cc - copied unchanged from r370423, head/www/chromium/files/patch-gpu__config__gpu_info_collector.cc branches/2014Q4/www/chromium/files/patch-gpu__config__gpu_util.cc - copied unchanged from r370423, head/www/chromium/files/patch-gpu__config__gpu_util.cc branches/2014Q4/www/chromium/files/patch-net__http__http_auth_gssapi_posix.h - copied unchanged from r370423, head/www/chromium/files/patch-net__http__http_auth_gssapi_posix.h branches/2014Q4/www/chromium/files/patch-net__http__mock_gssapi_library_posix.h - copied unchanged from r370423, head/www/chromium/files/patch-net__http__mock_gssapi_library_posix.h branches/2014Q4/www/chromium/files/patch-third_party__pdfium__third_party__logging.h - copied unchanged from r370423, head/www/chromium/files/patch-third_party__pdfium__third_party__logging.h branches/2014Q4/www/chromium/files/patch-third_party__webrtc__base__cpumonitor.cc - copied unchanged from r370423, head/www/chromium/files/patch-third_party__webrtc__base__cpumonitor.cc branches/2014Q4/www/chromium/files/patch-third_party__webrtc__base__ipaddress.h - copied unchanged from r370423, head/www/chromium/files/patch-third_party__webrtc__base__ipaddress.h branches/2014Q4/www/chromium/files/patch-third_party__webrtc__base__linux.cc - copied unchanged from r370423, head/www/chromium/files/patch-third_party__webrtc__base__linux.cc branches/2014Q4/www/chromium/files/patch-third_party__webrtc__base__linux.h - copied unchanged from r370423, head/www/chromium/files/patch-third_party__webrtc__base__linux.h branches/2014Q4/www/chromium/files/patch-third_party__webrtc__base__network.h - copied unchanged from r370423, head/www/chromium/files/patch-third_party__webrtc__base__network.h branches/2014Q4/www/chromium/files/patch-third_party__webrtc__base__systeminfo.cc - copied unchanged from r370423, head/www/chromium/files/patch-third_party__webrtc__base__systeminfo.cc branches/2014Q4/www/chromium/files/patch-ui__views__window__custom_frame_view.cc - copied unchanged from r370423, head/www/chromium/files/patch-ui__views__window__custom_frame_view.cc branches/2014Q4/www/chromium/files/patch-v8__src__base__platform__platform-freebsd.cc - copied unchanged from r370423, head/www/chromium/files/patch-v8__src__base__platform__platform-freebsd.cc branches/2014Q4/www/chromium/files/patch-v8__src__base__platform__platform-posix.cc - copied unchanged from r370423, head/www/chromium/files/patch-v8__src__base__platform__platform-posix.cc branches/2014Q4/www/chromium/files/patch-v8__src__preparser.h - copied unchanged from r370423, head/www/chromium/files/patch-v8__src__preparser.h Deleted: branches/2014Q4/www/chromium/files/extra-patch-fixup-execinfo branches/2014Q4/www/chromium/files/patch-chrome__browser__browser_process_impl.cc branches/2014Q4/www/chromium/files/patch-chrome__browser__extensions__api__serial__serial_api.cc branches/2014Q4/www/chromium/files/patch-chrome__browser__extensions__api__serial__serial_connection_posix.cc branches/2014Q4/www/chromium/files/patch-chrome__browser__notifications__message_center_notification_manager.cc branches/2014Q4/www/chromium/files/patch-chrome__browser__omaha_query_params__omaha_query_params.cc branches/2014Q4/www/chromium/files/patch-content__renderer__media__webrtc_audio_renderer.cc branches/2014Q4/www/chromium/files/patch-third_party__WebKit__Source__config.h branches/2014Q4/www/chromium/files/patch-third_party__WebKit__Source__web__linux__WebFontRendering.cpp branches/2014Q4/www/chromium/files/patch-third_party__WebKit__Source__wtf__Assertions.cpp branches/2014Q4/www/chromium/files/patch-third_party__WebKit__Source__wtf__DateMath.cpp branches/2014Q4/www/chromium/files/patch-third_party__libjingle__source__talk__base__cpumonitor.cc branches/2014Q4/www/chromium/files/patch-third_party__libjingle__source__talk__base__ipaddress.h branches/2014Q4/www/chromium/files/patch-third_party__libjingle__source__talk__base__linux.cc branches/2014Q4/www/chromium/files/patch-third_party__libjingle__source__talk__base__linux.h branches/2014Q4/www/chromium/files/patch-third_party__libjingle__source__talk__base__network.h branches/2014Q4/www/chromium/files/patch-third_party__libjingle__source__talk__base__systeminfo.cc branches/2014Q4/www/chromium/files/patch-ui__resources__ui_resources.grd branches/2014Q4/www/chromium/files/patch-v8__src__platform-freebsd.cc Modified: branches/2014Q4/www/chromium/Makefile branches/2014Q4/www/chromium/distinfo branches/2014Q4/www/chromium/files/chromium-browser.desktop.in branches/2014Q4/www/chromium/files/extra-patch-clang branches/2014Q4/www/chromium/files/extra-patch-gcc branches/2014Q4/www/chromium/files/patch-base__base.gyp branches/2014Q4/www/chromium/files/patch-base__base.gypi branches/2014Q4/www/chromium/files/patch-base__debug__stack_trace_posix.cc branches/2014Q4/www/chromium/files/patch-base__files__file_path_watcher_kqueue.h branches/2014Q4/www/chromium/files/patch-base__posix__unix_domain_socket_linux.cc branches/2014Q4/www/chromium/files/patch-base__posix__unix_domain_socket_linux_unittest.cc branches/2014Q4/www/chromium/files/patch-base__process__internal_linux.h branches/2014Q4/www/chromium/files/patch-base__process__launch.cc branches/2014Q4/www/chromium/files/patch-base__process__launch.h branches/2014Q4/www/chromium/files/patch-base__process__memory_unittest.cc branches/2014Q4/www/chromium/files/patch-base__process__process_iterator_freebsd.cc branches/2014Q4/www/chromium/files/patch-base__process__process_metrics.h branches/2014Q4/www/chromium/files/patch-base__process__process_metrics_freebsd.cc branches/2014Q4/www/chromium/files/patch-base__security_unittest.cc branches/2014Q4/www/chromium/files/patch-base__strings__safe_sprintf.cc branches/2014Q4/www/chromium/files/patch-base__sys_info_freebsd.cc branches/2014Q4/www/chromium/files/patch-base__sys_info_posix.cc branches/2014Q4/www/chromium/files/patch-base__test__expectations__expectation.cc branches/2014Q4/www/chromium/files/patch-base__test__launcher__test_launcher.cc branches/2014Q4/www/chromium/files/patch-base__threading__platform_thread_linux.cc branches/2014Q4/www/chromium/files/patch-breakpad__breakpad.gyp branches/2014Q4/www/chromium/files/patch-build__common.gypi branches/2014Q4/www/chromium/files/patch-build__filename_rules.gypi branches/2014Q4/www/chromium/files/patch-build__linux__system.gyp branches/2014Q4/www/chromium/files/patch-build__linux__unbundle__libwebp.gyp branches/2014Q4/www/chromium/files/patch-build__linux__unbundle__openssl.gyp branches/2014Q4/www/chromium/files/patch-cc__layers__layer_impl.cc branches/2014Q4/www/chromium/files/patch-chrome__app__chrome_main_delegate.cc branches/2014Q4/www/chromium/files/patch-chrome__app__chrome_main_delegate.h branches/2014Q4/www/chromium/files/patch-chrome__app__chromium_strings.grd branches/2014Q4/www/chromium/files/patch-chrome__app__resources__locale_settings.grd branches/2014Q4/www/chromium/files/patch-chrome__browser__about_flags.cc branches/2014Q4/www/chromium/files/patch-chrome__browser__chrome_browser_main.cc branches/2014Q4/www/chromium/files/patch-chrome__browser__chrome_browser_main_posix.cc branches/2014Q4/www/chromium/files/patch-chrome__browser__chrome_content_browser_client.cc branches/2014Q4/www/chromium/files/patch-chrome__browser__chrome_content_browser_client.h branches/2014Q4/www/chromium/files/patch-chrome__browser__diagnostics__diagnostics_writer.cc branches/2014Q4/www/chromium/files/patch-chrome__browser__diagnostics__diagnostics_writer.h branches/2014Q4/www/chromium/files/patch-chrome__browser__extensions__api__image_writer_private__image_writer_private_api.cc branches/2014Q4/www/chromium/files/patch-chrome__browser__extensions__api__music_manager_private__device_id_linux.cc branches/2014Q4/www/chromium/files/patch-chrome__browser__gpu__gl_string_manager.cc branches/2014Q4/www/chromium/files/patch-chrome__browser__gpu__gpu_feature_checker.cc branches/2014Q4/www/chromium/files/patch-chrome__browser__media__webrtc_log_uploader.cc branches/2014Q4/www/chromium/files/patch-chrome__browser__media_galleries__fileapi__mtp_device_map_service.cc branches/2014Q4/www/chromium/files/patch-chrome__browser__media_galleries__media_file_system_registry.cc branches/2014Q4/www/chromium/files/patch-chrome__browser__media_galleries__media_folder_finder.cc branches/2014Q4/www/chromium/files/patch-chrome__browser__memory_details.cc branches/2014Q4/www/chromium/files/patch-chrome__browser__net__connection_tester.cc branches/2014Q4/www/chromium/files/patch-chrome__browser__plugins__plugins_resource_service.cc branches/2014Q4/www/chromium/files/patch-chrome__browser__policy__policy_prefs_browsertest.cc branches/2014Q4/www/chromium/files/patch-chrome__browser__ui__startup__startup_browser_creator.cc branches/2014Q4/www/chromium/files/patch-chrome__browser__ui__views__first_run_dialog.cc branches/2014Q4/www/chromium/files/patch-chrome__browser__ui__views__frame__browser_frame.cc branches/2014Q4/www/chromium/files/patch-chrome__browser__ui__webui__about_ui.cc branches/2014Q4/www/chromium/files/patch-chrome__browser__ui__webui__chrome_web_ui_controller_factory.cc branches/2014Q4/www/chromium/files/patch-chrome__browser__ui__webui__options__browser_options_handler.cc branches/2014Q4/www/chromium/files/patch-chrome__browser__ui__webui__options__browser_options_handler.h branches/2014Q4/www/chromium/files/patch-chrome__browser__web_applications__web_app.cc branches/2014Q4/www/chromium/files/patch-chrome__browser__web_applications__web_app.h branches/2014Q4/www/chromium/files/patch-chrome__chrome_browser.gypi branches/2014Q4/www/chromium/files/patch-chrome__chrome_browser_extensions.gypi branches/2014Q4/www/chromium/files/patch-chrome__chrome_browser_ui.gypi branches/2014Q4/www/chromium/files/patch-chrome__common__chrome_paths.cc branches/2014Q4/www/chromium/files/patch-chrome__common__chrome_paths.h branches/2014Q4/www/chromium/files/patch-chrome__common__chrome_switches.cc branches/2014Q4/www/chromium/files/patch-chrome__common__chrome_switches.h branches/2014Q4/www/chromium/files/patch-chrome__common__pref_names.cc branches/2014Q4/www/chromium/files/patch-chrome__common__pref_names.h branches/2014Q4/www/chromium/files/patch-chrome__renderer__pepper__pepper_flash_font_file_host.cc branches/2014Q4/www/chromium/files/patch-chrome__renderer__printing__print_web_view_helper.h branches/2014Q4/www/chromium/files/patch-chrome__test__base__in_process_browser_test.cc branches/2014Q4/www/chromium/files/patch-chrome__test__base__testing_browser_process.h branches/2014Q4/www/chromium/files/patch-chrome__test__chromedriver__chrome__chrome_finder.cc branches/2014Q4/www/chromium/files/patch-chrome__test__perf__perf_test.cc branches/2014Q4/www/chromium/files/patch-chrome__tools__build__linux__sed.sh branches/2014Q4/www/chromium/files/patch-components__policy__resources__policy_templates.json branches/2014Q4/www/chromium/files/patch-components__policy__tools__generate_policy_source.py branches/2014Q4/www/chromium/files/patch-components__storage_monitor.gypi branches/2014Q4/www/chromium/files/patch-components__storage_monitor__storage_monitor.cc branches/2014Q4/www/chromium/files/patch-components__storage_monitor__storage_monitor_freebsd.cc branches/2014Q4/www/chromium/files/patch-components__storage_monitor__storage_monitor_freebsd.h branches/2014Q4/www/chromium/files/patch-components__usb_service.gypi branches/2014Q4/www/chromium/files/patch-components__usb_service__usb_context.cc branches/2014Q4/www/chromium/files/patch-components__usb_service__usb_context_unittest.cc branches/2014Q4/www/chromium/files/patch-components__usb_service__usb_device_handle_impl.cc branches/2014Q4/www/chromium/files/patch-components__usb_service__usb_device_impl.cc branches/2014Q4/www/chromium/files/patch-components__usb_service__usb_error.cc branches/2014Q4/www/chromium/files/patch-components__usb_service__usb_interface_impl.cc branches/2014Q4/www/chromium/files/patch-components__usb_service__usb_service_impl.cc branches/2014Q4/www/chromium/files/patch-content__app__content_main_runner.cc branches/2014Q4/www/chromium/files/patch-content__browser__browser_main_loop.cc branches/2014Q4/www/chromium/files/patch-content__browser__child_process_launcher.cc branches/2014Q4/www/chromium/files/patch-content__browser__download__base_file.cc branches/2014Q4/www/chromium/files/patch-content__browser__download__base_file_linux.cc branches/2014Q4/www/chromium/files/patch-content__browser__geolocation__location_arbitrator_impl.cc branches/2014Q4/www/chromium/files/patch-content__browser__geolocation__wifi_data_provider_freebsd.cc branches/2014Q4/www/chromium/files/patch-content__browser__geolocation__wifi_data_provider_freebsd.h branches/2014Q4/www/chromium/files/patch-content__browser__indexed_db__indexed_db_backing_store.cc branches/2014Q4/www/chromium/files/patch-content__browser__renderer_host__render_widget_host_view_aura.cc branches/2014Q4/www/chromium/files/patch-content__common__set_process_title_linux.cc branches/2014Q4/www/chromium/files/patch-content__common__set_process_title_linux.h branches/2014Q4/www/chromium/files/patch-content__content_browser.gypi branches/2014Q4/www/chromium/files/patch-content__content_common.gypi branches/2014Q4/www/chromium/files/patch-content__content_tests.gypi branches/2014Q4/www/chromium/files/patch-content__public__test__browser_test_base.cc branches/2014Q4/www/chromium/files/patch-content__renderer__accessibility__blink_ax_tree_source.cc branches/2014Q4/www/chromium/files/patch-content__renderer__media__webrtc_audio_capturer.cc branches/2014Q4/www/chromium/files/patch-content__renderer__pepper__usb_key_code_conversion.cc branches/2014Q4/www/chromium/files/patch-content__renderer__renderer_main_platform_delegate_linux.cc branches/2014Q4/www/chromium/files/patch-content__renderer__renderer_webkitplatformsupport_impl.cc branches/2014Q4/www/chromium/files/patch-crypto__nss_util.cc branches/2014Q4/www/chromium/files/patch-device__hid__hid.gyp branches/2014Q4/www/chromium/files/patch-device__serial__serial.gyp branches/2014Q4/www/chromium/files/patch-gpu__config__gpu_control_list.cc branches/2014Q4/www/chromium/files/patch-gpu__config__gpu_control_list_unittest.cc branches/2014Q4/www/chromium/files/patch-gpu__config__gpu_test_config.cc branches/2014Q4/www/chromium/files/patch-gpu__gpu_config.gypi branches/2014Q4/www/chromium/files/patch-media__audio__audio_input_volume_unittest.cc branches/2014Q4/www/chromium/files/patch-media__base__audio_splicer.cc branches/2014Q4/www/chromium/files/patch-media__filters__decrypting_audio_decoder.cc branches/2014Q4/www/chromium/files/patch-media__media.gyp branches/2014Q4/www/chromium/files/patch-media__video__capture__video_capture_device_factory.cc branches/2014Q4/www/chromium/files/patch-native_client__build__common.gypi branches/2014Q4/www/chromium/files/patch-native_client__src__shared__platform__platform.gyp branches/2014Q4/www/chromium/files/patch-net__base__address_tracker_linux.h branches/2014Q4/www/chromium/files/patch-net__base__address_tracker_linux_unittest.cc branches/2014Q4/www/chromium/files/patch-net__base__dns_reloader.cc branches/2014Q4/www/chromium/files/patch-net__base__mime_util_unittest.cc branches/2014Q4/www/chromium/files/patch-net__base__net_util.h branches/2014Q4/www/chromium/files/patch-net__base__network_change_notifier.cc branches/2014Q4/www/chromium/files/patch-net__dns__address_sorter_posix.cc branches/2014Q4/www/chromium/files/patch-net__dns__dns_config_service_posix_unittest.cc branches/2014Q4/www/chromium/files/patch-net__dns__dns_session.cc branches/2014Q4/www/chromium/files/patch-net__http__http_auth_gssapi_posix.cc branches/2014Q4/www/chromium/files/patch-net__net.gyp branches/2014Q4/www/chromium/files/patch-net__net.gypi branches/2014Q4/www/chromium/files/patch-net__proxy__proxy_config_service_linux.cc branches/2014Q4/www/chromium/files/patch-net__proxy__proxy_service.cc branches/2014Q4/www/chromium/files/patch-net__quic__congestion_control__rtt_stats.cc branches/2014Q4/www/chromium/files/patch-net__socket__socks5_client_socket.cc branches/2014Q4/www/chromium/files/patch-net__socket__tcp_listen_socket_unittest.h branches/2014Q4/www/chromium/files/patch-net__udp__udp_socket_unittest.cc branches/2014Q4/www/chromium/files/patch-ppapi__proxy__file_io_resource.cc branches/2014Q4/www/chromium/files/patch-ppapi__shared_impl__private__net_address_private_impl.cc branches/2014Q4/www/chromium/files/patch-printing__printing.gyp branches/2014Q4/www/chromium/files/patch-remoting__remoting_host.gypi branches/2014Q4/www/chromium/files/patch-skia__skia_chrome.gypi branches/2014Q4/www/chromium/files/patch-skia__skia_common.gypi branches/2014Q4/www/chromium/files/patch-sync__util__get_session_name.cc branches/2014Q4/www/chromium/files/patch-sync__util__get_session_name_linux.cc branches/2014Q4/www/chromium/files/patch-testing__gtest__include__gtest__internal__gtest-port.h branches/2014Q4/www/chromium/files/patch-testing__gtest__src__gtest.cc branches/2014Q4/www/chromium/files/patch-third_party__WebKit__Source__core__core.gyp branches/2014Q4/www/chromium/files/patch-third_party__WebKit__Source__platform__blink_platform.gyp branches/2014Q4/www/chromium/files/patch-third_party__WebKit__Source__platform__heap__ThreadState.cpp branches/2014Q4/www/chromium/files/patch-third_party__WebKit__Source__web__web.gyp branches/2014Q4/www/chromium/files/patch-third_party__WebKit__Source__wtf__ByteSwap.h branches/2014Q4/www/chromium/files/patch-third_party__WebKit__Source__wtf__wtf.gyp branches/2014Q4/www/chromium/files/patch-third_party__ffmpeg__chromium__config__Chromium__linux__ia32__config.h branches/2014Q4/www/chromium/files/patch-third_party__ffmpeg__libavutil__mem.c branches/2014Q4/www/chromium/files/patch-third_party__khronos__khronos.gyp branches/2014Q4/www/chromium/files/patch-third_party__libXNVCtrl__libXNVCtrl.gyp branches/2014Q4/www/chromium/files/patch-third_party__libexif__libexif.gyp branches/2014Q4/www/chromium/files/patch-third_party__libjingle__libjingle.gyp branches/2014Q4/www/chromium/files/patch-third_party__libjpeg_turbo__libjpeg.gyp branches/2014Q4/www/chromium/files/patch-third_party__libphonenumber__libphonenumber.gyp branches/2014Q4/www/chromium/files/patch-third_party__libvpx__unpack_lib_posix.sh branches/2014Q4/www/chromium/files/patch-third_party__ots__include__opentype-sanitiser.h branches/2014Q4/www/chromium/files/patch-third_party__pdfium__build__standalone.gypi branches/2014Q4/www/chromium/files/patch-third_party__pdfium__core__include__fxcrt__fx_system.h branches/2014Q4/www/chromium/files/patch-third_party__pdfium__fpdfsdk__src__javascript__PublicMethods.cpp branches/2014Q4/www/chromium/files/patch-third_party__pdfium__fpdfsdk__src__jsapi__fxjs_v8.cpp branches/2014Q4/www/chromium/files/patch-third_party__pdfium__pdfium.gyp branches/2014Q4/www/chromium/files/patch-third_party__sfntly__sfntly.gyp branches/2014Q4/www/chromium/files/patch-third_party__sqlite__sqlite.gyp branches/2014Q4/www/chromium/files/patch-third_party__webrtc__base__httpcommon.cc branches/2014Q4/www/chromium/files/patch-third_party__webrtc__base__network.cc branches/2014Q4/www/chromium/files/patch-third_party__webrtc__base__physicalsocketserver.cc branches/2014Q4/www/chromium/files/patch-third_party__webrtc__base__stringutils.h branches/2014Q4/www/chromium/files/patch-third_party__webrtc__build__common.gypi branches/2014Q4/www/chromium/files/patch-third_party__webrtc__modules__audio_device__audio_device.gypi branches/2014Q4/www/chromium/files/patch-third_party__webrtc__modules__desktop_capture__desktop_capture.gypi branches/2014Q4/www/chromium/files/patch-third_party__webrtc__modules__rtp_rtcp__source__forward_error_correction.cc branches/2014Q4/www/chromium/files/patch-third_party__webrtc__modules__video_coding__main__source__receiver.cc branches/2014Q4/www/chromium/files/patch-third_party__webrtc__system_wrappers__source__atomic32_posix.cc branches/2014Q4/www/chromium/files/patch-third_party__webrtc__system_wrappers__source__cpu_info.cc branches/2014Q4/www/chromium/files/patch-third_party__webrtc__system_wrappers__source__thread_posix.cc branches/2014Q4/www/chromium/files/patch-third_party__webrtc__voice_engine__voice_engine_defines.h branches/2014Q4/www/chromium/files/patch-tools__gyp__pylib__gyp__generator__make.py branches/2014Q4/www/chromium/files/patch-tools__gyp__test__additional-targets__src__dir1__actions.gyp branches/2014Q4/www/chromium/files/patch-tools__gyp__test__library__src__library.gyp branches/2014Q4/www/chromium/files/patch-ui__app_list__app_list_constants.cc branches/2014Q4/www/chromium/files/patch-ui__app_list__app_list_constants.h branches/2014Q4/www/chromium/files/patch-ui__base__ui_base.gyp branches/2014Q4/www/chromium/files/patch-ui__events__event_switches.cc branches/2014Q4/www/chromium/files/patch-ui__events__event_switches.h branches/2014Q4/www/chromium/files/patch-ui__gl__gl.gyp branches/2014Q4/www/chromium/files/patch-ui__shell_dialogs__select_file_dialog.cc branches/2014Q4/www/chromium/files/patch-ui__views__views.gyp branches/2014Q4/www/chromium/files/patch-ui__views__views_delegate.cc branches/2014Q4/www/chromium/files/patch-ui__views__views_delegate.h branches/2014Q4/www/chromium/pkg-plist Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/www/chromium/Makefile ============================================================================== --- branches/2014Q4/www/chromium/Makefile Wed Oct 8 12:09:33 2014 (r370436) +++ branches/2014Q4/www/chromium/Makefile Wed Oct 8 12:16:37 2014 (r370437) @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= chromium -PORTVERSION= 37.0.2062.124 +PORTVERSION= 38.0.2125.101 CATEGORIES= www MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= chromium@FreeBSD.org -COMMENT= Mostly BSD-licensed web browser based on WebKit and Gtk+ +COMMENT= Google web browser based on WebKit LICENSE= BSD3CLAUSE LGPL21 MPL LICENSE_COMB= multi @@ -40,7 +40,6 @@ LIB_DEPENDS= libcairo.so:${PORTSDIR}/gra libicuuc.so:${PORTSDIR}/devel/icu \ libjpeg.so:${PORTSDIR}/graphics/jpeg \ libjsoncpp.so:${PORTSDIR}/devel/jsoncpp \ - libminizip.so:${PORTSDIR}/archivers/minizip \ libnspr4.so:${PORTSDIR}/devel/nspr \ libprotobuf.so:${PORTSDIR}/devel/protobuf \ libpng.so:${PORTSDIR}/graphics/png \ @@ -63,7 +62,6 @@ CPE_PRODUCT= chrome USE_PERL5= build USE_XORG= scrnsaverproto x11 xproto xscrnsaver xtst USE_GNOME= glib20 gtk20 dconf libxslt -USE_OPENSSL= yes # must be from base to prevent a link failure against cups SHEBANG_FILES= chrome/tools/build/linux/chrome-wrapper ALL_TARGET= chrome INSTALLS_ICONS= yes @@ -76,6 +74,7 @@ GYP_DEFINES+= \ linux_strip_binary=1 \ test_isolation_mode=noop \ disable_nacl=1 \ + enable_extensions=1 \ enable_one_click_signin=1 \ enable_openmax=1 \ enable_webrtc=1 \ @@ -105,16 +104,13 @@ GYP_DEFINES+= \ use_system_libwebp=1 \ use_system_libxml=1 \ use_system_libxslt=1 \ - use_system_minizip=1 \ use_system_nspr=1 \ - use_system_openssl=1 \ use_system_protobuf=1 \ use_system_re2=1 \ use_system_snappy=1 \ use_system_speex=1 \ use_system_xdg_utils=1 \ - use_system_yasm=1 \ - use_system_zlib=1 + use_system_yasm=1 # allow removal of third_party/adobe GYP_DEFINES+= flapper_version_h_file='${WRKSRC}/flapper_version.h' @@ -168,9 +164,6 @@ GYP_DEFINES+= disable_sse2=1 .if !exists(/usr/libdata/pkgconfig/libusb-1.0.pc) EXTRA_PATCHES+= ${FILESDIR}/extra-patch-libusb-pc .endif -.if ${OSVERSION} >= 1000052 && !exists(${LOCALBASE}/include/execinfo.h) -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-fixup-execinfo -.endif .if ${PORT_OPTIONS:MTEST} .include "Makefile.tests" @@ -190,13 +183,10 @@ CONFIGURE_ENV+= CC="${CC}" \ GYP_DEFINES="${GYP_DEFINES}" MAKE_ENV+= BUILDTYPE=${BUILDTYPE} \ GPERF="${LOCALBASE}/bin/gperf" +MAKE_ARGS= -C out/${BUILDTYPE} .include -#XXX redefine MAKE_ARGS after bsd.port.pre.mk to avoid OPENSSL flags -# leaking in which confuses ninja -MAKE_ARGS= -C out/${BUILDTYPE} - .if ${CHOSEN_COMPILER_TYPE} == gcc GYP_DEFINES+= gcc_version=${CXX:S/g++//} EXTRA_PATCHES+= ${FILESDIR}/extra-patch-gcc @@ -234,11 +224,6 @@ post-patch: @${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|" \ ${WRKSRC}/chrome/common/chrome_paths.cc \ ${WRKSRC}/base/base.gyp - @${REINPLACE_CMD} -e "s|/usr/bin/gcc|${CC}|" \ - ${WRKSRC}/third_party/WebKit/Source/build/scripts/preprocessor.pm \ - ${WRKSRC}/third_party/WebKit/Source/build/scripts/scripts.gypi - @${REINPLACE_CMD} -e "s|g++|${CXX}|" \ - ${WRKSRC}/tools/compile_test/compile_test.py pre-configure: # phajdan-jr: list of things *not* to remove, so maybe the script @@ -255,6 +240,7 @@ pre-configure: 'base/third_party/xdg_mime' \ 'base/third_party/xdg_user_dirs' \ 'breakpad/src/third_party/curl' \ + 'chrome/third_party/mock4js' \ 'chrome/third_party/mozilla_security_manager' \ 'courgette/third_party' \ 'crypto/third_party/nss' \ @@ -262,11 +248,15 @@ pre-configure: 'net/third_party/nss' \ 'third_party/WebKit' \ 'third_party/angle' \ + 'third_party/angle/src/third_party' \ + 'third_party/blanketjs' \ 'third_party/brotli' \ + 'third_party/boringssl' \ 'third_party/cacheinvalidation' \ 'third_party/cld' \ 'third_party/cros_system_api' \ 'third_party/dom_distiller_js' \ + 'third_party/dom_distiller_js/package/proto_gen/third_party/dom_distiller_js' \ 'third_party/ffmpeg' \ 'third_party/fips181' \ 'third_party/flot' \ @@ -282,6 +272,7 @@ pre-configure: 'third_party/libphonenumber' \ 'third_party/libsrtp' \ 'third_party/libvpx' \ + 'third_party/libvpx/source/libvpx/third_party/x86inc' \ 'third_party/libwebm' \ 'third_party/libxml/chromium' \ 'third_party/libXNVCtrl' \ @@ -296,27 +287,34 @@ pre-configure: 'third_party/opus' \ 'third_party/ots' \ 'third_party/pdfium' \ + 'third_party/pdfium/third_party' \ 'third_party/ply' \ 'third_party/polymer' \ 'third_party/pywebsocket' \ 'third_party/qcms' \ + 'third_party/qunit' \ 'third_party/readability' \ 'third_party/sfntly' \ + 'third_party/sinonjs' \ 'third_party/skia' \ 'third_party/smhasher' \ 'third_party/sqlite' \ 'third_party/tcmalloc' \ 'third_party/tlslite' \ 'third_party/trace-viewer' \ + 'third_party/trace-viewer/third_party' \ + 'third_party/trace-viewer/third_party/tvcm/third_party' \ 'third_party/undoview' \ 'third_party/usrsctp' \ 'third_party/webdriver' \ 'third_party/webrtc' \ 'third_party/widevine' \ 'third_party/x86inc' \ - 'third_party/zlib/google' \ + 'third_party/yasm' \ + 'third_party/zlib' \ 'url/third_party/mozilla' \ 'v8/src/third_party/valgrind' \ + 'v8/third_party/fdlibm' \ --do-remove || ${FALSE} cd ${WRKSRC} && ${PYTHON_CMD} \ ./build/linux/unbundle/replace_gyp_files.py \ Modified: branches/2014Q4/www/chromium/distinfo ============================================================================== --- branches/2014Q4/www/chromium/distinfo Wed Oct 8 12:09:33 2014 (r370436) +++ branches/2014Q4/www/chromium/distinfo Wed Oct 8 12:16:37 2014 (r370437) @@ -1,4 +1,4 @@ -SHA256 (chromium-37.0.2062.124.tar.xz) = 5a7ca0b1e9b4c51555cf82d8bebf5a8cc5b5810ccacd1087ba82a17b8ac830d8 -SIZE (chromium-37.0.2062.124.tar.xz) = 223325856 -SHA256 (chromium-37.0.2062.124-testdata.tar.xz) = 08a9febabe4995b88ccb99203057fac2056615e35fe5e8907604a1e07e1a9794 -SIZE (chromium-37.0.2062.124-testdata.tar.xz) = 114485636 +SHA256 (chromium-38.0.2125.101.tar.xz) = d3303519ab471a3bc831e9b366e64dc2fe651894e52ae5d1e74de60ee2a1198a +SIZE (chromium-38.0.2125.101.tar.xz) = 248192100 +SHA256 (chromium-38.0.2125.101-testdata.tar.xz) = aca97e1f3d1e4018ef24d7f53c9273b5efde4496f73dc82622184409e9b3076e +SIZE (chromium-38.0.2125.101-testdata.tar.xz) = 115331828 Modified: branches/2014Q4/www/chromium/files/chromium-browser.desktop.in ============================================================================== --- branches/2014Q4/www/chromium/files/chromium-browser.desktop.in Wed Oct 8 12:09:33 2014 (r370436) +++ branches/2014Q4/www/chromium/files/chromium-browser.desktop.in Wed Oct 8 12:16:37 2014 (r370437) @@ -4,7 +4,7 @@ Version=1.0 Encoding=UTF-8 Name=Chromium Comment=%%COMMENT%% -Icon=chrome +Icon=%%DATADIR%%/product_logo_48.png Exec=chrome %U Categories=Application;Network;WebBrowser; MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp; Modified: branches/2014Q4/www/chromium/files/extra-patch-clang ============================================================================== --- branches/2014Q4/www/chromium/files/extra-patch-clang Wed Oct 8 12:09:33 2014 (r370436) +++ branches/2014Q4/www/chromium/files/extra-patch-clang Wed Oct 8 12:16:37 2014 (r370437) @@ -89,17 +89,6 @@ const TrackedTime kTimePosted = TrackedTime() + Duration::FromMilliseconds(1); const TrackedTime kStartOfRun = TrackedTime() + ---- chrome/browser/metrics/thread_watcher.cc 2013-07-03 23:45:55.000000000 -0400 -+++ chrome/browser/metrics/thread_watcher.cc 2013-07-19 01:38:45.000000000 -0400 -@@ -41,7 +41,7 @@ - MSVC_PUSH_DISABLE_WARNING(4748) - - int* NullPointer() { -- return reinterpret_cast(NULL); -+ return static_cast(NULL); - } - - void NullPointerCrash(int line_number) { --- chrome/browser/sync/glue/synced_session_tracker.cc 2013-07-03 23:46:07.000000000 -0400 +++ chrome/browser/sync/glue/synced_session_tracker.cc 2013-07-19 01:50:13.000000000 -0400 @@ -260,7 +260,7 @@ @@ -122,17 +111,17 @@ EXPECT_CALL(callback_, OnError(_)) .Times(2); ---- media/filters/decrypting_video_decoder_unittest.cc.orig 2013-08-30 23:27:39.000000000 +0300 -+++ media/filters/decrypting_video_decoder_unittest.cc 2013-08-30 23:28:27.000000000 +0300 -@@ -417,7 +417,7 @@ - // callback to cancel the |decryptor_ready_cb|. - EXPECT_CALL(*this, RequestDecryptorNotification(IsNullCallback())) - .WillOnce(ResetAndRunCallback(&decryptor_ready_cb, -- reinterpret_cast(NULL))); -+ static_cast(NULL))); - Stop(); - } - +--- media/filters/decrypting_video_decoder_unittest.cc.orig 2014-09-04 02:04:17.000000000 +0200 ++++ media/filters/decrypting_video_decoder_unittest.cc 2014-09-08 20:51:21.000000000 +0200 +@@ -420,7 +420,7 @@ + // NULL callback to cancel the |decryptor_ready_cb|. + EXPECT_CALL(*this, RequestDecryptorNotification(IsNullCallback())).WillOnce( + ResetAndRunCallback(&decryptor_ready_cb, +- reinterpret_cast(NULL), ++ static_cast(NULL), + base::Bind(&DecryptingVideoDecoderTest::DecryptorSet, + base::Unretained(this)))); + EXPECT_CALL(*this, DecryptorSet(_)).Times(0); --- third_party/hunspell/src/hunspell/affentry.hxx 2013-07-03 23:52:32.000000000 -0400 +++ third_party/hunspell/src/hunspell/affentry.hxx 2013-07-19 01:31:57.000000000 -0400 @@ -27,7 +27,7 @@ @@ -153,17 +142,6 @@ char * check_twosfx_morph(const char * word, int len, int optflags, PfxEntry* ppfx, const FLAG needflag = FLAG_NULL); ---- third_party/libjingle/source/talk/base/taskrunner.cc 2013-07-03 23:54:05.000000000 -0400 -+++ third_party/libjingle/source/talk/base/taskrunner.cc 2013-07-19 00:46:25.000000000 -0400 -@@ -119,7 +119,7 @@ - std::vector::iterator it; - it = std::remove(tasks_.begin(), - tasks_.end(), -- reinterpret_cast(NULL)); -+ static_cast(NULL)); - - tasks_.erase(it, tasks_.end()); - --- third_party/sfntly/cpp/src/sfntly/table/core/cmap_table.cc 2013-07-03 23:54:15.000000000 -0400 +++ third_party/sfntly/cpp/src/sfntly/table/core/cmap_table.cc 2013-07-19 00:44:09.000000000 -0400 @@ -439,7 +439,7 @@ @@ -278,3 +256,14 @@ tasks_.erase(it, tasks_.end()); +--- v8/src/unique.h.orig 2014-09-04 02:30:24.000000000 +0200 ++++ v8/src/unique.h 2014-09-10 16:19:37.000000000 +0200 +@@ -167,7 +167,7 @@ + + // TODO(titzer): this is a hack to migrate to Unique incrementally. + static PrintableUnique CreateUninitialized(Zone* zone, Handle handle) { +- return PrintableUnique(zone, reinterpret_cast
(NULL), handle); ++ return PrintableUnique(zone, static_cast
(NULL), handle); + } + + static PrintableUnique CreateImmovable(Zone* zone, Handle handle) { Modified: branches/2014Q4/www/chromium/files/extra-patch-gcc ============================================================================== --- branches/2014Q4/www/chromium/files/extra-patch-gcc Wed Oct 8 12:09:33 2014 (r370436) +++ branches/2014Q4/www/chromium/files/extra-patch-gcc Wed Oct 8 12:16:37 2014 (r370437) @@ -1,23 +1,3 @@ ---- base/memory/shared_memory.h.orig 2011-04-01 21:54:26.066717848 +0300 -+++ base/memory/shared_memory.h 2011-04-01 21:55:14.292717813 +0300 -@@ -12,6 +12,7 @@ - - #if defined(OS_POSIX) - #include -+#include - #include - #include "base/file_descriptor_posix.h" - #endif ---- third_party/libjingle/source/talk/base/stream.h.orig 2011-04-01 22:16:30.129717654 +0300 -+++ third_party/libjingle/source/talk/base/stream.h 2011-04-01 22:16:48.245715495 +0300 -@@ -30,6 +30,7 @@ - #ifndef TALK_BASE_STREAM_H__ - #define TALK_BASE_STREAM_H__ - -+#include - #include "talk/base/basictypes.h" - #include "talk/base/criticalsection.h" - #include "talk/base/logging.h" --- media/filters/file_data_source.h.orig 2011-09-14 10:01:06.000000000 +0200 +++ media/filters/file_data_source.h 2011-09-26 19:08:17.000000000 +0200 @@ -5,6 +5,7 @@ @@ -27,7 +7,7 @@ +#include #include - #include "base/gtest_prod_util.h" + #include "base/files/file.h" --- content/public/common/child_process_sandbox_support_linux.h.orig 2013-10-11 19:30:28.000000000 +0200 +++ content/public/common/child_process_sandbox_support_linux.h 2013-10-16 15:29:00.000000000 +0200 @@ -7,6 +7,7 @@ @@ -76,18 +56,8 @@ #include "base/logging.h" #include "base/strings/string_number_conversions.h" #include "base/strings/stringprintf.h" ---- ui/gfx/codec/jpeg_codec.cc.orig 2014-02-20 15:27:56.000000000 -0500 -+++ ui/gfx/codec/jpeg_codec.cc 2014-03-03 14:33:42.000000000 -0500 -@@ -15,6 +15,7 @@ - #if defined(USE_SYSTEM_LIBJPEG) - #include - #elif defined(USE_LIBJPEG_TURBO) -+#include - #include "third_party/libjpeg_turbo/jpeglib.h" - #else - #include "third_party/libjpeg/jpeglib.h" ---- ui/gfx/codec/jpeg_codec.cc.orig 2014-08-12 21:02:29.000000000 +0200 -+++ ui/gfx/codec/jpeg_codec.cc 2014-08-17 19:32:18.000000000 +0200 +--- ui/gfx/codec/jpeg_codec.cc.orig 2014-10-02 19:19:03.000000000 +0200 ++++ ui/gfx/codec/jpeg_codec.cc 2014-10-05 22:38:28.000000000 +0200 @@ -13,6 +13,7 @@ extern "C" { @@ -96,3 +66,13 @@ #include #elif defined(USE_LIBJPEG_TURBO) #include "third_party/libjpeg_turbo/jpeglib.h" +--- media/cast/logging/encoding_event_subscriber.cc.orig 2014-10-02 19:39:47.000000000 +0200 ++++ media/cast/logging/encoding_event_subscriber.cc 2014-10-06 10:38:30.000000000 +0200 +@@ -4,6 +4,7 @@ + + #include "media/cast/logging/encoding_event_subscriber.h" + ++#include + #include + #include + Modified: branches/2014Q4/www/chromium/files/patch-base__base.gyp ============================================================================== --- branches/2014Q4/www/chromium/files/patch-base__base.gyp Wed Oct 8 12:09:33 2014 (r370436) +++ branches/2014Q4/www/chromium/files/patch-base__base.gyp Wed Oct 8 12:16:37 2014 (r370437) @@ -1,5 +1,5 @@ ---- ./base/base.gyp.orig 2014-08-20 21:02:42.000000000 +0200 -+++ ./base/base.gyp 2014-08-22 15:06:27.000000000 +0200 +--- base/base.gyp.orig 2014-10-02 21:05:31 UTC ++++ base/base.gyp @@ -129,7 +129,7 @@ ], 'link_settings': { @@ -9,3 +9,15 @@ ], }, }], +@@ -784,6 +784,11 @@ + ['include', '^debug/proc_maps_linux_unittest\\.cc$'], + ], + }], ++ ['OS == "freebsd"', { ++ 'sources!': [ ++ 'debug/proc_maps_linux_unittest.cc', ++ ], ++ }], + ], # target_conditions + }, + { Modified: branches/2014Q4/www/chromium/files/patch-base__base.gypi ============================================================================== --- branches/2014Q4/www/chromium/files/patch-base__base.gypi Wed Oct 8 12:09:33 2014 (r370436) +++ branches/2014Q4/www/chromium/files/patch-base__base.gypi Wed Oct 8 12:16:37 2014 (r370437) @@ -1,13 +1,13 @@ ---- ./base/base.gypi.orig 2014-08-20 21:02:42.000000000 +0200 -+++ ./base/base.gypi 2014-08-22 18:33:25.000000000 +0200 -@@ -942,11 +942,16 @@ +--- base/base.gypi.orig 2014-10-02 17:39:45 UTC ++++ base/base.gypi +@@ -945,11 +945,16 @@ 'process/memory_stubs.cc', ], 'sources/': [ + ['exclude', '^debug/proc_maps_linux\\.cc$'], ['exclude', '^files/file_path_watcher_linux\\.cc$'], - ['exclude', '^files/file_path_watcher_stub\\.cc$'], - ['exclude', '^file_util_linux\\.cc$'], + ['exclude', '^files/file_util_linux\\.cc$'], + ['exclude', '^process/memory_linux\\.cc$'], ['exclude', '^process/process_linux\\.cc$'], ['exclude', '^sys_info_linux\\.cc$'], Modified: branches/2014Q4/www/chromium/files/patch-base__debug__stack_trace_posix.cc ============================================================================== --- branches/2014Q4/www/chromium/files/patch-base__debug__stack_trace_posix.cc Wed Oct 8 12:09:33 2014 (r370436) +++ branches/2014Q4/www/chromium/files/patch-base__debug__stack_trace_posix.cc Wed Oct 8 12:16:37 2014 (r370437) @@ -1,6 +1,6 @@ ---- ./base/debug/stack_trace_posix.cc.orig 2014-08-20 21:02:42.000000000 +0200 -+++ ./base/debug/stack_trace_posix.cc 2014-08-22 15:06:24.000000000 +0200 -@@ -590,6 +590,10 @@ +--- base/debug/stack_trace_posix.cc.orig 2014-10-02 17:18:52 UTC ++++ base/debug/stack_trace_posix.cc +@@ -588,6 +588,10 @@ // for the modules that are loaded in the current process. // Returns true on success. bool CacheMemoryRegions() { @@ -11,7 +11,7 @@ // Reads /proc/self/maps. std::string contents; if (!ReadProcMaps(&contents)) { -@@ -605,6 +609,7 @@ +@@ -603,6 +607,7 @@ is_initialized_ = true; return true; Modified: branches/2014Q4/www/chromium/files/patch-base__files__file_path_watcher_kqueue.h ============================================================================== --- branches/2014Q4/www/chromium/files/patch-base__files__file_path_watcher_kqueue.h Wed Oct 8 12:09:33 2014 (r370436) +++ branches/2014Q4/www/chromium/files/patch-base__files__file_path_watcher_kqueue.h Wed Oct 8 12:16:37 2014 (r370437) @@ -1,5 +1,5 @@ ---- ./base/files/file_path_watcher_kqueue.h.orig 2014-08-20 21:02:41.000000000 +0200 -+++ ./base/files/file_path_watcher_kqueue.h 2014-08-23 19:32:36.000000000 +0200 +--- base/files/file_path_watcher_kqueue.h.orig 2014-10-02 17:18:52 UTC ++++ base/files/file_path_watcher_kqueue.h @@ -5,6 +5,10 @@ #ifndef BASE_FILES_FILE_PATH_WATCHER_KQUEUE_H_ #define BASE_FILES_FILE_PATH_WATCHER_KQUEUE_H_ Modified: branches/2014Q4/www/chromium/files/patch-base__posix__unix_domain_socket_linux.cc ============================================================================== --- branches/2014Q4/www/chromium/files/patch-base__posix__unix_domain_socket_linux.cc Wed Oct 8 12:09:33 2014 (r370436) +++ branches/2014Q4/www/chromium/files/patch-base__posix__unix_domain_socket_linux.cc Wed Oct 8 12:16:37 2014 (r370437) @@ -1,5 +1,5 @@ ---- ./base/posix/unix_domain_socket_linux.cc.orig 2014-08-20 21:02:41.000000000 +0200 -+++ ./base/posix/unix_domain_socket_linux.cc 2014-08-22 15:06:24.000000000 +0200 +--- base/posix/unix_domain_socket_linux.cc.orig 2014-10-02 17:18:52 UTC ++++ base/posix/unix_domain_socket_linux.cc @@ -18,6 +18,15 @@ #include "base/posix/eintr_wrapper.h" #include "base/stl_util.h" Modified: branches/2014Q4/www/chromium/files/patch-base__posix__unix_domain_socket_linux_unittest.cc ============================================================================== --- branches/2014Q4/www/chromium/files/patch-base__posix__unix_domain_socket_linux_unittest.cc Wed Oct 8 12:09:33 2014 (r370436) +++ branches/2014Q4/www/chromium/files/patch-base__posix__unix_domain_socket_linux_unittest.cc Wed Oct 8 12:16:37 2014 (r370437) @@ -1,5 +1,5 @@ ---- ./base/posix/unix_domain_socket_linux_unittest.cc.orig 2014-08-20 21:02:41.000000000 +0200 -+++ ./base/posix/unix_domain_socket_linux_unittest.cc 2014-08-22 15:06:24.000000000 +0200 +--- base/posix/unix_domain_socket_linux_unittest.cc.orig 2014-10-02 17:18:52 UTC ++++ base/posix/unix_domain_socket_linux_unittest.cc @@ -2,8 +2,13 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. Modified: branches/2014Q4/www/chromium/files/patch-base__process__internal_linux.h ============================================================================== --- branches/2014Q4/www/chromium/files/patch-base__process__internal_linux.h Wed Oct 8 12:09:33 2014 (r370436) +++ branches/2014Q4/www/chromium/files/patch-base__process__internal_linux.h Wed Oct 8 12:16:37 2014 (r370437) @@ -1,5 +1,5 @@ ---- ./base/process/internal_linux.h.orig 2014-08-20 21:02:41.000000000 +0200 -+++ ./base/process/internal_linux.h 2014-08-22 15:06:24.000000000 +0200 +--- base/process/internal_linux.h.orig 2014-10-02 17:18:52 UTC ++++ base/process/internal_linux.h @@ -12,6 +12,8 @@ #include "base/files/file_path.h" Modified: branches/2014Q4/www/chromium/files/patch-base__process__launch.cc ============================================================================== --- branches/2014Q4/www/chromium/files/patch-base__process__launch.cc Wed Oct 8 12:09:33 2014 (r370436) +++ branches/2014Q4/www/chromium/files/patch-base__process__launch.cc Wed Oct 8 12:16:37 2014 (r370437) @@ -1,5 +1,5 @@ ---- ./base/process/launch.cc.orig 2014-08-20 21:02:41.000000000 +0200 -+++ ./base/process/launch.cc 2014-08-22 15:06:24.000000000 +0200 +--- base/process/launch.cc.orig 2014-10-02 17:18:52 UTC ++++ base/process/launch.cc @@ -24,10 +24,10 @@ fds_to_remap(NULL), maximize_rlimits(NULL), Modified: branches/2014Q4/www/chromium/files/patch-base__process__launch.h ============================================================================== --- branches/2014Q4/www/chromium/files/patch-base__process__launch.h Wed Oct 8 12:09:33 2014 (r370436) +++ branches/2014Q4/www/chromium/files/patch-base__process__launch.h Wed Oct 8 12:16:37 2014 (r370437) @@ -1,5 +1,5 @@ ---- ./base/process/launch.h.orig 2014-08-20 21:02:41.000000000 +0200 -+++ ./base/process/launch.h 2014-08-22 15:06:24.000000000 +0200 +--- base/process/launch.h.orig 2014-10-02 17:18:52 UTC ++++ base/process/launch.h @@ -113,14 +113,14 @@ // will be the same as its pid. bool new_process_group; Modified: branches/2014Q4/www/chromium/files/patch-base__process__memory_unittest.cc ============================================================================== --- branches/2014Q4/www/chromium/files/patch-base__process__memory_unittest.cc Wed Oct 8 12:09:33 2014 (r370436) +++ branches/2014Q4/www/chromium/files/patch-base__process__memory_unittest.cc Wed Oct 8 12:16:37 2014 (r370437) @@ -1,6 +1,6 @@ ---- ./base/process/memory_unittest.cc.orig 2014-08-20 21:02:41.000000000 +0200 -+++ ./base/process/memory_unittest.cc 2014-08-22 15:06:24.000000000 +0200 -@@ -151,9 +151,9 @@ +--- base/process/memory_unittest.cc.orig 2014-10-02 17:18:52 UTC ++++ base/process/memory_unittest.cc +@@ -160,9 +160,9 @@ // Android doesn't implement set_new_handler, so we can't use the // OutOfMemoryTest cases. @@ -12,7 +12,7 @@ !defined(OS_WIN) #if defined(USE_TCMALLOC) -@@ -425,4 +425,4 @@ +@@ -448,4 +448,4 @@ EXPECT_TRUE(value_ == NULL); } #endif // !defined(MEMORY_TOOL_REPLACES_ALLOCATOR) Modified: branches/2014Q4/www/chromium/files/patch-base__process__process_iterator_freebsd.cc ============================================================================== --- branches/2014Q4/www/chromium/files/patch-base__process__process_iterator_freebsd.cc Wed Oct 8 12:09:33 2014 (r370436) +++ branches/2014Q4/www/chromium/files/patch-base__process__process_iterator_freebsd.cc Wed Oct 8 12:16:37 2014 (r370437) @@ -1,5 +1,5 @@ ---- ./base/process/process_iterator_freebsd.cc.orig 2014-08-20 21:02:41.000000000 +0200 -+++ ./base/process/process_iterator_freebsd.cc 2014-08-22 15:06:24.000000000 +0200 +--- base/process/process_iterator_freebsd.cc.orig 2014-10-02 17:18:52 UTC ++++ base/process/process_iterator_freebsd.cc @@ -8,6 +8,10 @@ #include #include Modified: branches/2014Q4/www/chromium/files/patch-base__process__process_metrics.h ============================================================================== --- branches/2014Q4/www/chromium/files/patch-base__process__process_metrics.h Wed Oct 8 12:09:33 2014 (r370436) +++ branches/2014Q4/www/chromium/files/patch-base__process__process_metrics.h Wed Oct 8 12:16:37 2014 (r370437) @@ -1,5 +1,5 @@ ---- ./base/process/process_metrics.h.orig 2014-08-20 21:02:41.000000000 +0200 -+++ ./base/process/process_metrics.h 2014-08-22 15:06:24.000000000 +0200 +--- base/process/process_metrics.h.orig 2014-10-02 17:39:45 UTC ++++ base/process/process_metrics.h @@ -17,6 +17,13 @@ #include "base/time/time.h" #include "base/values.h" @@ -14,7 +14,7 @@ #if defined(OS_MACOSX) #include #endif -@@ -246,13 +253,17 @@ +@@ -240,13 +247,17 @@ // CPU-related ticks. Returns -1 on parse error. // Exposed for testing. BASE_EXPORT int ParseProcStatCPU(const std::string& input); Modified: branches/2014Q4/www/chromium/files/patch-base__process__process_metrics_freebsd.cc ============================================================================== --- branches/2014Q4/www/chromium/files/patch-base__process__process_metrics_freebsd.cc Wed Oct 8 12:09:33 2014 (r370436) +++ branches/2014Q4/www/chromium/files/patch-base__process__process_metrics_freebsd.cc Wed Oct 8 12:16:37 2014 (r370437) @@ -1,5 +1,5 @@ ---- ./base/process/process_metrics_freebsd.cc.orig 2014-08-20 21:02:41.000000000 +0200 -+++ ./base/process/process_metrics_freebsd.cc 2014-08-22 15:06:24.000000000 +0200 +--- base/process/process_metrics_freebsd.cc.orig 2014-10-02 17:18:52 UTC ++++ base/process/process_metrics_freebsd.cc @@ -10,6 +10,9 @@ #include "base/sys_info.h" Modified: branches/2014Q4/www/chromium/files/patch-base__security_unittest.cc ============================================================================== --- branches/2014Q4/www/chromium/files/patch-base__security_unittest.cc Wed Oct 8 12:09:33 2014 (r370436) +++ branches/2014Q4/www/chromium/files/patch-base__security_unittest.cc Wed Oct 8 12:16:37 2014 (r370437) @@ -1,5 +1,5 @@ ---- ./base/security_unittest.cc.orig 2014-08-20 21:02:42.000000000 +0200 -+++ ./base/security_unittest.cc 2014-08-22 15:06:24.000000000 +0200 +--- base/security_unittest.cc.orig 2014-10-02 17:18:52 UTC ++++ base/security_unittest.cc @@ -160,7 +160,7 @@ // FAILS_ is too clunky. void OverflowTestsSoftExpectTrue(bool overflow_detected) { Modified: branches/2014Q4/www/chromium/files/patch-base__strings__safe_sprintf.cc ============================================================================== --- branches/2014Q4/www/chromium/files/patch-base__strings__safe_sprintf.cc Wed Oct 8 12:09:33 2014 (r370436) +++ branches/2014Q4/www/chromium/files/patch-base__strings__safe_sprintf.cc Wed Oct 8 12:16:37 2014 (r370437) @@ -1,19 +1,26 @@ ---- ./base/strings/safe_sprintf.cc.orig 2014-08-20 21:02:42.000000000 +0200 -+++ ./base/strings/safe_sprintf.cc 2014-08-22 15:06:24.000000000 +0200 -@@ -107,11 +107,11 @@ +--- base/strings/safe_sprintf.cc.orig 2014-10-02 17:18:52 UTC ++++ base/strings/safe_sprintf.cc +@@ -107,15 +107,16 @@ : buffer_(buffer), size_(size - 1), // Account for trailing NUL byte count_(0) { -// The following assertion does not build on Mac and Android. This is because -// static_assert only works with compile-time constants, but mac uses -// libstdc++4.2 and android uses stlport, which both don't mark --// numeric_limits::max() as constexp. --#if __cplusplus >= 201103 && !defined(OS_ANDROID) && !defined(OS_MACOSX) && !defined(OS_IOS) +-// numeric_limits::max() as constexp. Likewise, MSVS2013's standard library +-// also doesn't mark max() as constexpr yet. cl.exe supports static_cast but +-// doesn't really implement constexpr yet so it doesn't complain, but clang +// The following assertion does not build on Mac and Android and older FreeBSD. +// This is because static_assert only works with compile-time constants, but +// mac and FreeBSD < 10 use libstdc++4.2 and android uses stlport, which both -+// don't mark numeric_limits::max() as constexp. -+#if __cplusplus >= 201103 && !defined(OS_ANDROID) && !defined(OS_MACOSX) && !defined(OS_IOS) && !(defined(OS_FREEBSD) && __FreeBSD_version > 1000054) ++// don't mark numeric_limits::max() as constexp. Likewise, MSVS2013's standard ++// library also doesn't mark max() as constexpr yet. cl.exe supports static_cast ++// but doesn't really implement constexpr yet so it doesn't complain, but clang + // does. + #if __cplusplus >= 201103 && !defined(OS_ANDROID) && !defined(OS_MACOSX) && \ +- !defined(OS_IOS) && !(defined(__clang__) && defined(OS_WIN)) ++ !defined(OS_IOS) && !(defined(OS_FREEBSD) && __FreeBSD_version > 1000054) \ ++ && !(defined(__clang__) && defined(OS_WIN)) COMPILE_ASSERT(kSSizeMaxConst == \ static_cast(std::numeric_limits::max()), kSSizeMax_is_the_max_value_of_an_ssize_t); Modified: branches/2014Q4/www/chromium/files/patch-base__sys_info_freebsd.cc ============================================================================== --- branches/2014Q4/www/chromium/files/patch-base__sys_info_freebsd.cc Wed Oct 8 12:09:33 2014 (r370436) +++ branches/2014Q4/www/chromium/files/patch-base__sys_info_freebsd.cc Wed Oct 8 12:16:37 2014 (r370437) @@ -1,5 +1,5 @@ ---- ./base/sys_info_freebsd.cc.orig 2014-08-20 21:02:42.000000000 +0200 -+++ ./base/sys_info_freebsd.cc 2014-08-22 15:06:24.000000000 +0200 +--- base/sys_info_freebsd.cc.orig 2014-10-02 17:18:52 UTC ++++ base/sys_info_freebsd.cc @@ -4,6 +4,7 @@ #include "base/sys_info.h" Modified: branches/2014Q4/www/chromium/files/patch-base__sys_info_posix.cc ============================================================================== --- branches/2014Q4/www/chromium/files/patch-base__sys_info_posix.cc Wed Oct 8 12:09:33 2014 (r370436) +++ branches/2014Q4/www/chromium/files/patch-base__sys_info_posix.cc Wed Oct 8 12:16:37 2014 (r370437) @@ -1,5 +1,5 @@ ---- ./base/sys_info_posix.cc.orig 2014-08-20 21:02:42.000000000 +0200 -+++ ./base/sys_info_posix.cc 2014-08-22 15:06:24.000000000 +0200 +--- base/sys_info_posix.cc.orig 2014-10-02 17:39:45 UTC ++++ base/sys_info_posix.cc @@ -64,7 +64,7 @@ namespace base { Modified: branches/2014Q4/www/chromium/files/patch-base__test__expectations__expectation.cc ============================================================================== --- branches/2014Q4/www/chromium/files/patch-base__test__expectations__expectation.cc Wed Oct 8 12:09:33 2014 (r370436) +++ branches/2014Q4/www/chromium/files/patch-base__test__expectations__expectation.cc Wed Oct 8 12:16:37 2014 (r370437) @@ -1,5 +1,5 @@ ---- ./base/test/expectations/expectation.cc.orig 2014-08-20 21:02:41.000000000 +0200 -+++ ./base/test/expectations/expectation.cc 2014-08-22 15:06:24.000000000 +0200 +--- base/test/expectations/expectation.cc.orig 2014-10-02 17:18:52 UTC ++++ base/test/expectations/expectation.cc @@ -60,6 +60,7 @@ variant != "64") { return false; Modified: branches/2014Q4/www/chromium/files/patch-base__test__launcher__test_launcher.cc ============================================================================== --- branches/2014Q4/www/chromium/files/patch-base__test__launcher__test_launcher.cc Wed Oct 8 12:09:33 2014 (r370436) +++ branches/2014Q4/www/chromium/files/patch-base__test__launcher__test_launcher.cc Wed Oct 8 12:16:37 2014 (r370437) @@ -1,7 +1,7 @@ ---- ./base/test/launcher/test_launcher.cc.orig 2014-08-20 21:02:41.000000000 +0200 -+++ ./base/test/launcher/test_launcher.cc 2014-08-22 15:06:24.000000000 +0200 -@@ -41,6 +41,10 @@ - #include "base/mac/scoped_nsautorelease_pool.h" +--- base/test/launcher/test_launcher.cc.orig 2014-10-02 17:39:45 UTC ++++ base/test/launcher/test_launcher.cc +@@ -45,6 +45,10 @@ + #include "base/win/windows_version.h" #endif +#if defined(OS_FREEBSD) Modified: branches/2014Q4/www/chromium/files/patch-base__threading__platform_thread_linux.cc ============================================================================== --- branches/2014Q4/www/chromium/files/patch-base__threading__platform_thread_linux.cc Wed Oct 8 12:09:33 2014 (r370436) +++ branches/2014Q4/www/chromium/files/patch-base__threading__platform_thread_linux.cc Wed Oct 8 12:16:37 2014 (r370437) @@ -1,5 +1,5 @@ ---- ./base/threading/platform_thread_linux.cc.orig 2014-08-20 21:02:41.000000000 +0200 -+++ ./base/threading/platform_thread_linux.cc 2014-08-22 15:06:24.000000000 +0200 +--- base/threading/platform_thread_linux.cc.orig 2014-10-02 17:39:45 UTC ++++ base/threading/platform_thread_linux.cc @@ -16,7 +16,9 @@ #include "base/tracked_objects.h" Modified: branches/2014Q4/www/chromium/files/patch-breakpad__breakpad.gyp ============================================================================== --- branches/2014Q4/www/chromium/files/patch-breakpad__breakpad.gyp Wed Oct 8 12:09:33 2014 (r370436) +++ branches/2014Q4/www/chromium/files/patch-breakpad__breakpad.gyp Wed Oct 8 12:16:37 2014 (r370437) @@ -1,6 +1,6 @@ ---- ./breakpad/breakpad.gyp.orig 2014-08-20 21:02:30.000000000 +0200 -+++ ./breakpad/breakpad.gyp 2014-08-22 15:06:24.000000000 +0200 -@@ -340,7 +340,7 @@ +--- breakpad/breakpad.gyp.orig 2014-10-02 17:39:45 UTC ++++ breakpad/breakpad.gyp +@@ -349,7 +349,7 @@ }, ], }], Modified: branches/2014Q4/www/chromium/files/patch-build__common.gypi ============================================================================== --- branches/2014Q4/www/chromium/files/patch-build__common.gypi Wed Oct 8 12:09:33 2014 (r370436) +++ branches/2014Q4/www/chromium/files/patch-build__common.gypi Wed Oct 8 12:16:37 2014 (r370437) @@ -1,6 +1,6 @@ ---- ./build/common.gypi.orig 2014-08-20 21:02:29.000000000 +0200 -+++ ./build/common.gypi 2014-08-22 15:06:24.000000000 +0200 -@@ -87,7 +87,7 @@ +--- build/common.gypi.orig 2014-10-02 17:39:45 UTC ++++ build/common.gypi +@@ -91,7 +91,7 @@ 'conditions': [ # ChromeOS and Windows use Aura and Ash. @@ -9,7 +9,7 @@ 'use_ash%': 1, 'use_aura%': 1, }], -@@ -645,7 +645,7 @@ +@@ -676,7 +676,7 @@ }], # DBus usage. @@ -18,27 +18,36 @@ 'use_dbus%': 1, }, { 'use_dbus%': 0, -@@ -926,7 +926,7 @@ - # except when building Android WebView. +@@ -931,7 +931,7 @@ + }, { + 'use_openmax_dl_fft%': 0, + }], +- ['OS=="win" or OS=="linux"', { ++ ['OS=="win" or OS=="linux" or OS=="freebsd"', { + 'enable_mdns%' : 1, + }], + +@@ -954,7 +954,7 @@ + # except when building Android WebView or Chromecast. # TODO(jshin): Handle 'use_system_icu' on Linux (Chromium). # Set the data reduction proxy origin for Android Webview. -- ['android_webview_build==0', { -+ ['android_webview_build==0 and OS!="freebsd" and OS!="openbsd"', { +- ['android_webview_build==0 and android_webview_telemetry_build==0 and chromecast==0', { ++ ['android_webview_build==0 and OS!="freebsd" and OS!="openbsd" and android_webview_telemetry_build==0 and chromecast==0', { 'icu_use_data_file_flag%' : 1, 'spdy_proxy_auth_origin%': '', 'data_reduction_proxy_probe_url%': '', -@@ -1153,6 +1153,10 @@ +@@ -1193,6 +1193,10 @@ # able to turn it off for various reasons. 'linux_disable_pie%': 0, + # XXX(rene) More options, keep them? + 'os_ver%': 0, -+ 'use_system_libjpeg%': 0, ++ 'use_system_libjpeg%': 0, + # The release channel that this build targets. This is used to restrict # channel-specific build options, like which installer packages to create. # The default is 'all', which does no channel-specific filtering. -@@ -4150,6 +4154,13 @@ +@@ -4280,6 +4284,13 @@ 'ldflags': [ '-Wl,--no-keep-memory', ], Modified: branches/2014Q4/www/chromium/files/patch-build__filename_rules.gypi ============================================================================== --- branches/2014Q4/www/chromium/files/patch-build__filename_rules.gypi Wed Oct 8 12:09:33 2014 (r370436) +++ branches/2014Q4/www/chromium/files/patch-build__filename_rules.gypi Wed Oct 8 12:16:37 2014 (r370437) @@ -1,5 +1,5 @@ ---- ./build/filename_rules.gypi.orig 2014-08-20 21:02:29.000000000 +0200 -+++ ./build/filename_rules.gypi 2014-08-22 15:06:24.000000000 +0200 +--- build/filename_rules.gypi.orig 2014-10-02 17:18:52 UTC ++++ build/filename_rules.gypi @@ -85,7 +85,7 @@ ['<(use_aura)==0 or OS!="win" or >(nacl_untrusted_build)==1', { 'sources/': [ ['exclude', '_aurawin\\.(h|cc)$'] ] Modified: branches/2014Q4/www/chromium/files/patch-build__linux__system.gyp ============================================================================== --- branches/2014Q4/www/chromium/files/patch-build__linux__system.gyp Wed Oct 8 12:09:33 2014 (r370436) +++ branches/2014Q4/www/chromium/files/patch-build__linux__system.gyp Wed Oct 8 12:16:37 2014 (r370437) @@ -1,6 +1,6 @@ ---- ./build/linux/system.gyp.orig 2014-08-20 21:02:29.000000000 +0200 -+++ ./build/linux/system.gyp 2014-08-22 15:06:24.000000000 +0200 -@@ -881,6 +881,13 @@ +--- build/linux/system.gyp.orig 2014-10-02 17:39:45 UTC ++++ build/linux/system.gyp +@@ -890,6 +890,13 @@ 'include_dirs': [ '../..', ], Modified: branches/2014Q4/www/chromium/files/patch-build__linux__unbundle__libwebp.gyp ============================================================================== --- branches/2014Q4/www/chromium/files/patch-build__linux__unbundle__libwebp.gyp Wed Oct 8 12:09:33 2014 (r370436) +++ branches/2014Q4/www/chromium/files/patch-build__linux__unbundle__libwebp.gyp Wed Oct 8 12:16:37 2014 (r370437) @@ -1,5 +1,5 @@ ---- ./build/linux/unbundle/libwebp.gyp.orig 2014-08-20 21:02:29.000000000 +0200 -+++ ./build/linux/unbundle/libwebp.gyp 2014-08-22 15:06:24.000000000 +0200 +--- build/linux/unbundle/libwebp.gyp.orig 2014-10-02 17:18:52 UTC ++++ build/linux/unbundle/libwebp.gyp @@ -14,13 +14,7 @@ }, 'link_settings': { Modified: branches/2014Q4/www/chromium/files/patch-build__linux__unbundle__openssl.gyp ============================================================================== --- branches/2014Q4/www/chromium/files/patch-build__linux__unbundle__openssl.gyp Wed Oct 8 12:09:33 2014 (r370436) +++ branches/2014Q4/www/chromium/files/patch-build__linux__unbundle__openssl.gyp Wed Oct 8 12:16:37 2014 (r370437) @@ -1,5 +1,5 @@ ---- ./build/linux/unbundle/openssl.gyp.orig 2014-08-20 21:02:29.000000000 +0200 -+++ ./build/linux/unbundle/openssl.gyp 2014-08-22 15:06:24.000000000 +0200 +--- build/linux/unbundle/openssl.gyp.orig 2014-10-02 17:18:52 UTC ++++ build/linux/unbundle/openssl.gyp @@ -9,15 +9,15 @@ 'type': 'none', 'direct_dependent_settings': { Modified: branches/2014Q4/www/chromium/files/patch-cc__layers__layer_impl.cc ============================================================================== --- branches/2014Q4/www/chromium/files/patch-cc__layers__layer_impl.cc Wed Oct 8 12:09:33 2014 (r370436) +++ branches/2014Q4/www/chromium/files/patch-cc__layers__layer_impl.cc Wed Oct 8 12:16:37 2014 (r370437) @@ -1,6 +1,6 @@ ---- ./cc/layers/layer_impl.cc.orig 2014-08-20 21:02:36.000000000 +0200 -+++ ./cc/layers/layer_impl.cc 2014-08-22 15:06:24.000000000 +0200 -@@ -1190,21 +1190,23 @@ +--- cc/layers/layer_impl.cc.orig 2014-10-02 17:39:45 UTC ++++ cc/layers/layer_impl.cc +@@ -1201,21 +1201,23 @@ scale_factor * scaled_scroll_bounds.height()); scaled_scroll_bounds = gfx::ToFlooredSize(scaled_scroll_bounds); Modified: branches/2014Q4/www/chromium/files/patch-chrome__app__chrome_main_delegate.cc ============================================================================== --- branches/2014Q4/www/chromium/files/patch-chrome__app__chrome_main_delegate.cc Wed Oct 8 12:09:33 2014 (r370436) +++ branches/2014Q4/www/chromium/files/patch-chrome__app__chrome_main_delegate.cc Wed Oct 8 12:16:37 2014 (r370437) @@ -1,6 +1,6 @@ ---- ./chrome/app/chrome_main_delegate.cc.orig 2014-08-20 21:01:26.000000000 +0200 -+++ ./chrome/app/chrome_main_delegate.cc 2014-08-22 15:06:24.000000000 +0200 -@@ -96,7 +96,7 @@ +--- chrome/app/chrome_main_delegate.cc.orig 2014-10-02 17:39:45 UTC ++++ chrome/app/chrome_main_delegate.cc +@@ -94,7 +94,7 @@ #include "ui/base/x/x11_util.h" #endif @@ -9,7 +9,7 @@ #include "components/breakpad/app/breakpad_linux.h" #endif -@@ -122,7 +122,7 @@ +@@ -124,7 +124,7 @@ g_chrome_content_plugin_client = LAZY_INSTANCE_INITIALIZER; #endif @@ -18,16 +18,16 @@ base::LazyInstance::Leaky g_chrome_breakpad_client = LAZY_INSTANCE_INITIALIZER; #endif -@@ -226,7 +226,7 @@ - // Needed for scrollbar related images. - process_type == switches::kWorkerProcess || +@@ -225,7 +225,7 @@ + // Mac needs them for the plugin process name. + process_type == switches::kPluginProcess || #endif -#if defined(OS_POSIX) && !defined(OS_MACOSX) +#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_BSD) // The zygote process opens the resources for the renderers. process_type == switches::kZygoteProcess || #endif -@@ -440,7 +440,7 @@ +@@ -441,7 +441,7 @@ std::string format_str = command_line.GetSwitchValueASCII(switches::kDiagnosticsFormat); if (format_str == "machine") { @@ -36,7 +36,7 @@ } else if (format_str == "log") { format = diagnostics::DiagnosticsWriter::LOG; } else { -@@ -491,7 +491,7 @@ +@@ -492,7 +492,7 @@ std::string format_str = command_line.GetSwitchValueASCII(switches::kDiagnosticsFormat); if (format_str == "machine") { @@ -45,7 +45,7 @@ } else if (format_str == "human") { format = diagnostics::DiagnosticsWriter::HUMAN; } else { -@@ -621,7 +621,7 @@ +@@ -632,7 +632,7 @@ std::string process_type = command_line.GetSwitchValueASCII(switches::kProcessType); @@ -54,7 +54,7 @@ breakpad::SetBreakpadClient(g_chrome_breakpad_client.Pointer()); #endif -@@ -743,7 +743,7 @@ +@@ -759,7 +759,7 @@ #endif } @@ -63,7 +63,7 @@ // Zygote needs to call InitCrashReporter() in RunZygote(). if (process_type != switches::kZygoteProcess) { #if defined(OS_ANDROID) -@@ -755,7 +755,7 @@ +@@ -771,7 +771,7 @@ breakpad::InitCrashReporter(process_type); #endif // defined(OS_ANDROID) } @@ -72,9 +72,9 @@ // After all the platform Breakpads have been initialized, store the command // line for crash reporting. -@@ -840,7 +840,7 @@ - return process_type == switches::kNaClLoaderProcess || - process_type == switches::kRelauncherProcess; +@@ -863,7 +863,7 @@ + #endif + return process_type == switches::kRelauncherProcess; } -#elif defined(OS_POSIX) && !defined(OS_ANDROID) +#elif defined(OS_POSIX) && !defined(OS_ANDROID) && !defined(OS_BSD) Modified: branches/2014Q4/www/chromium/files/patch-chrome__app__chrome_main_delegate.h ============================================================================== --- branches/2014Q4/www/chromium/files/patch-chrome__app__chrome_main_delegate.h Wed Oct 8 12:09:33 2014 (r370436) +++ branches/2014Q4/www/chromium/files/patch-chrome__app__chrome_main_delegate.h Wed Oct 8 12:16:37 2014 (r370437) @@ -1,5 +1,5 @@ ---- ./chrome/app/chrome_main_delegate.h.orig 2014-08-20 21:01:26.000000000 +0200 -+++ ./chrome/app/chrome_main_delegate.h 2014-08-22 15:06:24.000000000 +0200 +--- chrome/app/chrome_main_delegate.h.orig 2014-10-02 17:18:53 UTC ++++ chrome/app/chrome_main_delegate.h @@ -38,7 +38,7 @@ virtual bool ShouldSendMachPort(const std::string& process_type) OVERRIDE; virtual bool DelaySandboxInitialization( Modified: branches/2014Q4/www/chromium/files/patch-chrome__app__chromium_strings.grd ============================================================================== --- branches/2014Q4/www/chromium/files/patch-chrome__app__chromium_strings.grd Wed Oct 8 12:09:33 2014 (r370436) +++ branches/2014Q4/www/chromium/files/patch-chrome__app__chromium_strings.grd Wed Oct 8 12:16:37 2014 (r370437) @@ -1,6 +1,6 @@ ---- ./chrome/app/chromium_strings.grd.orig 2014-08-20 21:01:26.000000000 +0200 -+++ ./chrome/app/chromium_strings.grd 2014-08-22 15:06:24.000000000 +0200 -@@ -1102,7 +1102,7 @@ +--- chrome/app/chromium_strings.grd.orig 2014-10-02 17:39:45 UTC ++++ chrome/app/chromium_strings.grd +@@ -1115,7 +1115,7 @@ Modified: branches/2014Q4/www/chromium/files/patch-chrome__app__resources__locale_settings.grd ============================================================================== --- branches/2014Q4/www/chromium/files/patch-chrome__app__resources__locale_settings.grd Wed Oct 8 12:09:33 2014 (r370436) +++ branches/2014Q4/www/chromium/files/patch-chrome__app__resources__locale_settings.grd Wed Oct 8 12:16:37 2014 (r370437) @@ -1,5 +1,5 @@ ---- ./chrome/app/resources/locale_settings.grd.orig 2014-08-20 21:01:26.000000000 +0200 -+++ ./chrome/app/resources/locale_settings.grd 2014-08-23 15:49:37.000000000 +0200 +--- chrome/app/resources/locale_settings.grd.orig 2014-10-02 17:39:45 UTC ++++ chrome/app/resources/locale_settings.grd @@ -264,7 +264,7 @@ 55 Modified: branches/2014Q4/www/chromium/files/patch-chrome__browser__about_flags.cc ============================================================================== --- branches/2014Q4/www/chromium/files/patch-chrome__browser__about_flags.cc Wed Oct 8 12:09:33 2014 (r370436) +++ branches/2014Q4/www/chromium/files/patch-chrome__browser__about_flags.cc Wed Oct 8 12:16:37 2014 (r370437) @@ -1,6 +1,6 @@ ---- ./chrome/browser/about_flags.cc.orig 2014-08-20 21:02:13.000000000 +0200 -+++ ./chrome/browser/about_flags.cc 2014-08-22 15:06:24.000000000 +0200 -@@ -2263,7 +2263,7 @@ +--- chrome/browser/about_flags.cc.orig 2014-10-02 17:39:45 UTC ++++ chrome/browser/about_flags.cc +@@ -2278,7 +2278,7 @@ return kOsWin; #elif defined(OS_CHROMEOS) // Needs to be before the OS_LINUX check. return kOsCrOS; Modified: branches/2014Q4/www/chromium/files/patch-chrome__browser__chrome_browser_main.cc ============================================================================== --- branches/2014Q4/www/chromium/files/patch-chrome__browser__chrome_browser_main.cc Wed Oct 8 12:09:33 2014 (r370436) +++ branches/2014Q4/www/chromium/files/patch-chrome__browser__chrome_browser_main.cc Wed Oct 8 12:16:37 2014 (r370437) @@ -1,6 +1,6 @@ ---- ./chrome/browser/chrome_browser_main.cc.orig 2014-08-20 21:02:13.000000000 +0200 -+++ ./chrome/browser/chrome_browser_main.cc 2014-08-22 15:06:24.000000000 +0200 -@@ -925,7 +925,7 @@ +--- chrome/browser/chrome_browser_main.cc.orig 2014-10-02 17:39:45 UTC ++++ chrome/browser/chrome_browser_main.cc +@@ -947,7 +947,7 @@ } #endif Modified: branches/2014Q4/www/chromium/files/patch-chrome__browser__chrome_browser_main_posix.cc ============================================================================== --- branches/2014Q4/www/chromium/files/patch-chrome__browser__chrome_browser_main_posix.cc Wed Oct 8 12:09:33 2014 (r370436) +++ branches/2014Q4/www/chromium/files/patch-chrome__browser__chrome_browser_main_posix.cc Wed Oct 8 12:16:37 2014 (r370437) @@ -1,5 +1,5 @@ ---- ./chrome/browser/chrome_browser_main_posix.cc.orig 2014-08-20 21:02:13.000000000 +0200 -+++ ./chrome/browser/chrome_browser_main_posix.cc 2014-08-22 15:06:24.000000000 +0200 +--- chrome/browser/chrome_browser_main_posix.cc.orig 2014-10-02 17:18:53 UTC ++++ chrome/browser/chrome_browser_main_posix.cc @@ -270,6 +270,11 @@ g_pipe_pid = getpid(); g_shutdown_pipe_read_fd = pipefd[0]; Modified: branches/2014Q4/www/chromium/files/patch-chrome__browser__chrome_content_browser_client.cc ============================================================================== --- branches/2014Q4/www/chromium/files/patch-chrome__browser__chrome_content_browser_client.cc Wed Oct 8 12:09:33 2014 (r370436) +++ branches/2014Q4/www/chromium/files/patch-chrome__browser__chrome_content_browser_client.cc Wed Oct 8 12:16:37 2014 (r370437) @@ -1,34 +1,43 @@ ---- ./chrome/browser/chrome_content_browser_client.cc.orig 2014-08-20 21:02:13.000000000 +0200 -+++ ./chrome/browser/chrome_content_browser_client.cc 2014-08-22 15:06:24.000000000 +0200 -@@ -509,7 +509,7 @@ - } +--- chrome/browser/chrome_content_browser_client.cc.orig 2014-10-02 17:39:45 UTC ++++ chrome/browser/chrome_content_browser_client.cc +@@ -430,7 +430,7 @@ + return false; } --#if defined(OS_POSIX) && !defined(OS_MACOSX) -+#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_BSD) +-#if defined(OS_POSIX) && !defined(OS_ANDROID) && !defined(OS_MACOSX) ++#if defined(OS_POSIX) && !defined(OS_ANDROID) && !defined(OS_MACOSX) && !defined(OS_BSD) breakpad::CrashHandlerHostLinux* CreateCrashHandlerHost( const std::string& process_type) { base::FilePath dumps_path; -@@ -566,7 +566,7 @@ +@@ -487,7 +487,7 @@ return -1; } --#endif // defined(OS_POSIX) && !defined(OS_MACOSX) -+#endif // defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_BSD) - #endif // !defined(OS_ANDROID) +-#endif // defined(OS_POSIX) && !defined(OS_ANDROID) && !defined(OS_MACOSX) ++#endif // defined(OS_POSIX) && !defined(OS_ANDROID) && !defined(OS_MACOSX) && !defined(OS_BSD) #if !defined(OS_CHROMEOS) -@@ -1533,7 +1533,7 @@ + GURL GetEffectiveURLForSignin(const GURL& url) { +@@ -1196,7 +1196,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches( CommandLine* command_line, int child_process_id) { -#if defined(OS_POSIX) +#if defined(OS_POSIX) && !defined(OS_BSD) if (breakpad::IsCrashReporterEnabled()) { - std::string enable_crash_reporter; - GoogleUpdateSettings::GetMetricsId(&enable_crash_reporter); -@@ -2683,7 +2683,7 @@ - #endif + scoped_ptr client_info = + GoogleUpdateSettings::LoadMetricsClientInfo(); +@@ -1204,7 +1204,7 @@ + client_info ? client_info->client_id + : std::string()); + } +-#endif // defined(OS_POSIX) ++#endif // defined(OS_POSIX) && !defined(OS_BSD) + + if (logging::DialogsAreSuppressed()) + command_line->AppendSwitch(switches::kNoErrorDialogs); +@@ -2447,7 +2447,7 @@ + } } -#if defined(OS_POSIX) && !defined(OS_MACOSX) @@ -36,7 +45,7 @@ void ChromeContentBrowserClient::GetAdditionalMappedFilesForChildProcess( const CommandLine& command_line, int child_process_id, -@@ -2749,7 +2749,7 @@ +@@ -2513,7 +2513,7 @@ } #endif // defined(OS_ANDROID) } Modified: branches/2014Q4/www/chromium/files/patch-chrome__browser__chrome_content_browser_client.h ============================================================================== --- branches/2014Q4/www/chromium/files/patch-chrome__browser__chrome_content_browser_client.h Wed Oct 8 12:09:33 2014 (r370436) +++ branches/2014Q4/www/chromium/files/patch-chrome__browser__chrome_content_browser_client.h Wed Oct 8 12:16:37 2014 (r370437) @@ -1,6 +1,6 @@ ---- ./chrome/browser/chrome_content_browser_client.h.orig 2014-08-20 21:02:13.000000000 +0200 -+++ ./chrome/browser/chrome_content_browser_client.h 2014-08-22 15:06:24.000000000 +0200 -@@ -288,7 +288,7 @@ +--- chrome/browser/chrome_content_browser_client.h.orig 2014-10-02 17:39:45 UTC ++++ chrome/browser/chrome_content_browser_client.h +@@ -287,7 +287,7 @@ virtual net::CookieStore* OverrideCookieStoreForRenderProcess( int render_process_id) OVERRIDE; Modified: branches/2014Q4/www/chromium/files/patch-chrome__browser__diagnostics__diagnostics_writer.cc ============================================================================== --- branches/2014Q4/www/chromium/files/patch-chrome__browser__diagnostics__diagnostics_writer.cc Wed Oct 8 12:09:33 2014 (r370436) +++ branches/2014Q4/www/chromium/files/patch-chrome__browser__diagnostics__diagnostics_writer.cc Wed Oct 8 12:16:37 2014 (r370437) @@ -1,6 +1,6 @@ ---- ./chrome/browser/diagnostics/diagnostics_writer.cc.orig 2014-08-20 21:02:00.000000000 +0200 *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-branches@FreeBSD.ORG Wed Oct 8 16:33:24 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4A9BE992; Wed, 8 Oct 2014 16:33:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 36B908E4; Wed, 8 Oct 2014 16:33:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s98GXO9v081473; Wed, 8 Oct 2014 16:33:24 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s98GXOLq081472; Wed, 8 Oct 2014 16:33:24 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410081633.s98GXOLq081472@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 8 Oct 2014 16:33:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r370452 - branches/2014Q4/games/xpuyopuyo 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.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2014 16:33:24 -0000 Author: antoine Date: Wed Oct 8 16:33:23 2014 New Revision: 370452 URL: https://svnweb.freebsd.org/changeset/ports/370452 QAT: https://qat.redports.org/buildarchive/r370452/ Log: MFH: r370222 Fix plist Modified: branches/2014Q4/games/xpuyopuyo/pkg-plist Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/games/xpuyopuyo/pkg-plist ============================================================================== --- branches/2014Q4/games/xpuyopuyo/pkg-plist Wed Oct 8 16:23:45 2014 (r370451) +++ branches/2014Q4/games/xpuyopuyo/pkg-plist Wed Oct 8 16:33:23 2014 (r370452) @@ -1,7 +1,5 @@ bin/xpuyopuyo man/man6/xpuyopuyo.6.gz -%%GNOME:%%share/gnome/apps/Games/xpuyopuyo.desktop -%%GNOME:%%share/pixmaps/xpuyopuyo.xpm %%DATADIR%%/copying.txt %%DATADIR%%/sounds/game.xm %%DATADIR%%/sounds/gameover.xm From owner-svn-ports-branches@FreeBSD.ORG Wed Oct 8 16:34:56 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 51FD2A8F; Wed, 8 Oct 2014 16:34:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 23DA48F6; Wed, 8 Oct 2014 16:34:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s98GYueO081783; Wed, 8 Oct 2014 16:34:56 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s98GYtXN081779; Wed, 8 Oct 2014 16:34:55 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410081634.s98GYtXN081779@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 8 Oct 2014 16:34:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r370453 - branches/2014Q4/math/gretl 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.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2014 16:34:56 -0000 Author: antoine Date: Wed Oct 8 16:34:55 2014 New Revision: 370453 URL: https://svnweb.freebsd.org/changeset/ports/370453 QAT: https://qat.redports.org/buildarchive/r370453/ Log: MFH: r370389 Fix packaging Modified: branches/2014Q4/math/gretl/Makefile branches/2014Q4/math/gretl/pkg-plist Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/math/gretl/Makefile ============================================================================== --- branches/2014Q4/math/gretl/Makefile Wed Oct 8 16:33:23 2014 (r370452) +++ branches/2014Q4/math/gretl/Makefile Wed Oct 8 16:34:55 2014 (r370453) @@ -3,7 +3,7 @@ PORTNAME= gretl PORTVERSION= 1.9.13 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math finance MASTER_SITES= SF @@ -96,8 +96,10 @@ CONFIGURE_ARGS+= --without-libR .if ${PORT_OPTIONS:MUNZIP} CONFIGURE_ARGS+= --with-gsf USE_GNOME+= libgsf +PLIST_SUB+= NO_UNZIP="@comment " .else CONFIGURE_ARGS+= --without-gsf +PLIST_SUB+= NO_UNZIP="" .endif .if !empty(MACHINE_CPU:Msse2) Modified: branches/2014Q4/math/gretl/pkg-plist ============================================================================== --- branches/2014Q4/math/gretl/pkg-plist Wed Oct 8 16:33:23 2014 (r370452) +++ branches/2014Q4/math/gretl/pkg-plist Wed Oct 8 16:34:55 2014 (r370453) @@ -96,8 +96,8 @@ lib/gretl-gtk2/garch.a lib/gretl-gtk2/garch.so %%GUI%%lib/gretl-gtk2/gnumeric_import.a %%GUI%%lib/gretl-gtk2/gnumeric_import.so -lib/gretl-gtk2/gretlzip.a -lib/gretl-gtk2/gretlzip.so +%%NO_UNZIP%%lib/gretl-gtk2/gretlzip.a +%%NO_UNZIP%%lib/gretl-gtk2/gretlzip.so lib/gretl-gtk2/heckit.a lib/gretl-gtk2/heckit.so lib/gretl-gtk2/interpolate.a @@ -543,19 +543,3 @@ man/man1/gretl.1.gz %%NLS%%share/locale/tr/LC_MESSAGES/gretl.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/gretl.mo %%GUI%%share/mime/packages/gretl.xml -%%GUI%%@dirrm %%DATADIR%%/ui -@dirrm %%DATADIR%%/scripts/misc -@dirrm %%DATADIR%%/scripts -@dirrm %%DATADIR%%/helpfigs -@dirrm %%DATADIR%%/functions -@dirrm %%DATADIR%%/fonts -@dirrm %%DATADIR%%/db -@dirrm %%DATADIR%%/data/plotbars -@dirrm %%DATADIR%%/data/nist -@dirrm %%DATADIR%%/data/misc -@dirrm %%DATADIR%%/data/greene -@dirrm %%DATADIR%%/data -@dirrm %%DATADIR%% -@dirrm lib/gretl-gtk2/data -@dirrm lib/gretl-gtk2 -@dirrm include/gretl From owner-svn-ports-branches@FreeBSD.ORG Wed Oct 8 16:36:15 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2F67DCB2; Wed, 8 Oct 2014 16:36:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 1B6CE907; Wed, 8 Oct 2014 16:36:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s98GaEWM082258; Wed, 8 Oct 2014 16:36:14 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s98GaEot082257; Wed, 8 Oct 2014 16:36:14 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410081636.s98GaEot082257@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 8 Oct 2014 16:36:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r370454 - branches/2014Q4/graphics/ida/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.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2014 16:36:15 -0000 Author: antoine Date: Wed Oct 8 16:36:14 2014 New Revision: 370454 URL: https://svnweb.freebsd.org/changeset/ports/370454 QAT: https://qat.redports.org/buildarchive/r370454/ Log: MFH: r370229 Fix packaging Modified: branches/2014Q4/graphics/ida/files/patch-mk__Autoconf.mk Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/graphics/ida/files/patch-mk__Autoconf.mk ============================================================================== --- branches/2014Q4/graphics/ida/files/patch-mk__Autoconf.mk Wed Oct 8 16:34:55 2014 (r370453) +++ branches/2014Q4/graphics/ida/files/patch-mk__Autoconf.mk Wed Oct 8 16:36:14 2014 (r370454) @@ -1,6 +1,6 @@ ---- mk/Autoconf.mk.orig 2008-06-09 17:56:36.000000000 +0300 -+++ mk/Autoconf.mk 2009-05-28 08:51:09.000000000 +0300 -@@ -109,7 +109,7 @@ +--- mk/Autoconf.mk.orig 2012-02-22 17:13:36 UTC ++++ mk/Autoconf.mk +@@ -110,20 +110,14 @@ # $(call ac_fini)) ac_lib64 = $(shell \ $(call ac_init,for libdir name);\ @@ -9,16 +9,17 @@ echo "lib64" || echo "lib");\ $(call ac_fini)) -@@ -118,9 +118,9 @@ + # check for x11 ressource dir prefix + ac_resdir = $(shell \ $(call ac_init,for X11 app-defaults prefix);\ - $(call ac_s_cmd, for dir in \ - /etc/X11/app-defaults \ +- $(call ac_s_cmd, for dir in \ +- /etc/X11/app-defaults \ - /usr/X11R6/lib/X11/app-defaults \ - /usr/share/X11/app-defaults \ - /usr/lib/X11/app-defaults \ -+ ${PREFIX}/lib/X11/app-defaults \ -+ ${PREFIX}/share/X11/app-defaults \ -+ ${PREFIX}/lib/X11/app-defaults \ - ; do test -d "$$dir" || continue;\ - dirname "$$dir"; break; done);\ +- ; do test -d "$$dir" || continue;\ +- dirname "$$dir"; break; done);\ ++ $(call ac_s_cmd, dirname "${PREFIX}/lib/X11/app-defaults");\ $(call ac_fini)) + + # check if package is installed, via pkg-config From owner-svn-ports-branches@FreeBSD.ORG Wed Oct 8 17:23:46 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E28B1966; Wed, 8 Oct 2014 17:23:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 CE05EE95; Wed, 8 Oct 2014 17:23:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s98HNkRs007281; Wed, 8 Oct 2014 17:23:46 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s98HNkwh007279; Wed, 8 Oct 2014 17:23:46 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410081723.s98HNkwh007279@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 8 Oct 2014 17:23:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r370470 - branches/2014Q4/games/xabacus 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.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2014 17:23:47 -0000 Author: antoine Date: Wed Oct 8 17:23:45 2014 New Revision: 370470 URL: https://svnweb.freebsd.org/changeset/ports/370470 QAT: https://qat.redports.org/buildarchive/r370470/ Log: MFH: r370232 Fix packaging Modified: branches/2014Q4/games/xabacus/Makefile branches/2014Q4/games/xabacus/pkg-plist Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/games/xabacus/Makefile ============================================================================== --- branches/2014Q4/games/xabacus/Makefile Wed Oct 8 17:19:09 2014 (r370469) +++ branches/2014Q4/games/xabacus/Makefile Wed Oct 8 17:23:45 2014 (r370470) @@ -16,6 +16,7 @@ USES= tar:bzip2 USE_XORG= xpm GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-nas +CONFIGURE_ENV= ac_cv_x_app_defaults=${PREFIX}/lib/X11/app-defaults INSTALLS_ICONS= yes DESKTOP_ENTRIES="XAbacus" "" "abacus" "${PORTNAME}" "" "" Modified: branches/2014Q4/games/xabacus/pkg-plist ============================================================================== --- branches/2014Q4/games/xabacus/pkg-plist Wed Oct 8 17:19:09 2014 (r370469) +++ branches/2014Q4/games/xabacus/pkg-plist Wed Oct 8 17:23:45 2014 (r370470) @@ -1,8 +1,4 @@ -@group games -@owner games -bin/xabacus -@owner -@group +@(games,games,) bin/xabacus lib/X11/app-defaults/Abacus man/man6/xabacus.6.gz share/icons/hicolor/16x16/apps/abacus.png @@ -38,4 +34,3 @@ share/icons/hicolor/48x48/apps/abacus.pn %%DATADIR%%/bump.au %%DATADIR%%/drip.au %%DATADIR%%/move.au -@dirrm %%DATADIR%% From owner-svn-ports-branches@FreeBSD.ORG Wed Oct 8 17:24:37 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A2CE5A4F; Wed, 8 Oct 2014 17:24:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 8F309EA0; Wed, 8 Oct 2014 17:24:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s98HObf7007507; Wed, 8 Oct 2014 17:24:37 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s98HObxT007506; Wed, 8 Oct 2014 17:24:37 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410081724.s98HObxT007506@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 8 Oct 2014 17:24:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r370471 - branches/2014Q4/sysutils/nut 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.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2014 17:24:37 -0000 Author: antoine Date: Wed Oct 8 17:24:36 2014 New Revision: 370471 URL: https://svnweb.freebsd.org/changeset/ports/370471 QAT: https://qat.redports.org/buildarchive/r370471/ Log: MFH: r370218 Fix packaging Modified: branches/2014Q4/sysutils/nut/Makefile Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/sysutils/nut/Makefile ============================================================================== --- branches/2014Q4/sysutils/nut/Makefile Wed Oct 8 17:23:45 2014 (r370470) +++ branches/2014Q4/sysutils/nut/Makefile Wed Oct 8 17:24:36 2014 (r370471) @@ -52,6 +52,7 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/e --program-transform-name="" \ --localstatedir=${STATEDIR} \ --datadir=${PREFIX}/etc/nut \ + --with-devd-dir=${PREFIX}/etc/devd \ --with-drvpath=${PREFIX}/libexec/nut \ --with-statepath=${STATEDIR} \ --with-altpidpath=${STATEDIR} \ From owner-svn-ports-branches@FreeBSD.ORG Wed Oct 8 17:42:38 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DF37B13C; Wed, 8 Oct 2014 17:42:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 CA41E11F; Wed, 8 Oct 2014 17:42:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s98Hgb59017095; Wed, 8 Oct 2014 17:42:37 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s98HgbqX017092; Wed, 8 Oct 2014 17:42:37 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201410081742.s98HgbqX017092@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Wed, 8 Oct 2014 17:42:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r370474 - in branches/2014Q4/net/zebra: . 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.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2014 17:42:38 -0000 Author: bdrewery Date: Wed Oct 8 17:42:36 2014 New Revision: 370474 URL: https://svnweb.freebsd.org/changeset/ports/370474 QAT: https://qat.redports.org/buildarchive/r370474/ Log: MFH: r370473 - Fix raw sockets for FreeBSD 11 PR: 193249 Submitted by: olivier@cochard.me Added: branches/2014Q4/net/zebra/files/patch-ospfd_ospf_dump.c - copied unchanged from r370473, head/net/zebra/files/patch-ospfd_ospf_dump.c branches/2014Q4/net/zebra/files/patch-ospfd_ospf_packet.c - copied unchanged from r370473, head/net/zebra/files/patch-ospfd_ospf_packet.c Modified: branches/2014Q4/net/zebra/Makefile Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/net/zebra/Makefile ============================================================================== --- branches/2014Q4/net/zebra/Makefile Wed Oct 8 17:42:12 2014 (r370473) +++ branches/2014Q4/net/zebra/Makefile Wed Oct 8 17:42:36 2014 (r370474) @@ -3,7 +3,7 @@ PORTNAME= zebra PORTVERSION= 0.95a -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.pop-pr.rnp.br/pub/GNU/ftp.zebra.org/zebra/ \ ftp://ftp.ripe.net/mirrors/sites/ftp.zebra.org/pub/zebra/ \ @@ -74,10 +74,10 @@ ZEBRAARGS?= -d .include .if !${PORT_OPTIONS:MIPV6} && ${PORT_OPTIONS:MOSPF6D} -IGNORE= OSPF6D requires IPV6 option. +IGNORE= OSPF6D requires IPV6 option .endif .if !${PORT_OPTIONS:MIPV6} && ${PORT_OPTIONS:MRIPNGD} -IGNORE= RIPNGD requires IPV6 option. +IGNORE= RIPNGD requires IPV6 option .endif post-install: Copied: branches/2014Q4/net/zebra/files/patch-ospfd_ospf_dump.c (from r370473, head/net/zebra/files/patch-ospfd_ospf_dump.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2014Q4/net/zebra/files/patch-ospfd_ospf_dump.c Wed Oct 8 17:42:36 2014 (r370474, copy of r370473, head/net/zebra/files/patch-ospfd_ospf_dump.c) @@ -0,0 +1,11 @@ +--- ospfd/ospf_dump.c.orig 2003-11-04 20:10:17.000000000 +0100 ++++ ospfd/ospf_dump.c 2014-03-18 14:22:06.123332679 +0100 +@@ -607,7 +607,7 @@ + + iph = (struct ip *) STREAM_PNT (s); + +-#ifdef GNU_LINUX ++#ifdef GNU_LINUX || ((defined(__FreeBSD__) && (__FreeBSD_version >= 1100030)) + length = ntohs (iph->ip_len); + #else /* GNU_LINUX */ + length = iph->ip_len; Copied: branches/2014Q4/net/zebra/files/patch-ospfd_ospf_packet.c (from r370473, head/net/zebra/files/patch-ospfd_ospf_packet.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2014Q4/net/zebra/files/patch-ospfd_ospf_packet.c Wed Oct 8 17:42:36 2014 (r370474, copy of r370473, head/net/zebra/files/patch-ospfd_ospf_packet.c) @@ -0,0 +1,30 @@ +--- ospfd/ospf_packet.c.orig 2005-06-21 02:58:24.000000000 +0200 ++++ ospfd/ospf_packet.c 2014-03-18 14:22:06.129332906 +0100 +@@ -528,7 +528,8 @@ + iph.ip_hl = sizeof (struct ip) >> 2; + iph.ip_v = IPVERSION; + iph.ip_tos = IPTOS_PREC_INTERNETCONTROL; +-#if defined(__NetBSD__) || defined(__FreeBSD__) ++#if defined(__NetBSD__) \ ++ || (defined(__FreeBSD__) && (__FreeBSD_version < 1100030)) + iph.ip_len = iph.ip_hl*4 + op->length; + #else + iph.ip_len = htons (iph.ip_hl*4 + op->length); +@@ -1893,13 +1894,15 @@ + return NULL; + } + +-#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(OpenBSD_IP_LEN) ++#if defined(__NetBSD__) \ ++ || (defined(__FreeBSD__) && (__FreeBSD_version < 1100030)) \ ++ || defined(OpenBSD_IP_LEN) + ip_len = iph.ip_len; + #else + ip_len = ntohs (iph.ip_len); + #endif + +-#if !defined(GNU_LINUX) && !defined(OpenBSD_IP_LEN) ++#if !defined(GNU_LINUX) && !defined(OpenBSD_IP_LEN) && (__FreeBSD_version < 1000000) + /* + * Kernel network code touches incoming IP header parameters, + * before protocol specific processing. From owner-svn-ports-branches@FreeBSD.ORG Thu Oct 9 08:13:19 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 02C2B2BD; Thu, 9 Oct 2014 08:13:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 E3218842; Thu, 9 Oct 2014 08:13:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s998DIOk033429; Thu, 9 Oct 2014 08:13:18 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s998DIxd033428; Thu, 9 Oct 2014 08:13:18 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410090813.s998DIxd033428@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 9 Oct 2014 08:13:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r370508 - branches/2014Q4/misc/getopt 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.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2014 08:13:19 -0000 Author: antoine Date: Thu Oct 9 08:13:18 2014 New Revision: 370508 URL: https://svnweb.freebsd.org/changeset/ports/370508 QAT: https://qat.redports.org/buildarchive/r370508/ Log: MFH r369809 - Fix typo MFH r369764 - Cleanup *.o from tarball PR: ports/194074 Submitted by: Vikash Badal Modified: branches/2014Q4/misc/getopt/Makefile Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/misc/getopt/Makefile ============================================================================== --- branches/2014Q4/misc/getopt/Makefile Thu Oct 9 07:16:16 2014 (r370507) +++ branches/2014Q4/misc/getopt/Makefile Thu Oct 9 08:13:18 2014 (r370508) @@ -26,6 +26,9 @@ NLS_MAKE_ARGS_OFF= WITHOUT_GETTEXT=1 NLS_LDFLAGS= -L${LOCALBASE}/lib -lintl NLS_USES= gettext +post-patch: + @${RM} ${WRKSRC}/gnu/*.o + post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR}/ cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ From owner-svn-ports-branches@FreeBSD.ORG Thu Oct 9 10:58:42 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CD75EA02; Thu, 9 Oct 2014 10:58:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 B8BFAB02; Thu, 9 Oct 2014 10:58:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s99AwgP6011654; Thu, 9 Oct 2014 10:58:42 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s99Awg5c011651; Thu, 9 Oct 2014 10:58:42 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201410091058.s99Awg5c011651@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Thu, 9 Oct 2014 10:58:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r370514 - in branches/2014Q4/www/chromium: . 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.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2014 10:58:43 -0000 Author: rene Date: Thu Oct 9 10:58:41 2014 New Revision: 370514 URL: https://svnweb.freebsd.org/changeset/ports/370514 QAT: https://qat.redports.org/buildarchive/r370514/ Log: MFH: r370512 www/chromium: Add back some patches lost in the 37 -> 38 update. Bump PORTREVISION Submitted by: tomek@apostata.org Approved by: ports-secteam (rea) Added: branches/2014Q4/www/chromium/files/patch-chrome__browser__notifications__message_center_notification_manager.cc - copied unchanged from r370512, head/www/chromium/files/patch-chrome__browser__notifications__message_center_notification_manager.cc branches/2014Q4/www/chromium/files/patch-ui__resources__ui_resources.grd - copied unchanged from r370512, head/www/chromium/files/patch-ui__resources__ui_resources.grd Modified: branches/2014Q4/www/chromium/Makefile Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/www/chromium/Makefile ============================================================================== --- branches/2014Q4/www/chromium/Makefile Thu Oct 9 10:39:02 2014 (r370513) +++ branches/2014Q4/www/chromium/Makefile Thu Oct 9 10:58:41 2014 (r370514) @@ -3,6 +3,7 @@ PORTNAME= chromium PORTVERSION= 38.0.2125.101 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} Copied: branches/2014Q4/www/chromium/files/patch-chrome__browser__notifications__message_center_notification_manager.cc (from r370512, head/www/chromium/files/patch-chrome__browser__notifications__message_center_notification_manager.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2014Q4/www/chromium/files/patch-chrome__browser__notifications__message_center_notification_manager.cc Thu Oct 9 10:58:41 2014 (r370514, copy of r370512, head/www/chromium/files/patch-chrome__browser__notifications__message_center_notification_manager.cc) @@ -0,0 +1,11 @@ +--- chrome/browser/notifications/message_center_notification_manager.cc.orig 2014-09-10 01:47:12.000000000 +0200 ++++ chrome/browser/notifications/message_center_notification_manager.cc 2014-09-18 14:21:16.000000000 +0200 +@@ -84,7 +84,7 @@ + blockers_.push_back(new FullscreenNotificationBlocker(message_center)); + + #if defined(OS_WIN) || defined(OS_MACOSX) \ +- || (defined(OS_LINUX) && !defined(OS_CHROMEOS)) ++ || (defined(OS_LINUX) && !defined(OS_CHROMEOS)) || defined(OS_BSD) + // On Windows, Linux and Mac, the notification manager owns the tray icon and + // views.Other platforms have global ownership and Create will return NULL. + tray_.reset(message_center::CreateMessageCenterTray()); Copied: branches/2014Q4/www/chromium/files/patch-ui__resources__ui_resources.grd (from r370512, head/www/chromium/files/patch-ui__resources__ui_resources.grd) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2014Q4/www/chromium/files/patch-ui__resources__ui_resources.grd Thu Oct 9 10:58:41 2014 (r370514, copy of r370512, head/www/chromium/files/patch-ui__resources__ui_resources.grd) @@ -0,0 +1,11 @@ +--- ui/resources/ui_resources.grd.orig 2014-09-10 01:47:14.000000000 +0200 ++++ ui/resources/ui_resources.grd 2014-09-17 13:51:43.000000000 +0200 +@@ -39,7 +39,7 @@ + + + +- ++ + + + From owner-svn-ports-branches@FreeBSD.ORG Thu Oct 9 13:32:46 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C0BDA12A; Thu, 9 Oct 2014 13:32:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 AC7CAD9C; Thu, 9 Oct 2014 13:32:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s99DWkkt087204; Thu, 9 Oct 2014 13:32:46 GMT (envelope-from des@FreeBSD.org) Received: (from des@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s99DWkmY087203; Thu, 9 Oct 2014 13:32:46 GMT (envelope-from des@FreeBSD.org) Message-Id: <201410091332.s99DWkmY087203@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: des set sender to des@FreeBSD.org using -f From: Dag-Erling Smørgrav Date: Thu, 9 Oct 2014 13:32:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r370527 - in branches/2014Q4/astro: . openmap 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.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2014 13:32:46 -0000 Author: des Date: Thu Oct 9 13:32:45 2014 New Revision: 370527 URL: https://svnweb.freebsd.org/changeset/ports/370527 QAT: https://qat.redports.org/buildarchive/r370527/ Log: MFH: r370363 Nuke OpenMAP rather than try to fix it. It is ten years out of date and clearly of no interest to anyone since nobody has complained about it in all those years. Approved by: portmgr (bapt) Deleted: branches/2014Q4/astro/openmap/ Modified: branches/2014Q4/astro/Makefile Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/astro/Makefile ============================================================================== --- branches/2014Q4/astro/Makefile Thu Oct 9 13:18:28 2014 (r370526) +++ branches/2014Q4/astro/Makefile Thu Oct 9 13:32:45 2014 (r370527) @@ -47,7 +47,6 @@ SUBDIR += mkgmap-splitter SUBDIR += mymoon SUBDIR += nightfall - SUBDIR += openmap SUBDIR += openuniverse SUBDIR += osmium SUBDIR += osmosis From owner-svn-ports-branches@FreeBSD.ORG Fri Oct 10 13:30:35 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0DAB9E72; Fri, 10 Oct 2014 13:30:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 ECCE4A87; Fri, 10 Oct 2014 13:30:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9ADUYgw077225; Fri, 10 Oct 2014 13:30:34 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9ADUXQX077217; Fri, 10 Oct 2014 13:30:33 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201410101330.s9ADUXQX077217@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Fri, 10 Oct 2014 13:30:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r370575 - in branches/2014Q4/lang: . slib slib-guile slib-guile/files slib-guile2 slib/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.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2014 13:30:35 -0000 Author: madpilot Date: Fri Oct 10 13:30:33 2014 New Revision: 370575 URL: https://svnweb.freebsd.org/changeset/ports/370575 QAT: https://qat.redports.org/buildarchive/r370575/ Log: MFH: r370066 - Update slib and slib-guile to 3b4 - Fix build for lang/slib with new texinfo [1] - Convert slib-guile @exec/@unexec directives to post install/deinstall scripts - Add new port slib-guile2 based on slib-guile - Remove dirrms Approved by: ports-secteam (rea) Added: branches/2014Q4/lang/slib-guile/files/ - copied from r370066, head/lang/slib-guile/files/ branches/2014Q4/lang/slib-guile2/ - copied from r370066, head/lang/slib-guile2/ branches/2014Q4/lang/slib/files/ - copied from r370066, head/lang/slib/files/ Deleted: branches/2014Q4/lang/slib-guile/pkg-plist Modified: branches/2014Q4/lang/Makefile branches/2014Q4/lang/slib-guile/Makefile branches/2014Q4/lang/slib/Makefile branches/2014Q4/lang/slib/distinfo branches/2014Q4/lang/slib/pkg-plist Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/lang/Makefile ============================================================================== --- branches/2014Q4/lang/Makefile Fri Oct 10 12:58:03 2014 (r370574) +++ branches/2014Q4/lang/Makefile Fri Oct 10 13:30:33 2014 (r370575) @@ -289,6 +289,7 @@ SUBDIR += sketchy SUBDIR += slib SUBDIR += slib-guile + SUBDIR += slib-guile2 SUBDIR += slisp SUBDIR += smalltalk SUBDIR += smlnj Modified: branches/2014Q4/lang/slib-guile/Makefile ============================================================================== --- branches/2014Q4/lang/slib-guile/Makefile Fri Oct 10 12:58:03 2014 (r370574) +++ branches/2014Q4/lang/slib-guile/Makefile Fri Oct 10 13:30:33 2014 (r370575) @@ -3,8 +3,7 @@ # $MCom: ports/lang/slib-guile/Makefile,v 1.3 2006/10/13 02:32:48 marcus Exp $ PORTNAME= slib -PORTVERSION= 3b3 # Keep this in sync with lang/slib -PORTREVISION= 1 +PORTVERSION= 3b4 # Keep this in sync with lang/slib CATEGORIES= lang scheme MASTER_SITES= # empty PKGNAMESUFFIX= -guile @@ -17,6 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/share/slib/r guile:${PORTSDIR}/lang/guile RUN_DEPENDS:= ${BUILD_DEPENDS} +SUB_FILES+= pkg-install pkg-deinstall NO_BUILD= yes NO_INSTALL= yes Modified: branches/2014Q4/lang/slib/Makefile ============================================================================== --- branches/2014Q4/lang/slib/Makefile Fri Oct 10 12:58:03 2014 (r370574) +++ branches/2014Q4/lang/slib/Makefile Fri Oct 10 13:30:33 2014 (r370575) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= slib -PORTVERSION= 3b3 +PORTVERSION= 3b4 CATEGORIES= lang scheme MASTER_SITES= http://groups.csail.mit.edu/mac/ftpdir/scm/ \ http://groups.csail.mit.edu/mac/ftpdir/scm/OLD/ @@ -19,6 +19,7 @@ OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|/usr/lib/slib|${PREFIX}/share/slib|' ${WRKSRC}/guile.init + @${TOUCH} ${WRKSRC}/*.txi do-install: @${MKDIR} ${STAGEDIR}${DATADIR} Modified: branches/2014Q4/lang/slib/distinfo ============================================================================== --- branches/2014Q4/lang/slib/distinfo Fri Oct 10 12:58:03 2014 (r370574) +++ branches/2014Q4/lang/slib/distinfo Fri Oct 10 13:30:33 2014 (r370575) @@ -1,2 +1,2 @@ -SHA256 (slib-3b3.tar.gz) = 19219ae235c91b31256d6c9a489355f701cee7aa5947a1a01ee5b5c5ee8b3f04 -SIZE (slib-3b3.tar.gz) = 967740 +SHA256 (slib-3b4.tar.gz) = 9f7c50cb07ba996917aa1b15eca6392d0215ccbdfdf84f68486a23adc7f1d7a6 +SIZE (slib-3b4.tar.gz) = 974395 Modified: branches/2014Q4/lang/slib/pkg-plist ============================================================================== --- branches/2014Q4/lang/slib/pkg-plist Fri Oct 10 12:58:03 2014 (r370574) +++ branches/2014Q4/lang/slib/pkg-plist Fri Oct 10 13:30:33 2014 (r370575) @@ -48,6 +48,7 @@ %%DATADIR%%/elk.init %%DATADIR%%/eval.scm %%DATADIR%%/factor.scm +%%DATADIR%%/fluid-let.scm %%DATADIR%%/fluidlet.scm %%DATADIR%%/format.scm %%DATADIR%%/formatst.scm @@ -58,6 +59,7 @@ %%DATADIR%%/glob.scm %%DATADIR%%/grapheps.ps %%DATADIR%%/grapheps.scm +%%DATADIR%%/guile-2.init %%DATADIR%%/guile.init %%DATADIR%%/hash.scm %%DATADIR%%/hashtab.scm @@ -179,7 +181,7 @@ %%DATADIR%%/vet.scm %%DATADIR%%/vscm.init %%DATADIR%%/withfile.scm -%%DATADIR%%/wttest.scm +%%DATADIR%%/wttree-test.scm %%DATADIR%%/wttree.scm %%DATADIR%%/xml-parse.scm %%DATADIR%%/yasyn.scm @@ -187,5 +189,3 @@ %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/FAQ %%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%DATADIR%% From owner-svn-ports-branches@FreeBSD.ORG Fri Oct 10 21:25:02 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 04B72C76; Fri, 10 Oct 2014 21:25:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 E4983632; Fri, 10 Oct 2014 21:25:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9ALP1Np009418; Fri, 10 Oct 2014 21:25:01 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9ALP1eh009416; Fri, 10 Oct 2014 21:25:01 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410102125.s9ALP1eh009416@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 10 Oct 2014 21:25:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r370605 - branches/2014Q4/devel/py-cog 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.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2014 21:25:02 -0000 Author: antoine Date: Fri Oct 10 21:25:00 2014 New Revision: 370605 URL: https://svnweb.freebsd.org/changeset/ports/370605 QAT: https://qat.redports.org/buildarchive/r370605/ Log: MFH: r370604 Allow staging as a regular user, distfile was rerolled (previous distfile had files and directories unreadable) Modified: branches/2014Q4/devel/py-cog/Makefile branches/2014Q4/devel/py-cog/distinfo Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/devel/py-cog/Makefile ============================================================================== --- branches/2014Q4/devel/py-cog/Makefile Fri Oct 10 21:22:57 2014 (r370604) +++ branches/2014Q4/devel/py-cog/Makefile Fri Oct 10 21:25:00 2014 (r370605) @@ -3,7 +3,7 @@ PORTNAME= cog PORTVERSION= 2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,8 +15,7 @@ COMMENT= Code Generator for any language LICENSE= MIT # Python3 ready -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include Modified: branches/2014Q4/devel/py-cog/distinfo ============================================================================== --- branches/2014Q4/devel/py-cog/distinfo Fri Oct 10 21:22:57 2014 (r370604) +++ branches/2014Q4/devel/py-cog/distinfo Fri Oct 10 21:25:00 2014 (r370605) @@ -1,2 +1,2 @@ -SHA256 (cogapp-2.3.tar.gz) = a666250ba90faf3b02e07dfc3364921f79b5d9e7855d0d42ff079de282b4545b -SIZE (cogapp-2.3.tar.gz) = 20368 +SHA256 (cogapp-2.3.tar.gz) = d6527af3b753f546991239dfc85270c2eedefe27cf83c68dc2219332f5faf53f +SIZE (cogapp-2.3.tar.gz) = 20466 From owner-svn-ports-branches@FreeBSD.ORG Sat Oct 11 06:16:58 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0E3CF754; Sat, 11 Oct 2014 06:16:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 E49B0BC4; Sat, 11 Oct 2014 06:16:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9B6GvvF064612; Sat, 11 Oct 2014 06:16:57 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9B6GvGm064609; Sat, 11 Oct 2014 06:16:57 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201410110616.s9B6GvGm064609@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 11 Oct 2014 06:16:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r370623 - in branches/2014Q4/net/smbldap-tools: . 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.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2014 06:16:58 -0000 Author: riggs Date: Sat Oct 11 06:16:56 2014 New Revision: 370623 URL: https://svnweb.freebsd.org/changeset/ports/370623 QAT: https://qat.redports.org/buildarchive/r370623/ Log: MFH: r370098 - Fix previous commit (r370095), patch is now properly integrated MFH: r370095 - Fix build failure with pod2man 2.5+ - Bump PORTREVISION While on it: - Add NO_ARCH (port does not install arch dependent files) - Clean up pkg-plist PR: 193208 Submitted by: spil.oss@gmail.com (PR), dewayne@heuristicsystems.com.au (patch) Approved by: portmgr(bapt,erwin), ports-secteam(rea) Modified: branches/2014Q4/net/smbldap-tools/Makefile branches/2014Q4/net/smbldap-tools/files/patch-smbldap-config.pl branches/2014Q4/net/smbldap-tools/pkg-plist Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/net/smbldap-tools/Makefile ============================================================================== --- branches/2014Q4/net/smbldap-tools/Makefile Sat Oct 11 01:12:14 2014 (r370622) +++ branches/2014Q4/net/smbldap-tools/Makefile Sat Oct 11 06:16:56 2014 (r370623) @@ -3,6 +3,7 @@ PORTNAME= smbldap-tools PORTVERSION= 0.9.10 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://download.gna.org/smbldap-tools/sources/${PORTVERSION}/ @@ -24,6 +25,8 @@ USES= gmake perl5 GNU_CONFIGURE= yes ALL_TARGET= build +NO_ARCH= yes + PORTDOCS= * OPTIONS_DEFINE= MIGRATION_SCRIPTS PDF_DOC DOCS Modified: branches/2014Q4/net/smbldap-tools/files/patch-smbldap-config.pl ============================================================================== --- branches/2014Q4/net/smbldap-tools/files/patch-smbldap-config.pl Sat Oct 11 01:12:14 2014 (r370622) +++ branches/2014Q4/net/smbldap-tools/files/patch-smbldap-config.pl Sat Oct 11 06:16:56 2014 (r370623) @@ -1,5 +1,5 @@ ---- smbldap-config.pl.orig 2011-10-13 11:26:12.939953317 +0200 -+++ smbldap-config.pl 2011-10-13 11:27:09.173960781 +0200 +--- smbldap-config.pl.orig 2012-03-05 09:59:44.000000000 +0100 ++++ smbldap-config.pl 2014-10-05 19:32:18.349166265 +0200 @@ -48,7 +48,7 @@ print "-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-\n"; @@ -42,3 +42,14 @@ # comment out the following line to get rid of the default banner # no_banner=\"1\" +@@ -557,3 +557,10 @@ + $mode=0600; + chmod $mode,"$smbldap_bind_conf","$smbldap_bind_conf.old"; + ++ ++############################################################ ++ ++=head1 NAME ++ ++=cut ++ Modified: branches/2014Q4/net/smbldap-tools/pkg-plist ============================================================================== --- branches/2014Q4/net/smbldap-tools/pkg-plist Sat Oct 11 01:12:14 2014 (r370622) +++ branches/2014Q4/net/smbldap-tools/pkg-plist Sat Oct 11 06:16:56 2014 (r370623) @@ -19,4 +19,3 @@ sbin/smbldap-usershow @sample %%ETCDIR%%/smbldap.conf.sample @sample %%ETCDIR%%/smbldap_bind.conf.sample %%SITE_PERL%%/smbldap_tools.pm -@dirrmtry %%ETCDIR%%