From owner-svn-ports-branches@freebsd.org Sun Oct 9 11:15:59 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74E4AC0737E; Sun, 9 Oct 2016 11:15:59 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3DB051B8; Sun, 9 Oct 2016 11:15:59 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99BFwcY086705; Sun, 9 Oct 2016 11:15:58 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99BFwrF086704; Sun, 9 Oct 2016 11:15:58 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201610091115.u99BFwrF086704@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sun, 9 Oct 2016 11:15:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r423589 - branches/2016Q4/devel/py-singledispatch 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.23 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: Sun, 09 Oct 2016 11:15:59 -0000 Author: koobs Date: Sun Oct 9 11:15:58 2016 New Revision: 423589 URL: https://svnweb.freebsd.org/changeset/ports/423589 Log: MFH: r423588: devel/py-singledispatch: Add missing dependency (six) - Add missing RUN_DEPENDS on six [1] - Canonicalize, clarify COMMENT - Limit USE_PYTHON version to <= 3.3 (Unnecessary in 3.4+) - Enable architecture independence (NO_ARCH) - Enable concurrent Python installation PR: 213314 [1] Submitted by: Kyle Evans [1] Approved by: python (maintainer) Approved by: ports-secteam (blanket) Modified: branches/2016Q4/devel/py-singledispatch/Makefile Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/devel/py-singledispatch/Makefile ============================================================================== --- branches/2016Q4/devel/py-singledispatch/Makefile Sun Oct 9 11:12:28 2016 (r423588) +++ branches/2016Q4/devel/py-singledispatch/Makefile Sun Oct 9 11:15:58 2016 (r423589) @@ -3,16 +3,21 @@ PORTNAME= singledispatch PORTVERSION= 3.4.0.3 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org -COMMENT= Provides single-dispatch generic functions +COMMENT= Backport of functools.singledispatch from Python 3.4 LICENSE= MIT -USES= python -USE_PYTHON= distutils autoplist +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six + +USES= python:-3.3 +USE_PYTHON= distutils concurrent autoplist + +NO_ARCH= yes .include From owner-svn-ports-branches@freebsd.org Sun Oct 9 12:30:38 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC582C07E86; Sun, 9 Oct 2016 12:30:38 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A1680B2E; Sun, 9 Oct 2016 12:30:38 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99CUbJs014687; Sun, 9 Oct 2016 12:30:37 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99CUbLJ014685; Sun, 9 Oct 2016 12:30:37 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201610091230.u99CUbLJ014685@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 9 Oct 2016 12:30:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r423593 - in branches/2016Q4/multimedia/ffmpeg: . 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.23 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: Sun, 09 Oct 2016 12:30:39 -0000 Author: riggs Date: Sun Oct 9 12:30:37 2016 New Revision: 423593 URL: https://svnweb.freebsd.org/changeset/ports/423593 Log: MFH: r423592 Fix runtime crashes on i386: enforce stack-alignment=16 PR: 205958 Submitted by: dim (patch via ports mailing list) Reported by: otacilio.neto@bsd.com.br Approved by: ports-secteam (fix blanket) Modified: branches/2016Q4/multimedia/ffmpeg/Makefile branches/2016Q4/multimedia/ffmpeg/files/patch-configure Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/multimedia/ffmpeg/Makefile ============================================================================== --- branches/2016Q4/multimedia/ffmpeg/Makefile Sun Oct 9 12:19:32 2016 (r423592) +++ branches/2016Q4/multimedia/ffmpeg/Makefile Sun Oct 9 12:30:37 2016 (r423593) @@ -3,7 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 2.8.8 -PORTREVISION= 2 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ Modified: branches/2016Q4/multimedia/ffmpeg/files/patch-configure ============================================================================== --- branches/2016Q4/multimedia/ffmpeg/files/patch-configure Sun Oct 9 12:19:32 2016 (r423592) +++ branches/2016Q4/multimedia/ffmpeg/files/patch-configure Sun Oct 9 12:30:37 2016 (r423593) @@ -14,6 +14,19 @@ cpu="generic" intrinsics="none" +@@ -5682,7 +5677,11 @@ elif enabled gcc; then + elif enabled llvm_gcc; then + check_cflags -mllvm -stack-alignment=16 + elif enabled clang; then +- check_cflags -mllvm -stack-alignment=16 ++ if enabled x86_32; then ++ check_cflags -mllvm -stack-alignment=16 ++ check_cflags -mstack-alignment=16 ++ check_cflags -mstackrealign ++ fi + check_cflags -Qunused-arguments + check_cflags -Werror=implicit-function-declaration + check_cflags -Werror=missing-prototypes @@ -5823,7 +5818,7 @@ ifndef MAIN_MAKEFILE SRC_PATH:=\$(SRC_PATH:.%=..%) endif From owner-svn-ports-branches@freebsd.org Sun Oct 9 22:45:24 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8FE69C0BF83; Sun, 9 Oct 2016 22:45:24 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4955B62F; Sun, 9 Oct 2016 22:45:24 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99MjNMe052271; Sun, 9 Oct 2016 22:45:23 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99MjNPN052270; Sun, 9 Oct 2016 22:45:23 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610092245.u99MjNPN052270@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 9 Oct 2016 22:45:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r423627 - branches/2016Q4/graphics/poppler 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.23 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: Sun, 09 Oct 2016 22:45:24 -0000 Author: jbeich Date: Sun Oct 9 22:45:23 2016 New Revision: 423627 URL: https://svnweb.freebsd.org/changeset/ports/423627 Log: MFH: r423626 graphics/poppler: ignore installed NSS for now $ make install -C security/nss $ DEVELOPER=1 make -C graphics/poppler [...] ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/libpoppler.so.63.0.0 is linked to /usr/local/lib/nss/libnss3.so from security/nss but it is not declared as a dependency Error: /usr/local/lib/libpoppler.so.63.0.0 is linked to /usr/local/lib/nss/libsmime3.so from security/nss but it is not declared as a dependency Error: /usr/local/lib/libpoppler.so.63.0.0 is linked to /usr/local/lib/nss/libssl3.so from security/nss but it is not declared as a dependency Error: /usr/local/lib/libpoppler.so.63.0.0 is linked to /usr/local/lib/nss/libnssutil3.so from security/nss but it is not declared as a dependency Error: /usr/local/lib/libpoppler.so.63.0.0 is linked to /usr/local/lib/libplds4.so from devel/nspr but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libplds4.so:devel/nspr Error: /usr/local/lib/libpoppler.so.63.0.0 is linked to /usr/local/lib/libplc4.so from devel/nspr but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libplc4.so:devel/nspr Error: /usr/local/lib/libpoppler.so.63.0.0 is linked to /usr/local/lib/libnspr4.so from devel/nspr but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libnspr4.so:devel/nspr Reported by: Walter Schwarzenfeld (via r423591 regression) Approved by: portmgr blanket Approved by: ports-secteam blanket Modified: branches/2016Q4/graphics/poppler/Makefile Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/graphics/poppler/Makefile ============================================================================== --- branches/2016Q4/graphics/poppler/Makefile Sun Oct 9 22:42:55 2016 (r423626) +++ branches/2016Q4/graphics/poppler/Makefile Sun Oct 9 22:45:23 2016 (r423627) @@ -3,7 +3,7 @@ PORTNAME= poppler PORTVERSION= 0.46.0 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= graphics print MASTER_SITES= http://poppler.freedesktop.org/ @@ -27,6 +27,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-zlib \ --enable-xpdf-headers \ + --disable-libnss \ --disable-gtk-test \ --without-html-dir \ --disable-static From owner-svn-ports-branches@freebsd.org Mon Oct 10 01:16:07 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C1C8C0B2ED; Mon, 10 Oct 2016 01:16:07 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 515127FE; Mon, 10 Oct 2016 01:16:07 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9A1G6oN008551; Mon, 10 Oct 2016 01:16:06 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9A1G6IY008549; Mon, 10 Oct 2016 01:16:06 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610100116.u9A1G6IY008549@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 10 Oct 2016 01:16:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r423629 - branches/2016Q4/devel/fb-adb 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.23 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, 10 Oct 2016 01:16:07 -0000 Author: jbeich Date: Mon Oct 10 01:16:06 2016 New Revision: 423629 URL: https://svnweb.freebsd.org/changeset/ports/423629 Log: MFH: r423455 devel/fb-adb: update to 1.4.4.126 A version just before Android SDK is required for build. Changes: https://github.com/facebook/fb-adb/compare/b230619...6fd78ae Approved by: ports-secteam (feld) Modified: branches/2016Q4/devel/fb-adb/Makefile branches/2016Q4/devel/fb-adb/distinfo Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/devel/fb-adb/Makefile ============================================================================== --- branches/2016Q4/devel/fb-adb/Makefile Sun Oct 9 22:53:51 2016 (r423628) +++ branches/2016Q4/devel/fb-adb/Makefile Mon Oct 10 01:16:06 2016 (r423629) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= fb-adb -DISTVERSION= 1.4.4-124 -DISTVERSIONSUFFIX= -gb230619 +DISTVERSION= 1.4.4-126 +DISTVERSIONSUFFIX= -g6fd78ae CATEGORIES= devel MAINTAINER= jbeich@FreeBSD.org Modified: branches/2016Q4/devel/fb-adb/distinfo ============================================================================== --- branches/2016Q4/devel/fb-adb/distinfo Sun Oct 9 22:53:51 2016 (r423628) +++ branches/2016Q4/devel/fb-adb/distinfo Mon Oct 10 01:16:06 2016 (r423629) @@ -1,6 +1,7 @@ +TIMESTAMP = 1475810942 SHA256 (android-ndk-r10e-linux-x86.bin) = 92b07d25aaad9b341a7f2b2a62402d508e948bf2dea3ee7b65a6aeb18bca7df5 SIZE (android-ndk-r10e-linux-x86.bin) = 394281908 SHA256 (android-ndk-r11c-linux-x86_64.zip) = ba85dbe4d370e4de567222f73a3e034d85fc3011b3cbd90697f3e8dcace3ad94 SIZE (android-ndk-r11c-linux-x86_64.zip) = 794135138 -SHA256 (facebook-fb-adb-1.4.4-124-gb230619_GH0.tar.gz) = ecac30fcec56cf98e548a62c62f056adaf568e0f23b6def6daf00ef19edd6954 -SIZE (facebook-fb-adb-1.4.4-124-gb230619_GH0.tar.gz) = 250357 +SHA256 (facebook-fb-adb-1.4.4-126-g6fd78ae_GH0.tar.gz) = 8816a6e2d331d8bd486ec181935471c702c3da262bd61bb9dc78369ab9563ded +SIZE (facebook-fb-adb-1.4.4-126-g6fd78ae_GH0.tar.gz) = 250589 From owner-svn-ports-branches@freebsd.org Tue Oct 11 14:39:31 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57238C0DC3B; Tue, 11 Oct 2016 14:39:31 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1A1701053; Tue, 11 Oct 2016 14:39:31 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BEdUms070179; Tue, 11 Oct 2016 14:39:30 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BEdSsC070162; Tue, 11 Oct 2016 14:39:28 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610111439.u9BEdSsC070162@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 11 Oct 2016 14:39:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r423764 - in branches/2016Q4/x11: libX11 libXfixes libXi libXrandr libXrender libXtst libXv libXvMC 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.23 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, 11 Oct 2016 14:39:31 -0000 Author: feld Date: Tue Oct 11 14:39:28 2016 New Revision: 423764 URL: https://svnweb.freebsd.org/changeset/ports/423764 Log: MFH: r423473 Update libX11 to 1.6.4. Update libXfixes to 5.0.2. Update libXi to 1.7.7. Update libXrandr to 1.5.1. Update libXrender to 0.9.10. Update libXtst to 1.2.3. Update libXv to 1.0.11. Update libXvMC to 1.0.10. Fix a number of issues in the way these X client libraries handle the responses they receive from servers. Submitted by: zeising@ Security: 1cf65085-a760-41d2-9251-943e1af62eb8 Approved by: ports-secteam (with hat) Modified: branches/2016Q4/x11/libX11/Makefile branches/2016Q4/x11/libX11/distinfo branches/2016Q4/x11/libX11/pkg-plist branches/2016Q4/x11/libXfixes/Makefile branches/2016Q4/x11/libXfixes/distinfo branches/2016Q4/x11/libXi/Makefile branches/2016Q4/x11/libXi/distinfo branches/2016Q4/x11/libXrandr/Makefile branches/2016Q4/x11/libXrandr/distinfo branches/2016Q4/x11/libXrender/Makefile branches/2016Q4/x11/libXrender/distinfo branches/2016Q4/x11/libXtst/Makefile branches/2016Q4/x11/libXtst/distinfo branches/2016Q4/x11/libXv/Makefile branches/2016Q4/x11/libXv/distinfo branches/2016Q4/x11/libXvMC/Makefile branches/2016Q4/x11/libXvMC/distinfo Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/x11/libX11/Makefile ============================================================================== --- branches/2016Q4/x11/libX11/Makefile Tue Oct 11 14:15:37 2016 (r423763) +++ branches/2016Q4/x11/libX11/Makefile Tue Oct 11 14:39:28 2016 (r423764) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libX11 -PORTVERSION= 1.6.3 +PORTVERSION= 1.6.4 PORTEPOCH= 1 CATEGORIES= x11 @@ -23,6 +23,7 @@ CONFIGURE_ARGS+= --datadir=${PREFIX}/lib --without-xmlto \ --disable-specs CONFIGURE_ENV+= ac_cv_path_PS2PDF="" +INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} 's/test.*-traditional.*;/true;/' \ Modified: branches/2016Q4/x11/libX11/distinfo ============================================================================== --- branches/2016Q4/x11/libX11/distinfo Tue Oct 11 14:15:37 2016 (r423763) +++ branches/2016Q4/x11/libX11/distinfo Tue Oct 11 14:39:28 2016 (r423764) @@ -1,2 +1,3 @@ -SHA256 (xorg/lib/libX11-1.6.3.tar.bz2) = cf31a7c39f2f52e8ebd0db95640384e63451f9b014eed2bb7f5de03e8adc8111 -SIZE (xorg/lib/libX11-1.6.3.tar.bz2) = 2363858 +TIMESTAMP = 1475694974 +SHA256 (xorg/lib/libX11-1.6.4.tar.bz2) = b7c748be3aa16ec2cbd81edc847e9b6ee03f88143ab270fb59f58a044d34e441 +SIZE (xorg/lib/libX11-1.6.4.tar.bz2) = 2340176 Modified: branches/2016Q4/x11/libX11/pkg-plist ============================================================================== --- branches/2016Q4/x11/libX11/pkg-plist Tue Oct 11 14:15:37 2016 (r423763) +++ branches/2016Q4/x11/libX11/pkg-plist Tue Oct 11 14:39:28 2016 (r423764) @@ -144,6 +144,9 @@ lib/X11/locale/nokhchi-1/XLC_LOCALE lib/X11/locale/pt_BR.UTF-8/Compose lib/X11/locale/pt_BR.UTF-8/XI18N_OBJS lib/X11/locale/pt_BR.UTF-8/XLC_LOCALE +lib/X11/locale/pt_PT.UTF-8/Compose +lib/X11/locale/pt_PT.UTF-8/XI18N_OBJS +lib/X11/locale/pt_PT.UTF-8/XLC_LOCALE lib/X11/locale/ru_RU.UTF-8/Compose lib/X11/locale/ru_RU.UTF-8/XI18N_OBJS lib/X11/locale/ru_RU.UTF-8/XLC_LOCALE Modified: branches/2016Q4/x11/libXfixes/Makefile ============================================================================== --- branches/2016Q4/x11/libXfixes/Makefile Tue Oct 11 14:15:37 2016 (r423763) +++ branches/2016Q4/x11/libXfixes/Makefile Tue Oct 11 14:39:28 2016 (r423764) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libXfixes -PORTVERSION= 5.0.1 -PORTREVISION= 3 +PORTVERSION= 5.0.2 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Modified: branches/2016Q4/x11/libXfixes/distinfo ============================================================================== --- branches/2016Q4/x11/libXfixes/distinfo Tue Oct 11 14:15:37 2016 (r423763) +++ branches/2016Q4/x11/libXfixes/distinfo Tue Oct 11 14:39:28 2016 (r423764) @@ -1,2 +1,3 @@ -SHA256 (xorg/lib/libXfixes-5.0.1.tar.bz2) = 63bec085084fa3caaee5180490dd871f1eb2020ba9e9b39a30f93693ffc34767 -SIZE (xorg/lib/libXfixes-5.0.1.tar.bz2) = 291978 +TIMESTAMP = 1475695648 +SHA256 (xorg/lib/libXfixes-5.0.2.tar.bz2) = 9bd20edfec084a1bed481d48dd4815dee88139fffad091418cdda081129a9aea +SIZE (xorg/lib/libXfixes-5.0.2.tar.bz2) = 305007 Modified: branches/2016Q4/x11/libXi/Makefile ============================================================================== --- branches/2016Q4/x11/libXi/Makefile Tue Oct 11 14:15:37 2016 (r423763) +++ branches/2016Q4/x11/libXi/Makefile Tue Oct 11 14:39:28 2016 (r423764) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libXi -PORTVERSION= 1.7.6 +PORTVERSION= 1.7.7 PORTEPOCH= 1 CATEGORIES= x11 Modified: branches/2016Q4/x11/libXi/distinfo ============================================================================== --- branches/2016Q4/x11/libXi/distinfo Tue Oct 11 14:15:37 2016 (r423763) +++ branches/2016Q4/x11/libXi/distinfo Tue Oct 11 14:39:28 2016 (r423764) @@ -1,2 +1,3 @@ -SHA256 (xorg/lib/libXi-1.7.6.tar.bz2) = 1f32a552cec0f056c0260bdb32e853cec0673d2f40646ce932ad5a9f0205b7ac -SIZE (xorg/lib/libXi-1.7.6.tar.bz2) = 484485 +TIMESTAMP = 1475695780 +SHA256 (xorg/lib/libXi-1.7.7.tar.bz2) = 996f834fa57b9b33ba36690f6f5c6a29320bc8213022943912462d8015b1e030 +SIZE (xorg/lib/libXi-1.7.7.tar.bz2) = 460047 Modified: branches/2016Q4/x11/libXrandr/Makefile ============================================================================== --- branches/2016Q4/x11/libXrandr/Makefile Tue Oct 11 14:15:37 2016 (r423763) +++ branches/2016Q4/x11/libXrandr/Makefile Tue Oct 11 14:39:28 2016 (r423764) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libXrandr -PORTVERSION= 1.5.0 +PORTVERSION= 1.5.1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Modified: branches/2016Q4/x11/libXrandr/distinfo ============================================================================== --- branches/2016Q4/x11/libXrandr/distinfo Tue Oct 11 14:15:37 2016 (r423763) +++ branches/2016Q4/x11/libXrandr/distinfo Tue Oct 11 14:39:28 2016 (r423764) @@ -1,2 +1,3 @@ -SHA256 (xorg/lib/libXrandr-1.5.0.tar.bz2) = 6f864959b7fc35db11754b270d71106ef5b5cf363426aa58589cb8ac8266de58 -SIZE (xorg/lib/libXrandr-1.5.0.tar.bz2) = 314603 +TIMESTAMP = 1475696152 +SHA256 (xorg/lib/libXrandr-1.5.1.tar.bz2) = 1ff9e7fa0e4adea912b16a5f0cfa7c1d35b0dcda0e216831f7715c8a3abcf51a +SIZE (xorg/lib/libXrandr-1.5.1.tar.bz2) = 315769 Modified: branches/2016Q4/x11/libXrender/Makefile ============================================================================== --- branches/2016Q4/x11/libXrender/Makefile Tue Oct 11 14:15:37 2016 (r423763) +++ branches/2016Q4/x11/libXrender/Makefile Tue Oct 11 14:39:28 2016 (r423764) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libXrender -PORTVERSION= 0.9.9 +PORTVERSION= 0.9.10 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Modified: branches/2016Q4/x11/libXrender/distinfo ============================================================================== --- branches/2016Q4/x11/libXrender/distinfo Tue Oct 11 14:15:37 2016 (r423763) +++ branches/2016Q4/x11/libXrender/distinfo Tue Oct 11 14:39:28 2016 (r423764) @@ -1,2 +1,3 @@ -SHA256 (xorg/lib/libXrender-0.9.9.tar.bz2) = fc2fe57980a14092426dffcd1f2d9de0987b9d40adea663bd70d6342c0e9be1a -SIZE (xorg/lib/libXrender-0.9.9.tar.bz2) = 306255 +TIMESTAMP = 1475696453 +SHA256 (xorg/lib/libXrender-0.9.10.tar.bz2) = c06d5979f86e64cabbde57c223938db0b939dff49fdb5a793a1d3d0396650949 +SIZE (xorg/lib/libXrender-0.9.10.tar.bz2) = 308318 Modified: branches/2016Q4/x11/libXtst/Makefile ============================================================================== --- branches/2016Q4/x11/libXtst/Makefile Tue Oct 11 14:15:37 2016 (r423763) +++ branches/2016Q4/x11/libXtst/Makefile Tue Oct 11 14:39:28 2016 (r423764) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libXtst -PORTVERSION= 1.2.2 -PORTREVISION= 3 +PORTVERSION= 1.2.3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Modified: branches/2016Q4/x11/libXtst/distinfo ============================================================================== --- branches/2016Q4/x11/libXtst/distinfo Tue Oct 11 14:15:37 2016 (r423763) +++ branches/2016Q4/x11/libXtst/distinfo Tue Oct 11 14:39:28 2016 (r423764) @@ -1,2 +1,3 @@ -SHA256 (xorg/lib/libXtst-1.2.2.tar.bz2) = ef0a7ffd577e5f1a25b1663b375679529663a1880151beaa73e9186c8309f6d9 -SIZE (xorg/lib/libXtst-1.2.2.tar.bz2) = 321784 +TIMESTAMP = 1475696903 +SHA256 (xorg/lib/libXtst-1.2.3.tar.bz2) = 4655498a1b8e844e3d6f21f3b2c4e2b571effb5fd83199d428a6ba7ea4bf5204 +SIZE (xorg/lib/libXtst-1.2.3.tar.bz2) = 321819 Modified: branches/2016Q4/x11/libXv/Makefile ============================================================================== --- branches/2016Q4/x11/libXv/Makefile Tue Oct 11 14:15:37 2016 (r423763) +++ branches/2016Q4/x11/libXv/Makefile Tue Oct 11 14:39:28 2016 (r423764) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libXv -PORTVERSION= 1.0.10 -PORTREVISION= 3 +PORTVERSION= 1.0.11 PORTEPOCH= 1 CATEGORIES= x11 Modified: branches/2016Q4/x11/libXv/distinfo ============================================================================== --- branches/2016Q4/x11/libXv/distinfo Tue Oct 11 14:15:37 2016 (r423763) +++ branches/2016Q4/x11/libXv/distinfo Tue Oct 11 14:39:28 2016 (r423764) @@ -1,2 +1,3 @@ -SHA256 (xorg/lib/libXv-1.0.10.tar.bz2) = 55fe92f8686ce8612e2c1bfaf58c057715534419da700bda8d517b1d97914525 -SIZE (xorg/lib/libXv-1.0.10.tar.bz2) = 300633 +TIMESTAMP = 1475697140 +SHA256 (xorg/lib/libXv-1.0.11.tar.bz2) = d26c13eac99ac4504c532e8e76a1c8e4bd526471eb8a0a4ff2a88db60cb0b088 +SIZE (xorg/lib/libXv-1.0.11.tar.bz2) = 317921 Modified: branches/2016Q4/x11/libXvMC/Makefile ============================================================================== --- branches/2016Q4/x11/libXvMC/Makefile Tue Oct 11 14:15:37 2016 (r423763) +++ branches/2016Q4/x11/libXvMC/Makefile Tue Oct 11 14:39:28 2016 (r423764) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libXvMC -PORTVERSION= 1.0.9 +PORTVERSION= 1.0.10 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Modified: branches/2016Q4/x11/libXvMC/distinfo ============================================================================== --- branches/2016Q4/x11/libXvMC/distinfo Tue Oct 11 14:15:37 2016 (r423763) +++ branches/2016Q4/x11/libXvMC/distinfo Tue Oct 11 14:39:28 2016 (r423764) @@ -1,2 +1,3 @@ -SHA256 (xorg/lib/libXvMC-1.0.9.tar.bz2) = 0703d7dff6ffc184f1735ca5d4eb9dbb402b522e08e008f2f96aee16c40a5756 -SIZE (xorg/lib/libXvMC-1.0.9.tar.bz2) = 312777 +TIMESTAMP = 1475697354 +SHA256 (xorg/lib/libXvMC-1.0.10.tar.bz2) = e501a079b5dfaef0897c56152770c77e05e362065cec58910289aa567277ee2e +SIZE (xorg/lib/libXvMC-1.0.10.tar.bz2) = 313887 From owner-svn-ports-branches@freebsd.org Tue Oct 11 14:40:38 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24F7AC0DCBC; Tue, 11 Oct 2016 14:40:38 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EAF8C11AF; Tue, 11 Oct 2016 14:40:37 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BEeb44070412; Tue, 11 Oct 2016 14:40:37 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BEeaCG070410; Tue, 11 Oct 2016 14:40:36 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610111440.u9BEeaCG070410@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 11 Oct 2016 14:40:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r423765 - branches/2016Q4/x11/libXfixes 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.23 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, 11 Oct 2016 14:40:38 -0000 Author: feld Date: Tue Oct 11 14:40:36 2016 New Revision: 423765 URL: https://svnweb.freebsd.org/changeset/ports/423765 Log: MFH: r423510 Update libXfixes to 5.0.3. This version actualy has the fixes for the server responce verification issues. Security: 1cf65085-a760-41d2-9251-943e1af62eb8 Approved by: ports-secteam (with hat) Modified: branches/2016Q4/x11/libXfixes/Makefile branches/2016Q4/x11/libXfixes/distinfo Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/x11/libXfixes/Makefile ============================================================================== --- branches/2016Q4/x11/libXfixes/Makefile Tue Oct 11 14:39:28 2016 (r423764) +++ branches/2016Q4/x11/libXfixes/Makefile Tue Oct 11 14:40:36 2016 (r423765) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libXfixes -PORTVERSION= 5.0.2 +PORTVERSION= 5.0.3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Modified: branches/2016Q4/x11/libXfixes/distinfo ============================================================================== --- branches/2016Q4/x11/libXfixes/distinfo Tue Oct 11 14:39:28 2016 (r423764) +++ branches/2016Q4/x11/libXfixes/distinfo Tue Oct 11 14:40:36 2016 (r423765) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475695648 -SHA256 (xorg/lib/libXfixes-5.0.2.tar.bz2) = 9bd20edfec084a1bed481d48dd4815dee88139fffad091418cdda081129a9aea -SIZE (xorg/lib/libXfixes-5.0.2.tar.bz2) = 305007 +TIMESTAMP = 1475934227 +SHA256 (xorg/lib/libXfixes-5.0.3.tar.bz2) = de1cd33aff226e08cefd0e6759341c2c8e8c9faf8ce9ac6ec38d43e287b22ad6 +SIZE (xorg/lib/libXfixes-5.0.3.tar.bz2) = 294400 From owner-svn-ports-branches@freebsd.org Tue Oct 11 15:14:22 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47918C0D5A7; Tue, 11 Oct 2016 15:14:22 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2470AA35; Tue, 11 Oct 2016 15:14:22 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BFEL2U085947; Tue, 11 Oct 2016 15:14:21 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BFEKKS085942; Tue, 11 Oct 2016 15:14:20 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610111514.u9BFEKKS085942@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 11 Oct 2016 15:14:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r423772 - in branches/2016Q4/graphics/openjpeg: . 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.23 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, 11 Oct 2016 15:14:22 -0000 Author: feld Date: Tue Oct 11 15:14:20 2016 New Revision: 423772 URL: https://svnweb.freebsd.org/changeset/ports/423772 Log: MFH: r423771 graphics/openjpeg: Add patches to resolve CVEs PR: 212672 Security: CVE-2016-5157 Security: CVE-2016-7163 Approved by: ports-secteam (with hat) Added: branches/2016Q4/graphics/openjpeg/files/patch-src_lib_openjp2_pi.c - copied unchanged from r423771, head/graphics/openjpeg/files/patch-src_lib_openjp2_pi.c branches/2016Q4/graphics/openjpeg/files/patch-src_lib_openjp2_tcd.c - copied unchanged from r423771, head/graphics/openjpeg/files/patch-src_lib_openjp2_tcd.c branches/2016Q4/graphics/openjpeg/files/patch-tests_compare__dump__files.c - copied unchanged from r423771, head/graphics/openjpeg/files/patch-tests_compare__dump__files.c branches/2016Q4/graphics/openjpeg/files/patch-tests_nonregression_test__suite.ctest.in - copied unchanged from r423771, head/graphics/openjpeg/files/patch-tests_nonregression_test__suite.ctest.in Modified: branches/2016Q4/graphics/openjpeg/Makefile Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/graphics/openjpeg/Makefile ============================================================================== --- branches/2016Q4/graphics/openjpeg/Makefile Tue Oct 11 15:13:15 2016 (r423771) +++ branches/2016Q4/graphics/openjpeg/Makefile Tue Oct 11 15:14:20 2016 (r423772) @@ -3,6 +3,7 @@ PORTNAME= openjpeg PORTVERSION= 2.1.1 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= sunpoet@FreeBSD.org Copied: branches/2016Q4/graphics/openjpeg/files/patch-src_lib_openjp2_pi.c (from r423771, head/graphics/openjpeg/files/patch-src_lib_openjp2_pi.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q4/graphics/openjpeg/files/patch-src_lib_openjp2_pi.c Tue Oct 11 15:14:20 2016 (r423772, copy of r423771, head/graphics/openjpeg/files/patch-src_lib_openjp2_pi.c) @@ -0,0 +1,17 @@ +--- src/lib/openjp2/pi.c.orig 2016-09-14 00:01:22 UTC ++++ src/lib/openjp2/pi.c +@@ -1236,7 +1236,13 @@ opj_pi_iterator_t *opj_pi_create_decode( + l_current_pi = l_pi; + + /* memory allocation for include */ +- l_current_pi->include = (OPJ_INT16*) opj_calloc((l_tcp->numlayers +1) * l_step_l, sizeof(OPJ_INT16)); ++ /* prevent an integer overflow issue */ ++ l_current_pi->include = 00; ++ if (l_step_l <= (SIZE_MAX / (l_tcp->numlayers + 1U))) ++ { ++ l_current_pi->include = (OPJ_INT16*) opj_calloc((l_tcp->numlayers +1) * l_step_l, sizeof(OPJ_INT16)); ++ } ++ + if + (!l_current_pi->include) + { Copied: branches/2016Q4/graphics/openjpeg/files/patch-src_lib_openjp2_tcd.c (from r423771, head/graphics/openjpeg/files/patch-src_lib_openjp2_tcd.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q4/graphics/openjpeg/files/patch-src_lib_openjp2_tcd.c Tue Oct 11 15:14:20 2016 (r423772, copy of r423771, head/graphics/openjpeg/files/patch-src_lib_openjp2_tcd.c) @@ -0,0 +1,23 @@ +--- src/lib/openjp2/tcd.c.orig 2016-09-14 00:02:27 UTC ++++ src/lib/openjp2/tcd.c +@@ -706,9 +706,20 @@ static INLINE OPJ_BOOL opj_tcd_init_tile + l_tx0 = l_cp->tx0 + p * l_cp->tdx; /* can't be greater than l_image->x1 so won't overflow */ + l_tile->x0 = (OPJ_INT32)opj_uint_max(l_tx0, l_image->x0); + l_tile->x1 = (OPJ_INT32)opj_uint_min(opj_uint_adds(l_tx0, l_cp->tdx), l_image->x1); ++ /* all those OPJ_UINT32 are casted to OPJ_INT32, let's do some sanity check */ ++ if ((l_tile->x0 < 0) || (l_tile->x1 <= l_tile->x0)) { ++ opj_event_msg(manager, EVT_ERROR, "Tile X coordinates are not supported\n"); ++ return OPJ_FALSE; ++ } + l_ty0 = l_cp->ty0 + q * l_cp->tdy; /* can't be greater than l_image->y1 so won't overflow */ + l_tile->y0 = (OPJ_INT32)opj_uint_max(l_ty0, l_image->y0); + l_tile->y1 = (OPJ_INT32)opj_uint_min(opj_uint_adds(l_ty0, l_cp->tdy), l_image->y1); ++ /* all those OPJ_UINT32 are casted to OPJ_INT32, let's do some sanity check */ ++ if ((l_tile->y0 < 0) || (l_tile->y1 <= l_tile->y0)) { ++ opj_event_msg(manager, EVT_ERROR, "Tile Y coordinates are not supported\n"); ++ return OPJ_FALSE; ++ } ++ + + /* testcase 1888.pdf.asan.35.988 */ + if (l_tccp->numresolutions == 0) { Copied: branches/2016Q4/graphics/openjpeg/files/patch-tests_compare__dump__files.c (from r423771, head/graphics/openjpeg/files/patch-tests_compare__dump__files.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q4/graphics/openjpeg/files/patch-tests_compare__dump__files.c Tue Oct 11 15:14:20 2016 (r423772, copy of r423771, head/graphics/openjpeg/files/patch-tests_compare__dump__files.c) @@ -0,0 +1,30 @@ +--- tests/compare_dump_files.c.orig 2016-09-14 00:05:13 UTC ++++ tests/compare_dump_files.c +@@ -118,10 +118,10 @@ int main(int argc, char **argv) + test_cmp_parameters inParam; + FILE *fbase=NULL, *ftest=NULL; + int same = 0; +- char lbase[256]; +- char strbase[256]; +- char ltest[256]; +- char strtest[256]; ++ char lbase[512]; ++ char strbase[512]; ++ char ltest[512]; ++ char strtest[512]; + + if( parse_cmdline_cmp(argc, argv, &inParam) == 1 ) + { +@@ -154,9 +154,9 @@ int main(int argc, char **argv) + + while (fgets(lbase, sizeof(lbase), fbase) && fgets(ltest,sizeof(ltest),ftest)) + { +- int nbase = sscanf(lbase, "%255[^\r\n]", strbase); +- int ntest = sscanf(ltest, "%255[^\r\n]", strtest); +- assert( nbase != 255 && ntest != 255 ); ++ int nbase = sscanf(lbase, "%511[^\r\n]", strbase); ++ int ntest = sscanf(ltest, "%511[^\r\n]", strtest); ++ assert( nbase != 511 && ntest != 511 ); + if( nbase != 1 || ntest != 1 ) + { + fprintf(stderr, "could not parse line from files\n" ); Copied: branches/2016Q4/graphics/openjpeg/files/patch-tests_nonregression_test__suite.ctest.in (from r423771, head/graphics/openjpeg/files/patch-tests_nonregression_test__suite.ctest.in) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q4/graphics/openjpeg/files/patch-tests_nonregression_test__suite.ctest.in Tue Oct 11 15:14:20 2016 (r423772, copy of r423771, head/graphics/openjpeg/files/patch-tests_nonregression_test__suite.ctest.in) @@ -0,0 +1,9 @@ +--- tests/nonregression/test_suite.ctest.in.orig 2016-09-14 00:06:50 UTC ++++ tests/nonregression/test_suite.ctest.in +@@ -505,3 +505,6 @@ opj_decompress -i @INPUT_NR_PATH@/issue2 + # issue 326 + PR 559: CIELab colorspace + opj_decompress -i @INPUT_NR_PATH@/issue559-eci-090-CIELab.jp2 -o @TEMP_PATH@/issue559-eci-090-CIELab.jp2.pgx + opj_decompress -i @INPUT_NR_PATH@/issue559-eci-091-CIELab.jp2 -o @TEMP_PATH@/issue559-eci-091-CIELab.jp2.pgx ++# issue 823 (yes, not a typo, test image is issue822) ++!opj_decompress -i @INPUT_NR_PATH@/issue822.jp2 -o @TEMP_PATH@/issue822.png ++ From owner-svn-ports-branches@freebsd.org Tue Oct 11 16:05:44 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14B4CC0D378; Tue, 11 Oct 2016 16:05:44 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E5D66A00; Tue, 11 Oct 2016 16:05:43 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BG5hGj005665; Tue, 11 Oct 2016 16:05:43 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BG5g0a005661; Tue, 11 Oct 2016 16:05:42 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610111605.u9BG5g0a005661@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 11 Oct 2016 16:05:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r423776 - in branches/2016Q4/security: ca_root_nss nss 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.23 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, 11 Oct 2016 16:05:44 -0000 Author: jbeich Date: Tue Oct 11 16:05:42 2016 New Revision: 423776 URL: https://svnweb.freebsd.org/changeset/ports/423776 Log: MFH: r423587 security/nss: update to 3.27.1 and define license Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.27.1_release_notes PR: 213312 Submitted by: Vladimir Krstulja Approved by: ports-secteam (feld) Modified: branches/2016Q4/security/ca_root_nss/Makefile branches/2016Q4/security/ca_root_nss/distinfo branches/2016Q4/security/nss/Makefile branches/2016Q4/security/nss/distinfo Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/security/ca_root_nss/Makefile ============================================================================== --- branches/2016Q4/security/ca_root_nss/Makefile Tue Oct 11 15:32:59 2016 (r423775) +++ branches/2016Q4/security/ca_root_nss/Makefile Tue Oct 11 16:05:42 2016 (r423776) @@ -32,7 +32,7 @@ PLIST_SUB+= CERTDIR=${CERTDIR} # !!! Please DO NOT submit patches for new version until it has !!! # !!! been committed there first. !!! # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -VERSION_NSS= 3.27 +VERSION_NSS= 3.27.1 #NSS_SUFFIX= -with-ckbi-1.98 CERTDATA_TXT_PATH= nss-${VERSION_NSS}/nss/lib/ckfw/builtins/certdata.txt BUNDLE_PROCESSOR= MAca-bundle.pl Modified: branches/2016Q4/security/ca_root_nss/distinfo ============================================================================== --- branches/2016Q4/security/ca_root_nss/distinfo Tue Oct 11 15:32:59 2016 (r423775) +++ branches/2016Q4/security/ca_root_nss/distinfo Tue Oct 11 16:05:42 2016 (r423776) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475035246 -SHA256 (nss-3.27.tar.gz) = 021aa936b06f5815474dd5c137f2325b3fe06caa38d9798ca53ec30b537301fa -SIZE (nss-3.27.tar.gz) = 7397210 +TIMESTAMP = 1475947616 +SHA256 (nss-3.27.1.tar.gz) = fd3637a1930cd838239a89633a7ed9a18859ae9b599043f3a18f726dc4ec2a6b +SIZE (nss-3.27.1.tar.gz) = 7397737 Modified: branches/2016Q4/security/nss/Makefile ============================================================================== --- branches/2016Q4/security/nss/Makefile Tue Oct 11 15:32:59 2016 (r423775) +++ branches/2016Q4/security/nss/Makefile Tue Oct 11 16:05:42 2016 (r423776) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nss -PORTVERSION= 3.27 +PORTVERSION= 3.27.1 #DISTVERSIONSUFFIX= -with-ckbi-1.98 CATEGORIES= security MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src @@ -10,6 +10,9 @@ MASTER_SITES= MOZILLA/security/${PORTNAM MAINTAINER= gecko@FreeBSD.org COMMENT= Libraries to support development of security-enabled applications +LICENSE= MPL +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= zip:archivers/zip \ nspr>=4.12:devel/nspr \ sqlite3>=3.7.15:databases/sqlite3 Modified: branches/2016Q4/security/nss/distinfo ============================================================================== --- branches/2016Q4/security/nss/distinfo Tue Oct 11 15:32:59 2016 (r423775) +++ branches/2016Q4/security/nss/distinfo Tue Oct 11 16:05:42 2016 (r423776) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475035246 -SHA256 (nss-3.27.tar.gz) = 021aa936b06f5815474dd5c137f2325b3fe06caa38d9798ca53ec30b537301fa -SIZE (nss-3.27.tar.gz) = 7397210 +TIMESTAMP = 1475952210 +SHA256 (nss-3.27.1.tar.gz) = fd3637a1930cd838239a89633a7ed9a18859ae9b599043f3a18f726dc4ec2a6b +SIZE (nss-3.27.1.tar.gz) = 7397737 From owner-svn-ports-branches@freebsd.org Tue Oct 11 16:09:40 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34368C0D561; Tue, 11 Oct 2016 16:09:40 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DFE37D61; Tue, 11 Oct 2016 16:09:39 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BG9dXv006053; Tue, 11 Oct 2016 16:09:39 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BG9cun006051; Tue, 11 Oct 2016 16:09:38 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610111609.u9BG9cun006051@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 11 Oct 2016 16:09:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r423778 - branches/2016Q4/devel/fb-adb 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.23 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, 11 Oct 2016 16:09:40 -0000 Author: jbeich Date: Tue Oct 11 16:09:38 2016 New Revision: 423778 URL: https://svnweb.freebsd.org/changeset/ports/423778 Log: MFH: r423296 devel/fb-adb: update 64bit NDK Approved by: ports-secteam (feld) Modified: branches/2016Q4/devel/fb-adb/Makefile branches/2016Q4/devel/fb-adb/distinfo Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/devel/fb-adb/Makefile ============================================================================== --- branches/2016Q4/devel/fb-adb/Makefile Tue Oct 11 16:06:52 2016 (r423777) +++ branches/2016Q4/devel/fb-adb/Makefile Tue Oct 11 16:09:38 2016 (r423778) @@ -57,7 +57,7 @@ WRKSRC_ndk= ${ANDROID_NDK} .else NDK_DISTFILES= ${NDK_DISTFILES_${LINUX_ARCH}} NDK_DISTFILES_i386= android-ndk-r10e-linux-x86.bin:7z -NDK_DISTFILES_x86_64= android-ndk-r11c-linux-x86_64.zip:zip +NDK_DISTFILES_x86_64= android-ndk-r12b-linux-x86_64.zip:zip WRKSRC_ndk= ${WRKDIR}/${NDK_DISTFILES:R:C/(-[^-]+){2}$//} .endif NDK_USES= 7z:partial linux Modified: branches/2016Q4/devel/fb-adb/distinfo ============================================================================== --- branches/2016Q4/devel/fb-adb/distinfo Tue Oct 11 16:06:52 2016 (r423777) +++ branches/2016Q4/devel/fb-adb/distinfo Tue Oct 11 16:09:38 2016 (r423778) @@ -1,7 +1,7 @@ TIMESTAMP = 1475810942 SHA256 (android-ndk-r10e-linux-x86.bin) = 92b07d25aaad9b341a7f2b2a62402d508e948bf2dea3ee7b65a6aeb18bca7df5 SIZE (android-ndk-r10e-linux-x86.bin) = 394281908 -SHA256 (android-ndk-r11c-linux-x86_64.zip) = ba85dbe4d370e4de567222f73a3e034d85fc3011b3cbd90697f3e8dcace3ad94 -SIZE (android-ndk-r11c-linux-x86_64.zip) = 794135138 +SHA256 (android-ndk-r12b-linux-x86_64.zip) = eafae2d614e5475a3bcfd7c5f201db5b963cc1290ee3e8ae791ff0c66757781e +SIZE (android-ndk-r12b-linux-x86_64.zip) = 755551010 SHA256 (facebook-fb-adb-1.4.4-126-g6fd78ae_GH0.tar.gz) = 8816a6e2d331d8bd486ec181935471c702c3da262bd61bb9dc78369ab9563ded SIZE (facebook-fb-adb-1.4.4-126-g6fd78ae_GH0.tar.gz) = 250589 From owner-svn-ports-branches@freebsd.org Tue Oct 11 16:12:06 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9FCD2C0D6C3; Tue, 11 Oct 2016 16:12:06 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 52722F62; Tue, 11 Oct 2016 16:12:06 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BGC5s6009716; Tue, 11 Oct 2016 16:12:05 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BGC5pN009714; Tue, 11 Oct 2016 16:12:05 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610111612.u9BGC5pN009714@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 11 Oct 2016 16:12:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r423779 - in branches/2016Q4/multimedia/mpc-qt: . 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.23 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, 11 Oct 2016 16:12:06 -0000 Author: jbeich Date: Tue Oct 11 16:12:05 2016 New Revision: 423779 URL: https://svnweb.freebsd.org/changeset/ports/423779 Log: MFH: r423463 multimedia/mpc-qt: update to 0.0.0.s20161007 Re-enable -Werror as upstream fixed all warnings per cmdrkotori/mpc-qt#46 Changes: https://github.com/cmdrkotori/mpc-qt/compare/e4c46f6...5d410a5 Approved by: ports-secteam (feld) Deleted: branches/2016Q4/multimedia/mpc-qt/files/ Modified: branches/2016Q4/multimedia/mpc-qt/Makefile branches/2016Q4/multimedia/mpc-qt/distinfo Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/multimedia/mpc-qt/Makefile ============================================================================== --- branches/2016Q4/multimedia/mpc-qt/Makefile Tue Oct 11 16:09:38 2016 (r423778) +++ branches/2016Q4/multimedia/mpc-qt/Makefile Tue Oct 11 16:12:05 2016 (r423779) @@ -2,7 +2,7 @@ PORTNAME= mpc-qt DISTVERSIONPREFIX= v -DISTVERSION= 0.0.0.s20160921 +DISTVERSION= 0.0.0.s20161007 CATEGORIES= multimedia audio MASTER_SITES= https://aur.archlinux.org/cgit/aur.git/plain/${PORTNAME}.desktop?h=${PORTNAME}-git&id=b1a6b91&dummy=/:desktop DISTFILES= ${PORTNAME}.desktop:desktop @@ -17,7 +17,7 @@ LIB_DEPENDS= libmpv.so:multimedia/mpv USE_GITHUB= yes GH_ACCOUNT= cmdrkotori -GH_TAGNAME= e4c46f6 +GH_TAGNAME= 5d410a5 USES= compiler:c++11-lib desktop-file-utils pkgconfig qmake USE_QT5= qmake_build buildtools_build core gui network widgets x11extras @@ -28,9 +28,6 @@ PLIST_FILES= bin/${PORTNAME} \ share/applications/${PORTNAME}.desktop \ share/pixmaps/${PORTNAME}.png -post-patch: - @${REINPLACE_CMD} '/-Werror/d' ${WRKSRC}/${PORTNAME}.pro - do-install: ${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/${PORTNAME} \ ${STAGEDIR}${PREFIX}/bin Modified: branches/2016Q4/multimedia/mpc-qt/distinfo ============================================================================== --- branches/2016Q4/multimedia/mpc-qt/distinfo Tue Oct 11 16:09:38 2016 (r423778) +++ branches/2016Q4/multimedia/mpc-qt/distinfo Tue Oct 11 16:12:05 2016 (r423779) @@ -1,5 +1,5 @@ -TIMESTAMP = 1472598366 +TIMESTAMP = 1475184682 SHA256 (mpc-qt.desktop) = 7694745aac0e52c050a6bc069a0686b025e509136919d985d3c4495eec0f1c9d SIZE (mpc-qt.desktop) = 1270 -SHA256 (cmdrkotori-mpc-qt-v0.0.0.s20160921-e4c46f6_GH0.tar.gz) = 2b4440ed6358e37f7e7b7ab2651ff71c583c0d02ca2545a40e75883b0db197c1 -SIZE (cmdrkotori-mpc-qt-v0.0.0.s20160921-e4c46f6_GH0.tar.gz) = 228828 +SHA256 (cmdrkotori-mpc-qt-v0.0.0.s20161007-5d410a5_GH0.tar.gz) = 0bf7859367ac40bb204a30e1741eabca82500a277528d40ae18158824b95ee7e +SIZE (cmdrkotori-mpc-qt-v0.0.0.s20161007-5d410a5_GH0.tar.gz) = 229197 From owner-svn-ports-branches@freebsd.org Tue Oct 11 17:59:28 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 080FFC0DFED; Tue, 11 Oct 2016 17:59:28 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AF047197; Tue, 11 Oct 2016 17:59:27 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BHxQUo049321; Tue, 11 Oct 2016 17:59:26 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BHxQZW049319; Tue, 11 Oct 2016 17:59:26 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201610111759.u9BHxQZW049319@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Tue, 11 Oct 2016 17:59:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r423783 - branches/2016Q4/games/scummvm 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.23 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, 11 Oct 2016 17:59:28 -0000 Author: lme Date: Tue Oct 11 17:59:26 2016 New Revision: 423783 URL: https://svnweb.freebsd.org/changeset/ports/423783 Log: MFH: r423638 games/scummvm: - update to 1.8.1 - Fix LICENSE - Enable verbose build unconditionally - Silence stripping PR: 213247 Submitted by: amdmi3 Approved by: ports-secteam (feld) Modified: branches/2016Q4/games/scummvm/Makefile branches/2016Q4/games/scummvm/distinfo Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/games/scummvm/Makefile ============================================================================== --- branches/2016Q4/games/scummvm/Makefile Tue Oct 11 16:54:50 2016 (r423782) +++ branches/2016Q4/games/scummvm/Makefile Tue Oct 11 17:59:26 2016 (r423783) @@ -2,14 +2,15 @@ # $FreeBSD$ PORTNAME= scummvm -DISTVERSION= 1.8.0 +PORTVERSION= 1.8.1 CATEGORIES= games emulators MASTER_SITES= SF MAINTAINER= lme@FreeBSD.org COMMENT= Interpreter for several adventure games -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake jpeg tar:bzip2 HAS_CONFIGURE= yes @@ -22,11 +23,8 @@ CONFIGURE_ARGS= --with-sdl-prefix=${LOCA --with-zlib-prefix=/usr \ --disable-debug \ --disable-nasm \ - --disable-tremor - -.if defined(BATCH) || defined(PACKAGE_BUILDING) -CONFIGURE_ARGS+= --enable-verbose-build -.endif + --disable-tremor \ + --enable-verbose-build LDFLAGS+= -lpthread @@ -71,6 +69,6 @@ post-patch: post-install: ${INSTALL_DATA} ${WRKSRC}/dists/${PORTNAME}.desktop \ ${STAGEDIR}${DESKTOPDIR} - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include Modified: branches/2016Q4/games/scummvm/distinfo ============================================================================== --- branches/2016Q4/games/scummvm/distinfo Tue Oct 11 16:54:50 2016 (r423782) +++ branches/2016Q4/games/scummvm/distinfo Tue Oct 11 17:59:26 2016 (r423783) @@ -1,2 +1,3 @@ -SHA256 (scummvm-1.8.0.tar.bz2) = 01ec715e2972b3aedc23e141643acdcff44d0e56638c0df44d931a84fe7e7f38 -SIZE (scummvm-1.8.0.tar.bz2) = 22025706 +TIMESTAMP = 1475754411 +SHA256 (scummvm-1.8.1.tar.bz2) = 5230bf512628157be0590f19916d8a9d860c222f04d82519c7d7a5f4fa4f5293 +SIZE (scummvm-1.8.1.tar.bz2) = 22636204 From owner-svn-ports-branches@freebsd.org Tue Oct 11 19:23:50 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA247C0DA53; Tue, 11 Oct 2016 19:23:50 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A8B53895; Tue, 11 Oct 2016 19:23:50 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BJNnm6082984; Tue, 11 Oct 2016 19:23:49 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BJNnH2082982; Tue, 11 Oct 2016 19:23:49 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201610111923.u9BJNnH2082982@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Tue, 11 Oct 2016 19:23:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r423789 - in branches/2016Q4/multimedia/mkvtoolnix: . 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.23 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, 11 Oct 2016 19:23:51 -0000 Author: riggs Date: Tue Oct 11 19:23:49 2016 New Revision: 423789 URL: https://svnweb.freebsd.org/changeset/ports/423789 Log: MFH: r423569 r423787 Update to upstream version 9.4.2; fixes code execution vulnerability Fix build on archs where sizeof(size_t) != sizeof(uint64_t) Approved by: ports-secteam (feld), ports-secteam (build fix blanket) Added: branches/2016Q4/multimedia/mkvtoolnix/files/patch-src_input_r__qtmp4.cpp - copied unchanged from r423787, head/multimedia/mkvtoolnix/files/patch-src_input_r__qtmp4.cpp Modified: branches/2016Q4/multimedia/mkvtoolnix/Makefile branches/2016Q4/multimedia/mkvtoolnix/distinfo Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/multimedia/mkvtoolnix/Makefile ============================================================================== --- branches/2016Q4/multimedia/mkvtoolnix/Makefile Tue Oct 11 19:21:47 2016 (r423788) +++ branches/2016Q4/multimedia/mkvtoolnix/Makefile Tue Oct 11 19:23:49 2016 (r423789) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mkvtoolnix -PORTVERSION= 9.4.0 +PORTVERSION= 9.4.2 CATEGORIES= multimedia audio MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/ \ https://mkvtoolnix.download/sources/ Modified: branches/2016Q4/multimedia/mkvtoolnix/distinfo ============================================================================== --- branches/2016Q4/multimedia/mkvtoolnix/distinfo Tue Oct 11 19:21:47 2016 (r423788) +++ branches/2016Q4/multimedia/mkvtoolnix/distinfo Tue Oct 11 19:23:49 2016 (r423789) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472139058 -SHA256 (mkvtoolnix-9.4.0.tar.xz) = af633768ac3ca193070c76c93bbf496b41e451d1652e1d3d6fd4c20361e56265 -SIZE (mkvtoolnix-9.4.0.tar.xz) = 3765696 +TIMESTAMP = 1475996823 +SHA256 (mkvtoolnix-9.4.2.tar.xz) = df2c3773c0e7a75d88e75906cc425f9ed7f07ce36a99854162e14202ccd42904 +SIZE (mkvtoolnix-9.4.2.tar.xz) = 3774320 Copied: branches/2016Q4/multimedia/mkvtoolnix/files/patch-src_input_r__qtmp4.cpp (from r423787, head/multimedia/mkvtoolnix/files/patch-src_input_r__qtmp4.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q4/multimedia/mkvtoolnix/files/patch-src_input_r__qtmp4.cpp Tue Oct 11 19:23:49 2016 (r423789, copy of r423787, head/multimedia/mkvtoolnix/files/patch-src_input_r__qtmp4.cpp) @@ -0,0 +1,11 @@ +--- src/input/r_qtmp4.cpp.orig 2016-09-11 12:16:51 UTC ++++ src/input/r_qtmp4.cpp +@@ -107,7 +107,7 @@ read_qtmp4_atom(mm_io_c *read_from, + if (exit_on_error) + mxerror(boost::format(Y("Quicktime/MP4 reader: Invalid chunk size %1% at %2%.\n")) % a.size % a.pos); + else +- throw mtx::atom_chunk_size_x{a.size, a.pos}; ++ throw mtx::atom_chunk_size_x{static_cast(a.size), static_cast(a.pos)}; + } + + return a; From owner-svn-ports-branches@freebsd.org Wed Oct 12 00:12:15 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C949DC0E513; Wed, 12 Oct 2016 00:12:15 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A60BCEBB; Wed, 12 Oct 2016 00:12:15 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9C0CEmb094074; Wed, 12 Oct 2016 00:12:14 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9C0CEC7094067; Wed, 12 Oct 2016 00:12:14 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610120012.u9C0CEC7094067@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 12 Oct 2016 00:12:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r423808 - in branches/2016Q4/graphics: llpp mupdf mupdf/files zathura-pdf-mupdf 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.23 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, 12 Oct 2016 00:12:15 -0000 Author: feld Date: Wed Oct 12 00:12:13 2016 New Revision: 423808 URL: https://svnweb.freebsd.org/changeset/ports/423808 Log: MFH: r423807 graphics/mupdf: Patch to resolve CVEs PR: 212207 Security: CVE-2016-6525 Security: CVE-2016-6265 Approved by: ports-secteam (with hat) Added: branches/2016Q4/graphics/mupdf/files/patch-source_pdf_pdf-shade.c - copied unchanged from r423807, head/graphics/mupdf/files/patch-source_pdf_pdf-shade.c branches/2016Q4/graphics/mupdf/files/patch-source_pdf_pdf-xref.c - copied unchanged from r423807, head/graphics/mupdf/files/patch-source_pdf_pdf-xref.c Modified: branches/2016Q4/graphics/llpp/Makefile branches/2016Q4/graphics/mupdf/Makefile branches/2016Q4/graphics/mupdf/files/patch-scripts_fontdump.c branches/2016Q4/graphics/mupdf/files/patch-source__fitz__load-jpx.c branches/2016Q4/graphics/zathura-pdf-mupdf/Makefile Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/graphics/llpp/Makefile ============================================================================== --- branches/2016Q4/graphics/llpp/Makefile Wed Oct 12 00:11:07 2016 (r423807) +++ branches/2016Q4/graphics/llpp/Makefile Wed Oct 12 00:12:13 2016 (r423808) @@ -3,7 +3,7 @@ PORTNAME= llpp PORTVERSION= 22 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://repo.or.cz/llpp.git/snapshot/ DISTNAME= 561dc5673cea431e930668b0d87b0c4b31a36b39 Modified: branches/2016Q4/graphics/mupdf/Makefile ============================================================================== --- branches/2016Q4/graphics/mupdf/Makefile Wed Oct 12 00:11:07 2016 (r423807) +++ branches/2016Q4/graphics/mupdf/Makefile Wed Oct 12 00:12:13 2016 (r423808) @@ -3,6 +3,7 @@ PORTNAME= mupdf PORTVERSION= 1.9a +PORTREVISION= 1 DISTVERSIONSUFFIX= -source PORTEPOCH= 1 CATEGORIES= graphics Modified: branches/2016Q4/graphics/mupdf/files/patch-scripts_fontdump.c ============================================================================== --- branches/2016Q4/graphics/mupdf/files/patch-scripts_fontdump.c Wed Oct 12 00:11:07 2016 (r423807) +++ branches/2016Q4/graphics/mupdf/files/patch-scripts_fontdump.c Wed Oct 12 00:12:13 2016 (r423808) @@ -1,4 +1,4 @@ ---- scripts/fontdump.c.orig 2016-06-12 09:11:56 UTC +--- scripts/fontdump.c.orig 2016-04-21 11:14:32 UTC +++ scripts/fontdump.c @@ -50,7 +50,6 @@ main(int argc, char **argv) fprintf(fo, "#ifndef __STRICT_ANSI__\n"); Modified: branches/2016Q4/graphics/mupdf/files/patch-source__fitz__load-jpx.c ============================================================================== --- branches/2016Q4/graphics/mupdf/files/patch-source__fitz__load-jpx.c Wed Oct 12 00:11:07 2016 (r423807) +++ branches/2016Q4/graphics/mupdf/files/patch-source__fitz__load-jpx.c Wed Oct 12 00:12:13 2016 (r423808) @@ -1,4 +1,4 @@ ---- source/fitz/load-jpx.c.orig 2015-04-16 08:57:45 UTC +--- source/fitz/load-jpx.c.orig 2016-04-21 11:14:32 UTC +++ source/fitz/load-jpx.c @@ -1,14 +1,6 @@ #include "mupdf/fitz.h" Copied: branches/2016Q4/graphics/mupdf/files/patch-source_pdf_pdf-shade.c (from r423807, head/graphics/mupdf/files/patch-source_pdf_pdf-shade.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q4/graphics/mupdf/files/patch-source_pdf_pdf-shade.c Wed Oct 12 00:12:13 2016 (r423808, copy of r423807, head/graphics/mupdf/files/patch-source_pdf_pdf-shade.c) @@ -0,0 +1,17 @@ +$OpenBSD: patch-source_pdf_pdf-shade_c,v 1.1 2016/08/27 20:58:48 jca Exp $ + + CVE-2016-6525 + + http://git.ghostscript.com/?p=mupdf.git;a=commitdiff;h=39b0f07dd960f34e7e6bf230ffc3d87c41ef0f2e;hp=fa1936405b6a84e5c9bb440912c23d532772f958 + +--- source/pdf/pdf-shade.c.orig 2016-04-21 11:14:32 UTC ++++ source/pdf/pdf-shade.c +@@ -206,7 +206,7 @@ pdf_load_mesh_params(fz_context *ctx, pd + obj = pdf_dict_get(ctx, dict, PDF_NAME_Decode); + if (pdf_array_len(ctx, obj) >= 6) + { +- n = (pdf_array_len(ctx, obj) - 4) / 2; ++ n = fz_mini(FZ_MAX_COLORS, (pdf_array_len(ctx, obj) - 4) / 2); + shade->u.m.x0 = pdf_to_real(ctx, pdf_array_get(ctx, obj, 0)); + shade->u.m.x1 = pdf_to_real(ctx, pdf_array_get(ctx, obj, 1)); + shade->u.m.y0 = pdf_to_real(ctx, pdf_array_get(ctx, obj, 2)); Copied: branches/2016Q4/graphics/mupdf/files/patch-source_pdf_pdf-xref.c (from r423807, head/graphics/mupdf/files/patch-source_pdf_pdf-xref.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q4/graphics/mupdf/files/patch-source_pdf_pdf-xref.c Wed Oct 12 00:12:13 2016 (r423808, copy of r423807, head/graphics/mupdf/files/patch-source_pdf_pdf-xref.c) @@ -0,0 +1,25 @@ +$OpenBSD: patch-source_pdf_pdf-xref_c,v 1.1 2016/08/27 20:58:48 jca Exp $ + + CVE-2016-6265 + + http://git.ghostscript.com/?p=mupdf.git;a=commitdiff;h=fa1936405b6a84e5c9bb440912c23d532772f958 + +--- source/pdf/pdf-xref.c.orig 2016-04-21 11:14:32 UTC ++++ source/pdf/pdf-xref.c +@@ -1191,8 +1191,14 @@ pdf_load_xref(fz_context *ctx, pdf_docum + fz_throw(ctx, FZ_ERROR_GENERIC, "object offset out of range: %d (%d 0 R)", (int)entry->ofs, i); + } + if (entry->type == 'o') +- if (entry->ofs <= 0 || entry->ofs >= xref_len || pdf_get_xref_entry(ctx, doc, entry->ofs)->type != 'n') +- fz_throw(ctx, FZ_ERROR_GENERIC, "invalid reference to an objstm that does not exist: %d (%d 0 R)", (int)entry->ofs, i); ++ { ++ /* Read this into a local variable here, because pdf_get_xref_entry ++ * may solidify the xref, hence invalidating "entry", meaning we ++ * need a stashed value for the throw. */ ++ fz_off_t ofs = entry->ofs; ++ if (ofs <= 0 || ofs >= xref_len || pdf_get_xref_entry(ctx, doc, ofs)->type != 'n') ++ fz_throw(ctx, FZ_ERROR_GENERIC, "invalid reference to an objstm that does not exist: %d (%d 0 R)", (int)ofs, i); ++ } + } + } + Modified: branches/2016Q4/graphics/zathura-pdf-mupdf/Makefile ============================================================================== --- branches/2016Q4/graphics/zathura-pdf-mupdf/Makefile Wed Oct 12 00:11:07 2016 (r423807) +++ branches/2016Q4/graphics/zathura-pdf-mupdf/Makefile Wed Oct 12 00:12:13 2016 (r423808) @@ -3,7 +3,7 @@ PORTNAME= zathura-pdf-mupdf PORTVERSION= 0.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://pwmt.org/projects/zathura-pdf-mupdf/download/ From owner-svn-ports-branches@freebsd.org Wed Oct 12 01:42:02 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECE23C0C951; Wed, 12 Oct 2016 01:42:02 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BEC4C19D; Wed, 12 Oct 2016 01:42:02 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9C1g1aL029510; Wed, 12 Oct 2016 01:42:01 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9C1g1gb029508; Wed, 12 Oct 2016 01:42:01 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610120142.u9C1g1gb029508@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 12 Oct 2016 01:42:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r423819 - branches/2016Q4/graphics/ImageMagick 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.23 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, 12 Oct 2016 01:42:03 -0000 Author: feld Date: Wed Oct 12 01:42:01 2016 New Revision: 423819 URL: https://svnweb.freebsd.org/changeset/ports/423819 Log: MFH: r423818 graphics/ImageMagick: Update to 6.9.5-10 This update resolves several security vulnerabilities PR: 213032 Approved by: ports-secteam (with hat) Modified: branches/2016Q4/graphics/ImageMagick/Makefile branches/2016Q4/graphics/ImageMagick/distinfo Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/graphics/ImageMagick/Makefile ============================================================================== --- branches/2016Q4/graphics/ImageMagick/Makefile Wed Oct 12 01:41:34 2016 (r423818) +++ branches/2016Q4/graphics/ImageMagick/Makefile Wed Oct 12 01:42:01 2016 (r423819) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ImageMagick -DISTVERSION= 6.9.5-7 +DISTVERSION= 6.9.5-10 PORTEPOCH= 1 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ Modified: branches/2016Q4/graphics/ImageMagick/distinfo ============================================================================== --- branches/2016Q4/graphics/ImageMagick/distinfo Wed Oct 12 01:41:34 2016 (r423818) +++ branches/2016Q4/graphics/ImageMagick/distinfo Wed Oct 12 01:42:01 2016 (r423819) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471726909 -SHA256 (ImageMagick-6.9.5-7.tar.xz) = c5f527ab5936527a23d9da2d80ebed906302f476908235ee2b31790dfd665901 -SIZE (ImageMagick-6.9.5-7.tar.xz) = 8788196 +TIMESTAMP = 1476236004 +SHA256 (ImageMagick-6.9.5-10.tar.xz) = 2805ab7945ca92251172335da992df800bcc09fee993eeb4711b20c53efeb233 +SIZE (ImageMagick-6.9.5-10.tar.xz) = 8794440 From owner-svn-ports-branches@freebsd.org Thu Oct 13 08:15:36 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9AC7BC0F856; Thu, 13 Oct 2016 08:15:36 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6A91E379; Thu, 13 Oct 2016 08:15:36 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9D8FZ8w034953; Thu, 13 Oct 2016 08:15:35 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9D8FZJ4034952; Thu, 13 Oct 2016 08:15:35 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201610130815.u9D8FZJ4034952@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Thu, 13 Oct 2016 08:15:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r423903 - branches/2016Q4/devel/php-composer 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.23 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, 13 Oct 2016 08:15:36 -0000 Author: tz Date: Thu Oct 13 08:15:35 2016 New Revision: 423903 URL: https://svnweb.freebsd.org/changeset/ports/423903 Log: MFH: r423753 devel/php-composer: add missing PHP-module "filter" The port is not usable without the module. Approved by: cyberbotx@cyberbotx.com (maintainer), pi (mentor) Approved by: portmgr (mat) Modified: branches/2016Q4/devel/php-composer/Makefile Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/devel/php-composer/Makefile ============================================================================== --- branches/2016Q4/devel/php-composer/Makefile Thu Oct 13 08:07:01 2016 (r423902) +++ branches/2016Q4/devel/php-composer/Makefile Thu Oct 13 08:15:35 2016 (r423903) @@ -3,6 +3,7 @@ PORTNAME= composer DISTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://getcomposer.org/download/${DISTVERSION}/ PKGNAMEPREFIX= php- @@ -20,7 +21,7 @@ RUN_DEPENDS= ca_root_nss>0:security/ca_r NO_BUILD= yes NO_WRKSUBDIR= yes USES= php -USE_PHP= intl openssl phar json ctype +USE_PHP= intl openssl phar json ctype filter PLIST_FILES= bin/composer \ bin/composer.phar From owner-svn-ports-branches@freebsd.org Fri Oct 14 07:57:43 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC70DC11786; Fri, 14 Oct 2016 07:57:43 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7BB85B91; Fri, 14 Oct 2016 07:57:43 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9E7vg10078180; Fri, 14 Oct 2016 07:57:42 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9E7vgd5078177; Fri, 14 Oct 2016 07:57:42 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201610140757.u9E7vgd5078177@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 14 Oct 2016 07:57:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r423953 - in branches/2016Q4/lang: perl5.22 perl5.24 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.23 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, 14 Oct 2016 07:57:43 -0000 Author: mat Date: Fri Oct 14 07:57:42 2016 New Revision: 423953 URL: https://svnweb.freebsd.org/changeset/ports/423953 Log: MFH: r423952 Update Perl 5.22.3 & 5.24.1 to -RC4. This fixes the fix (-RC3) of the fix (-RC2) of CVE-2016-1238. Sponsored by: Absolight Modified: branches/2016Q4/lang/perl5.22/Makefile branches/2016Q4/lang/perl5.22/distinfo branches/2016Q4/lang/perl5.24/Makefile branches/2016Q4/lang/perl5.24/distinfo Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/lang/perl5.22/Makefile ============================================================================== --- branches/2016Q4/lang/perl5.22/Makefile Fri Oct 14 07:56:37 2016 (r423952) +++ branches/2016Q4/lang/perl5.22/Makefile Fri Oct 14 07:57:42 2016 (r423953) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= perl -DISTVERSION= ${PERL_VERSION}-RC3 +DISTVERSION= ${PERL_VERSION}-RC4 PORTREVISION= 0 CATEGORIES= lang devel perl5 MASTER_SITES= CPAN/../../src/5.0 CPAN/../by-authors/id/S/SH/SHAY Modified: branches/2016Q4/lang/perl5.22/distinfo ============================================================================== --- branches/2016Q4/lang/perl5.22/distinfo Fri Oct 14 07:56:37 2016 (r423952) +++ branches/2016Q4/lang/perl5.22/distinfo Fri Oct 14 07:57:42 2016 (r423953) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471073154 -SHA256 (perl/perl-5.22.3-RC3.tar.xz) = a14903deb3f1613d79c74ef62be32e858237b20b474294db0a1c31a94d98ebb8 -SIZE (perl/perl-5.22.3-RC3.tar.xz) = 11235232 +TIMESTAMP = 1476431177 +SHA256 (perl/perl-5.22.3-RC4.tar.xz) = cd35050f1a45c48389133285870cf310d1fe5d342c52de10fd47b296e102e4ae +SIZE (perl/perl-5.22.3-RC4.tar.xz) = 11233496 Modified: branches/2016Q4/lang/perl5.24/Makefile ============================================================================== --- branches/2016Q4/lang/perl5.24/Makefile Fri Oct 14 07:56:37 2016 (r423952) +++ branches/2016Q4/lang/perl5.24/Makefile Fri Oct 14 07:57:42 2016 (r423953) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= perl -DISTVERSION= ${PERL_VERSION}-RC3 +DISTVERSION= ${PERL_VERSION}-RC4 PORTREVISION= 0 CATEGORIES= lang devel perl5 MASTER_SITES= CPAN/../../src/5.0 CPAN/../by-authors/id/S/SH/SHAY Modified: branches/2016Q4/lang/perl5.24/distinfo ============================================================================== --- branches/2016Q4/lang/perl5.24/distinfo Fri Oct 14 07:56:37 2016 (r423952) +++ branches/2016Q4/lang/perl5.24/distinfo Fri Oct 14 07:57:42 2016 (r423953) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471072507 -SHA256 (perl/perl-5.24.1-RC3.tar.xz) = 18a25373d80e5d5c39928790e45427c7bc34a98499b25645de2b5fb2ab7ba7b5 -SIZE (perl/perl-5.24.1-RC3.tar.xz) = 11552388 +TIMESTAMP = 1476431232 +SHA256 (perl/perl-5.24.1-RC4.tar.xz) = 6da6333809eb2b35b17ee3c25b7f0327da32fad7214b296b662ccd9883b8bc59 +SIZE (perl/perl-5.24.1-RC4.tar.xz) = 11553836 From owner-svn-ports-branches@freebsd.org Fri Oct 14 13:59:24 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45A15C10EB3; Fri, 14 Oct 2016 13:59:24 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 13C2AF09; Fri, 14 Oct 2016 13:59:24 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9EDxNUx015944; Fri, 14 Oct 2016 13:59:23 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9EDxNw3015942; Fri, 14 Oct 2016 13:59:23 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201610141359.u9EDxNw3015942@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Fri, 14 Oct 2016 13:59:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r423968 - branches/2016Q4/devel/php70-APCu 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.23 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, 14 Oct 2016 13:59:24 -0000 Author: robak Date: Fri Oct 14 13:59:22 2016 New Revision: 423968 URL: https://svnweb.freebsd.org/changeset/ports/423968 Log: MFH: r423956 devel/php70-APCu: update 5.1.5 -> 5.1.6 * Various security/bug fixes PR: 213266 Submitted by: Daniel Ylitalo (maintainer) Approved by: ports-secteam Modified: branches/2016Q4/devel/php70-APCu/Makefile branches/2016Q4/devel/php70-APCu/distinfo Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/devel/php70-APCu/Makefile ============================================================================== --- branches/2016Q4/devel/php70-APCu/Makefile Fri Oct 14 13:45:47 2016 (r423967) +++ branches/2016Q4/devel/php70-APCu/Makefile Fri Oct 14 13:59:22 2016 (r423968) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= APCu -PORTVERSION= 5.1.5 +PORTVERSION= 5.1.6 CATEGORIES= devel MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= php70- Modified: branches/2016Q4/devel/php70-APCu/distinfo ============================================================================== --- branches/2016Q4/devel/php70-APCu/distinfo Fri Oct 14 13:45:47 2016 (r423967) +++ branches/2016Q4/devel/php70-APCu/distinfo Fri Oct 14 13:59:22 2016 (r423968) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469541599 -SHA256 (PECL/apcu-5.1.5.tgz) = 5f4153fe21745a44f1d92431b05a85c0912bb3235110615db84a4a6e84fb6791 -SIZE (PECL/apcu-5.1.5.tgz) = 109196 +TIMESTAMP = 1475832817 +SHA256 (PECL/apcu-5.1.6.tgz) = 796bfd5f3444ddbfdf7db875b82673cb509415796b723ab8a2d6e76888794862 +SIZE (PECL/apcu-5.1.6.tgz) = 110792 From owner-svn-ports-branches@freebsd.org Fri Oct 14 14:40:48 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75AA7C11996; Fri, 14 Oct 2016 14:40:48 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 362C9A45; Fri, 14 Oct 2016 14:40:48 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9EEelIW033696; Fri, 14 Oct 2016 14:40:47 GMT (envelope-from dim@FreeBSD.org) Received: (from dim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9EEekDp033691; Fri, 14 Oct 2016 14:40:46 GMT (envelope-from dim@FreeBSD.org) Message-Id: <201610141440.u9EEekDp033691@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dim set sender to dim@FreeBSD.org using -f From: Dimitry Andric Date: Fri, 14 Oct 2016 14:40:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r423974 - in branches/2016Q4: mail/thunderbird/files www/firefox-esr/files www/firefox/files www/libxul/files www/seamonkey/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.23 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, 14 Oct 2016 14:40:48 -0000 Author: dim (src committer) Date: Fri Oct 14 14:40:46 2016 New Revision: 423974 URL: https://svnweb.freebsd.org/changeset/ports/423974 Log: MFH: r423893 Add the upstream fix for Mozilla bug 1278861, which prevents clang assertions on a particular piece of arm inline assembly. This applies to: * mail/thunderbird * www/firefox * www/firefox-esr * www/libxul * www/seamonkey Approved by: portmgr (feld) PR: 203989 Added: branches/2016Q4/mail/thunderbird/files/patch-bug1278861 - copied unchanged from r423893, head/mail/thunderbird/files/patch-bug1278861 branches/2016Q4/www/firefox-esr/files/patch-bug1278861 - copied unchanged from r423893, head/www/firefox-esr/files/patch-bug1278861 branches/2016Q4/www/firefox/files/patch-bug1278861 - copied unchanged from r423893, head/www/firefox/files/patch-bug1278861 branches/2016Q4/www/libxul/files/patch-bug1278861 - copied unchanged from r423893, head/www/libxul/files/patch-bug1278861 branches/2016Q4/www/seamonkey/files/patch-bug1278861 - copied unchanged from r423893, head/www/seamonkey/files/patch-bug1278861 Modified: Directory Properties: branches/2016Q4/ (props changed) Copied: branches/2016Q4/mail/thunderbird/files/patch-bug1278861 (from r423893, head/mail/thunderbird/files/patch-bug1278861) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q4/mail/thunderbird/files/patch-bug1278861 Fri Oct 14 14:40:46 2016 (r423974, copy of r423893, head/mail/thunderbird/files/patch-bug1278861) @@ -0,0 +1,38 @@ + +# HG changeset patch +# User Nathan Froyd +# Date 1466820205 14400 +# Node ID bd25b06261c840a62d035192cf4b1dbc18f54e3f +# Parent fbe25a30fcbbe172bdd37c70c5b06cdbb07886af +Bug 1278861 - adjust ifdefs in Conversions.h:ToInt32 to catch clang-on-arm-generally; r=luke + +The bug noted in ToInt32 doesn't just exist when compiling for +arm-darwin; it exists for ARM targets generally. The ifdef should +reflect that. + +diff --git mozilla/js/public/Conversions.h mozilla/js/public/Conversions.h +--- mozilla/js/public/Conversions.h ++++ mozilla/js/public/Conversions.h +@@ -395,19 +395,19 @@ ToIntWidth(double d) + } + + } // namespace detail + + /* ES5 9.5 ToInt32 (specialized for doubles). */ + inline int32_t + ToInt32(double d) + { +- // clang crashes compiling this when targeting arm-darwin: ++ // clang crashes compiling this when targeting arm: + // https://llvm.org/bugs/show_bug.cgi?id=22974 +-#if defined (__arm__) && defined (__GNUC__) && !defined(__APPLE__) ++#if defined (__arm__) && defined (__GNUC__) && !defined(__clang__) + int32_t i; + uint32_t tmp0; + uint32_t tmp1; + uint32_t tmp2; + asm ( + // We use a pure integer solution here. In the 'softfp' ABI, the argument + // will start in r0 and r1, and VFP can't do all of the necessary ECMA + // conversions by itself so some integer code will be required anyway. A + Copied: branches/2016Q4/www/firefox-esr/files/patch-bug1278861 (from r423893, head/www/firefox-esr/files/patch-bug1278861) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q4/www/firefox-esr/files/patch-bug1278861 Fri Oct 14 14:40:46 2016 (r423974, copy of r423893, head/www/firefox-esr/files/patch-bug1278861) @@ -0,0 +1,38 @@ + +# HG changeset patch +# User Nathan Froyd +# Date 1466820205 14400 +# Node ID bd25b06261c840a62d035192cf4b1dbc18f54e3f +# Parent fbe25a30fcbbe172bdd37c70c5b06cdbb07886af +Bug 1278861 - adjust ifdefs in Conversions.h:ToInt32 to catch clang-on-arm-generally; r=luke + +The bug noted in ToInt32 doesn't just exist when compiling for +arm-darwin; it exists for ARM targets generally. The ifdef should +reflect that. + +diff --git js/public/Conversions.h js/public/Conversions.h +--- js/public/Conversions.h ++++ js/public/Conversions.h +@@ -395,19 +395,19 @@ ToIntWidth(double d) + } + + } // namespace detail + + /* ES5 9.5 ToInt32 (specialized for doubles). */ + inline int32_t + ToInt32(double d) + { +- // clang crashes compiling this when targeting arm-darwin: ++ // clang crashes compiling this when targeting arm: + // https://llvm.org/bugs/show_bug.cgi?id=22974 +-#if defined (__arm__) && defined (__GNUC__) && !defined(__APPLE__) ++#if defined (__arm__) && defined (__GNUC__) && !defined(__clang__) + int32_t i; + uint32_t tmp0; + uint32_t tmp1; + uint32_t tmp2; + asm ( + // We use a pure integer solution here. In the 'softfp' ABI, the argument + // will start in r0 and r1, and VFP can't do all of the necessary ECMA + // conversions by itself so some integer code will be required anyway. A + Copied: branches/2016Q4/www/firefox/files/patch-bug1278861 (from r423893, head/www/firefox/files/patch-bug1278861) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q4/www/firefox/files/patch-bug1278861 Fri Oct 14 14:40:46 2016 (r423974, copy of r423893, head/www/firefox/files/patch-bug1278861) @@ -0,0 +1,38 @@ + +# HG changeset patch +# User Nathan Froyd +# Date 1466820205 14400 +# Node ID bd25b06261c840a62d035192cf4b1dbc18f54e3f +# Parent fbe25a30fcbbe172bdd37c70c5b06cdbb07886af +Bug 1278861 - adjust ifdefs in Conversions.h:ToInt32 to catch clang-on-arm-generally; r=luke + +The bug noted in ToInt32 doesn't just exist when compiling for +arm-darwin; it exists for ARM targets generally. The ifdef should +reflect that. + +diff --git js/public/Conversions.h js/public/Conversions.h +--- js/public/Conversions.h ++++ js/public/Conversions.h +@@ -395,19 +395,19 @@ ToIntWidth(double d) + } + + } // namespace detail + + /* ES5 9.5 ToInt32 (specialized for doubles). */ + inline int32_t + ToInt32(double d) + { +- // clang crashes compiling this when targeting arm-darwin: ++ // clang crashes compiling this when targeting arm: + // https://llvm.org/bugs/show_bug.cgi?id=22974 +-#if defined (__arm__) && defined (__GNUC__) && !defined(__APPLE__) ++#if defined (__arm__) && defined (__GNUC__) && !defined(__clang__) + int32_t i; + uint32_t tmp0; + uint32_t tmp1; + uint32_t tmp2; + asm ( + // We use a pure integer solution here. In the 'softfp' ABI, the argument + // will start in r0 and r1, and VFP can't do all of the necessary ECMA + // conversions by itself so some integer code will be required anyway. A + Copied: branches/2016Q4/www/libxul/files/patch-bug1278861 (from r423893, head/www/libxul/files/patch-bug1278861) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q4/www/libxul/files/patch-bug1278861 Fri Oct 14 14:40:46 2016 (r423974, copy of r423893, head/www/libxul/files/patch-bug1278861) @@ -0,0 +1,38 @@ + +# HG changeset patch +# User Nathan Froyd +# Date 1466820205 14400 +# Node ID bd25b06261c840a62d035192cf4b1dbc18f54e3f +# Parent fbe25a30fcbbe172bdd37c70c5b06cdbb07886af +Bug 1278861 - adjust ifdefs in Conversions.h:ToInt32 to catch clang-on-arm-generally; r=luke + +The bug noted in ToInt32 doesn't just exist when compiling for +arm-darwin; it exists for ARM targets generally. The ifdef should +reflect that. + +diff --git js/public/Conversions.h js/public/Conversions.h +--- js/public/Conversions.h ++++ js/public/Conversions.h +@@ -395,19 +395,19 @@ ToIntWidth(double d) + } + + } // namespace detail + + /* ES5 9.5 ToInt32 (specialized for doubles). */ + inline int32_t + ToInt32(double d) + { +- // clang crashes compiling this when targeting arm-darwin: ++ // clang crashes compiling this when targeting arm: + // https://llvm.org/bugs/show_bug.cgi?id=22974 +-#if defined (__arm__) && defined (__GNUC__) && !defined(__APPLE__) ++#if defined (__arm__) && defined (__GNUC__) && !defined(__clang__) + int32_t i; + uint32_t tmp0; + uint32_t tmp1; + uint32_t tmp2; + asm ( + // We use a pure integer solution here. In the 'softfp' ABI, the argument + // will start in r0 and r1, and VFP can't do all of the necessary ECMA + // conversions by itself so some integer code will be required anyway. A + Copied: branches/2016Q4/www/seamonkey/files/patch-bug1278861 (from r423893, head/www/seamonkey/files/patch-bug1278861) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q4/www/seamonkey/files/patch-bug1278861 Fri Oct 14 14:40:46 2016 (r423974, copy of r423893, head/www/seamonkey/files/patch-bug1278861) @@ -0,0 +1,38 @@ + +# HG changeset patch +# User Nathan Froyd +# Date 1466820205 14400 +# Node ID bd25b06261c840a62d035192cf4b1dbc18f54e3f +# Parent fbe25a30fcbbe172bdd37c70c5b06cdbb07886af +Bug 1278861 - adjust ifdefs in Conversions.h:ToInt32 to catch clang-on-arm-generally; r=luke + +The bug noted in ToInt32 doesn't just exist when compiling for +arm-darwin; it exists for ARM targets generally. The ifdef should +reflect that. + +diff --git mozilla/js/public/Conversions.h mozilla/js/public/Conversions.h +--- mozilla/js/public/Conversions.h ++++ mozilla/js/public/Conversions.h +@@ -395,19 +395,19 @@ ToIntWidth(double d) + } + + } // namespace detail + + /* ES5 9.5 ToInt32 (specialized for doubles). */ + inline int32_t + ToInt32(double d) + { +- // clang crashes compiling this when targeting arm-darwin: ++ // clang crashes compiling this when targeting arm: + // https://llvm.org/bugs/show_bug.cgi?id=22974 +-#if defined (__arm__) && defined (__GNUC__) && !defined(__APPLE__) ++#if defined (__arm__) && defined (__GNUC__) && !defined(__clang__) + int32_t i; + uint32_t tmp0; + uint32_t tmp1; + uint32_t tmp2; + asm ( + // We use a pure integer solution here. In the 'softfp' ABI, the argument + // will start in r0 and r1, and VFP can't do all of the necessary ECMA + // conversions by itself so some integer code will be required anyway. A + From owner-svn-ports-branches@freebsd.org Fri Oct 14 21:18:05 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A21D5C12EBC; Fri, 14 Oct 2016 21:18:05 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5FD35679; Fri, 14 Oct 2016 21:18:05 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9ELI4Vq083985; Fri, 14 Oct 2016 21:18:04 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9ELI4Vr083982; Fri, 14 Oct 2016 21:18:04 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201610142118.u9ELI4Vr083982@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Fri, 14 Oct 2016 21:18:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r423994 - in branches/2016Q4/devel/tbb: . 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.23 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, 14 Oct 2016 21:18:05 -0000 Author: martymac Date: Fri Oct 14 21:18:03 2016 New Revision: 423994 URL: https://svnweb.freebsd.org/changeset/ports/423994 Log: MFH: r423934 - Add pkgconfig file [1] - Do not use absolute paths for shlibs links PR: 213373 [1] Submitted by: rozhuk.im@gmail.com [1] Approved by: ports-secteam Added: branches/2016Q4/devel/tbb/files/tbb.pc.in - copied unchanged from r423934, head/devel/tbb/files/tbb.pc.in Modified: branches/2016Q4/devel/tbb/Makefile branches/2016Q4/devel/tbb/pkg-plist Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/devel/tbb/Makefile ============================================================================== --- branches/2016Q4/devel/tbb/Makefile Fri Oct 14 21:07:02 2016 (r423993) +++ branches/2016Q4/devel/tbb/Makefile Fri Oct 14 21:18:03 2016 (r423994) @@ -3,6 +3,7 @@ PORTNAME= tbb PORTVERSION= 4.4.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://threadingbuildingblocks.org/sites/default/files/software_releases/source/ \ LOCAL/martymac @@ -13,6 +14,12 @@ COMMENT= Library that provides thread bu LICENSE= GPLv2 +SUB_FILES= tbb.pc +SUB_LIST= prefix="${PREFIX}" \ + name="${PORTNAME}" \ + description="${COMMENT}" \ + version="${PORTVERSION}" + OPTIONS_DEFINE= DOCS PORTDOCS= * @@ -45,15 +52,18 @@ do-install: cd ${WRKSRC}; \ ${INSTALL_LIB} build/FreeBSD*release/libtbb.so \ ${STAGEDIR}${PREFIX}/lib/libtbb.so.4; \ - ${LN} -sf ${PREFIX}/lib/libtbb.so.4 \ + ${LN} -sf libtbb.so.4 \ ${STAGEDIR}${PREFIX}/lib/libtbb.so; \ ${INSTALL_LIB} build/FreeBSD*release/libtbbmalloc.so \ ${STAGEDIR}${PREFIX}/lib/libtbbmalloc.so.4; \ - ${LN} -sf ${PREFIX}/lib/libtbbmalloc.so.4 \ + ${LN} -sf libtbbmalloc.so.4 \ ${STAGEDIR}${PREFIX}/lib/libtbbmalloc.so; \ ${MKDIR} ${STAGEDIR}${PREFIX}/include/tbb/; \ cd include/tbb/ && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/include/tbb/ ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} +post-install: + ${INSTALL_DATA} ${WRKDIR}/tbb.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig + .include Copied: branches/2016Q4/devel/tbb/files/tbb.pc.in (from r423934, head/devel/tbb/files/tbb.pc.in) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q4/devel/tbb/files/tbb.pc.in Fri Oct 14 21:18:03 2016 (r423994, copy of r423934, head/devel/tbb/files/tbb.pc.in) @@ -0,0 +1,10 @@ +prefix=%%prefix%% +exec_prefix=${prefix} +libdir=${exec_prefix}/lib +includedir=${prefix}/include + +Name: %%name%% +Description: %%description%% +Version: %%version%% +Libs: -L${libdir} -ltbb +Cflags: -I${includedir} Modified: branches/2016Q4/devel/tbb/pkg-plist ============================================================================== --- branches/2016Q4/devel/tbb/pkg-plist Fri Oct 14 21:07:02 2016 (r423993) +++ branches/2016Q4/devel/tbb/pkg-plist Fri Oct 14 21:18:03 2016 (r423994) @@ -103,3 +103,4 @@ lib/libtbb.so lib/libtbb.so.4 lib/libtbbmalloc.so lib/libtbbmalloc.so.4 +libdata/pkgconfig/tbb.pc