From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 00:09:56 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C592C73D; Sun, 26 Apr 2015 00:09:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B47E01A7E; Sun, 26 Apr 2015 00:09:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3Q09uei034626; Sun, 26 Apr 2015 00:09:56 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3Q09uL0034621; Sun, 26 Apr 2015 00:09:56 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201504260009.t3Q09uL0034621@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 26 Apr 2015 00:09:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384751 - head/devel/rlvm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 00:09:56 -0000 Author: jbeich Date: Sun Apr 26 00:09:55 2015 New Revision: 384751 URL: https://svnweb.freebsd.org/changeset/ports/384751 Log: Update to 20150425 snapshot to unbreak gcc5 build src/systems/base/koepac_voice_archive.cc:142:27: error: narrowing conversion of '255' from 'int' to 'int8_t {aka signed char}' inside { } 0x7e, 0x81, 0x7f, 0x80}; ^ Changes: https://github.com/eglaysher/rlvm/compare/589e3d2...373a3db Reported by: DPorts MFH: 2015Q2 Modified: head/devel/rlvm/Makefile head/devel/rlvm/distinfo Modified: head/devel/rlvm/Makefile ============================================================================== --- head/devel/rlvm/Makefile Sat Apr 25 21:08:06 2015 (r384750) +++ head/devel/rlvm/Makefile Sun Apr 26 00:09:55 2015 (r384751) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= rlvm -PORTVERSION= 0.14.0.20150223 -PORTREVISION= 1 +PORTVERSION= 0.14.0.20150425 CATEGORIES= devel games MAINTAINER= jbeich@FreeBSD.org @@ -20,8 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/fonts/de USE_GITHUB= yes GH_ACCOUNT= eglaysher -GH_TAGNAME= ${GH_COMMIT} # release-${PORTVERSION} -GH_COMMIT= 589e3d2 +GH_TAGNAME= 373a3db # release-${PORTVERSION} USES= compiler:c++11-lib pkgconfig scons USE_GL= yes Modified: head/devel/rlvm/distinfo ============================================================================== --- head/devel/rlvm/distinfo Sat Apr 25 21:08:06 2015 (r384750) +++ head/devel/rlvm/distinfo Sun Apr 26 00:09:55 2015 (r384751) @@ -1,2 +1,2 @@ -SHA256 (rlvm-0.14.0.20150223.tar.gz) = 3480e72a84cdea492c0bf74126567182dfbef4361324ce3c373a4698379a7de4 -SIZE (rlvm-0.14.0.20150223.tar.gz) = 1930018 +SHA256 (eglaysher-rlvm-0.14.0.20150425-373a3db_GH0.tar.gz) = 35fdabf1ded01f397a6736bd60ac13ccb614d88dcbec8192fbe4510f5b80b7aa +SIZE (eglaysher-rlvm-0.14.0.20150425-373a3db_GH0.tar.gz) = 1929198 From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 00:35:20 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C6BE6B7F; Sun, 26 Apr 2015 00:35:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A881F1D0A; Sun, 26 Apr 2015 00:35:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3Q0ZKWF048920; Sun, 26 Apr 2015 00:35:20 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3Q0ZJeX048916; Sun, 26 Apr 2015 00:35:19 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201504260035.t3Q0ZJeX048916@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 26 Apr 2015 00:35:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384752 - in head/devel: py-game_sdl2 renpy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 00:35:21 -0000 Author: jbeich Date: Sun Apr 26 00:35:18 2015 New Revision: 384752 URL: https://svnweb.freebsd.org/changeset/ports/384752 Log: - Update to 6.99.2 - py-game_sdl2 now supports python3 Changes: http://www.renpy.org/doc/html/changelog.html Modified: head/devel/py-game_sdl2/Makefile head/devel/py-game_sdl2/distinfo head/devel/renpy/Makefile head/devel/renpy/distinfo Modified: head/devel/py-game_sdl2/Makefile ============================================================================== --- head/devel/py-game_sdl2/Makefile Sun Apr 26 00:09:55 2015 (r384751) +++ head/devel/py-game_sdl2/Makefile Sun Apr 26 00:35:18 2015 (r384752) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= game_sdl2 -PORTVERSION= 6.99.1 -PORTREVISION= 2 +PORTVERSION= 6.99.2 CATEGORIES= devel python MASTER_SITES= http://www.renpy.org/dl/${PORTVERSION}/ \ GENTOO/distfiles @@ -19,8 +18,8 @@ BUILD_DEPENDS= cython:${PORTSDIR}/lang/c LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ libpng.so:${PORTSDIR}/graphics/png -USES= python:2.7 tar:bz2 -USE_SDL= gfx2 image2 mixer2 ttf2 +USES= python tar:bz2 +USE_SDL= image2 mixer2 ttf2 USE_PYTHON= autoplist distutils WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} Modified: head/devel/py-game_sdl2/distinfo ============================================================================== --- head/devel/py-game_sdl2/distinfo Sun Apr 26 00:09:55 2015 (r384751) +++ head/devel/py-game_sdl2/distinfo Sun Apr 26 00:35:18 2015 (r384752) @@ -1,2 +1,2 @@ -SHA256 (pygame_sdl2-for-renpy-6.99.1.tar.bz2) = 141b34ed36516e0b931094e899538f28d11bedaecfc17c2d0ceb932eece09a65 -SIZE (pygame_sdl2-for-renpy-6.99.1.tar.bz2) = 94563 +SHA256 (pygame_sdl2-for-renpy-6.99.2.tar.bz2) = 664cffde49694d8ff02f9f06afad69a2941c91d0656026ffe50135f3b52c255d +SIZE (pygame_sdl2-for-renpy-6.99.2.tar.bz2) = 131429 Modified: head/devel/renpy/Makefile ============================================================================== --- head/devel/renpy/Makefile Sun Apr 26 00:09:55 2015 (r384751) +++ head/devel/renpy/Makefile Sun Apr 26 00:35:18 2015 (r384752) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= renpy -PORTVERSION= 6.99.1 +PORTVERSION= 6.99.2 DISTVERSIONSUFFIX=-source -PORTREVISION= 2 CATEGORIES= devel games MASTER_SITES= http://www.renpy.org/dl/${PORTVERSION}/ \ GENTOO/distfiles Modified: head/devel/renpy/distinfo ============================================================================== --- head/devel/renpy/distinfo Sun Apr 26 00:09:55 2015 (r384751) +++ head/devel/renpy/distinfo Sun Apr 26 00:35:18 2015 (r384752) @@ -1,2 +1,2 @@ -SHA256 (renpy-6.99.1-source.tar.bz2) = 8588dcdb292f01bf725038fa72a3e6b11cdb76239bd6d94cae37d0927fd1fd3f -SIZE (renpy-6.99.1-source.tar.bz2) = 23428590 +SHA256 (renpy-6.99.2-source.tar.bz2) = 1c2c0f7187b392487359c335deea2307b1ef7df5a3537771f44ec601ed7cb3c4 +SIZE (renpy-6.99.2-source.tar.bz2) = 23462793 From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 05:45:18 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2B5EDEDB; Sun, 26 Apr 2015 05:45:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 19D9918C1; Sun, 26 Apr 2015 05:45:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3Q5jHRJ000434; Sun, 26 Apr 2015 05:45:17 GMT (envelope-from bf@FreeBSD.org) Received: (from bf@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3Q5jHPZ000432; Sun, 26 Apr 2015 05:45:17 GMT (envelope-from bf@FreeBSD.org) Message-Id: <201504260545.t3Q5jHPZ000432@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bf set sender to bf@FreeBSD.org using -f From: Brendan Fabeny Date: Sun, 26 Apr 2015 05:45:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384753 - head/www/links X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 05:45:18 -0000 Author: bf Date: Sun Apr 26 05:45:16 2015 New Revision: 384753 URL: https://svnweb.freebsd.org/changeset/ports/384753 Log: Add CPE information and update to 2.9 Modified: head/www/links/Makefile head/www/links/distinfo Modified: head/www/links/Makefile ============================================================================== --- head/www/links/Makefile Sun Apr 26 00:35:18 2015 (r384752) +++ head/www/links/Makefile Sun Apr 26 05:45:16 2015 (r384753) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= links -DISTVERSION= 2.8 -PORTREVISION= 1 +DISTVERSION= 2.9 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= http://links.twibright.com/download/ LOCAL/bf @@ -22,7 +21,9 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_OPENSSL= yes -USES= tar:bzip2 +USES= cpe tar:bzip2 + +CPE_VENDOR= twibright OPTIONS_DEFINE= CIPHERSTRING DIRECTFB IPV6 SVGALIB THREADS TRANS UTF8 X11 Modified: head/www/links/distinfo ============================================================================== --- head/www/links/distinfo Sun Apr 26 00:35:18 2015 (r384752) +++ head/www/links/distinfo Sun Apr 26 05:45:16 2015 (r384753) @@ -1,2 +1,2 @@ -SHA256 (links-2.8.tar.bz2) = 7950da386fa2014d75edc23abfaeed1b1f171ebc73bf0f557352948f12390096 -SIZE (links-2.8.tar.bz2) = 4102643 +SHA256 (links-2.9.tar.bz2) = 4360ead54d5f41da16b2f4c0033317ca775f40c1e658a29e9e7f8ce4bc23878f +SIZE (links-2.9.tar.bz2) = 4111393 From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 06:07:38 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4A65FFD; Sun, 26 Apr 2015 06:07:38 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 37A4E1A68; Sun, 26 Apr 2015 06:07:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3Q67cgO010482; Sun, 26 Apr 2015 06:07:38 GMT (envelope-from ashish@FreeBSD.org) Received: (from ashish@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3Q67b1u010480; Sun, 26 Apr 2015 06:07:37 GMT (envelope-from ashish@FreeBSD.org) Message-Id: <201504260607.t3Q67b1u010480@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ashish set sender to ashish@FreeBSD.org using -f From: Ashish SHUKLA Date: Sun, 26 Apr 2015 06:07:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384754 - in head/math/eukleides: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 06:07:38 -0000 Author: ashish Date: Sun Apr 26 06:07:37 2015 New Revision: 384754 URL: https://svnweb.freebsd.org/changeset/ports/384754 Log: - Fix breakage on 11-CURRENT Thanks to astrodog (#bsdports) for testing the port on 11-CURRENT host PR: 199528 Submitted by: jbeich Added: head/math/eukleides/files/patch-doc_eukleides.texi (contents, props changed) Modified: head/math/eukleides/Makefile Modified: head/math/eukleides/Makefile ============================================================================== --- head/math/eukleides/Makefile Sun Apr 26 05:45:16 2015 (r384753) +++ head/math/eukleides/Makefile Sun Apr 26 06:07:37 2015 (r384754) @@ -3,7 +3,7 @@ PORTNAME= eukleides PORTVERSION= 1.5.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://www.eukleides.org/files/ Added: head/math/eukleides/files/patch-doc_eukleides.texi ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/eukleides/files/patch-doc_eukleides.texi Sun Apr 26 06:07:37 2015 (r384754) @@ -0,0 +1,20 @@ + +$FreeBSD$ + +--- doc/eukleides.texi.orig ++++ doc/eukleides.texi +@@ -6,12 +6,14 @@ + + % ------------------------------------------------------------------------------ + ++@iftex + \def\LaTeX{L\kern-.34em\raise.49ex\hbox{\sevenrm A}\kern-.18em\TeX} + \def\mdeg{$^\circ$} + \font\degfont=cmtt8 + \def\deg{\raise.7ex\hbox{\degfont o}} + \def\exm#1{\noindent{\textit Example:}\quad{\texttt #1}} + \def\exmp{\noindent{\textit Example:}} ++@end iftex + + % ------------------------------------------------------------------------------ + From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 06:34:51 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1E895361; Sun, 26 Apr 2015 06:34:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E6FA11CE6; Sun, 26 Apr 2015 06:34:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3Q6YoD7024578; Sun, 26 Apr 2015 06:34:50 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3Q6Yohj024576; Sun, 26 Apr 2015 06:34:50 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201504260634.t3Q6Yohj024576@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Sun, 26 Apr 2015 06:34:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384755 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 06:34:51 -0000 Author: delphij Date: Sun Apr 26 06:34:50 2015 New Revision: 384755 URL: https://svnweb.freebsd.org/changeset/ports/384755 Log: Document PHP multiple vulnerabilities. Submitted by: Bernard Spil Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Apr 26 06:07:37 2015 (r384754) +++ head/security/vuxml/vuln.xml Sun Apr 26 06:34:50 2015 (r384755) @@ -57,6 +57,60 @@ Notes: --> + + Several vulnerabilities found in PHP + + + php5 + 5.4.40 + + + php55 + 5.5.24 + + + php56 + 5.6.8 + + + + +

The PHP project reports:

+
+

The PHP development team announces the immediate + availability of PHP 5.4.40. 14 security-related + bugs were fixed in this release, including + CVE-2014-9709, CVE-2015-2301, CVE-2015-2783, + CVE-2015-1352. All PHP 5.4 users are encouraged to + upgrade to this version.

+

The PHP development team announces the immediate + availability of PHP 5.5.24. Several bugs have been + fixed some of them beeing security related, like + CVE-2015-1351 and CVE-2015-1352. All PHP 5.5 users + are encouraged to upgrade to this version.

+

The PHP development team announces the immediate + availability of PHP 5.6.8. Several bugs have been + fixed some of them beeing security related, like + CVE-2015-1351 and CVE-2015-1352. All PHP 5.6 users + are encouraged to upgrade to this version.

+
+ +
+ + http://php.net/archive/2015.php#id2015-04-16-2 + CVE-2014-9709 + CVE-2015-2301 + CVE-2015-2783 + CVE-2015-1351 + CVE-2015-1352 + ports/198739 + + + 2015-04-16 + 2015-04-25 + +
+ wordpress -- multiple vulnabilities From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 06:51:55 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 952A351A; Sun, 26 Apr 2015 06:51:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 832871E79; Sun, 26 Apr 2015 06:51:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3Q6ptFf033854; Sun, 26 Apr 2015 06:51:55 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3Q6ptpU033852; Sun, 26 Apr 2015 06:51:55 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201504260651.t3Q6ptpU033852@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Sun, 26 Apr 2015 06:51:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384756 - head/lang/php5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 06:51:55 -0000 Author: delphij Date: Sun Apr 26 06:51:54 2015 New Revision: 384756 URL: https://svnweb.freebsd.org/changeset/ports/384756 Log: Security update to 5.4.40. Submitted by: Bernard Spil with changes. MFH: 2015Q2 Modified: head/lang/php5/Makefile head/lang/php5/distinfo Modified: head/lang/php5/Makefile ============================================================================== --- head/lang/php5/Makefile Sun Apr 26 06:34:50 2015 (r384755) +++ head/lang/php5/Makefile Sun Apr 26 06:51:54 2015 (r384756) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php5 -PORTVERSION= 5.4.39 +PORTVERSION= 5.4.40 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} Modified: head/lang/php5/distinfo ============================================================================== --- head/lang/php5/distinfo Sun Apr 26 06:34:50 2015 (r384755) +++ head/lang/php5/distinfo Sun Apr 26 06:51:54 2015 (r384756) @@ -1,4 +1,4 @@ -SHA256 (php-5.4.39.tar.bz2) = 7ceb76538e709c74533210ae41148d5c01c330ac8a73220954bbc4fcae69d77e -SIZE (php-5.4.39.tar.bz2) = 12271717 +SHA256 (php-5.4.40.tar.bz2) = 4898ffe8ac3ccb2d8cc94f7d76a9ea0414d954f5d4479895ddfccdc2e158a51a +SIZE (php-5.4.40.tar.bz2) = 12272787 SHA256 (php-5.4.x-mail-header.patch) = 005ae1cd8ed17c72d7b09dee9c4466e8b16d4ecba7fe11276731ed6ff9fbb344 SIZE (php-5.4.x-mail-header.patch) = 3379 From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 06:53:38 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B51EE706; Sun, 26 Apr 2015 06:53:38 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A29531E89; Sun, 26 Apr 2015 06:53:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3Q6rcO7034256; Sun, 26 Apr 2015 06:53:38 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3Q6rco0034253; Sun, 26 Apr 2015 06:53:38 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201504260653.t3Q6rco0034253@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Sun, 26 Apr 2015 06:53:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384757 - head/lang/php55 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 06:53:38 -0000 Author: delphij Date: Sun Apr 26 06:53:37 2015 New Revision: 384757 URL: https://svnweb.freebsd.org/changeset/ports/384757 Log: Security update to 5.5.24. With hat: ports-secteam Submitted by: Bernard Spil (with changes) MFH: 2015Q2 Modified: head/lang/php55/Makefile head/lang/php55/distinfo Modified: head/lang/php55/Makefile ============================================================================== --- head/lang/php55/Makefile Sun Apr 26 06:51:54 2015 (r384756) +++ head/lang/php55/Makefile Sun Apr 26 06:53:37 2015 (r384757) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php55 -PORTVERSION= 5.5.23 +PORTVERSION= 5.5.24 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} Modified: head/lang/php55/distinfo ============================================================================== --- head/lang/php55/distinfo Sun Apr 26 06:51:54 2015 (r384756) +++ head/lang/php55/distinfo Sun Apr 26 06:53:37 2015 (r384757) @@ -1,4 +1,4 @@ -SHA256 (php-5.5.23.tar.bz2) = a99ab264dcd40181baa9defeaa4b21eb2c20d4e9316b904cc05f628762e6ada7 -SIZE (php-5.5.23.tar.bz2) = 13308115 +SHA256 (php-5.5.24.tar.bz2) = 801b5cf2e0c01b07314d4ac3c8a7c28d524bdd8263ebdd0e33a99008251316a2 +SIZE (php-5.5.24.tar.bz2) = 13337043 SHA256 (php-5.5.x-mail-header.patch) = b0b5a7c961b2052eb14d9528e76155cbeaa881fb9b4a49f452f9dab07b6fb1c4 SIZE (php-5.5.x-mail-header.patch) = 3379 From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 07:02:25 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3F76DA36; Sun, 26 Apr 2015 07:02:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D0E71F60; Sun, 26 Apr 2015 07:02:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3Q72Ptq039483; Sun, 26 Apr 2015 07:02:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3Q72OZU039478; Sun, 26 Apr 2015 07:02:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504260702.t3Q72OZU039478@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 26 Apr 2015 07:02:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384760 - head/www/wordpress X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 07:02:25 -0000 Author: sunpoet Date: Sun Apr 26 07:02:24 2015 New Revision: 384760 URL: https://svnweb.freebsd.org/changeset/ports/384760 Log: - Update to 4.2 Changes: https://wordpress.org/news/2015/04/powell/ PR: 199660 Submitted by: Yuan-Chung Hsiao (maintainer) Modified: head/www/wordpress/Makefile head/www/wordpress/distinfo Modified: head/www/wordpress/Makefile ============================================================================== --- head/www/wordpress/Makefile Sun Apr 26 06:54:38 2015 (r384759) +++ head/www/wordpress/Makefile Sun Apr 26 07:02:24 2015 (r384760) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.1.2 +PORTVERSION= 4.2 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://wordpress.org/ Modified: head/www/wordpress/distinfo ============================================================================== --- head/www/wordpress/distinfo Sun Apr 26 06:54:38 2015 (r384759) +++ head/www/wordpress/distinfo Sun Apr 26 07:02:24 2015 (r384760) @@ -1,2 +1,2 @@ -SHA256 (wordpress-4.1.2.tar.gz) = e6a00cb181d1987cd48b44851c88aafbb318ecbcdf826f13cc012ed96c5d0091 -SIZE (wordpress-4.1.2.tar.gz) = 6192717 +SHA256 (wordpress-4.2.tar.gz) = 5238dd5694bf343e24fc8bc7fa61d2cb0233759fa08dc4ff9dc49eb7ff3628f3 +SIZE (wordpress-4.2.tar.gz) = 6319816 From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 07:02:30 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0F306B19; Sun, 26 Apr 2015 07:02:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F11141F67; Sun, 26 Apr 2015 07:02:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3Q72Tdx039629; Sun, 26 Apr 2015 07:02:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3Q72Tv9039627; Sun, 26 Apr 2015 07:02:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504260702.t3Q72Tv9039627@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 26 Apr 2015 07:02:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384761 - head/german/wordpress X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 07:02:30 -0000 Author: sunpoet Date: Sun Apr 26 07:02:28 2015 New Revision: 384761 URL: https://svnweb.freebsd.org/changeset/ports/384761 Log: - Update to 4.2 and unbreak this port Changes: https://de.wordpress.org/2015/04/24/wordpress-4-2-powell/ MFH: 2015Q2 Modified: head/german/wordpress/Makefile head/german/wordpress/distinfo Modified: head/german/wordpress/Makefile ============================================================================== --- head/german/wordpress/Makefile Sun Apr 26 07:02:24 2015 (r384760) +++ head/german/wordpress/Makefile Sun Apr 26 07:02:28 2015 (r384761) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.1 +PORTVERSION= 4.2 CATEGORIES= german www MASTER_SITES= http://de.wordpress.org/ DISTNAME= ${PORTNAME}-${PORTVERSION}-de_DE @@ -12,8 +12,6 @@ COMMENT= State-of-the-art semantic perso LICENSE= GPLv2 -BROKEN= Checksum and size mismatch - CONFLICTS_INSTALL= wordpress-[0-9].* ja-wordpress-[0-9].* ru-wordpress-[0-9].* NO_BUILD= yes Modified: head/german/wordpress/distinfo ============================================================================== --- head/german/wordpress/distinfo Sun Apr 26 07:02:24 2015 (r384760) +++ head/german/wordpress/distinfo Sun Apr 26 07:02:28 2015 (r384761) @@ -1,2 +1,2 @@ -SHA256 (wordpress-4.1-de_DE.tar.gz) = 7dd651026f43a4c6f767eabaa0f32677a359e9b8c078452850a723ea68f49e45 -SIZE (wordpress-4.1-de_DE.tar.gz) = 6622597 +SHA256 (wordpress-4.2-de_DE.tar.gz) = c1ae565d23f394a7dea7c488962bcdaf717425a7ac130717ba7f2a6bfe58a134 +SIZE (wordpress-4.2-de_DE.tar.gz) = 6745057 From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 08:48:07 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5E3EBA18; Sun, 26 Apr 2015 08:48:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BE4719A8; Sun, 26 Apr 2015 08:48:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3Q8m7Ts089068; Sun, 26 Apr 2015 08:48:07 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3Q8m7Nb089067; Sun, 26 Apr 2015 08:48:07 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201504260848.t3Q8m7Nb089067@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Sun, 26 Apr 2015 08:48:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384762 - head/devel/hive/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 08:48:07 -0000 Author: demon Date: Sun Apr 26 08:48:06 2015 New Revision: 384762 URL: https://svnweb.freebsd.org/changeset/ports/384762 Log: Correct a typo. Modified: head/devel/hive/files/hiveserver2.in Modified: head/devel/hive/files/hiveserver2.in ============================================================================== --- head/devel/hive/files/hiveserver2.in Sun Apr 26 07:02:28 2015 (r384761) +++ head/devel/hive/files/hiveserver2.in Sun Apr 26 08:48:06 2015 (r384762) @@ -18,7 +18,7 @@ pidfile=%%HIVE_RUNDIR%%/${name}.pid load_rc_config "${name}" -: ${hiveserver2enable:=NO} +: ${hiveserver2_enable:=NO} hiveserver2_user=%%HIVE_USER%% start_cmd="hiveserver2_start" From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 09:24:14 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B1361D10; Sun, 26 Apr 2015 09:24:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9EF1A1D00; Sun, 26 Apr 2015 09:24:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3Q9OEhH008241; Sun, 26 Apr 2015 09:24:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3Q9OEFD008240; Sun, 26 Apr 2015 09:24:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504260924.t3Q9OEFD008240@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 26 Apr 2015 09:24:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384763 - head/net/mDNSResponder/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 09:24:14 -0000 Author: sunpoet Date: Sun Apr 26 09:24:13 2015 New Revision: 384763 URL: https://svnweb.freebsd.org/changeset/ports/384763 Log: - Fix build on arm PR: 199647 Submitted by: Ulrich Grey , Mikael Urankar Modified: head/net/mDNSResponder/files/patch-mDNSPosix-Makefile Modified: head/net/mDNSResponder/files/patch-mDNSPosix-Makefile ============================================================================== --- head/net/mDNSResponder/files/patch-mDNSPosix-Makefile Sun Apr 26 08:48:06 2015 (r384762) +++ head/net/mDNSResponder/files/patch-mDNSPosix-Makefile Sun Apr 26 09:24:13 2015 (r384763) @@ -34,7 +34,7 @@ $(BUILDDIR)/libdns_sd.$(LDSUFFIX): $(CLIENTLIBOBJS) - @$(LD) $(LINKOPTS) -o $@ $+ -+ @$(LD) $(LINKOPTS) -soname=libdns_sd.$(LDSUFFIX).$(LIBVERS) -o $@ $+ ++ @$(CC) $(LINKOPTS) -shared -Wl,-soname=libdns_sd.$(LDSUFFIX).$(LIBVERS) -o $@ $+ @$(STRIP) $@ -Clients: setup libdns_sd ../Clients/build/dns-sd @@ -51,7 +51,7 @@ $(BUILDDIR)/$(NSSLIBFILE): $(CLIENTLIBOBJS) $(OBJDIR)/nss_mdns.c.so.o - @$(LD) $(LINKOPTS) -o $@ $+ -+ @$(LD) $(LINKOPTS) -soname=$(NSSLINKNAME) -o $@ $+ ++ @$(CC) $(LINKOPTS) -shared -Wl,-soname=$(NSSLINKNAME) -o $@ $+ @$(STRIP) $@ ############################################################################# From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 09:28:09 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DE855FE4; Sun, 26 Apr 2015 09:28:09 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CD1B31D2A; Sun, 26 Apr 2015 09:28:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3Q9S9AN008928; Sun, 26 Apr 2015 09:28:09 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3Q9S9LV008927; Sun, 26 Apr 2015 09:28:09 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201504260928.t3Q9S9LV008927@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 26 Apr 2015 09:28:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384764 - in head/devel/libedit: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 09:28:10 -0000 Author: bapt Date: Sun Apr 26 09:28:09 2015 New Revision: 384764 URL: https://svnweb.freebsd.org/changeset/ports/384764 Log: Remove wrong patch that modifies locales instead of just querying Deleted: head/devel/libedit/files/patch-src_el.c Modified: head/devel/libedit/Makefile Modified: head/devel/libedit/Makefile ============================================================================== --- head/devel/libedit/Makefile Sun Apr 26 09:24:13 2015 (r384763) +++ head/devel/libedit/Makefile Sun Apr 26 09:28:09 2015 (r384764) @@ -4,6 +4,7 @@ PORTNAME= libedit PORTVERSION= ${EDITVERSION}.${EDITDATE} DISTVERSION= ${EDITDATE}-${EDITVERSION} +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://thrysoee.dk/editline/ From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 09:31:14 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DF409176; Sun, 26 Apr 2015 09:31:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CD4051DE5; Sun, 26 Apr 2015 09:31:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3Q9VE21012399; Sun, 26 Apr 2015 09:31:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3Q9VE76012396; Sun, 26 Apr 2015 09:31:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504260931.t3Q9VE76012396@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 26 Apr 2015 09:31:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384765 - head/japanese/wordpress X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 09:31:15 -0000 Author: sunpoet Date: Sun Apr 26 09:31:13 2015 New Revision: 384765 URL: https://svnweb.freebsd.org/changeset/ports/384765 Log: - Update to 4.2 Changes: https://ja.wordpress.org/2015/04/24/powell/ PR: 199699 Submitted by: sunpoet (myself) Approved by: Joe Horn (maintainer) MFH: 2015Q2 Modified: head/japanese/wordpress/Makefile head/japanese/wordpress/distinfo Modified: head/japanese/wordpress/Makefile ============================================================================== --- head/japanese/wordpress/Makefile Sun Apr 26 09:28:09 2015 (r384764) +++ head/japanese/wordpress/Makefile Sun Apr 26 09:31:13 2015 (r384765) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.1 +PORTVERSION= 4.2 CATEGORIES= japanese www MASTER_SITES= http://ja.wordpress.org/ DISTNAME= ${PORTNAME}-${PORTVERSION}-ja Modified: head/japanese/wordpress/distinfo ============================================================================== --- head/japanese/wordpress/distinfo Sun Apr 26 09:28:09 2015 (r384764) +++ head/japanese/wordpress/distinfo Sun Apr 26 09:31:13 2015 (r384765) @@ -1,2 +1,2 @@ -SHA256 (wordpress-4.1-ja.tar.gz) = 07e89c373e102f55fb451f80b2dff384a6ad2a506b6fd021e9ea0d5bcea0a655 -SIZE (wordpress-4.1-ja.tar.gz) = 6620693 +SHA256 (wordpress-4.2-ja.tar.gz) = d09982f0e08097b10572e1f54fb89e889643b51e42979f76293aa1ba58bb3e96 +SIZE (wordpress-4.2-ja.tar.gz) = 6767775 From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 09:31:19 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A6AB62F7; Sun, 26 Apr 2015 09:31:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 950A21DEE; Sun, 26 Apr 2015 09:31:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3Q9VJSx012551; Sun, 26 Apr 2015 09:31:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3Q9VJsk012549; Sun, 26 Apr 2015 09:31:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504260931.t3Q9VJsk012549@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 26 Apr 2015 09:31:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384766 - head/chinese/wordpress-zh_CN X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 09:31:19 -0000 Author: sunpoet Date: Sun Apr 26 09:31:18 2015 New Revision: 384766 URL: https://svnweb.freebsd.org/changeset/ports/384766 Log: - Update to 4.2 Changes: https://cn.wordpress.org/2015/04/24/powell/ PR: 199700 Submitted by: sunpoet (myself) Approved by: Joe Horn (maintainer) MFH: 2015Q2 Modified: head/chinese/wordpress-zh_CN/Makefile head/chinese/wordpress-zh_CN/distinfo Modified: head/chinese/wordpress-zh_CN/Makefile ============================================================================== --- head/chinese/wordpress-zh_CN/Makefile Sun Apr 26 09:31:13 2015 (r384765) +++ head/chinese/wordpress-zh_CN/Makefile Sun Apr 26 09:31:18 2015 (r384766) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.1 +PORTVERSION= 4.2 CATEGORIES= chinese www MASTER_SITES= http://cn.wordpress.org/ \ http://mirror.joehorn.idv.tw/wordpress/ Modified: head/chinese/wordpress-zh_CN/distinfo ============================================================================== --- head/chinese/wordpress-zh_CN/distinfo Sun Apr 26 09:31:13 2015 (r384765) +++ head/chinese/wordpress-zh_CN/distinfo Sun Apr 26 09:31:18 2015 (r384766) @@ -1,2 +1,2 @@ -SHA256 (wordpress-4.1-zh_CN.tar.gz) = 6ef223fb0485baebf5a881b26afb183b92069a3c5a28d4e4a60ce968237d3a97 -SIZE (wordpress-4.1-zh_CN.tar.gz) = 6605849 +SHA256 (wordpress-4.2-zh_CN.tar.gz) = 5bb241c869cb7ae6aa09a7a5beecb8b118aebedcb682ab14023cfb4fb4686fb7 +SIZE (wordpress-4.2-zh_CN.tar.gz) = 6736556 From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 09:31:24 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 23698471; Sun, 26 Apr 2015 09:31:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 11D311DF8; Sun, 26 Apr 2015 09:31:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3Q9VNdp012708; Sun, 26 Apr 2015 09:31:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3Q9VNYX012705; Sun, 26 Apr 2015 09:31:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504260931.t3Q9VNYX012705@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 26 Apr 2015 09:31:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384767 - head/chinese/wordpress-zh_TW X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 09:31:24 -0000 Author: sunpoet Date: Sun Apr 26 09:31:23 2015 New Revision: 384767 URL: https://svnweb.freebsd.org/changeset/ports/384767 Log: - Update to 4.1.2 Changes: https://tw.wordpress.org/2015/04/22/wordpress-4-1-2/ PR: 199701 Submitted by: sunpoet (myself) Approved by: Joe Horn (maintainer) MFH: 2015Q2 Modified: head/chinese/wordpress-zh_TW/Makefile head/chinese/wordpress-zh_TW/distinfo Modified: head/chinese/wordpress-zh_TW/Makefile ============================================================================== --- head/chinese/wordpress-zh_TW/Makefile Sun Apr 26 09:31:18 2015 (r384766) +++ head/chinese/wordpress-zh_TW/Makefile Sun Apr 26 09:31:23 2015 (r384767) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.1 +PORTVERSION= 4.1.2 CATEGORIES= chinese www MASTER_SITES= http://tw.wordpress.org/ \ http://mirror.joehorn.idv.tw/wordpress/ Modified: head/chinese/wordpress-zh_TW/distinfo ============================================================================== --- head/chinese/wordpress-zh_TW/distinfo Sun Apr 26 09:31:18 2015 (r384766) +++ head/chinese/wordpress-zh_TW/distinfo Sun Apr 26 09:31:23 2015 (r384767) @@ -1,2 +1,2 @@ -SHA256 (wordpress-4.1-zh_TW.tar.gz) = d329b718e059d856b71b027b07fa656cf45754d0c47fb4ad30ae61ac19c1097c -SIZE (wordpress-4.1-zh_TW.tar.gz) = 6581461 +SHA256 (wordpress-4.1.2-zh_TW.tar.gz) = a919fd1252424df90adb0407fc2f40d555eb0fab85e508744e8b4f51c13951fd +SIZE (wordpress-4.1.2-zh_TW.tar.gz) = 6581112 From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 09:41:31 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9990E6F4; Sun, 26 Apr 2015 09:41:31 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7ABEE1E55; Sun, 26 Apr 2015 09:41:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3Q9fVOT016655; Sun, 26 Apr 2015 09:41:31 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3Q9fVhu016653; Sun, 26 Apr 2015 09:41:31 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201504260941.t3Q9fVhu016653@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Sun, 26 Apr 2015 09:41:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384769 - head/math/openblas X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 09:41:31 -0000 Author: demon Date: Sun Apr 26 09:41:30 2015 New Revision: 384769 URL: https://svnweb.freebsd.org/changeset/ports/384769 Log: Update to version 0.2.14 PR: 199124 Submitted by: dieterich.joh@gmail.com Reviewed by: maintainer Also remove deprecated GH_COMMIT. Modified: head/math/openblas/Makefile head/math/openblas/distinfo Modified: head/math/openblas/Makefile ============================================================================== --- head/math/openblas/Makefile Sun Apr 26 09:34:36 2015 (r384768) +++ head/math/openblas/Makefile Sun Apr 26 09:41:30 2015 (r384769) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openblas -PORTVERSION= 0.2.13 +PORTVERSION= 0.2.14 PORTEPOCH= 1 CATEGORIES= math MASTER_SITES= https://codeload.github.com/${GH_ACCOUNT}/${GH_PROJECT}/legacy.tar.gz/${GH_TAGNAME}?dummy=/:${PORTNAME} \ @@ -19,8 +19,7 @@ LICENSE= BSD3CLAUSE DIST_SUBDIR= openblas GH_ACCOUNT= xianyi GH_PROJECT= OpenBLAS -GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= 51ce5ef +GH_TAGNAME= d0c51c4 LARGE_FILE= large.tgz TIMING_FILE= timing.tgz @@ -55,6 +54,7 @@ BUILDFLAGS+= TARGET=${TARGET_CPU_ARCH} .endif MAXTHREADS?= 8 +BUILDFLAGS_THREAD+= NUM_THREADS=${MAXTHREADS} USE_THREAD=1 .if ${ARCH:M*64} == "" BUILDFLAGS+= BINARY32=1 @@ -76,7 +76,7 @@ BUILDFLAGS+= INTERFACE64=1 .if ${PORT_OPTIONS:MOPENMP} USES+= compiler:openmp -BUILDFLAGS+= USE_OPENMP=1 +BUILDFLAGS_THREAD+= USE_OPENMP=1 .endif .if ${PORT_OPTIONS:MQUAD_PRECISION} @@ -140,8 +140,8 @@ do-build: ${CP} ${WRKSRC}/libopenblas-${OPENBLAS_SUFX}.a ${WRKDIR}/lib/libopenblas.a ${CP} ${WRKSRC}/libopenblas-${OPENBLAS_SUFX}.so ${WRKDIR}/lib/libopenblas.so.${OPENBLAS_SVER} cd ${WRKSRC} ; ${MAKE_CMD} ${MAKE_ARGS} clean - cd ${WRKSRC} ; ${SETENV} ${BUILDFLAGS} NUM_THREADS=${MAXTHREADS} \ - USE_THREAD=1 ${MAKE_CMD} ${MAKE_ARGS} + cd ${WRKSRC} ; ${SETENV} ${BUILDFLAGS} ${BUILDFLAGS_THREAD} \ + ${MAKE_CMD} ${MAKE_ARGS} ${CP} ${WRKSRC}/libopenblasp-${OPENBLAS_SUFX}.a ${WRKDIR}/lib/libopenblasp.a ${CP} ${WRKSRC}/libopenblasp-${OPENBLAS_SUFX}.so ${WRKDIR}/lib/libopenblasp.so.${OPENBLAS_SVER} .if !${PORT_OPTIONS:MDEBUG} Modified: head/math/openblas/distinfo ============================================================================== --- head/math/openblas/distinfo Sun Apr 26 09:34:36 2015 (r384768) +++ head/math/openblas/distinfo Sun Apr 26 09:41:30 2015 (r384769) @@ -1,5 +1,5 @@ -SHA256 (openblas/openblas-0.2.13.tar.gz) = 909518a34d1b13c3c854153c73f9062c8598436c55a267ae6b4f833c77d8b9f4 -SIZE (openblas/openblas-0.2.13.tar.gz) = 9858159 +SHA256 (openblas/openblas-0.2.14.tar.gz) = 1308ca6a9252e06b38e58abe667ccfd1e12a167822e81076b6b11ca84aa6a632 +SIZE (openblas/openblas-0.2.14.tar.gz) = 9862864 SHA256 (openblas/large.tgz) = f328d88b7fa97722f271d7d0cfea1c220e0f8e5ed5ff01d8ef1eb51d6f4243a1 SIZE (openblas/large.tgz) = 2595 SHA256 (openblas/timing.tgz) = 999c65f8ea8bd4eac7f1c7f3463d4946917afd20a997807300fe35d70122f3af From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 09:51:14 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 899D2D64; Sun, 26 Apr 2015 09:51:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 78CD11024; Sun, 26 Apr 2015 09:51:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3Q9pENT020991; Sun, 26 Apr 2015 09:51:14 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3Q9pEqu020990; Sun, 26 Apr 2015 09:51:14 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201504260951.t3Q9pEqu020990@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 26 Apr 2015 09:51:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384770 - head/security/gnomint X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 09:51:14 -0000 Author: tijl Date: Sun Apr 26 09:51:13 2015 New Revision: 384770 URL: https://svnweb.freebsd.org/changeset/ports/384770 Log: - Add USES=gettext-tools to fix build when NLS option is off [1] - Remove dependency on textproc/intltool because it's implied by USE_GNOME=gtk20 PR: 199664 [1] Approved by: Kevin Zheng (maintainer) [1] Modified: head/security/gnomint/Makefile Modified: head/security/gnomint/Makefile ============================================================================== --- head/security/gnomint/Makefile Sun Apr 26 09:41:30 2015 (r384769) +++ head/security/gnomint/Makefile Sun Apr 26 09:51:13 2015 (r384770) @@ -17,10 +17,8 @@ LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/se libgnutls.so:${PORTSDIR}/security/gnutls \ libsqlite3.so:${PORTSDIR}/databases/sqlite3 -BUILD_DEPENDS= intltool-update:${PORTSDIR}/textproc/intltool - GNU_CONFIGURE= yes -USES= gmake perl5 pkgconfig readline +USES= gettext-tools gmake perl5 pkgconfig readline USE_GNOME= gconf2 gdkpixbuf2 glib20 gtk20 CPPFLAGS+= -I${LOCALBASE}/include @@ -29,7 +27,7 @@ LIBS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= NLS OPTIONS_SUB= yes -NLS_USES= gettext +NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls post-install: From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 10:07:54 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 85B34171; Sun, 26 Apr 2015 10:07:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 73229112B; Sun, 26 Apr 2015 10:07:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3QA7sQO029569; Sun, 26 Apr 2015 10:07:54 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3QA7qHC029562; Sun, 26 Apr 2015 10:07:52 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201504261007.t3QA7qHC029562@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 26 Apr 2015 10:07:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384771 - in head: mail/maildirsync mail/qar-bufo net-im/skype4 net-mgmt/netxms textproc/refdb www/diamanda X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 10:07:54 -0000 Author: antoine Date: Sun Apr 26 10:07:52 2015 New Revision: 384771 URL: https://svnweb.freebsd.org/changeset/ports/384771 Log: Deprecate ports broken for more than 6 months Modified: head/mail/maildirsync/Makefile head/mail/qar-bufo/Makefile head/net-im/skype4/Makefile head/net-mgmt/netxms/Makefile head/textproc/refdb/Makefile head/www/diamanda/Makefile Modified: head/mail/maildirsync/Makefile ============================================================================== --- head/mail/maildirsync/Makefile Sun Apr 26 09:51:13 2015 (r384770) +++ head/mail/maildirsync/Makefile Sun Apr 26 10:07:52 2015 (r384771) @@ -36,5 +36,7 @@ do-install: .if ${PERL_VER} >= 5.18 BROKEN= Does not build with Perl 5.18 or above .endif +DEPRECATED= Requires an unsupported version of Perl +EXPIRATION_DATE= 2015-07-31 .include Modified: head/mail/qar-bufo/Makefile ============================================================================== --- head/mail/qar-bufo/Makefile Sun Apr 26 09:51:13 2015 (r384770) +++ head/mail/qar-bufo/Makefile Sun Apr 26 10:07:52 2015 (r384771) @@ -41,5 +41,7 @@ do-install: .if ${PERL_VER} >= 5.18 BROKEN= Does not build with Perl 5.18 or above .endif +DEPRECATED= Requires an unsupported version of Perl +EXPIRATION_DATE= 2015-07-31 .include Modified: head/net-im/skype4/Makefile ============================================================================== --- head/net-im/skype4/Makefile Sun Apr 26 09:51:13 2015 (r384770) +++ head/net-im/skype4/Makefile Sun Apr 26 10:07:52 2015 (r384771) @@ -31,6 +31,8 @@ SUB_FILES= skype.sh SUB_LIST+= SKYPEDIR=${SKYPEDIR} BROKEN= Skype 4.3 is missing several Linux syscalls. +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2015-05-26 #NVIDIA_GL_RUN_DEPENDS= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver #NVIDIA_GL_USE= LINUX_APPS=xorglibs Modified: head/net-mgmt/netxms/Makefile ============================================================================== --- head/net-mgmt/netxms/Makefile Sun Apr 26 09:51:13 2015 (r384770) +++ head/net-mgmt/netxms/Makefile Sun Apr 26 10:07:52 2015 (r384771) @@ -14,6 +14,8 @@ LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi BROKEN= Fails to package +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2015-05-26 OPTIONS_DEFINE= SERVER CLIENT AGENT OPTIONS_DEFAULT= CLIENT AGENT Modified: head/textproc/refdb/Makefile ============================================================================== --- head/textproc/refdb/Makefile Sun Apr 26 09:51:13 2015 (r384770) +++ head/textproc/refdb/Makefile Sun Apr 26 10:07:52 2015 (r384771) @@ -12,6 +12,8 @@ MAINTAINER= ohartman@zedat.fu-berlin.de COMMENT= Bibliographic reference database BROKEN= Fails to link +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2015-05-26 LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \ libbtparse.so:${PORTSDIR}/textproc/btparse \ Modified: head/www/diamanda/Makefile ============================================================================== --- head/www/diamanda/Makefile Sun Apr 26 09:51:13 2015 (r384770) +++ head/www/diamanda/Makefile Sun Apr 26 10:07:52 2015 (r384771) @@ -21,6 +21,8 @@ SNAPSHOT= 2007.04.26 WRKSRC= ${WRKDIR}/${PORTNAME} BROKEN= Does not work with current django +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2015-05-26 NO_BUILD= yes USES= gettext python tar:bzip2 SUB_FILES= pkg-message From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 11:14:56 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 41C89548; Sun, 26 Apr 2015 11:14:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 16870179E; Sun, 26 Apr 2015 11:14:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3QBEteE063966; Sun, 26 Apr 2015 11:14:55 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3QBEtST063963; Sun, 26 Apr 2015 11:14:55 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201504261114.t3QBEtST063963@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Sun, 26 Apr 2015 11:14:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384772 - head/textproc/elasticsearch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 11:14:56 -0000 Author: xmj Date: Sun Apr 26 11:14:54 2015 New Revision: 384772 URL: https://svnweb.freebsd.org/changeset/ports/384772 Log: textproc/elasticsearch: update to 1.5.1 - update to 1.5.1 PR: 199391 Submitted by: David Harrigan Approved by: maintainer timeout (2 weeks) Modified: head/textproc/elasticsearch/Makefile head/textproc/elasticsearch/distinfo head/textproc/elasticsearch/pkg-plist Modified: head/textproc/elasticsearch/Makefile ============================================================================== --- head/textproc/elasticsearch/Makefile Sun Apr 26 10:07:52 2015 (r384771) +++ head/textproc/elasticsearch/Makefile Sun Apr 26 11:14:54 2015 (r384772) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= elasticsearch -PORTVERSION= 1.4.2 +PORTVERSION= 1.5.1 CATEGORIES= textproc java devel MASTER_SITES= http://download.elasticsearch.org/${PORTNAME}/${PORTNAME}/ \ http://mirrors.rit.edu/zi/ @@ -24,13 +24,14 @@ OPTIONS_DEFINE= DOCS .include -LUCENEVER= 4.10.2 +LUCENEVER= 4.10.4 CONFIG_FILES= elasticsearch.yml logging.yml JARS= elasticsearch-${PORTVERSION}.jar \ asm-4.1.jar \ - asm-commons-4.1.jar \ + asm-commons-4.1.jar \ + apache-log4j-extras-1.2.17.jar \ antlr-runtime-3.5.jar \ - groovy-all-2.3.2.jar \ + groovy-all-2.4.0.jar \ jna-4.1.0.jar \ jts-1.13.jar \ log4j-1.2.17.jar \ Modified: head/textproc/elasticsearch/distinfo ============================================================================== --- head/textproc/elasticsearch/distinfo Sun Apr 26 10:07:52 2015 (r384771) +++ head/textproc/elasticsearch/distinfo Sun Apr 26 11:14:54 2015 (r384772) @@ -1,2 +1,2 @@ -SHA256 (elasticsearch-1.4.2.tar.gz) = 31dd6c049745f7dac201f94852b778b0841d6869d358fd80d4c897d0bf73b53c -SIZE (elasticsearch-1.4.2.tar.gz) = 27734207 +SHA256 (elasticsearch-1.5.1.tar.gz) = 6f047b21395fba80a84235d417c77ff3f0a8b41d09189ef17bedca83b17c445e +SIZE (elasticsearch-1.5.1.tar.gz) = 28183803 Modified: head/textproc/elasticsearch/pkg-plist ============================================================================== --- head/textproc/elasticsearch/pkg-plist Sun Apr 26 10:07:52 2015 (r384771) +++ head/textproc/elasticsearch/pkg-plist Sun Apr 26 11:14:54 2015 (r384772) @@ -14,8 +14,9 @@ bin/elasticsearch-plugin lib/elasticsearch/antlr-runtime-3.5.jar lib/elasticsearch/asm-4.1.jar lib/elasticsearch/asm-commons-4.1.jar +lib/elasticsearch/apache-log4j-extras-1.2.17.jar lib/elasticsearch/elasticsearch-%%PORTVERSION%%.jar -lib/elasticsearch/groovy-all-2.3.2.jar +lib/elasticsearch/groovy-all-2.4.0.jar lib/elasticsearch/jna-4.1.0.jar lib/elasticsearch/jts-1.13.jar lib/elasticsearch/log4j-1.2.17.jar From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 11:38:04 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6192D45F; Sun, 26 Apr 2015 11:38:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FAB11A16; Sun, 26 Apr 2015 11:38:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3QBc4xV075213; Sun, 26 Apr 2015 11:38:04 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3QBc4Eg075212; Sun, 26 Apr 2015 11:38:04 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201504261138.t3QBc4Eg075212@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 26 Apr 2015 11:38:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384775 - head/devel/pig X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 11:38:04 -0000 Author: antoine Date: Sun Apr 26 11:38:03 2015 New Revision: 384775 URL: https://svnweb.freebsd.org/changeset/ports/384775 Log: Mark BROKEN: tries to fetch distfiles during build phase Reported by: pkg-fallout Modified: head/devel/pig/Makefile Modified: head/devel/pig/Makefile ============================================================================== --- head/devel/pig/Makefile Sun Apr 26 11:31:32 2015 (r384774) +++ head/devel/pig/Makefile Sun Apr 26 11:38:03 2015 (r384775) @@ -18,6 +18,8 @@ COMMENT= Engine for executing data flows LICENSE= APACHE20 +BROKEN= tries to fetch distfiles during build phase + BUILD_DEPENDS= ${LOCALBASE}/bin/ant:${PORTSDIR}/devel/apache-ant RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ yarn:${PORTSDIR}/devel/hadoop2 From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 11:41:01 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DEC41997; Sun, 26 Apr 2015 11:41:01 +0000 (UTC) Received: from mail-lb0-x234.google.com (mail-lb0-x234.google.com [IPv6:2a00:1450:4010:c04::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7DFEF1ADB; Sun, 26 Apr 2015 11:41:01 +0000 (UTC) Received: by lbbuc2 with SMTP id uc2so64145087lbb.2; Sun, 26 Apr 2015 04:40:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=tm/a1fixWSJrIUXgWAKvty9bYO04+HKtjWdYjxKakIk=; b=n/o2huWnud0EcruPq4vbshtL9rUYLyJtCjqgMRWBBBSitbQwQZ2Rvql63mMcsQXmMc XLyPZ2YSmOn1egzulHAWi+fDMH6oobik9i1ajEyKWPcK7jcP+UPzjbtWak/qMfOW+EjM GnuAp1ie0XPGGJH+CC+jQp1yxcImL2Ck6FyvNhBpEyplHm94xt0E4+ZpnZBl19syjoH9 Wi+y+aWoLVzNVhBsv2iOOPi2KCktAX/tYtO34rW7W9rjgj7mqSmll8s7N7XMY93cF/Rt 3CXy/Ra4UENYQwFDEKVyPHgfqGAGkB5Ni+nV6/vIkX+3u5oUHErXNUHaBMN/4PoMdEqm uMzw== X-Received: by 10.112.139.1 with SMTP id qu1mr6022017lbb.8.1430048459547; Sun, 26 Apr 2015 04:40:59 -0700 (PDT) Received: from [10.0.1.6] (broadband-5-228-251-108.nationalcablenetworks.ru. [5.228.251.108]) by mx.google.com with ESMTPSA id o8sm4029033lal.2.2015.04.26.04.40.58 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 26 Apr 2015 04:40:59 -0700 (PDT) Sender: Dmitry Sivachenko Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) Subject: Re: svn commit: r384775 - head/devel/pig From: Dmitry Sivachenko In-Reply-To: <201504261138.t3QBc4Eg075212@svn.freebsd.org> Date: Sun, 26 Apr 2015 14:40:58 +0300 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <65D2D485-98E0-47C5-943E-491E490A304A@FreeBSD.org> References: <201504261138.t3QBc4Eg075212@svn.freebsd.org> To: Antoine Brodin X-Mailer: Apple Mail (2.2098) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 11:41:02 -0000 > On 26 =D0=B0=D0=BF=D1=80. 2015 =D0=B3., at 14:38, Antoine Brodin = wrote: >=20 > Author: antoine > Date: Sun Apr 26 11:38:03 2015 > New Revision: 384775 > URL: https://svnweb.freebsd.org/changeset/ports/384775 >=20 > Log: > Mark BROKEN: tries to fetch distfiles during build phase Before this change it was possible to build this at least from ports. Now it will stop with BROKEN message. I know about this problem and I asked for help but none responded. >=20 > Reported by: pkg-fallout >=20 > Modified: > head/devel/pig/Makefile >=20 > Modified: head/devel/pig/Makefile > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/devel/pig/Makefile Sun Apr 26 11:31:32 2015 = (r384774) > +++ head/devel/pig/Makefile Sun Apr 26 11:38:03 2015 = (r384775) > @@ -18,6 +18,8 @@ COMMENT=3D Engine for executing data flows >=20 > LICENSE=3D APACHE20 >=20 > +BROKEN=3D tries to fetch distfiles during build phase > + > BUILD_DEPENDS=3D = ${LOCALBASE}/bin/ant:${PORTSDIR}/devel/apache-ant > RUN_DEPENDS=3D bash:${PORTSDIR}/shells/bash \ > yarn:${PORTSDIR}/devel/hadoop2 >=20 From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 11:56:35 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DDC0EDA3; Sun, 26 Apr 2015 11:56:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B2A321C23; Sun, 26 Apr 2015 11:56:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3QBuZ6f085226; Sun, 26 Apr 2015 11:56:35 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3QBuZcZ085223; Sun, 26 Apr 2015 11:56:35 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201504261156.t3QBuZcZ085223@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Sun, 26 Apr 2015 11:56:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384777 - head/math/openblas X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 11:56:36 -0000 Author: mat Date: Sun Apr 26 11:56:34 2015 New Revision: 384777 URL: https://svnweb.freebsd.org/changeset/ports/384777 Log: Stop using the Github Legacy download URL, switch to really using USE_GITHUB. Approved by: portmgr blanket for modernization. Sponsored by: Absolight Modified: head/math/openblas/Makefile head/math/openblas/distinfo Modified: head/math/openblas/Makefile ============================================================================== --- head/math/openblas/Makefile Sun Apr 26 11:39:01 2015 (r384776) +++ head/math/openblas/Makefile Sun Apr 26 11:56:34 2015 (r384777) @@ -5,10 +5,8 @@ PORTNAME= openblas PORTVERSION= 0.2.14 PORTEPOCH= 1 CATEGORIES= math -MASTER_SITES= https://codeload.github.com/${GH_ACCOUNT}/${GH_PROJECT}/legacy.tar.gz/${GH_TAGNAME}?dummy=/:${PORTNAME} \ - NL:lapack_tmg -MASTER_SITE_SUBDIR= lapack/timing/:lapack_tmg -DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:${PORTNAME} \ +MASTER_SITES= GH NL/lapack/timing/:lapack_tmg +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ large.tgz:lapack_tmg timing.tgz:lapack_tmg MAINTAINER= phd_kimberlite@yahoo.co.jp @@ -17,6 +15,7 @@ COMMENT= Optimized BLAS library based on LICENSE= BSD3CLAUSE DIST_SUBDIR= openblas +USE_GITHUB= yes GH_ACCOUNT= xianyi GH_PROJECT= OpenBLAS GH_TAGNAME= d0c51c4 @@ -33,8 +32,6 @@ OPENBLAS_SVER= 0 OPENBLAS_FILES= ${OPENBLAS_LIBS:S|$|.so|} ${OPENBLAS_LIBS:S|$|.so.${OPENBLAS_SVER}|} ${OPENBLAS_LIBS:S|$|.a|} PLIST_FILES= ${OPENBLAS_FILES:S|^|lib/|} -WRKSRC= ${WRKDIR}/${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME} - OPTIONS_DEFINE= DYNAMIC_ARCH INTERFACE64 OPENMP AVX AVX2 DYNAMIC_ARCH_DESC= Support multiple CPU types on i386 and amd64 Modified: head/math/openblas/distinfo ============================================================================== --- head/math/openblas/distinfo Sun Apr 26 11:39:01 2015 (r384776) +++ head/math/openblas/distinfo Sun Apr 26 11:56:34 2015 (r384777) @@ -1,5 +1,5 @@ -SHA256 (openblas/openblas-0.2.14.tar.gz) = 1308ca6a9252e06b38e58abe667ccfd1e12a167822e81076b6b11ca84aa6a632 -SIZE (openblas/openblas-0.2.14.tar.gz) = 9862864 +SHA256 (openblas/xianyi-OpenBLAS-0.2.14-d0c51c4_GH0.tar.gz) = 5f8d1f09d4ba83cbe6e5c0c141b430a0a229cc57e27162c05626416ab3be44ce +SIZE (openblas/xianyi-OpenBLAS-0.2.14-d0c51c4_GH0.tar.gz) = 9858368 SHA256 (openblas/large.tgz) = f328d88b7fa97722f271d7d0cfea1c220e0f8e5ed5ff01d8ef1eb51d6f4243a1 SIZE (openblas/large.tgz) = 2595 SHA256 (openblas/timing.tgz) = 999c65f8ea8bd4eac7f1c7f3463d4946917afd20a997807300fe35d70122f3af From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 12:01:24 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E95C219C; Sun, 26 Apr 2015 12:01:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D810C1D1B; Sun, 26 Apr 2015 12:01:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3QC1OV9088997; Sun, 26 Apr 2015 12:01:24 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3QC1OkX088995; Sun, 26 Apr 2015 12:01:24 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201504261201.t3QC1OkX088995@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Sun, 26 Apr 2015 12:01:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384778 - head/math/openblas X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 12:01:25 -0000 Author: mat Date: Sun Apr 26 12:01:23 2015 New Revision: 384778 URL: https://svnweb.freebsd.org/changeset/ports/384778 Log: Get rid of the GH_TAGNAME line, OpenBlas already has tags in its repository we can use. Sponsored by: Absolight Modified: head/math/openblas/Makefile head/math/openblas/distinfo Modified: head/math/openblas/Makefile ============================================================================== --- head/math/openblas/Makefile Sun Apr 26 11:56:34 2015 (r384777) +++ head/math/openblas/Makefile Sun Apr 26 12:01:23 2015 (r384778) @@ -4,6 +4,7 @@ PORTNAME= openblas PORTVERSION= 0.2.14 PORTEPOCH= 1 +DISTVERSIONPREFIX= v CATEGORIES= math MASTER_SITES= GH NL/lapack/timing/:lapack_tmg DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ @@ -18,7 +19,6 @@ DIST_SUBDIR= openblas USE_GITHUB= yes GH_ACCOUNT= xianyi GH_PROJECT= OpenBLAS -GH_TAGNAME= d0c51c4 LARGE_FILE= large.tgz TIMING_FILE= timing.tgz Modified: head/math/openblas/distinfo ============================================================================== --- head/math/openblas/distinfo Sun Apr 26 11:56:34 2015 (r384777) +++ head/math/openblas/distinfo Sun Apr 26 12:01:23 2015 (r384778) @@ -1,5 +1,5 @@ -SHA256 (openblas/xianyi-OpenBLAS-0.2.14-d0c51c4_GH0.tar.gz) = 5f8d1f09d4ba83cbe6e5c0c141b430a0a229cc57e27162c05626416ab3be44ce -SIZE (openblas/xianyi-OpenBLAS-0.2.14-d0c51c4_GH0.tar.gz) = 9858368 +SHA256 (openblas/openblas-v0.2.14_GH0.tar.gz) = 2411c4f56f477b42dff54db2b7ffc0b7cf53bb9778d54982595c64cc69c40fc1 +SIZE (openblas/openblas-v0.2.14_GH0.tar.gz) = 9858070 SHA256 (openblas/large.tgz) = f328d88b7fa97722f271d7d0cfea1c220e0f8e5ed5ff01d8ef1eb51d6f4243a1 SIZE (openblas/large.tgz) = 2595 SHA256 (openblas/timing.tgz) = 999c65f8ea8bd4eac7f1c7f3463d4946917afd20a997807300fe35d70122f3af From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 12:20:58 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9B2244B9; Sun, 26 Apr 2015 12:20:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 898651F68; Sun, 26 Apr 2015 12:20:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3QCKweK098820; Sun, 26 Apr 2015 12:20:58 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3QCKwO2098818; Sun, 26 Apr 2015 12:20:58 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201504261220.t3QCKwO2098818@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 26 Apr 2015 12:20:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384779 - head/textproc/elasticsearch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 12:20:58 -0000 Author: olgeni Date: Sun Apr 26 12:20:57 2015 New Revision: 384779 URL: https://svnweb.freebsd.org/changeset/ports/384779 Log: Add plugins directory. PR: 197595 Submitted by: olgeni Approved by: maintainer timeout Modified: head/textproc/elasticsearch/Makefile head/textproc/elasticsearch/pkg-plist (contents, props changed) Modified: head/textproc/elasticsearch/Makefile ============================================================================== --- head/textproc/elasticsearch/Makefile Sun Apr 26 12:01:23 2015 (r384778) +++ head/textproc/elasticsearch/Makefile Sun Apr 26 12:20:57 2015 (r384779) @@ -104,6 +104,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/lib/${f} ${STAGEDIR}${PREFIX}/lib/elasticsearch/ .endfor + ${MKDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins ${MKDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/sigar # ${INSTALL_DATA} ${WRKSRC}/lib/sigar/sigar-1.6.4.jar ${STAGEDIR}${PREFIX}/lib/elasticsearch/sigar/ cd ${STAGEDIR}${PREFIX}/lib/elasticsearch/sigar && ${LN} -s ${JAVAJARDIR}/sigar.jar Modified: head/textproc/elasticsearch/pkg-plist ============================================================================== --- head/textproc/elasticsearch/pkg-plist Sun Apr 26 12:01:23 2015 (r384778) +++ head/textproc/elasticsearch/pkg-plist Sun Apr 26 12:20:57 2015 (r384779) @@ -39,4 +39,5 @@ lib/elasticsearch/sigar/%%SIGAR_LIBNAME% %%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt %%PORTDOCS%%%%DOCSDIR%%/NOTICE.txt %%PORTDOCS%%%%DOCSDIR%%/README.textile +@dir lib/elasticsearch/plugins @dir %%ETCDIR%% From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 12:27:41 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 59926773; Sun, 26 Apr 2015 12:27:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 471421FB8; Sun, 26 Apr 2015 12:27:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3QCRfch000722; Sun, 26 Apr 2015 12:27:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3QCRdxM000714; Sun, 26 Apr 2015 12:27:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504261227.t3QCRdxM000714@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 26 Apr 2015 12:27:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384780 - in head/net/mDNSResponder: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 12:27:41 -0000 Author: sunpoet Date: Sun Apr 26 12:27:39 2015 New Revision: 384780 URL: https://svnweb.freebsd.org/changeset/ports/384780 Log: - Update to 567 - Cleanup Makefile - Regenerate patch files Modified: head/net/mDNSResponder/Makefile head/net/mDNSResponder/distinfo head/net/mDNSResponder/files/patch-mDNSPosix-Makefile head/net/mDNSResponder/files/patch-mDNSPosix-mDNSPosix.c head/net/mDNSResponder/files/patch-mDNSPosix-mDNSUNP.c Modified: head/net/mDNSResponder/Makefile ============================================================================== --- head/net/mDNSResponder/Makefile Sun Apr 26 12:20:57 2015 (r384779) +++ head/net/mDNSResponder/Makefile Sun Apr 26 12:27:39 2015 (r384780) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mDNSResponder -PORTVERSION= 561.1.1 -PORTREVISION= 1 +PORTVERSION= 567 CATEGORIES= net dns MASTER_SITES= http://opensource.apple.com/tarballs/${PORTNAME}/ @@ -31,15 +30,7 @@ EXTRA_MAN1= dns-sd.1 EXTRA_MAN8= dnsextd.8 mDNSResponderPosix.8 EXTRA_SBIN= dnsextd -.include - -.if ${ARCH:C/^(...).*/\1/} == "arm" -MAKE_ARGS+= LD="${CC} -shared" -.endif - post-patch: - @${REINPLACE_CMD} -e '/ cc / s|cc|$${CC}|' ${WRKSRC}/Clients/Makefile - @${REINPLACE_CMD} -e 's|mDNSResponder.8|mDNSResponderPosix.8|g' ${WRKSRC}/mDNSPosix/Makefile @${REINPLACE_CMD} -e 's|\(#define IPV6_2292_PKTINFO \).*|\1IPV6_PKTINFO|; s|\(#define IPV6_2292_HOPLIMIT \).*|\1IPV6_HOPLIMIT|' ${WRKSRC}/mDNSPosix/mDNSUNP.h @${MV} ${WRKSRC}/mDNSShared/mDNSResponder.8 ${WRKSRC}/mDNSShared/mDNSResponderPosix.8 @@ -52,4 +43,4 @@ post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* ${STAGEDIR}${PREFIX}/lib/libdns_sd.so.1 ${STAGEDIR}${PREFIX}/sbin/* ${CHMOD} u-w ${STAGEDIR}${PREFIX}/bin/* ${STAGEDIR}${PREFIX}/lib/libdns_sd.so.1 ${STAGEDIR}${PREFIX}/sbin/* -.include +.include Modified: head/net/mDNSResponder/distinfo ============================================================================== --- head/net/mDNSResponder/distinfo Sun Apr 26 12:20:57 2015 (r384779) +++ head/net/mDNSResponder/distinfo Sun Apr 26 12:27:39 2015 (r384780) @@ -1,2 +1,2 @@ -SHA256 (mDNSResponder-561.1.1.tar.gz) = 217ca717149b999a34c568913e4721beef96ac7ab93db8a012e68ffe816530d9 -SIZE (mDNSResponder-561.1.1.tar.gz) = 2153693 +SHA256 (mDNSResponder-567.tar.gz) = 3239d9bb1e1e017be1ae12cff90802194b6e0312de628a1f324530b00b833018 +SIZE (mDNSResponder-567.tar.gz) = 2143110 Modified: head/net/mDNSResponder/files/patch-mDNSPosix-Makefile ============================================================================== --- head/net/mDNSResponder/files/patch-mDNSPosix-Makefile Sun Apr 26 12:20:57 2015 (r384779) +++ head/net/mDNSResponder/files/patch-mDNSPosix-Makefile Sun Apr 26 12:27:39 2015 (r384780) @@ -1,4 +1,4 @@ ---- mDNSPosix/Makefile.orig 2012-10-17 22:11:12 UTC +--- mDNSPosix/Makefile.orig 2015-03-04 03:09:18 UTC +++ mDNSPosix/Makefile @@ -54,8 +54,8 @@ COREDIR = ../mDNSCore SHAREDDIR ?= ../mDNSShared @@ -9,9 +9,9 @@ +CC ?= @cc +BISON = @yacc FLEX = @flex + ST = @strip LD = ld -shared - CP = cp -@@ -122,7 +122,7 @@ ifeq ($(os),freebsd) +@@ -123,7 +123,7 @@ ifeq ($(os),freebsd) # If not already defined, set LOCALBASE to /usr/local LOCALBASE?=/usr/local INSTBASE=$(LOCALBASE) @@ -20,7 +20,7 @@ # FreeBSD 4 requires threaded code to be compiled and linked using the "-pthread" option, # and requires that the "-lpthread" link option NOT be used # This appies only to FreeBSD -- "man cc" on FreeBSD says: -@@ -216,7 +216,7 @@ CFLAGS = $(CFLAGS_COMMON) $(CFLAGS_OS) $ +@@ -217,7 +217,7 @@ CFLAGS = $(CFLAGS_COMMON) $(CFLAGS_OS) $ all: setup Daemon libdns_sd Clients SAClient SAResponder SAProxyResponder Identify NetMonitor dnsextd $(OPTIONALTARG) @@ -29,7 +29,7 @@ # 'setup' sets up the build directory structure the way we want setup: -@@ -256,13 +256,13 @@ libdns_sd: setup $(BUILDDIR)/libdns_sd.$ +@@ -257,13 +257,13 @@ libdns_sd: setup $(BUILDDIR)/libdns_sd.$ CLIENTLIBOBJS = $(OBJDIR)/dnssd_clientlib.c.so.o $(OBJDIR)/dnssd_clientstub.c.so.o $(OBJDIR)/dnssd_ipc.c.so.o $(BUILDDIR)/libdns_sd.$(LDSUFFIX): $(CLIENTLIBOBJS) @@ -46,7 +46,7 @@ @$(MAKE) -C ../Clients # nss_mdns target builds the Name Service Switch module -@@ -270,49 +270,49 @@ nss_mdns: setup $(BUILDDIR)/$(NSSLIBFILE +@@ -271,49 +271,49 @@ nss_mdns: setup $(BUILDDIR)/$(NSSLIBFILE @echo "Name Service Switch module done" $(BUILDDIR)/$(NSSLIBFILE): $(CLIENTLIBOBJS) $(OBJDIR)/nss_mdns.c.so.o @@ -108,7 +108,7 @@ $(CP) $< $@ chmod ugo+x $@ $@ start -@@ -329,26 +329,26 @@ else +@@ -330,26 +330,26 @@ else endif endif @@ -123,7 +123,7 @@ chmod 444 $@ -$(MANPATH)/man8/mdnsd.8: $(SHAREDDIR)/mDNSResponder.8 -+$(DESTDIR)$(MANPATH)/man8/mdnsd.8: $(SHAREDDIR)/mDNSResponder.8 ++$(DESTDIR)$(MANPATH)/man8/mdnsd.8: $(SHAREDDIR)/mDNSResponderPosix.8 cp $< $@ chmod 444 $@ @@ -141,7 +141,7 @@ $(CP) $< $@ chmod 444 $@ -@@ -490,6 +490,8 @@ $(OBJDIR)/NetMonitor.c.o: $(C +@@ -491,6 +491,8 @@ $(OBJDIR)/NetMonitor.c.o: $(C $(BUILDDIR)/dnsextd: $(DNSEXTDOBJ) $(OBJDIR)/dnsextd.c.threadsafe.o $(CC) $+ -o $@ $(LINKOPTS) $(LINKOPTS_PTHREAD) Modified: head/net/mDNSResponder/files/patch-mDNSPosix-mDNSPosix.c ============================================================================== --- head/net/mDNSResponder/files/patch-mDNSPosix-mDNSPosix.c Sun Apr 26 12:20:57 2015 (r384779) +++ head/net/mDNSResponder/files/patch-mDNSPosix-mDNSPosix.c Sun Apr 26 12:27:39 2015 (r384780) @@ -1,6 +1,6 @@ ---- mDNSPosix/mDNSPosix.c.orig 2012-04-18 07:01:01.000000000 +0800 -+++ mDNSPosix/mDNSPosix.c 2013-08-16 23:04:31.089791517 +0800 -@@ -503,6 +503,7 @@ +--- mDNSPosix/mDNSPosix.c.orig 2015-03-02 19:24:41 UTC ++++ mDNSPosix/mDNSPosix.c +@@ -516,6 +516,7 @@ mDNSexport int ParseDNSServers(mDNS *m, numOfServers++; } } @@ -8,7 +8,7 @@ return (numOfServers > 0) ? 0 : -1; } -@@ -708,7 +709,13 @@ +@@ -740,7 +741,13 @@ mDNSlocal int SetupSocket(struct sockadd { struct ipv6_mreq imr6; struct sockaddr_in6 bindAddr6; @@ -23,7 +23,7 @@ if (err == 0) { err = setsockopt(*sktPtr, IPPROTO_IPV6, IPV6_2292_PKTINFO, &kOn, sizeof(kOn)); -@@ -717,7 +724,13 @@ +@@ -749,7 +756,13 @@ mDNSlocal int SetupSocket(struct sockadd #else #warning This platform has no way to get the destination interface information for IPv6 -- will only work for single-homed hosts #endif Modified: head/net/mDNSResponder/files/patch-mDNSPosix-mDNSUNP.c ============================================================================== --- head/net/mDNSResponder/files/patch-mDNSPosix-mDNSUNP.c Sun Apr 26 12:20:57 2015 (r384779) +++ head/net/mDNSResponder/files/patch-mDNSPosix-mDNSUNP.c Sun Apr 26 12:27:39 2015 (r384780) @@ -1,5 +1,5 @@ ---- mDNSPosix/mDNSUNP.c.orig 2011-12-02 01:39:45.000000000 +0100 -+++ mDNSPosix/mDNSUNP.c 2015-03-26 17:08:45.334715000 +0100 +--- mDNSPosix/mDNSUNP.c.orig 2011-12-02 00:39:45 UTC ++++ mDNSPosix/mDNSUNP.c @@ -449,6 +449,8 @@ struct ifi_info *get_ifi_info(int family ifi->ifi_netmask = (struct sockaddr*)calloc(1, sizeof(struct sockaddr_in6)); if (ifi->ifi_netmask == NULL) goto gotError; From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 12:28:02 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1FAFE854; Sun, 26 Apr 2015 12:28:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0D98B1FBD; Sun, 26 Apr 2015 12:28:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3QCS1hu000914; Sun, 26 Apr 2015 12:28:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3QCS1j0000910; Sun, 26 Apr 2015 12:28:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504261228.t3QCS1j0000910@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 26 Apr 2015 12:28:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384781 - head/www/npm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 12:28:02 -0000 Author: sunpoet Date: Sun Apr 26 12:28:00 2015 New Revision: 384781 URL: https://svnweb.freebsd.org/changeset/ports/384781 Log: - Update to 2.8.4 Changes: https://github.com/npm/npm/releases Modified: head/www/npm/Makefile head/www/npm/distinfo head/www/npm/pkg-plist Modified: head/www/npm/Makefile ============================================================================== --- head/www/npm/Makefile Sun Apr 26 12:27:39 2015 (r384780) +++ head/www/npm/Makefile Sun Apr 26 12:28:00 2015 (r384781) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= npm -PORTVERSION= 2.8.3 +PORTVERSION= 2.8.4 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet Modified: head/www/npm/distinfo ============================================================================== --- head/www/npm/distinfo Sun Apr 26 12:27:39 2015 (r384780) +++ head/www/npm/distinfo Sun Apr 26 12:28:00 2015 (r384781) @@ -1,2 +1,2 @@ -SHA256 (npm-2.8.3.tar.xz) = aaa037801274a9436fab9662aa75d9168ca4992e9805f1b35c7f0a54eed5b55f -SIZE (npm-2.8.3.tar.xz) = 2244552 +SHA256 (npm-2.8.4.tar.xz) = 788d26901a0d67f8956f27e8977b9bbb667397981cee692164c04cb32764d96b +SIZE (npm-2.8.4.tar.xz) = 2252512 Modified: head/www/npm/pkg-plist ============================================================================== --- head/www/npm/pkg-plist Sun Apr 26 12:27:39 2015 (r384780) +++ head/www/npm/pkg-plist Sun Apr 26 12:28:00 2015 (r384781) @@ -829,6 +829,7 @@ lib/node_modules/npm/node_modules/ini/te lib/node_modules/npm/node_modules/ini/test/fixtures/foo.ini lib/node_modules/npm/node_modules/ini/test/foo.js lib/node_modules/npm/node_modules/init-package-json/.npmignore +lib/node_modules/npm/node_modules/init-package-json/.travis.yml lib/node_modules/npm/node_modules/init-package-json/LICENSE lib/node_modules/npm/node_modules/init-package-json/README.md lib/node_modules/npm/node_modules/init-package-json/default-input.js @@ -873,7 +874,9 @@ lib/node_modules/npm/node_modules/init-p lib/node_modules/npm/node_modules/init-package-json/test/basic.input lib/node_modules/npm/node_modules/init-package-json/test/basic.js lib/node_modules/npm/node_modules/init-package-json/test/npm-defaults.js +lib/node_modules/npm/node_modules/init-package-json/test/scope-in-config.js lib/node_modules/npm/node_modules/init-package-json/test/scope.js +lib/node_modules/npm/node_modules/init-package-json/test/yes-defaults.js lib/node_modules/npm/node_modules/lockfile/LICENSE lib/node_modules/npm/node_modules/lockfile/README.md lib/node_modules/npm/node_modules/lockfile/lockfile.js @@ -889,7 +892,6 @@ lib/node_modules/npm/node_modules/lru-ca lib/node_modules/npm/node_modules/lru-cache/README.md lib/node_modules/npm/node_modules/lru-cache/lib/lru-cache.js lib/node_modules/npm/node_modules/lru-cache/package.json -lib/node_modules/npm/node_modules/lru-cache/t.js lib/node_modules/npm/node_modules/lru-cache/test/basic.js lib/node_modules/npm/node_modules/lru-cache/test/foreach.js lib/node_modules/npm/node_modules/lru-cache/test/memory-leak.js @@ -2180,8 +2182,10 @@ lib/node_modules/npm/node_modules/tar/li lib/node_modules/npm/node_modules/tar/package.json lib/node_modules/npm/node_modules/tar/tar.js lib/node_modules/npm/node_modules/tar/test/00-setup-fixtures.js +lib/node_modules/npm/node_modules/tar/test/cb-never-called-1.0.1.tgz lib/node_modules/npm/node_modules/tar/test/dir-normalization.js lib/node_modules/npm/node_modules/tar/test/dir-normalization.tar +lib/node_modules/npm/node_modules/tar/test/error-on-broken.js lib/node_modules/npm/node_modules/tar/test/extract-move.js lib/node_modules/npm/node_modules/tar/test/extract.js lib/node_modules/npm/node_modules/tar/test/fixtures.tgz From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 12:28:08 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CED6D934; Sun, 26 Apr 2015 12:28:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BCE021FC0; Sun, 26 Apr 2015 12:28:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3QCS8HE001111; Sun, 26 Apr 2015 12:28:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3QCS7EV001098; Sun, 26 Apr 2015 12:28:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504261228.t3QCS7EV001098@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 26 Apr 2015 12:28:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384782 - in head/devel: . p5-constant-defer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 12:28:08 -0000 Author: sunpoet Date: Sun Apr 26 12:28:06 2015 New Revision: 384782 URL: https://svnweb.freebsd.org/changeset/ports/384782 Log: - Add p5-constant-defer 6 constant::defer creates a subroutine which on the first call runs given code to calculate its value, and on any subsequent calls just returns that value, like a constant. The value code is discarded once run, allowing it to be garbage collected. Deferring a calculation is good if it might take a lot of work or produce a big result but is only needed sometimes or only well into a program run. If it's never needed then the value code never runs. A deferred constant is generally not inlined or folded (see "Constant Folding" in perlop) since it's not a single scalar value. In the current implementation a deferred constant becomes a plain constant after the first use, so may inline etc in code compiled after that (see "IMPLEMENTATION" below). WWW: http://search.cpan.org/dist/constant-defer/ Added: head/devel/p5-constant-defer/ head/devel/p5-constant-defer/Makefile (contents, props changed) head/devel/p5-constant-defer/distinfo (contents, props changed) head/devel/p5-constant-defer/pkg-descr (contents, props changed) head/devel/p5-constant-defer/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Apr 26 12:28:00 2015 (r384781) +++ head/devel/Makefile Sun Apr 26 12:28:06 2015 (r384782) @@ -3239,6 +3239,7 @@ SUBDIR += p5-constant SUBDIR += p5-constant-boolean SUBDIR += p5-constant-def + SUBDIR += p5-constant-defer SUBDIR += p5-constant-lexical SUBDIR += p5-cpan-listchanges SUBDIR += p5-enum Added: head/devel/p5-constant-defer/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-constant-defer/Makefile Sun Apr 26 12:28:06 2015 (r384782) @@ -0,0 +1,18 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= constant-defer +PORTVERSION= 6 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Constant subs with deferred value calculation + +LICENSE= GPLv3 + +USE_PERL5= configure +USES= perl5 + +.include Added: head/devel/p5-constant-defer/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-constant-defer/distinfo Sun Apr 26 12:28:06 2015 (r384782) @@ -0,0 +1,2 @@ +SHA256 (constant-defer-6.tar.gz) = 7b21263198ca22686efff3ae987a240be423dd2160afdeb29fe716d032986ffa +SIZE (constant-defer-6.tar.gz) = 43427 Added: head/devel/p5-constant-defer/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-constant-defer/pkg-descr Sun Apr 26 12:28:06 2015 (r384782) @@ -0,0 +1,15 @@ +constant::defer creates a subroutine which on the first call runs given code to +calculate its value, and on any subsequent calls just returns that value, like a +constant. The value code is discarded once run, allowing it to be garbage +collected. + +Deferring a calculation is good if it might take a lot of work or produce a big +result but is only needed sometimes or only well into a program run. If it's +never needed then the value code never runs. + +A deferred constant is generally not inlined or folded (see "Constant Folding" +in perlop) since it's not a single scalar value. In the current implementation a +deferred constant becomes a plain constant after the first use, so may inline +etc in code compiled after that (see "IMPLEMENTATION" below). + +WWW: http://search.cpan.org/dist/constant-defer/ Added: head/devel/p5-constant-defer/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-constant-defer/pkg-plist Sun Apr 26 12:28:06 2015 (r384782) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/constant/defer.pm +%%PERL5_MAN3%%/constant::defer.3.gz From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 12:28:51 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A40E7A1B; Sun, 26 Apr 2015 12:28:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 927031FCA; Sun, 26 Apr 2015 12:28:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3QCSpqq001323; Sun, 26 Apr 2015 12:28:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3QCSpIc001320; Sun, 26 Apr 2015 12:28:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504261228.t3QCSpIc001320@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 26 Apr 2015 12:28:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384783 - head/security/keybase X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 12:28:51 -0000 Author: sunpoet Date: Sun Apr 26 12:28:50 2015 New Revision: 384783 URL: https://svnweb.freebsd.org/changeset/ports/384783 Log: - Update to 0.7.8 Changes: https://github.com/keybase/node-client/blob/master/CHANGELOG.md Modified: head/security/keybase/Makefile head/security/keybase/distinfo Modified: head/security/keybase/Makefile ============================================================================== --- head/security/keybase/Makefile Sun Apr 26 12:28:06 2015 (r384782) +++ head/security/keybase/Makefile Sun Apr 26 12:28:50 2015 (r384783) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= keybase -PORTVERSION= 0.7.3 +PORTVERSION= 0.7.8 CATEGORIES= security MASTER_SITES= https://dist.keybase.io/pkg/files/ \ LOCAL/sunpoet Modified: head/security/keybase/distinfo ============================================================================== --- head/security/keybase/distinfo Sun Apr 26 12:28:06 2015 (r384782) +++ head/security/keybase/distinfo Sun Apr 26 12:28:50 2015 (r384783) @@ -1,2 +1,2 @@ -SHA256 (keybase-0.7.3.tgz) = 4601e371e036f80aafa3440d0c518795007747c51e9d02c2832c244062ed71ff -SIZE (keybase-0.7.3.tgz) = 3594189 +SHA256 (keybase-0.7.8.tgz) = 6a3311b226b52d6fa19172f0c94dea50e3483be2835a384553813e14919b5773 +SIZE (keybase-0.7.8.tgz) = 3972483 From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 12:29:47 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 34DF3B0E; Sun, 26 Apr 2015 12:29:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 233181FD8; Sun, 26 Apr 2015 12:29:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3QCTlBK001584; Sun, 26 Apr 2015 12:29:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3QCTkOb001581; Sun, 26 Apr 2015 12:29:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504261229.t3QCTkOb001581@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 26 Apr 2015 12:29:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384784 - head/devel/p5-Time-Duration X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 12:29:47 -0000 Author: sunpoet Date: Sun Apr 26 12:29:45 2015 New Revision: 384784 URL: https://svnweb.freebsd.org/changeset/ports/384784 Log: - Update to 1.20 - Sort PLIST Changes: http://search.cpan.org/dist/Time-Duration/Changes Modified: head/devel/p5-Time-Duration/Makefile head/devel/p5-Time-Duration/distinfo head/devel/p5-Time-Duration/pkg-plist Modified: head/devel/p5-Time-Duration/Makefile ============================================================================== --- head/devel/p5-Time-Duration/Makefile Sun Apr 26 12:28:50 2015 (r384783) +++ head/devel/p5-Time-Duration/Makefile Sun Apr 26 12:29:45 2015 (r384784) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Time-Duration -PORTVERSION= 1.1 -PORTREVISION= 1 +PORTVERSION= 1.20 PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN Modified: head/devel/p5-Time-Duration/distinfo ============================================================================== --- head/devel/p5-Time-Duration/distinfo Sun Apr 26 12:28:50 2015 (r384783) +++ head/devel/p5-Time-Duration/distinfo Sun Apr 26 12:29:45 2015 (r384784) @@ -1,2 +1,2 @@ -SHA256 (Time-Duration-1.1.tar.gz) = a69c419c4892f21eba10002e2ab8c55b657b6691cf6873544ef99ef5fd188f4e -SIZE (Time-Duration-1.1.tar.gz) = 26930 +SHA256 (Time-Duration-1.20.tar.gz) = 458205b528818e741757b2854afac5f9af257f983000aae0c0b1d04b5a9cbbb8 +SIZE (Time-Duration-1.20.tar.gz) = 15478 Modified: head/devel/p5-Time-Duration/pkg-plist ============================================================================== --- head/devel/p5-Time-Duration/pkg-plist Sun Apr 26 12:28:50 2015 (r384783) +++ head/devel/p5-Time-Duration/pkg-plist Sun Apr 26 12:29:45 2015 (r384784) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Time::Duration.3.gz %%SITE_PERL%%/Time/Duration.pm +%%PERL5_MAN3%%/Time::Duration.3.gz From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 12:29:52 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 32A33BED; Sun, 26 Apr 2015 12:29:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 073231FDA; Sun, 26 Apr 2015 12:29:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3QCTpis001714; Sun, 26 Apr 2015 12:29:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3QCTp0s001712; Sun, 26 Apr 2015 12:29:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504261229.t3QCTp0s001712@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 26 Apr 2015 12:29:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384785 - head/textproc/p5-HTML-FormatExternal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 12:29:52 -0000 Author: sunpoet Date: Sun Apr 26 12:29:50 2015 New Revision: 384785 URL: https://svnweb.freebsd.org/changeset/ports/384785 Log: - Update to 23 - Pet portlint: move *_DEPENDS upward Changes: http://search.cpan.org/dist/HTML-FormatExternal/Changes Modified: head/textproc/p5-HTML-FormatExternal/Makefile head/textproc/p5-HTML-FormatExternal/distinfo (contents, props changed) Modified: head/textproc/p5-HTML-FormatExternal/Makefile ============================================================================== --- head/textproc/p5-HTML-FormatExternal/Makefile Sun Apr 26 12:29:45 2015 (r384784) +++ head/textproc/p5-HTML-FormatExternal/Makefile Sun Apr 26 12:29:50 2015 (r384785) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= HTML-FormatExternal -PORTVERSION= 22 -PORTREVISION= 2 +PORTVERSION= 23 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,35 +11,30 @@ COMMENT= HTML to text formatting using e LICENSE= GPLv3 -OPTIONS_DEFINE= ELINKS HTML2TEXT LINKS LYNX LYNX_CURRENT NETRIK W3M -OPTIONS_DEFAULT= LYNX - BUILD_DEPENDS= p5-URI>=0.08:${PORTSDIR}/net/p5-URI \ - p5-IPC-Run>0:${PORTSDIR}/devel/p5-IPC-Run + p5-IPC-Run>0:${PORTSDIR}/devel/p5-IPC-Run \ + p5-constant-defer>=0:${PORTSDIR}/devel/p5-constant-defer RUN_DEPENDS:= ${BUILD_DEPENDS} +OPTIONS_DEFINE= ELINKS HTML2TEXT LINKS LYNX LYNX_CURRENT NETRIK W3M +OPTIONS_DEFAULT=LYNX + USES= perl5 USE_PERL5= configure INSTALL_TARGET= pure_install ELINKS_DESC= Install with elinks ELINKS_RUN_DEPENDS= elinks:${PORTSDIR}/www/elinks - HTML2TEXT_DESC= Install with html2text HTML2TEXT_RUN_DEPENDS= html2text:${PORTSDIR}/textproc/html2text - LINKS_DESC= Install with links LINKS_RUN_DEPENDS= links:${PORTSDIR}/www/links - LYNX_DESC= Install with lynx LYNX_RUN_DEPENDS= lynx:${PORTSDIR}/www/lynx - LYNX_CURRENT_DESC= Install with lynx-current LYNX_CURRENT_RUN_DEPENDS= lynx:${PORTSDIR}/www/lynx-current - NETRIK_DESC= Install with netrik NETRIK_RUN_DEPENDS= netrik:${PORTSDIR}/www/netrik - W3M_DESC= Install with w3m W3M_RUN_DEPENDS= w3m:${PORTSDIR}/www/w3m Modified: head/textproc/p5-HTML-FormatExternal/distinfo ============================================================================== --- head/textproc/p5-HTML-FormatExternal/distinfo Sun Apr 26 12:29:45 2015 (r384784) +++ head/textproc/p5-HTML-FormatExternal/distinfo Sun Apr 26 12:29:50 2015 (r384785) @@ -1,2 +1,2 @@ -SHA256 (HTML-FormatExternal-22.tar.gz) = 8dbce273f43796e3bf5d14ac4166694de4ed68a560fd0675d4a297ef998d2793 -SIZE (HTML-FormatExternal-22.tar.gz) = 50668 +SHA256 (HTML-FormatExternal-23.tar.gz) = 91117a42b32bac4066fd60d9c758cda80761a43e8d5456761eced390091736d6 +SIZE (HTML-FormatExternal-23.tar.gz) = 55859 From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 12:29:57 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3897FCCF; Sun, 26 Apr 2015 12:29:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 26DFF1FDE; Sun, 26 Apr 2015 12:29:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3QCTvX6001867; Sun, 26 Apr 2015 12:29:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3QCTupP001864; Sun, 26 Apr 2015 12:29:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504261229.t3QCTupP001864@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 26 Apr 2015 12:29:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384786 - head/www/p5-WWW-Mechanize-Shell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 12:29:57 -0000 Author: sunpoet Date: Sun Apr 26 12:29:55 2015 New Revision: 384786 URL: https://svnweb.freebsd.org/changeset/ports/384786 Log: - Update to 0.54 - Add LICENSE - Use PORTDOCS and PORTEXAMPLES Changes: http://search.cpan.org/dist/WWW-Mechanize-Shell/Changes Modified: head/www/p5-WWW-Mechanize-Shell/Makefile head/www/p5-WWW-Mechanize-Shell/distinfo head/www/p5-WWW-Mechanize-Shell/pkg-plist Modified: head/www/p5-WWW-Mechanize-Shell/Makefile ============================================================================== --- head/www/p5-WWW-Mechanize-Shell/Makefile Sun Apr 26 12:29:50 2015 (r384785) +++ head/www/p5-WWW-Mechanize-Shell/Makefile Sun Apr 26 12:29:55 2015 (r384786) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= WWW-Mechanize-Shell -PORTVERSION= 0.53 -PORTREVISION= 1 +PORTVERSION= 0.54 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CORION @@ -12,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Interactive shell for www/p5-WWW-Mechanize +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-HTML-Display>=0:${PORTSDIR}/www/p5-HTML-Display \ p5-HTML-TokeParser-Simple>=2:${PORTSDIR}/www/p5-HTML-TokeParser-Simple \ p5-Hook-LexWrap>=0.2:${PORTSDIR}/devel/p5-Hook-LexWrap \ @@ -28,16 +30,15 @@ OPTIONS_DEFINE= DOCS EXAMPLES USES= perl5 USE_PERL5= configure -DOCS= Changes README -EXAMPLES= banking.postbank.de.mech hotmail.signup.mech wwwshell.pl +PORTDOCS= Changes README +PORTEXAMPLES= banking.postbank.de.mech hotmail.signup.mech wwwshell.pl post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}) + (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - (cd ${WRKSRC}/bin && ${INSTALL_DATA} ${EXAMPLES} ${STAGEDIR}${EXAMPLESDIR}) + (cd ${WRKSRC}/bin && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR}) @${ECHO_MSG} "===> Documentation installed in ${EXAMPLESDIR}." .include Modified: head/www/p5-WWW-Mechanize-Shell/distinfo ============================================================================== --- head/www/p5-WWW-Mechanize-Shell/distinfo Sun Apr 26 12:29:50 2015 (r384785) +++ head/www/p5-WWW-Mechanize-Shell/distinfo Sun Apr 26 12:29:55 2015 (r384786) @@ -1,2 +1,2 @@ -SHA256 (WWW-Mechanize-Shell-0.53.tar.gz) = 86ab30d884e78b5f4443b1d32e2c896113f1d080a120ccca16c0491091f8e43e -SIZE (WWW-Mechanize-Shell-0.53.tar.gz) = 51274 +SHA256 (WWW-Mechanize-Shell-0.54.tar.gz) = ef24268cb685989422b6384235e5185ca13383e027382e4f0d36f001b36c64fd +SIZE (WWW-Mechanize-Shell-0.54.tar.gz) = 52562 Modified: head/www/p5-WWW-Mechanize-Shell/pkg-plist ============================================================================== --- head/www/p5-WWW-Mechanize-Shell/pkg-plist Sun Apr 26 12:29:50 2015 (r384785) +++ head/www/p5-WWW-Mechanize-Shell/pkg-plist Sun Apr 26 12:29:55 2015 (r384786) @@ -1,9 +1,2 @@ -%%PERL5_MAN3%%/WWW::Mechanize::Shell.3.gz %%SITE_PERL%%/WWW/Mechanize/Shell.pm -%%PORTDOCS%%%%DOCSDIR%%/Changes -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/banking.postbank.de.mech -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hotmail.signup.mech -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wwwshell.pl -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% +%%PERL5_MAN3%%/WWW::Mechanize::Shell.3.gz From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 12:33:12 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4B1B5DD0; Sun, 26 Apr 2015 12:33:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 386811099; Sun, 26 Apr 2015 12:33:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3QCXCKp006157; Sun, 26 Apr 2015 12:33:12 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3QCXAXT006147; Sun, 26 Apr 2015 12:33:10 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201504261233.t3QCXAXT006147@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Sun, 26 Apr 2015 12:33:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384787 - in head: databases/php56-odbc/files databases/php56-pdo_sqlite databases/php56-sqlite3 lang/php56 security/php56-mcrypt textproc/php56-pspell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 12:33:12 -0000 Author: ale Date: Sun Apr 26 12:33:09 2015 New Revision: 384787 URL: https://svnweb.freebsd.org/changeset/ports/384787 Log: Update to 5.6.8 release. PR: 199585 Submitted by: Franco Fichtner Modified: head/databases/php56-odbc/files/patch-config.m4 head/databases/php56-pdo_sqlite/Makefile head/databases/php56-sqlite3/Makefile head/lang/php56/Makefile head/lang/php56/distinfo head/security/php56-mcrypt/Makefile head/textproc/php56-pspell/Makefile Modified: head/databases/php56-odbc/files/patch-config.m4 ============================================================================== --- head/databases/php56-odbc/files/patch-config.m4 Sun Apr 26 12:29:55 2015 (r384786) +++ head/databases/php56-odbc/files/patch-config.m4 Sun Apr 26 12:33:09 2015 (r384787) @@ -1,5 +1,5 @@ ---- config.m4.orig 2015-03-19 00:19:30.000000000 +0000 -+++ config.m4 2015-04-01 08:21:21.242902661 +0000 +--- config.m4.orig 2015-04-15 18:05:57.000000000 +0000 ++++ config.m4 2015-04-26 12:08:54.914235064 +0000 @@ -100,13 +100,17 @@ dnl configure options dnl @@ -17,113 +17,113 @@ -[ --with-adabas[=DIR] Include Adabas D support [/usr/local]]) +[ --with-adabas[=DIR] Include Adabas D support [/usr/local]], no, no) + AC_MSG_CHECKING([for Adabas support]) if test "$PHP_ADABAS" != "no"; then - AC_MSG_CHECKING([for Adabas support]) -@@ -133,7 +137,7 @@ +@@ -135,7 +139,7 @@ if test -z "$ODBC_TYPE"; then PHP_ARG_WITH(sapdb,, -[ --with-sapdb[=DIR] Include SAP DB support [/usr/local]]) +[ --with-sapdb[=DIR] Include SAP DB support [/usr/local]], no, no) + AC_MSG_CHECKING([for SAP DB support]) if test "$PHP_SAPDB" != "no"; then - AC_MSG_CHECKING([for SAP DB support]) -@@ -151,7 +155,7 @@ +@@ -155,7 +159,7 @@ if test -z "$ODBC_TYPE"; then PHP_ARG_WITH(solid,, -[ --with-solid[=DIR] Include Solid support [/usr/local/solid]]) +[ --with-solid[=DIR] Include Solid support [/usr/local/solid]], no, no) + AC_MSG_CHECKING(for Solid support) if test "$PHP_SOLID" != "no"; then - AC_MSG_CHECKING(for Solid support) -@@ -176,7 +180,7 @@ +@@ -182,7 +186,7 @@ if test -z "$ODBC_TYPE"; then PHP_ARG_WITH(ibm-db2,, -[ --with-ibm-db2[=DIR] Include IBM DB2 support [/home/db2inst1/sqllib]]) +[ --with-ibm-db2[=DIR] Include IBM DB2 support [/home/db2inst1/sqllib]], no, no) + AC_MSG_CHECKING(for IBM DB2 support) if test "$PHP_IBM_DB2" != "no"; then - AC_MSG_CHECKING(for IBM DB2 support) -@@ -213,7 +217,7 @@ +@@ -221,7 +225,7 @@ if test -z "$ODBC_TYPE"; then PHP_ARG_WITH(ODBCRouter,, -[ --with-ODBCRouter[=DIR] Include ODBCRouter.com support [/usr]]) +[ --with-ODBCRouter[=DIR] Include ODBCRouter.com support [/usr]], no, no) + AC_MSG_CHECKING(for ODBCRouter.com support) if test "$PHP_ODBCROUTER" != "no"; then - AC_MSG_CHECKING(for ODBCRouter.com support) -@@ -234,7 +238,7 @@ +@@ -244,7 +248,7 @@ if test -z "$ODBC_TYPE"; then PHP_ARG_WITH(empress,, [ --with-empress[=DIR] Include Empress support [\$EMPRESSPATH] - (Empress Version >= 8.60 required)]) + (Empress Version >= 8.60 required)], no, no) + AC_MSG_CHECKING(for Empress support) if test "$PHP_EMPRESS" != "no"; then - AC_MSG_CHECKING(for Empress support) -@@ -258,7 +262,7 @@ +@@ -270,7 +274,7 @@ PHP_ARG_WITH(empress-bcs,, [ --with-empress-bcs[=DIR] Include Empress Local Access support [\$EMPRESSPATH] - (Empress Version >= 8.60 required)]) + (Empress Version >= 8.60 required)], no, no) + AC_MSG_CHECKING(for Empress local access support) if test "$PHP_EMPRESS_BCS" != "no"; then - AC_MSG_CHECKING(for Empress local access support) -@@ -296,7 +300,7 @@ +@@ -310,7 +314,7 @@ if test -z "$ODBC_TYPE"; then PHP_ARG_WITH(birdstep,, -[ --with-birdstep[=DIR] Include Birdstep support [/usr/local/birdstep]]) +[ --with-birdstep[=DIR] Include Birdstep support [/usr/local/birdstep]], no, no) + AC_MSG_CHECKING(for Birdstep support) if test "$PHP_BIRDSTEP" != "no"; then - AC_MSG_CHECKING(for Birdstep support) -@@ -350,7 +354,7 @@ +@@ -366,7 +370,7 @@ running this configure script: CPPFLAGS=\"-DODBC_QNX -DSQLANY_BUG\" LDFLAGS=-lunix - CUSTOM_ODBC_LIBS=\"-ldblib -lodbc\"]) + CUSTOM_ODBC_LIBS=\"-ldblib -lodbc\"], no, no) + AC_MSG_CHECKING(for a custom ODBC support) if test "$PHP_CUSTOM_ODBC" != "no"; then - AC_MSG_CHECKING(for a custom ODBC support) -@@ -370,7 +374,7 @@ +@@ -388,7 +392,7 @@ if test -z "$ODBC_TYPE"; then PHP_ARG_WITH(iodbc,, --[ --with-iodbc[=DIR] Include iODBC support]) -+[ --with-iodbc[=DIR] Include iODBC support], no, no) +-[ --with-iodbc[=DIR] Include iODBC support [/usr/local]]) ++[ --with-iodbc[=DIR] Include iODBC support [/usr/local]], no, no) + AC_MSG_CHECKING(for iODBC support) if test "$PHP_IODBC" != "no"; then - AC_MSG_CHECKING(for iODBC support) -@@ -406,7 +410,7 @@ +@@ -426,7 +430,7 @@ if test -z "$ODBC_TYPE"; then PHP_ARG_WITH(esoob,, -[ --with-esoob[=DIR] Include Easysoft OOB support [/usr/local/easysoft/oob/client]]) +[ --with-esoob[=DIR] Include Easysoft OOB support [/usr/local/easysoft/oob/client]], no, no) + AC_MSG_CHECKING(for Easysoft ODBC-ODBC Bridge support) if test "$PHP_ESOOB" != "no"; then - AC_MSG_CHECKING(for Easysoft ODBC-ODBC Bridge support) -@@ -426,7 +430,7 @@ +@@ -448,7 +452,7 @@ if test -z "$ODBC_TYPE"; then PHP_ARG_WITH(unixODBC,, -[ --with-unixODBC[=DIR] Include unixODBC support [/usr/local]]) +[ --with-unixODBC[=DIR] Include unixODBC support [/usr/local]], no, no) + AC_MSG_CHECKING(for unixODBC support) if test "$PHP_UNIXODBC" != "no"; then - AC_MSG_CHECKING(for unixODBC support) -@@ -447,7 +451,7 @@ +@@ -471,7 +475,7 @@ if test -z "$ODBC_TYPE"; then PHP_ARG_WITH(dbmaker,, -[ --with-dbmaker[=DIR] Include DBMaker support]) +[ --with-dbmaker[=DIR] Include DBMaker support], no, no) + AC_MSG_CHECKING(for DBMaker support) if test "$PHP_DBMAKER" != "no"; then - AC_MSG_CHECKING(for DBMaker support) Modified: head/databases/php56-pdo_sqlite/Makefile ============================================================================== --- head/databases/php56-pdo_sqlite/Makefile Sun Apr 26 12:29:55 2015 (r384786) +++ head/databases/php56-pdo_sqlite/Makefile Sun Apr 26 12:33:09 2015 (r384787) @@ -1,7 +1,6 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/databases/php56-sqlite3/Makefile ============================================================================== --- head/databases/php56-sqlite3/Makefile Sun Apr 26 12:29:55 2015 (r384786) +++ head/databases/php56-sqlite3/Makefile Sun Apr 26 12:33:09 2015 (r384787) @@ -1,7 +1,6 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/lang/php56/Makefile ============================================================================== --- head/lang/php56/Makefile Sun Apr 26 12:29:55 2015 (r384786) +++ head/lang/php56/Makefile Sun Apr 26 12:33:09 2015 (r384787) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php56 -PORTVERSION= 5.6.7 +PORTVERSION= 5.6.8 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} Modified: head/lang/php56/distinfo ============================================================================== --- head/lang/php56/distinfo Sun Apr 26 12:29:55 2015 (r384786) +++ head/lang/php56/distinfo Sun Apr 26 12:33:09 2015 (r384787) @@ -1,4 +1,4 @@ -SHA256 (php-5.6.7.tar.bz2) = 02954fb74c61a7879d48ebdcd4ecb78aa0056f4215ca9b096232de28eb8f17bc -SIZE (php-5.6.7.tar.bz2) = 13697400 +SHA256 (php-5.6.8.tar.bz2) = 0af0045745d61eeb74a3ea744529a2481b27cb689da720e6c0250675043724e4 +SIZE (php-5.6.8.tar.bz2) = 13724681 SHA256 (php-5.5.x-mail-header.patch) = b0b5a7c961b2052eb14d9528e76155cbeaa881fb9b4a49f452f9dab07b6fb1c4 SIZE (php-5.5.x-mail-header.patch) = 3379 Modified: head/security/php56-mcrypt/Makefile ============================================================================== --- head/security/php56-mcrypt/Makefile Sun Apr 26 12:29:55 2015 (r384786) +++ head/security/php56-mcrypt/Makefile Sun Apr 26 12:33:09 2015 (r384787) @@ -1,7 +1,6 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= security MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/textproc/php56-pspell/Makefile ============================================================================== --- head/textproc/php56-pspell/Makefile Sun Apr 26 12:29:55 2015 (r384786) +++ head/textproc/php56-pspell/Makefile Sun Apr 26 12:33:09 2015 (r384787) @@ -1,7 +1,6 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php56 From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 12:42:59 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8824B1F5; Sun, 26 Apr 2015 12:42:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C28B1200; Sun, 26 Apr 2015 12:42:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3QCgxK7011153; Sun, 26 Apr 2015 12:42:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3QCgwEA011151; Sun, 26 Apr 2015 12:42:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504261242.t3QCgwEA011151@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 26 Apr 2015 12:42:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384788 - in head/devel/rubygem-toml: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 12:42:59 -0000 Author: sunpoet Date: Sun Apr 26 12:42:58 2015 New Revision: 384788 URL: https://svnweb.freebsd.org/changeset/ports/384788 Log: - Fix gemspec patch - Bump PORTREVISION for package change PR: 199668 Submitted by: Sir l33tname , Michael Moll Modified: head/devel/rubygem-toml/Makefile head/devel/rubygem-toml/files/patch-gemspec Modified: head/devel/rubygem-toml/Makefile ============================================================================== --- head/devel/rubygem-toml/Makefile Sun Apr 26 12:33:09 2015 (r384787) +++ head/devel/rubygem-toml/Makefile Sun Apr 26 12:42:58 2015 (r384788) @@ -3,6 +3,7 @@ PORTNAME= toml PORTVERSION= 0.1.2 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-toml/files/patch-gemspec ============================================================================== --- head/devel/rubygem-toml/files/patch-gemspec Sun Apr 26 12:33:09 2015 (r384787) +++ head/devel/rubygem-toml/files/patch-gemspec Sun Apr 26 12:42:58 2015 (r384788) @@ -1,11 +1,11 @@ ---- toml.gemspec.orig 2015-01-21 20:38:16.000000000 +0000 -+++ toml.gemspec 2015-01-21 20:38:37.000000000 +0000 -@@ -30,7 +30,7 @@ - s.add_dependency(%q, [">= 0"]) - end - else -- s.add_dependency(%q, ["~> 1.5.0"]) -+ s.add_dependency(%q, [">= 1.5.0"]) - s.add_dependency(%q, [">= 0"]) - end - end +--- toml.gemspec.orig 2015-04-26 12:28:35 UTC ++++ toml.gemspec +@@ -23,7 +23,7 @@ Gem::Specification.new do |s| + s.specification_version = 2 + + if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then +- s.add_runtime_dependency(%q, ["~> 1.5.0"]) ++ s.add_runtime_dependency(%q, [">= 1.5.0"]) + s.add_development_dependency(%q, [">= 0"]) + else + s.add_dependency(%q, ["~> 1.5.0"]) From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 12:44:30 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A1CE32E7; Sun, 26 Apr 2015 12:44:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 76B72120E; Sun, 26 Apr 2015 12:44:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3QCiUUq011505; Sun, 26 Apr 2015 12:44:30 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3QCiUwj011503; Sun, 26 Apr 2015 12:44:30 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201504261244.t3QCiUwj011503@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Sun, 26 Apr 2015 12:44:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384789 - head/converters/dumpasn1 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 12:44:30 -0000 Author: ale Date: Sun Apr 26 12:44:29 2015 New Revision: 384789 URL: https://svnweb.freebsd.org/changeset/ports/384789 Log: Update to 20141219 snapshot release. PR: 199394 Submitted by: pi Modified: head/converters/dumpasn1/Makefile head/converters/dumpasn1/distinfo Modified: head/converters/dumpasn1/Makefile ============================================================================== --- head/converters/dumpasn1/Makefile Sun Apr 26 12:42:58 2015 (r384788) +++ head/converters/dumpasn1/Makefile Sun Apr 26 12:44:29 2015 (r384789) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= dumpasn1 -PORTVERSION= 20130805 +PORTVERSION= 20141219 CATEGORIES= converters security -MASTER_SITES= http://www.cs.auckland.ac.nz/~pgut001/ +MASTER_SITES= https://www.cs.auckland.ac.nz/~pgut001/ DISTFILES= dumpasn1.c dumpasn1.cfg DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} EXTRACT_ONLY= yes @@ -12,7 +12,6 @@ EXTRACT_ONLY= yes MAINTAINER= ale@FreeBSD.org COMMENT= Dumps the contents of an ASN.1 encoded file, e.g. an SSL certificate -BROKEN= Unfetchable do-extract: @${MKDIR} ${WRKSRC} Modified: head/converters/dumpasn1/distinfo ============================================================================== --- head/converters/dumpasn1/distinfo Sun Apr 26 12:42:58 2015 (r384788) +++ head/converters/dumpasn1/distinfo Sun Apr 26 12:44:29 2015 (r384789) @@ -1,4 +1,4 @@ -SHA256 (dumpasn1-20130805/dumpasn1.c) = d95b0af449e403ac3b4d95df61d5330e324a3076f973569a83ffd1fc0bd095e3 -SIZE (dumpasn1-20130805/dumpasn1.c) = 95513 -SHA256 (dumpasn1-20130805/dumpasn1.cfg) = d368f8c14f8ca9df5151ca2ed550793393c0a7a0f78fe160c886a7aad9cdd75b -SIZE (dumpasn1-20130805/dumpasn1.cfg) = 207888 +SHA256 (dumpasn1-20141219/dumpasn1.c) = d0d77c951a0471c88f14db6d3f6ca32f6492954f4b1c7d2aedbf4fe97905b32c +SIZE (dumpasn1-20141219/dumpasn1.c) = 97792 +SHA256 (dumpasn1-20141219/dumpasn1.cfg) = 0940792d7e83c6229a5b9bdda89c19b01e9b9962c81f2cd8845ca54b34ea2457 +SIZE (dumpasn1-20141219/dumpasn1.cfg) = 219861 From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 12:45:34 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EE5213DB; Sun, 26 Apr 2015 12:45:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD20F121C; Sun, 26 Apr 2015 12:45:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3QCjYfn011814; Sun, 26 Apr 2015 12:45:34 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3QCjYBJ011811; Sun, 26 Apr 2015 12:45:34 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201504261245.t3QCjYBJ011811@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Sun, 26 Apr 2015 12:45:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384790 - head/databases/mysql55-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 12:45:35 -0000 Author: ale Date: Sun Apr 26 12:45:33 2015 New Revision: 384790 URL: https://svnweb.freebsd.org/changeset/ports/384790 Log: Update to 5.5.43 release. Modified: head/databases/mysql55-server/Makefile head/databases/mysql55-server/distinfo Modified: head/databases/mysql55-server/Makefile ============================================================================== --- head/databases/mysql55-server/Makefile Sun Apr 26 12:44:29 2015 (r384789) +++ head/databases/mysql55-server/Makefile Sun Apr 26 12:45:33 2015 (r384790) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= mysql -PORTVERSION= 5.5.42 +PORTVERSION= 5.5.43 PORTREVISION?= 0 CATEGORIES= databases ipv6 MASTER_SITES= ${MASTER_SITE_MYSQL} Modified: head/databases/mysql55-server/distinfo ============================================================================== --- head/databases/mysql55-server/distinfo Sun Apr 26 12:44:29 2015 (r384789) +++ head/databases/mysql55-server/distinfo Sun Apr 26 12:45:33 2015 (r384790) @@ -1,2 +1,2 @@ -SHA256 (mysql-5.5.42.tar.gz) = 887b12676be4893fa833e4a585c6c8b0c0f18dee30ba7d22cfe860cd85bfc74a -SIZE (mysql-5.5.42.tar.gz) = 21795431 +SHA256 (mysql-5.5.43.tar.gz) = 43d3df79e5c839a2749deb6e056a4589e49c903e09034c18653ec56e6e4774cd +SIZE (mysql-5.5.43.tar.gz) = 21784417 From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 13:19:53 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9EB2678F; Sun, 26 Apr 2015 13:19:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8CCC61554; Sun, 26 Apr 2015 13:19:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3QDJr9S027197; Sun, 26 Apr 2015 13:19:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3QDJrxu027195; Sun, 26 Apr 2015 13:19:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504261319.t3QDJrxu027195@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 26 Apr 2015 13:19:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384791 - head/devel/p5-Config-Model X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 13:19:53 -0000 Author: sunpoet Date: Sun Apr 26 13:19:52 2015 New Revision: 384791 URL: https://svnweb.freebsd.org/changeset/ports/384791 Log: - Update to 2.069 Changes: http://search.cpan.org/dist/Config-Model/Changes Modified: head/devel/p5-Config-Model/Makefile head/devel/p5-Config-Model/distinfo Modified: head/devel/p5-Config-Model/Makefile ============================================================================== --- head/devel/p5-Config-Model/Makefile Sun Apr 26 12:45:33 2015 (r384790) +++ head/devel/p5-Config-Model/Makefile Sun Apr 26 13:19:52 2015 (r384791) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Config-Model -PORTVERSION= 2.068 -PORTREVISION= 1 +PORTVERSION= 2.069 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DDUMONT Modified: head/devel/p5-Config-Model/distinfo ============================================================================== --- head/devel/p5-Config-Model/distinfo Sun Apr 26 12:45:33 2015 (r384790) +++ head/devel/p5-Config-Model/distinfo Sun Apr 26 13:19:52 2015 (r384791) @@ -1,2 +1,2 @@ -SHA256 (Config-Model-2.068.tar.gz) = 7a7e462a58304a643f21cd65edb5cbe0adfedd209bf903f91aeb3a5f4a6f390d -SIZE (Config-Model-2.068.tar.gz) = 327859 +SHA256 (Config-Model-2.069.tar.gz) = a25e20fc6b89a34b84644b9a5db2c7a5e25d48e1efa254a913463ec6a41fcf75 +SIZE (Config-Model-2.069.tar.gz) = 328132 From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 13:19:58 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7CAC986E; Sun, 26 Apr 2015 13:19:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6B0621556; Sun, 26 Apr 2015 13:19:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3QDJwRq027321; Sun, 26 Apr 2015 13:19:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3QDJwFF027319; Sun, 26 Apr 2015 13:19:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504261319.t3QDJwFF027319@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 26 Apr 2015 13:19:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384792 - head/www/p5-Mojolicious X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 13:19:58 -0000 Author: sunpoet Date: Sun Apr 26 13:19:57 2015 New Revision: 384792 URL: https://svnweb.freebsd.org/changeset/ports/384792 Log: - Update to 6.09 Changes: http://search.cpan.org/dist/Mojolicious/Changes Modified: head/www/p5-Mojolicious/Makefile head/www/p5-Mojolicious/distinfo Modified: head/www/p5-Mojolicious/Makefile ============================================================================== --- head/www/p5-Mojolicious/Makefile Sun Apr 26 13:19:52 2015 (r384791) +++ head/www/p5-Mojolicious/Makefile Sun Apr 26 13:19:57 2015 (r384792) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojolicious -PORTVERSION= 6.08 +PORTVERSION= 6.09 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SRI Modified: head/www/p5-Mojolicious/distinfo ============================================================================== --- head/www/p5-Mojolicious/distinfo Sun Apr 26 13:19:52 2015 (r384791) +++ head/www/p5-Mojolicious/distinfo Sun Apr 26 13:19:57 2015 (r384792) @@ -1,2 +1,2 @@ -SHA256 (Mojolicious-6.08.tar.gz) = 338c0310eb55c2be42dfee1173c4e3ee5bcd86f6be6f8035d1955c579767adb3 -SIZE (Mojolicious-6.08.tar.gz) = 643844 +SHA256 (Mojolicious-6.09.tar.gz) = a023bc9b5d78f6522dd7c75730bc64e6b6b87937eeb1d6a3eeaa8b112e5df94a +SIZE (Mojolicious-6.09.tar.gz) = 644130 From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 13:36:56 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4BEF1AC5; Sun, 26 Apr 2015 13:36:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3AA3816FF; Sun, 26 Apr 2015 13:36:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3QDauYU036870; Sun, 26 Apr 2015 13:36:56 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3QDat0B036864; Sun, 26 Apr 2015 13:36:55 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201504261336.t3QDat0B036864@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Sun, 26 Apr 2015 13:36:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384793 - head/databases/mysql56-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 13:36:56 -0000 Author: ale Date: Sun Apr 26 13:36:54 2015 New Revision: 384793 URL: https://svnweb.freebsd.org/changeset/ports/384793 Log: Update to 5.6.24 release. Modified: head/databases/mysql56-server/Makefile head/databases/mysql56-server/distinfo head/databases/mysql56-server/pkg-plist Modified: head/databases/mysql56-server/Makefile ============================================================================== --- head/databases/mysql56-server/Makefile Sun Apr 26 13:19:57 2015 (r384792) +++ head/databases/mysql56-server/Makefile Sun Apr 26 13:36:54 2015 (r384793) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= mysql -PORTVERSION= 5.6.23 +PORTVERSION= 5.6.24 PORTREVISION?= 0 CATEGORIES= databases ipv6 MASTER_SITES= ${MASTER_SITE_MYSQL} Modified: head/databases/mysql56-server/distinfo ============================================================================== --- head/databases/mysql56-server/distinfo Sun Apr 26 13:19:57 2015 (r384792) +++ head/databases/mysql56-server/distinfo Sun Apr 26 13:36:54 2015 (r384793) @@ -1,2 +1,2 @@ -SHA256 (mysql-5.6.23.tar.gz) = 3bd21af06a9304e372daba41fa5612bb54ac1bc05a4349b3160d0cda972ac098 -SIZE (mysql-5.6.23.tar.gz) = 33115859 +SHA256 (mysql-5.6.24.tar.gz) = 37e27305b67d76883c5902dce59c89d596beee9dca7dbadd4a2e117f8101dfeb +SIZE (mysql-5.6.24.tar.gz) = 33178592 Modified: head/databases/mysql56-server/pkg-plist ============================================================================== --- head/databases/mysql56-server/pkg-plist Sun Apr 26 13:19:57 2015 (r384792) +++ head/databases/mysql56-server/pkg-plist Sun Apr 26 13:36:54 2015 (r384793) @@ -30,6 +30,7 @@ lib/mysql/plugin/auth_test_plugin.so lib/mysql/plugin/daemon_example.ini lib/mysql/plugin/libdaemon_example.so lib/mysql/plugin/mypluglib.so +lib/mysql/plugin/mysql_no_login.so lib/mysql/plugin/qa_auth_client.so lib/mysql/plugin/qa_auth_interface.so lib/mysql/plugin/qa_auth_server.so From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 13:38:34 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BE1B3BC1; Sun, 26 Apr 2015 13:38:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 93ACA170D; Sun, 26 Apr 2015 13:38:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3QDcYvD037195; Sun, 26 Apr 2015 13:38:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3QDcYaT037188; Sun, 26 Apr 2015 13:38:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504261338.t3QDcYaT037188@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 26 Apr 2015 13:38:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384794 - head/databases/p5-Dancer-Plugin-Redis X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 13:38:34 -0000 Author: sunpoet Date: Sun Apr 26 13:38:33 2015 New Revision: 384794 URL: https://svnweb.freebsd.org/changeset/ports/384794 Log: - Update *_DEPENDS - Add PORTSCOUT - Reformat pkg-descr - Take maintainership Modified: head/databases/p5-Dancer-Plugin-Redis/Makefile head/databases/p5-Dancer-Plugin-Redis/pkg-descr Modified: head/databases/p5-Dancer-Plugin-Redis/Makefile ============================================================================== --- head/databases/p5-Dancer-Plugin-Redis/Makefile Sun Apr 26 13:36:54 2015 (r384793) +++ head/databases/p5-Dancer-Plugin-Redis/Makefile Sun Apr 26 13:38:33 2015 (r384794) @@ -9,18 +9,19 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CELOGEEK PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Redis database connector for Dancer LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Dancer>=1.1750:${PORTSDIR}/www/p5-Dancer \ - p5-Redis>=1.955:${PORTSDIR}/databases/p5-Redis -RUN_DEPENDS= p5-Dancer>=1.1750:${PORTSDIR}/www/p5-Dancer \ - p5-Redis>=1.955:${PORTSDIR}/databases/p5-Redis +BUILD_DEPENDS= p5-Dancer>=0:${PORTSDIR}/www/p5-Dancer \ + p5-Redis>=1.9550:${PORTSDIR}/databases/p5-Redis +RUN_DEPENDS:= ${BUILD_DEPENDS} + +PORTSCOUT= skipv:0.10,0.11,0.12,0.13,0.14 -USES= perl5 USE_PERL5= modbuild +USES= perl5 .include Modified: head/databases/p5-Dancer-Plugin-Redis/pkg-descr ============================================================================== --- head/databases/p5-Dancer-Plugin-Redis/pkg-descr Sun Apr 26 13:36:54 2015 (r384793) +++ head/databases/p5-Dancer-Plugin-Redis/pkg-descr Sun Apr 26 13:38:33 2015 (r384794) @@ -1,5 +1,4 @@ -Dancer::Plugin::Redis provides an easy way to obtain a connected Redis -database handle by simply calling the 'redis' keyword within a Dancer -application. +Dancer::Plugin::Redis provides an easy way to obtain a connected Redis database +handle by simply calling the 'redis' keyword within a Dancer application. WWW: http://search.cpan.org/dist/Dancer-Plugin-Redis/ From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 13:38:40 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E0058CA2; Sun, 26 Apr 2015 13:38:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C18B1170F; Sun, 26 Apr 2015 13:38:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3QDcdRN037345; Sun, 26 Apr 2015 13:38:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3QDcdSs037333; Sun, 26 Apr 2015 13:38:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504261338.t3QDcdSs037333@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 26 Apr 2015 13:38:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384795 - head/mail/p5-Dancer-Plugin-Email X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 13:38:40 -0000 Author: sunpoet Date: Sun Apr 26 13:38:38 2015 New Revision: 384795 URL: https://svnweb.freebsd.org/changeset/ports/384795 Log: - Update to 1.0400 - Fix *_DEPENDS - Reformat pkg-descr - Take maintainership Changes: http://search.cpan.org/dist/Dancer-Plugin-Email/CHANGES Modified: head/mail/p5-Dancer-Plugin-Email/Makefile head/mail/p5-Dancer-Plugin-Email/distinfo head/mail/p5-Dancer-Plugin-Email/pkg-descr Modified: head/mail/p5-Dancer-Plugin-Email/Makefile ============================================================================== --- head/mail/p5-Dancer-Plugin-Email/Makefile Sun Apr 26 13:38:33 2015 (r384794) +++ head/mail/p5-Dancer-Plugin-Email/Makefile Sun Apr 26 13:38:38 2015 (r384795) @@ -1,26 +1,26 @@ # $FreeBSD$ PORTNAME= Dancer-Plugin-Email -PORTVERSION= 1.0300 +PORTVERSION= 1.0400 CATEGORIES= mail perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:IRONCAMEL PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simple email handling for Dancer applications LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-Dancer>=1.2:${PORTSDIR}/www/p5-Dancer \ - p5-Exporter-Tiny>=0:${PORTSDIR}/devel/p5-Exporter-Tiny \ +BUILD_DEPENDS= p5-Dancer>=0:${PORTSDIR}/www/p5-Dancer \ + p5-Email-Date-Format>=0:${PORTSDIR}/mail/p5-Email-Date-Format \ p5-Email-Sender>=0:${PORTSDIR}/mail/p5-Email-Sender \ p5-File-Type>=0:${PORTSDIR}/devel/p5-File-Type \ p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools -BUILD_DEPENDS:= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 USE_PERL5= configure +USES= perl5 .include Modified: head/mail/p5-Dancer-Plugin-Email/distinfo ============================================================================== --- head/mail/p5-Dancer-Plugin-Email/distinfo Sun Apr 26 13:38:33 2015 (r384794) +++ head/mail/p5-Dancer-Plugin-Email/distinfo Sun Apr 26 13:38:38 2015 (r384795) @@ -1,2 +1,2 @@ -SHA256 (Dancer-Plugin-Email-1.0300.tar.gz) = f6e03fb9c900c334a3197ed5d893443b718f63812e1629794813d6ec6ec2967c -SIZE (Dancer-Plugin-Email-1.0300.tar.gz) = 18052 +SHA256 (Dancer-Plugin-Email-1.0400.tar.gz) = 86bf23d47b82cc26c2d8c9ef81bc5fce0a8031a0122869ce2bf8b5c2e7ed4cba +SIZE (Dancer-Plugin-Email-1.0400.tar.gz) = 18486 Modified: head/mail/p5-Dancer-Plugin-Email/pkg-descr ============================================================================== --- head/mail/p5-Dancer-Plugin-Email/pkg-descr Sun Apr 26 13:38:33 2015 (r384794) +++ head/mail/p5-Dancer-Plugin-Email/pkg-descr Sun Apr 26 13:38:38 2015 (r384795) @@ -1,7 +1,6 @@ -Dancer::Plugin::Email provides an easy way of handling text or -html email messages with or without attachments. Simply define -how you wish to send the email in your application's YAML -configuration file, then call the email keyword passing the -necessary parameters. +Dancer::Plugin::Email provides an easy way of handling text or html email +messages with or without attachments. Simply define how you wish to send the +email in your application's YAML configuration file, then call the email keyword +passing the necessary parameters. WWW: http://search.cpan.org/dist/Dancer-Plugin-Email/ From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 13:38:44 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 52E44D6C; Sun, 26 Apr 2015 13:38:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 418231713; Sun, 26 Apr 2015 13:38:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3QDciY1037470; Sun, 26 Apr 2015 13:38:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3QDchB9037466; Sun, 26 Apr 2015 13:38:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504261338.t3QDchB9037466@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 26 Apr 2015 13:38:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384796 - head/dns/mDNSResponder_nss X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 13:38:44 -0000 Author: sunpoet Date: Sun Apr 26 13:38:43 2015 New Revision: 384796 URL: https://svnweb.freebsd.org/changeset/ports/384796 Log: - Update to 567 PR: 199711 Submitted by: Matthieu Volat (maintainer) Modified: head/dns/mDNSResponder_nss/Makefile head/dns/mDNSResponder_nss/distinfo Modified: head/dns/mDNSResponder_nss/Makefile ============================================================================== --- head/dns/mDNSResponder_nss/Makefile Sun Apr 26 13:38:38 2015 (r384795) +++ head/dns/mDNSResponder_nss/Makefile Sun Apr 26 13:38:43 2015 (r384796) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mDNSResponder_nss -PORTVERSION= 561.1.1 +PORTVERSION= 567 CATEGORIES= dns net MASTER_SITES= http://opensource.apple.com/tarballs/mDNSResponder/ DISTNAME= ${PORTNAME:S/_nss//}-${PORTVERSION} Modified: head/dns/mDNSResponder_nss/distinfo ============================================================================== --- head/dns/mDNSResponder_nss/distinfo Sun Apr 26 13:38:38 2015 (r384795) +++ head/dns/mDNSResponder_nss/distinfo Sun Apr 26 13:38:43 2015 (r384796) @@ -1,2 +1,2 @@ -SHA256 (mDNSResponder-561.1.1.tar.gz) = 217ca717149b999a34c568913e4721beef96ac7ab93db8a012e68ffe816530d9 -SIZE (mDNSResponder-561.1.1.tar.gz) = 2153693 +SHA256 (mDNSResponder-567.tar.gz) = 3239d9bb1e1e017be1ae12cff90802194b6e0312de628a1f324530b00b833018 +SIZE (mDNSResponder-567.tar.gz) = 2143110 From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 14:04:21 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 156DC313; Sun, 26 Apr 2015 14:04:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE2511A2C; Sun, 26 Apr 2015 14:04:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3QE4Kft051751; Sun, 26 Apr 2015 14:04:20 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3QE4KxM051749; Sun, 26 Apr 2015 14:04:20 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201504261404.t3QE4KxM051749@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Sun, 26 Apr 2015 14:04:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384797 - head/print/pdfbox X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 14:04:21 -0000 Author: ale Date: Sun Apr 26 14:04:19 2015 New Revision: 384797 URL: https://svnweb.freebsd.org/changeset/ports/384797 Log: Update to 1.8.9 release. Modified: head/print/pdfbox/Makefile head/print/pdfbox/distinfo Modified: head/print/pdfbox/Makefile ============================================================================== --- head/print/pdfbox/Makefile Sun Apr 26 13:38:43 2015 (r384796) +++ head/print/pdfbox/Makefile Sun Apr 26 14:04:19 2015 (r384797) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pdfbox -PORTVERSION= 1.8.8 +PORTVERSION= 1.8.9 CATEGORIES= print textproc java MASTER_SITES= ${MASTER_SITE_APACHE:S,%SUBDIR%,pdfbox/${PORTVERSION},} MASTER_SITE_SUBDIR= ${PORTNAME} Modified: head/print/pdfbox/distinfo ============================================================================== --- head/print/pdfbox/distinfo Sun Apr 26 13:38:43 2015 (r384796) +++ head/print/pdfbox/distinfo Sun Apr 26 14:04:19 2015 (r384797) @@ -1,10 +1,10 @@ -SHA256 (pdfbox-1.8.8.jar) = 7efd4fb3f24a18c8a8f633a34a9608006913fa744e969dd48133f58a3a594632 -SIZE (pdfbox-1.8.8.jar) = 4078179 -SHA256 (fontbox-1.8.8.jar) = f39cdfbca64f630a0d9e38459ffca9f75116ef480bc27b541eff39c1306d9c90 -SIZE (fontbox-1.8.8.jar) = 218564 -SHA256 (jempbox-1.8.8.jar) = 6f6c0fce5779409e97b8aace6504eecc49a08d08b6027cf0ecf9f5b30cd2d9b1 -SIZE (jempbox-1.8.8.jar) = 50975 -SHA256 (preflight-1.8.8.jar) = f9f9c343bf74df73a58bd0a11eefd98dacc444eedb8f956574ba9e4871d0a1ce -SIZE (preflight-1.8.8.jar) = 297938 -SHA256 (xmpbox-1.8.8.jar) = 78927142bd72a8fed76b49fd745b078558deb9d761e5e5e1dadd0c2d1d3a33b4 -SIZE (xmpbox-1.8.8.jar) = 114599 +SHA256 (pdfbox-1.8.9.jar) = 68ca152a71a7037109bc3a9496c3a50203aed487ce39362f7e74b4c0c6996d54 +SIZE (pdfbox-1.8.9.jar) = 4081029 +SHA256 (fontbox-1.8.9.jar) = 5f18ff6df6f87579e2460da6f9c8a70b5d93183cbdca49345b64c6c58704e7a2 +SIZE (fontbox-1.8.9.jar) = 218615 +SHA256 (jempbox-1.8.9.jar) = b373109b4f62a0a8578aac9e2ab5a726d281c944bfb01f1b3ef4c6deb1d3d3bd +SIZE (jempbox-1.8.9.jar) = 51065 +SHA256 (preflight-1.8.9.jar) = 41033784c0b7ac93becf2e404aea4b156458245b077c65bbce9443b62b5a3786 +SIZE (preflight-1.8.9.jar) = 298339 +SHA256 (xmpbox-1.8.9.jar) = 1913da385ee1fd735c691eee358dcf9eaace032e0aaf96fff07a73874715a14b +SIZE (xmpbox-1.8.9.jar) = 114731 From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 14:06:53 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5E673422; Sun, 26 Apr 2015 14:06:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CCE11A4B; Sun, 26 Apr 2015 14:06:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3QE6rTH052230; Sun, 26 Apr 2015 14:06:53 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3QE6qh0052228; Sun, 26 Apr 2015 14:06:52 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201504261406.t3QE6qh0052228@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Sun, 26 Apr 2015 14:06:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384798 - head/www/pecl-zendopcache X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 14:06:53 -0000 Author: ale Date: Sun Apr 26 14:06:52 2015 New Revision: 384798 URL: https://svnweb.freebsd.org/changeset/ports/384798 Log: Update to 7.0.5 release. Modified: head/www/pecl-zendopcache/Makefile head/www/pecl-zendopcache/distinfo Modified: head/www/pecl-zendopcache/Makefile ============================================================================== --- head/www/pecl-zendopcache/Makefile Sun Apr 26 14:04:19 2015 (r384797) +++ head/www/pecl-zendopcache/Makefile Sun Apr 26 14:06:52 2015 (r384798) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zendopcache -PORTVERSION= 7.0.4 +PORTVERSION= 7.0.5 CATEGORIES= www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- Modified: head/www/pecl-zendopcache/distinfo ============================================================================== --- head/www/pecl-zendopcache/distinfo Sun Apr 26 14:04:19 2015 (r384797) +++ head/www/pecl-zendopcache/distinfo Sun Apr 26 14:06:52 2015 (r384798) @@ -1,2 +1,2 @@ -SHA256 (PECL/zendopcache-7.0.4.tgz) = c0434ced7da7b5cd3b629f98ee2f22ab7fa22e9cc5d062b180dfcdeaffc47287 -SIZE (PECL/zendopcache-7.0.4.tgz) = 96340 +SHA256 (PECL/zendopcache-7.0.5.tgz) = c8e4a23bcc78e6280f41b5020eac4825a810d77684d0ce10608bfa5bece9e9c0 +SIZE (PECL/zendopcache-7.0.5.tgz) = 97101 From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 14:29:36 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 14931766; Sun, 26 Apr 2015 14:29:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 02A101C6A; Sun, 26 Apr 2015 14:29:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3QETZnj062609; Sun, 26 Apr 2015 14:29:35 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3QETZBW062608; Sun, 26 Apr 2015 14:29:35 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201504261429.t3QETZBW062608@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 26 Apr 2015 14:29:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384799 - head/shells/zsh/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 14:29:36 -0000 Author: marino Date: Sun Apr 26 14:29:35 2015 New Revision: 384799 URL: https://svnweb.freebsd.org/changeset/ports/384799 Log: shells/zsh: Fix runtime error when built by gcc-5 with upstream patch ZSH was misbuilt on gcc-5 due to an intentional change in behavior of gcc5's cpp. This patch to execute cpp with the -P switch comes from upstream. No revbump necessary as GCC5 isn't used by default on FreeBSD. Reported by: DragonFly ZSH users Approved by: maintainer (bapt, IRC) Added: head/shells/zsh/files/patch-Src_zsh.mdd (contents, props changed) Added: head/shells/zsh/files/patch-Src_zsh.mdd ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/shells/zsh/files/patch-Src_zsh.mdd Sun Apr 26 14:29:35 2015 (r384799) @@ -0,0 +1,22 @@ +--- Src/zsh.mdd.orig 2014-09-20 19:01:46 UTC ++++ Src/zsh.mdd +@@ -21,9 +21,18 @@ hdrdeps="zshcurses.h zshterm.h" + :<<\Make + @CONFIG_MK@ + ++# If we're using gcc as the preprocessor, get rid of the additional ++# lines generated by the preprocessor as they can confuse the script. ++# We don't need these in other cases either, but can't necessarily rely ++# on the option to remove them being the same. + signames.c: signames1.awk signames2.awk ../config.h @SIGNAL_H@ + $(AWK) -f $(sdir)/signames1.awk @SIGNAL_H@ >sigtmp.c +- $(CPP) sigtmp.c >sigtmp.out ++ case "$(CPP)" in \ ++ gcc*) \ ++ $(CPP) -P sigtmp.c >sigtmp.out;; \ ++ *) \ ++ $(CPP) sigtmp.c >sigtmp.out;; \ ++ esac + $(AWK) -f $(sdir)/signames2.awk sigtmp.out > $@ + rm -f sigtmp.c sigtmp.out + From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 15:46:17 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E120E311; Sun, 26 Apr 2015 15:46:17 +0000 (UTC) Received: from mail-wg0-x232.google.com (mail-wg0-x232.google.com [IPv6:2a00:1450:400c:c00::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 79442138F; Sun, 26 Apr 2015 15:46:17 +0000 (UTC) Received: by wgso17 with SMTP id o17so93498690wgs.1; Sun, 26 Apr 2015 08:46:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=ZJDMbhHTwYCxoYs+9Q+eXDSdgK3hOUxmeIEXOT9r1jo=; b=aAfyhjrAnXZCoUVii8zDjMoJcxErTqSMvd0mvRZ6+8R6OPE34Kc1c8wgvtae1t80SV zgRGZoWfhPh9x7QBqrglmxSEcaxuTWt7waRPaIsaJOptPEmoY8NOoqLnv7p/l78y/4iR kFFGxn/zH7vLm5h7LtFtNIXRurC86ChCo0XI/ef/AlPVLobOLS+X8OBGmZELDeOsn3TM Ekn6dVr7Qa390epMzucTUg7l8aL1iDyVfXgY4T6H5tALKhZeLOwUvcmbTiro4vVXUuCF OJY1pIlCoVmWROjXzZ0JgNM839B5Vu3tkqXEgoel4u+oL++yoksCen91sHd77ZMlN93z FRrA== MIME-Version: 1.0 X-Received: by 10.194.2.16 with SMTP id 16mr14743062wjq.46.1430063176013; Sun, 26 Apr 2015 08:46:16 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.194.87.100 with HTTP; Sun, 26 Apr 2015 08:46:15 -0700 (PDT) In-Reply-To: <65D2D485-98E0-47C5-943E-491E490A304A@FreeBSD.org> References: <201504261138.t3QBc4Eg075212@svn.freebsd.org> <65D2D485-98E0-47C5-943E-491E490A304A@FreeBSD.org> Date: Sun, 26 Apr 2015 17:46:15 +0200 X-Google-Sender-Auth: 4exRDiSIhmOndJl3ZwXhJPAKfaA Message-ID: Subject: Re: svn commit: r384775 - head/devel/pig From: Antoine Brodin To: Dmitry Sivachenko Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 15:46:18 -0000 On Sun, Apr 26, 2015 at 1:40 PM, Dmitry Sivachenko wrot= e: >> On 26 =D0=B0=D0=BF=D1=80. 2015 =D0=B3., at 14:38, Antoine Brodin wrote: >> >> Author: antoine >> Date: Sun Apr 26 11:38:03 2015 >> New Revision: 384775 >> URL: https://svnweb.freebsd.org/changeset/ports/384775 >> >> Log: >> Mark BROKEN: tries to fetch distfiles during build phase > > > Before this change it was possible to build this at least from ports. from unchecked sources > Now it will stop with BROKEN message. > > I know about this problem and I asked for help but none responded. Is there a problem with the official jars provided by the Apache Pig projec= t? Cheers, Antoine From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 16:04:38 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F1904799; Sun, 26 Apr 2015 16:04:37 +0000 (UTC) Received: from mail-la0-x22d.google.com (mail-la0-x22d.google.com [IPv6:2a00:1450:4010:c03::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 72A6015D1; Sun, 26 Apr 2015 16:04:37 +0000 (UTC) Received: by labbd9 with SMTP id bd9so64542520lab.2; Sun, 26 Apr 2015 09:04:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=zHfJR9Dali2ADKaG0NsZdI6nVQhyJRw3MD4wRBiuKlI=; b=S1+kaCZgsixe0208zzM0CGaRc1QHf95F1hcUnj8E2ZqtBAsgLpaa4TnCU4ShRQB9YG 5xdA9bUTse8t0+IIh7y7OI4S0FeuWedzCVxlDu3ZWxeJ5dotvfNO47seZdzvMEIT7GIA GBZqczCvpmJJC2OdIg5xBhO5LrHDV6K1uU2/M1Kzw9bvVt6/5irnHQrEpqr45+MJDVbR AyfKhV/b3cETYQZ4NxFjbefR9TXdJsTt9H6O38Sxu0yG8iSRukwAb3kYDDLEyBGRyWXB 5AuaPjmtCHAGo73Qs94GiEtFrn97mhbUy9GemYiKomDd0i0eLFGYIxE/WCELmE8HUFnA zkaQ== X-Received: by 10.112.198.74 with SMTP id ja10mr6685983lbc.19.1430064275526; Sun, 26 Apr 2015 09:04:35 -0700 (PDT) Received: from [10.0.1.6] (broadband-5-228-251-108.nationalcablenetworks.ru. [5.228.251.108]) by mx.google.com with ESMTPSA id w10sm4146901laz.6.2015.04.26.09.04.34 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 26 Apr 2015 09:04:35 -0700 (PDT) Sender: Dmitry Sivachenko Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) Subject: Re: svn commit: r384775 - head/devel/pig From: Dmitry Sivachenko In-Reply-To: Date: Sun, 26 Apr 2015 19:04:34 +0300 Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: <38FE2B13-4EB6-4616-80E4-34DD38D09D1D@FreeBSD.org> References: <201504261138.t3QBc4Eg075212@svn.freebsd.org> <65D2D485-98E0-47C5-943E-491E490A304A@FreeBSD.org> To: Antoine Brodin X-Mailer: Apple Mail (2.2098) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 16:04:38 -0000 > On 26 =D0=B0=D0=BF=D1=80. 2015 =D0=B3., at 18:46, Antoine Brodin = wrote: >=20 > On Sun, Apr 26, 2015 at 1:40 PM, Dmitry Sivachenko = wrote: >>> On 26 =D0=B0=D0=BF=D1=80. 2015 =D0=B3., at 14:38, Antoine Brodin = wrote: >>>=20 >>> Author: antoine >>> Date: Sun Apr 26 11:38:03 2015 >>> New Revision: 384775 >>> URL: https://svnweb.freebsd.org/changeset/ports/384775 >>>=20 >>> Log: >>> Mark BROKEN: tries to fetch distfiles during build phase >>=20 >>=20 >> Before this change it was possible to build this at least from ports. >=20 > from unchecked sources Nothing is actually fetched, everything is contained in = FreeBSD-pig-0.14.0-maven-repository.tar.gz >=20 >> Now it will stop with BROKEN message. >>=20 >> I know about this problem and I asked for help but none responded. >=20 > Is there a problem with the official jars provided by the Apache Pig = project? >=20 I did not checked that particular program, but often it is needed to = patch some jars (see devel/hadoop2 for instance) so=20 I prefer to use sources to have such an ability. Well, may be in this case it is better to use pre-built jars and pray = they switch from ant to maven in the future...= From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 16:32:35 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 66D1AC08; Sun, 26 Apr 2015 16:32:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5477A1865; Sun, 26 Apr 2015 16:32:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3QGWZmf025980; Sun, 26 Apr 2015 16:32:35 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3QGWYjc025979; Sun, 26 Apr 2015 16:32:34 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201504261632.t3QGWYjc025979@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 26 Apr 2015 16:32:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384800 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 16:32:35 -0000 Author: marino Date: Sun Apr 26 16:32:34 2015 New Revision: 384800 URL: https://svnweb.freebsd.org/changeset/ports/384800 Log: security/vuxml: Add entry for security/wpa_supplicant Security: CVE-2015-1863 PR: 199678 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Apr 26 14:29:35 2015 (r384799) +++ head/security/vuxml/vuln.xml Sun Apr 26 16:32:34 2015 (r384800) @@ -57,6 +57,62 @@ Notes: --> + + wpa_supplicant -- P2P SSID processing vulnerability + + + wpa_supplicant + 2.4_1 + + + + +

Jouni Malinen reports:

+
+

A vulnerability was found in how wpa_supplicant uses SSID information + parsed from management frames that create or update P2P peer entries + (e.g., Probe Response frame or number of P2P Public Action frames). SSID + field has valid length range of 0-32 octets. However, it is transmitted + in an element that has a 8-bit length field and potential maximum + payload length of 255 octets. wpa_supplicant was not sufficiently + verifying the payload length on one of the code paths using the SSID + received from a peer device.

+

This can result in copying arbitrary data from an attacker to a fixed + length buffer of 32 bytes (i.e., a possible overflow of up to 223 + bytes). The SSID buffer is within struct p2p_device that is allocated + from heap. The overflow can override couple of variables in the struct, + including a pointer that gets freed. In addition about 150 bytes (the + exact length depending on architecture) can be written beyond the end of + the heap allocation.

+

This could result in corrupted state in heap, unexpected program + behavior due to corrupted P2P peer device information, denial of service + due to wpa_supplicant process crash, exposure of memory contents during + GO Negotiation, and potentially arbitrary code execution.

+

Vulnerable versions/configurations

+

wpa_supplicant v1.0-v2.4 with CONFIG_P2P build option enabled + (which is not compiled by default).

+

Attacker (or a system controlled by the attacker) needs to be within + radio range of the vulnerable system to send a suitably constructed + management frame that triggers a P2P peer device information to be + created or updated.

+

The vulnerability is easiest to exploit while the device has started an + active P2P operation (e.g., has ongoing P2P_FIND or P2P_LISTEN control + interface command in progress). However, it may be possible, though + significantly more difficult, to trigger this even without any active + P2P operation in progress.

+
+ +
+ + CVE-2015-1863 + http://w1.fi/security/2015-1/wpa_supplicant-p2p-ssid-overflow.txt + + + 2015-04-22 + 2015-04-25 + +
+ Several vulnerabilities found in PHP From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 20:00:23 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2771128F; Sun, 26 Apr 2015 20:00:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1583E1B47; Sun, 26 Apr 2015 20:00:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3QK0MYk029406; Sun, 26 Apr 2015 20:00:22 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3QK0MtB029405; Sun, 26 Apr 2015 20:00:22 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201504262000.t3QK0MtB029405@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 26 Apr 2015 20:00:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384801 - head/devel/pire X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 20:00:23 -0000 Author: amdmi3 Date: Sun Apr 26 20:00:22 2015 New Revision: 384801 URL: https://svnweb.freebsd.org/changeset/ports/384801 Log: - Clarify LICENSE - Add LICENSE_FILE Modified: head/devel/pire/Makefile Modified: head/devel/pire/Makefile ============================================================================== --- head/devel/pire/Makefile Sun Apr 26 16:32:34 2015 (r384800) +++ head/devel/pire/Makefile Sun Apr 26 20:00:22 2015 (r384801) @@ -14,7 +14,8 @@ GH_ACCOUNT= dprokoptsev GH_TAGNAME= release-${PORTVERSION} GH_COMMIT= 012bedf -LICENSE= LGPL3 +LICENSE= LGPL3 # or later +LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes INSTALL_TARGET= install-strip From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 20:11:09 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CDC1665F; Sun, 26 Apr 2015 20:11:09 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BC4021C66; Sun, 26 Apr 2015 20:11:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3QKB9Ig036265; Sun, 26 Apr 2015 20:11:09 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3QKB8qh036261; Sun, 26 Apr 2015 20:11:08 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201504262011.t3QKB8qh036261@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Sun, 26 Apr 2015 20:11:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384802 - in head/www/tidy-html5: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 20:11:10 -0000 Author: thierry Date: Sun Apr 26 20:11:08 2015 New Revision: 384802 URL: https://svnweb.freebsd.org/changeset/ports/384802 Log: Upgrade to 4.9.26. Modified: head/www/tidy-html5/Makefile head/www/tidy-html5/distinfo head/www/tidy-html5/files/patch-CMakeLists.txt head/www/tidy-html5/pkg-plist Modified: head/www/tidy-html5/Makefile ============================================================================== --- head/www/tidy-html5/Makefile Sun Apr 26 20:00:22 2015 (r384801) +++ head/www/tidy-html5/Makefile Sun Apr 26 20:11:08 2015 (r384802) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tidy-html5 -PORTVERSION= 4.9.25 +PORTVERSION= 4.9.26 CATEGORIES= www MAINTAINER= thierry@FreeBSD.org @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md USE_GITHUB= yes GH_ACCOUNT= htacg GH_PROJECT= ${PORTNAME} -GH_TAGNAME= a8e9841 +GH_TAGNAME= 4a4f209 USES= cmake USE_GNOME= libxslt Modified: head/www/tidy-html5/distinfo ============================================================================== --- head/www/tidy-html5/distinfo Sun Apr 26 20:00:22 2015 (r384801) +++ head/www/tidy-html5/distinfo Sun Apr 26 20:11:08 2015 (r384802) @@ -1,2 +1,2 @@ -SHA256 (htacg-tidy-html5-4.9.25-a8e9841_GH0.tar.gz) = 0b6d179603c8384a2cfb15f09d4dd08cde53dc86f57577a5715ccc14b75fd16f -SIZE (htacg-tidy-html5-4.9.25-a8e9841_GH0.tar.gz) = 508777 +SHA256 (htacg-tidy-html5-4.9.26-4a4f209_GH0.tar.gz) = 22b988387d74574666ec86bb425ad5373c8eef66579e17d23007756a3da65123 +SIZE (htacg-tidy-html5-4.9.26-4a4f209_GH0.tar.gz) = 509620 Modified: head/www/tidy-html5/files/patch-CMakeLists.txt ============================================================================== --- head/www/tidy-html5/files/patch-CMakeLists.txt Sun Apr 26 20:00:22 2015 (r384801) +++ head/www/tidy-html5/files/patch-CMakeLists.txt Sun Apr 26 20:11:08 2015 (r384802) @@ -1,11 +1,24 @@ ---- CMakeLists.txt.orig 2015-04-14 00:12:22 UTC +--- CMakeLists.txt.orig 2015-04-25 17:20:16 UTC +++ CMakeLists.txt -@@ -183,7 +183,7 @@ if (UNIX) +@@ -183,9 +183,9 @@ if (UNIX) ## also could use `manpath` command output to determine target install path message(STATUS "*** Generating man ***") set(TIDY_MANFILE ${LIB_NAME}.1) - set(TIDY1XSL ../documentation/tidy1.xsl) +- set(TIDYHELP ${CMAKE_BINARY_DIR}/tidy-help.xml) +- set(TIDYCONFIG ${CMAKE_BINARY_DIR}/tidy-config.xml) + set(TIDY1XSL build/documentation/tidy1.xsl) - set(TIDYHELP ${CMAKE_BINARY_DIR}/tidy-help.xml) - set(TIDYCONFIG ${CMAKE_BINARY_DIR}/tidy-config.xml) ++ set(TIDYHELP ./tidy-help.xml) ++ set(TIDYCONFIG ./tidy-config.xml) add_custom_target(man ALL DEPENDS "${CMAKE_BINARY_DIR}/${LIB_NAME}") + + # run built EXE to generate xml output +@@ -213,7 +213,7 @@ if (UNIX) + VERBATIM + ) + +- install(FILES ${CMAKE_BINARY_DIR}/${TIDY_MANFILE} DESTINATION share/man/man1) ++ install(FILES ${CMAKE_BINARY_DIR}/${TIDY_MANFILE} DESTINATION man/man1) + endif () + endif () + Modified: head/www/tidy-html5/pkg-plist ============================================================================== --- head/www/tidy-html5/pkg-plist Sun Apr 26 20:00:22 2015 (r384801) +++ head/www/tidy-html5/pkg-plist Sun Apr 26 20:11:08 2015 (r384802) @@ -5,5 +5,5 @@ include/tidy.h include/tidyenum.h lib/libtidy5.so lib/libtidy5.so.4 -lib/libtidy5.so.4.9.25 +lib/libtidy5.so.4.9.26 man/man1/tidy5.1.gz From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 20:56:26 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 38209AA5; Sun, 26 Apr 2015 20:56:26 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 271A2107B; Sun, 26 Apr 2015 20:56:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3QKuQNa058590; Sun, 26 Apr 2015 20:56:26 GMT (envelope-from db@FreeBSD.org) Received: (from db@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3QKuPvu058583; Sun, 26 Apr 2015 20:56:25 GMT (envelope-from db@FreeBSD.org) Message-Id: <201504262056.t3QKuPvu058583@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: db set sender to db@FreeBSD.org using -f From: Diane Bruce Date: Sun, 26 Apr 2015 20:56:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384803 - in head/comms/flrig: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 20:56:26 -0000 Author: db Date: Sun Apr 26 20:56:25 2015 New Revision: 384803 URL: https://svnweb.freebsd.org/changeset/ports/384803 Log: Update to latest 1.3.22 Upstream changes to XML code and addition of K3/KX3 bandwidth control Deleted: head/comms/flrig/files/patch-src_xmlrpcpp_base64.h Modified: head/comms/flrig/Makefile head/comms/flrig/distinfo Modified: head/comms/flrig/Makefile ============================================================================== --- head/comms/flrig/Makefile Sun Apr 26 20:11:08 2015 (r384802) +++ head/comms/flrig/Makefile Sun Apr 26 20:56:25 2015 (r384803) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flrig -PORTVERSION= 1.3.21 +PORTVERSION= 1.3.22 CATEGORIES= comms hamradio MASTER_SITES= http://www.w1hkj.com/downloads/flrig/ \ ${MASTER_SITE_LOCAL} Modified: head/comms/flrig/distinfo ============================================================================== --- head/comms/flrig/distinfo Sun Apr 26 20:11:08 2015 (r384802) +++ head/comms/flrig/distinfo Sun Apr 26 20:56:25 2015 (r384803) @@ -1,2 +1,2 @@ -SHA256 (flrig-1.3.21.tar.gz) = d5d83832ab8e072962e01d90a66b609d93992a2a9266e9647adfbb35ef28dd91 -SIZE (flrig-1.3.21.tar.gz) = 621380 +SHA256 (flrig-1.3.22.tar.gz) = be30ceaf06a64cc7db9f12f0a7d1da597a5569f248323f2dc2cd037fd1730908 +SIZE (flrig-1.3.22.tar.gz) = 613526 From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 21:48:55 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 72406A5A; Sun, 26 Apr 2015 21:48:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 61B8B1619; Sun, 26 Apr 2015 21:48:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3QLmtrH084212; Sun, 26 Apr 2015 21:48:55 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3QLmsMO084210; Sun, 26 Apr 2015 21:48:54 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201504262148.t3QLmsMO084210@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Sun, 26 Apr 2015 21:48:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384804 - head/www/mod_rivet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 21:48:55 -0000 Author: robak Date: Sun Apr 26 21:48:54 2015 New Revision: 384804 URL: https://svnweb.freebsd.org/changeset/ports/384804 Log: www/mod_rivet: update 2.2.1 -> 2.2.2 PR: 199385 Submitted by: Jeff Lawson (maintainer) Modified: head/www/mod_rivet/Makefile head/www/mod_rivet/distinfo Modified: head/www/mod_rivet/Makefile ============================================================================== --- head/www/mod_rivet/Makefile Sun Apr 26 20:56:25 2015 (r384803) +++ head/www/mod_rivet/Makefile Sun Apr 26 21:48:54 2015 (r384804) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mod_rivet -PORTVERSION= 2.2.1 +PORTVERSION= 2.2.2 CATEGORIES= www tcl MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= tcl/rivet Modified: head/www/mod_rivet/distinfo ============================================================================== --- head/www/mod_rivet/distinfo Sun Apr 26 20:56:25 2015 (r384803) +++ head/www/mod_rivet/distinfo Sun Apr 26 21:48:54 2015 (r384804) @@ -1,2 +1,2 @@ -SHA256 (rivet-2.2.1.tar.gz) = d08e266880d00b4537ba7ee5bbfb3d8ed4c5031d3c9fb09e95a476cd059f57c2 -SIZE (rivet-2.2.1.tar.gz) = 1176640 +SHA256 (rivet-2.2.2.tar.gz) = 693ac67ad1af5576968fe6d274e8e518ad8cc06a5fa2c6e8b958f24636c55692 +SIZE (rivet-2.2.2.tar.gz) = 1177800 From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 22:03:27 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3DB09CAA; Sun, 26 Apr 2015 22:03:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 201181806; Sun, 26 Apr 2015 22:03:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3QM3Quv093608; Sun, 26 Apr 2015 22:03:26 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3QM3QID093605; Sun, 26 Apr 2015 22:03:26 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201504262203.t3QM3QID093605@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Sun, 26 Apr 2015 22:03:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384805 - in head/textproc/p5-Pod-Perldoc: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 22:03:27 -0000 Author: mat Date: Sun Apr 26 22:03:25 2015 New Revision: 384805 URL: https://svnweb.freebsd.org/changeset/ports/384805 Log: Update to 3.25 With hat: perl@ Sponsored by: Absolight Deleted: head/textproc/p5-Pod-Perldoc/files/ Modified: head/textproc/p5-Pod-Perldoc/Makefile head/textproc/p5-Pod-Perldoc/distinfo head/textproc/p5-Pod-Perldoc/pkg-plist Modified: head/textproc/p5-Pod-Perldoc/Makefile ============================================================================== --- head/textproc/p5-Pod-Perldoc/Makefile Sun Apr 26 21:48:54 2015 (r384804) +++ head/textproc/p5-Pod-Perldoc/Makefile Sun Apr 26 22:03:25 2015 (r384805) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Pod-Perldoc -PORTVERSION= 3.21 -PORTREVISION= 1 +PORTVERSION= 3.25 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,4 +13,6 @@ COMMENT= Look up Perl documentation in P USES= perl5 USE_PERL5= configure +CONFIGURE_ENV= PERL_CORE=1 + .include Modified: head/textproc/p5-Pod-Perldoc/distinfo ============================================================================== --- head/textproc/p5-Pod-Perldoc/distinfo Sun Apr 26 21:48:54 2015 (r384804) +++ head/textproc/p5-Pod-Perldoc/distinfo Sun Apr 26 22:03:25 2015 (r384805) @@ -1,2 +1,2 @@ -SHA256 (Pod-Perldoc-3.21.tar.gz) = e0623da1b9467ecf888ba44cabb24d7b9fbce3c520b8e60497748d72015a8477 -SIZE (Pod-Perldoc-3.21.tar.gz) = 150037 +SHA256 (Pod-Perldoc-3.25.tar.gz) = f1a4b3ac7aa244485456b0e8733c773bbb39ae35b01a59515f6cba6bbe293a84 +SIZE (Pod-Perldoc-3.25.tar.gz) = 152074 Modified: head/textproc/p5-Pod-Perldoc/pkg-plist ============================================================================== --- head/textproc/p5-Pod-Perldoc/pkg-plist Sun Apr 26 21:48:54 2015 (r384804) +++ head/textproc/p5-Pod-Perldoc/pkg-plist Sun Apr 26 22:03:25 2015 (r384805) @@ -11,18 +11,18 @@ %%SITE_PERL%%/Pod/Perldoc/ToText.pm %%SITE_PERL%%/Pod/Perldoc/ToTk.pm %%SITE_PERL%%/Pod/Perldoc/ToXml.pm -%%SITE_PERL%%/perldoc.pod -%%PERL5_MAN3%%/Pod::Perldoc::ToTerm.3.gz -%%PERL5_MAN3%%/Pod::Perldoc::ToPod.3.gz +%%PERL5_MAN3%%/Pod::Perldoc.3.gz +%%PERL5_MAN3%%/Pod::Perldoc::BaseTo.3.gz +%%PERL5_MAN3%%/Pod::Perldoc::GetOptsOO.3.gz +%%PERL5_MAN3%%/Pod::Perldoc::ToANSI.3.gz +%%PERL5_MAN3%%/Pod::Perldoc::ToChecker.3.gz %%PERL5_MAN3%%/Pod::Perldoc::ToMan.3.gz %%PERL5_MAN3%%/Pod::Perldoc::ToNroff.3.gz -%%PERL5_MAN3%%/Pod::Perldoc::ToTk.3.gz -%%PERL5_MAN3%%/Pod::Perldoc::ToChecker.3.gz +%%PERL5_MAN3%%/Pod::Perldoc::ToPod.3.gz %%PERL5_MAN3%%/Pod::Perldoc::ToRtf.3.gz -%%PERL5_MAN3%%/Pod::perldoc.3.gz -%%PERL5_MAN3%%/Pod::Perldoc::GetOptsOO.3.gz +%%PERL5_MAN3%%/Pod::Perldoc::ToTerm.3.gz %%PERL5_MAN3%%/Pod::Perldoc::ToText.3.gz -%%PERL5_MAN3%%/Pod::Perldoc::BaseTo.3.gz +%%PERL5_MAN3%%/Pod::Perldoc::ToTk.3.gz %%PERL5_MAN3%%/Pod::Perldoc::ToXml.3.gz -%%PERL5_MAN3%%/Pod::Perldoc::ToANSI.3.gz -%%PERL5_MAN3%%/Pod::Perldoc.3.gz +%%PERL5_MAN3%%/Pod::perldoc.3.gz +%%SITE_PERL%%/perldoc.pod From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 22:04:58 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D58EBDCC; Sun, 26 Apr 2015 22:04:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C542A181A; Sun, 26 Apr 2015 22:04:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3QM4wpd093919; Sun, 26 Apr 2015 22:04:58 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3QM4wm3093917; Sun, 26 Apr 2015 22:04:58 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201504262204.t3QM4wm3093917@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Sun, 26 Apr 2015 22:04:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384806 - head/databases/phpmyadmin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 22:04:58 -0000 Author: matthew Date: Sun Apr 26 22:04:57 2015 New Revision: 384806 URL: https://svnweb.freebsd.org/changeset/ports/384806 Log: Update to 4.4.4 This is a routine bugfix update ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.4.4/phpMyAdmin-4.4.4-notes.html/view Modified: head/databases/phpmyadmin/Makefile head/databases/phpmyadmin/distinfo Modified: head/databases/phpmyadmin/Makefile ============================================================================== --- head/databases/phpmyadmin/Makefile Sun Apr 26 22:03:25 2015 (r384805) +++ head/databases/phpmyadmin/Makefile Sun Apr 26 22:04:57 2015 (r384806) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpMyAdmin -DISTVERSION= 4.4.3 +DISTVERSION= 4.4.4 CATEGORIES= databases www MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}/${DISTVERSION} DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages Modified: head/databases/phpmyadmin/distinfo ============================================================================== --- head/databases/phpmyadmin/distinfo Sun Apr 26 22:03:25 2015 (r384805) +++ head/databases/phpmyadmin/distinfo Sun Apr 26 22:04:57 2015 (r384806) @@ -1,2 +1,2 @@ -SHA256 (phpMyAdmin-4.4.3-all-languages.tar.xz) = 1319d3fcf45808d17f3c609f7bad01c3f57a906d4855c5ef03694fc62e653d53 -SIZE (phpMyAdmin-4.4.3-all-languages.tar.xz) = 5639244 +SHA256 (phpMyAdmin-4.4.4-all-languages.tar.xz) = bad1583fa3ef9534bc412822f873635c4b7f90488f17567d7ab0e2ea9bbd338c +SIZE (phpMyAdmin-4.4.4-all-languages.tar.xz) = 5546696 From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 01:52:19 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 21681A18; Mon, 27 Apr 2015 01:52:19 +0000 (UTC) Date: Mon, 27 Apr 2015 01:52:19 +0000 From: Alexey Dokuchaev To: Dirk Meyer Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r384719 - head/mail/sendmail Message-ID: <20150427015219.GA34414@FreeBSD.org> References: <201504250925.t3P9PGeo094756@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201504250925.t3P9PGeo094756@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 01:52:19 -0000 On Sat, Apr 25, 2015 at 09:25:16AM +0000, Dirk Meyer wrote: > New Revision: 384719 > URL: https://svnweb.freebsd.org/changeset/ports/384719 > > Log: > - add CPE > PR: 199617 > Submitted by: shun $ finger shun@freebsd.org [freebsd.org] Trying 8.8.178.110... finger: shun: no such user Please be more careful with attribution, thank you. ./danfe From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 02:16:05 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8E691DF5; Mon, 27 Apr 2015 02:16:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7A7981DDE; Mon, 27 Apr 2015 02:16:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3R2G5EO018040; Mon, 27 Apr 2015 02:16:05 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3R2G4qF018035; Mon, 27 Apr 2015 02:16:04 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201504270216.t3R2G4qF018035@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Mon, 27 Apr 2015 02:16:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384807 - in head/www: nginx nginx-devel nginx-devel/files nginx/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 02:16:05 -0000 Author: osa Date: Mon Apr 27 02:16:04 2015 New Revision: 384807 URL: https://svnweb.freebsd.org/changeset/ports/384807 Log: Remove support for next unsupported third-party modules: o) http_upload; o) postgres; o) supervisord; o) tcp_proxy; Add back third-party http_upstream_sticky module's checksums. Deleted: head/www/nginx-devel/files/extra-patch-ngx_postgres-config head/www/nginx/files/extra-patch-ngx_postgres-config Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo head/www/nginx/Makefile head/www/nginx/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Sun Apr 26 22:04:57 2015 (r384806) +++ head/www/nginx-devel/Makefile Mon Apr 27 02:16:04 2015 (r384807) @@ -74,7 +74,6 @@ OPTIONS_DEFINE= \ HTTP_REDIS \ HTTP_RESPONSE \ HTTP_SUBS_FILTER \ - HTTP_UPLOAD \ HTTP_UPLOAD_PROGRESS \ HTTP_UPSTREAM_FAIR \ HTTP_UPSTREAM_STICKY \ @@ -91,7 +90,6 @@ OPTIONS_DEFINE= \ MODSECURITY \ NAXSI \ PASSENGER \ - POSTGRES \ RDS_CSV \ RDS_JSON \ REDIS2 \ @@ -100,8 +98,6 @@ OPTIONS_DEFINE= \ SFLOW \ SLOWFS_CACHE \ SRCACHE \ - SUPERVISORD \ - TCP_PROXY \ UDPLOG \ XRID_HEADER \ XSS \ @@ -163,7 +159,6 @@ HTTP_PUSH_STREAM_DESC= 3rd party push s HTTP_REDIS_DESC= 3rd party http_redis module HTTP_RESPONSE_DESC= 3rd party http_response module HTTP_SUBS_FILTER_DESC= 3rd party subs filter module -HTTP_UPLOAD_DESC= 3rd party upload module HTTP_UPLOAD_PROGRESS_DESC= 3rd party uploadprogress module HTTP_UPSTREAM_FAIR_DESC= 3rd party upstream fair module HTTP_UPSTREAM_STICKY_DESC= 3rd party upstream sticky module @@ -180,7 +175,6 @@ MEMC_DESC= 3rd party memc (memcached) MODSECURITY_DESC= 3rd party mod_security module NAXSI_DESC= 3rd party naxsi module PASSENGER_DESC= 3rd party passenger module -POSTGRES_DESC= 3rd party postgresql module RDS_CSV_DESC= 3rd party rds_csv module RDS_JSON_DESC= 3rd party rds_json module REDIS2_DESC= 3rd party redis2 module @@ -189,8 +183,6 @@ SET_MISC_DESC= 3rd party set_misc modu SFLOW_DESC= 3rd party sflow module SLOWFS_CACHE_DESC= 3rd party slowfs_cache module SRCACHE_DESC= 3rd party srcache module -SUPERVISORD_DESC= 3rd party supervisord module -TCP_PROXY_DESC= 3rd party tcp_proxy module UDPLOG_DESC= 3rd party udplog (syslog) module XRID_HEADER_DESC= 3rd party x-rid header module XSS_DESC= 3rd party xss module @@ -325,15 +317,6 @@ DISTFILES+= ngx_cache_purge-${NGINX_CACH CONFIGURE_ARGS+=--add-module=${WRKDIR}/ngx_cache_purge-${NGINX_CACHE_PURGE_VERSION} .endif -.if ${PORT_OPTIONS:MCTPP2} -IGNORE= CTPP2: update require -LIB_DEPENDS+= libctpp2.so:${PORTSDIR}/textproc/ctpp2 -NGINX_CTPP2_VERSION= 0.5 -MASTER_SITES+= http://dl.vbart.ru/ngx-ctpp/:ctpp2 -DISTFILES+= ngx_ctpp2-${NGINX_CTPP2_VERSION}.tar.gz:ctpp2 -CONFIGURE_ARGS+=--add-module=${WRKDIR}/ngx_ctpp2-${NGINX_CTPP2_VERSION} -.endif - .if ${PORT_OPTIONS:MECHO} NGINX_ECHO_VERSION= 0.57 GIT_ECHO_VERSION= 0-g91ee9a8 @@ -502,15 +485,6 @@ CONFIGURE_ARGS+=--with-http_stub_status_ CONFIGURE_ARGS+=--with-http_sub_module .endif -.if ${PORT_OPTIONS:MHTTP_UPLOAD} -IGNORE= UPLOAD: update require -NGINX_UPLOAD_VERSION= 2.2.0 -MASTER_SITES+= http://www.grid.net.ru/nginx/download/:upload -DISTFILES+= nginx_upload_module-${NGINX_UPLOAD_VERSION}.tar.gz:upload -CONFIGURE_ARGS+=--add-module=${WRKDIR}/nginx_upload_module-${NGINX_UPLOAD_VERSION} -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_http_upload_module.c -.endif - .if ${PORT_OPTIONS:MHTTP_UPLOAD_PROGRESS} NGINX_UPLOADPROGRESS_VERSION= 0.9.0 GIT_UPLOADPROGRESS_VERSION= 0-ga788dea @@ -519,7 +493,7 @@ DISTFILES+= masterzen-nginx-upload-progr CONFIGURE_ARGS+=--add-module=${WRKDIR}/masterzen-nginx-upload-progress-module-${GIT_UPLOADPROGRESS_VERSION:S/^0-g//} .endif -.if !empty(PORT_OPTIONS:MHTTP_UPSTREAM_FAIR) || !empty(PORT_OPTIONS:MSUPERVISORD) +.if !empty(PORT_OPTIONS:MHTTP_UPSTREAM_FAIR) NGINX_UPSTREAM_FAIR_VERSION= 20090923 MASTER_SITES+= ${MASTER_SITE_LOCAL:S/$/:upstreamfair/} MASTER_SITE_SUBDIR+= osa/:upstreamfair @@ -655,16 +629,6 @@ CFLAGS+= -DNDEBUG .endif .endif -.if ${PORT_OPTIONS:MPOSTGRES} -IGNORE= POSTGRES: update require -USES+= pgsql -NGINX_POSTGRES_VERSION= 0.9 -MASTER_SITES+= http://labs.frickle.com/files/:postgres -DISTFILES+= ngx_postgres-${NGINX_POSTGRES_VERSION}.tar.gz:postgres -CONFIGURE_ARGS+=--add-module=${WRKDIR}/ngx_postgres-${NGINX_POSTGRES_VERSION} -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_postgres-config -.endif - .if ${PORT_OPTIONS:MRDS_CSV} NGINX_RDS_CSV_VERSION= 0.05 GIT_RDS_CSV_VERSION= 0-g607e26b @@ -730,23 +694,6 @@ DISTFILES+= openresty-srcache-nginx-modu CONFIGURE_ARGS+=--add-module=${WRKDIR}/openresty-srcache-nginx-module-${GIT_SRCACHE_VERSION:S/^0-g//} .endif -.if ${PORT_OPTIONS:MSUPERVISORD} -IGNORE= SUPERVISORD: update require -NGINX_SUPERVISORD_VERSION= 1.4 -MASTER_SITES+= http://labs.frickle.com/files/:supervisord -DISTFILES+= ngx_supervisord-${NGINX_SUPERVISORD_VERSION}.tar.gz:supervisord -CONFIGURE_ARGS+=--add-module=${WRKDIR}/ngx_supervisord-${NGINX_SUPERVISORD_VERSION} -.endif - -.if ${PORT_OPTIONS:MTCP_PROXY} -IGNORE= TCP_PROXY: update require -NGINX_TCP_PROXY_VERSION= 0.26 -GIT_TCP_PROXY_VERSION= 0-gb83e5a6 -MASTER_SITES+= https://github.com/yaoweibin/nginx_tcp_proxy_module/tarball/v${NGINX_TCP_PROXY_VERSION}/:tcp_proxy -DISTFILES+= yaoweibin-nginx_tcp_proxy_module-v${NGINX_TCP_PROXY_VERSION}-${GIT_TCP_PROXY_VERSION}.tar.gz:tcp_proxy -CONFIGURE_ARGS+=--add-module=${WRKDIR}/yaoweibin-nginx_tcp_proxy_module-${GIT_TCP_PROXY_VERSION:S/^0-g//} -.endif - .if ${PORT_OPTIONS:MUDPLOG} NGINX_UDPLOG_VERSION= 1.0.0 MASTER_SITES+= http://www.grid.net.ru/nginx/download/:udplog @@ -910,11 +857,6 @@ post-patch: s!-Iext/libeio!!' \ ${WRKDIR}/passenger-${PASSENGER_VERSION}/build/common_library.rb .endif -.if ${PORT_OPTIONS:MPOSTGRES} - @${REINPLACE_CMD} \ - 's!%%PREFIX%%!${LOCALBASE}!g' \ - ${WRKDIR}/ngx_postgres-${NGINX_POSTGRES_VERSION}/config -.endif .if ${PORT_OPTIONS:MSFLOW} @${REINPLACE_CMD} \ 's!%%PREFIX%%!${LOCALBASE}!g' \ @@ -926,19 +868,6 @@ post-patch: ${WRKDIR}/openresty-lua-nginx-module-${GIT_LUA_VERSION:S/^0-g//}/src/ngx_http_lua_socket_tcp.c .endif .endif -.if ${PORT_OPTIONS:MSUPERVISORD} - ( cd ${WRKDIR}/nginx_upstream_fair-${NGINX_UPSTREAM_FAIR_VERSION} && \ - ${PATCH} -p0 < \ - ${WRKDIR}/ngx_supervisord-${NGINX_SUPERVISORD_VERSION}/patches/ngx_http_upstream_fair_module.patch ) - ( cd ${WRKSRC} && \ - ${PATCH} -p0 < \ - ${WRKDIR}/ngx_supervisord-${NGINX_SUPERVISORD_VERSION}/patches/ngx_http_upstream_init_busy-0.8.17.patch ) -.endif -.if ${PORT_OPTIONS:MTCP_PROXY} - ( cd ${WRKSRC} && \ - ${PATCH} -p1 < \ - ${WRKDIR}/yaoweibin-nginx_tcp_proxy_module-${GIT_TCP_PROXY_VERSION:S/^0-g//}/tcp.patch ) -.endif .if ${PORT_OPTIONS:MICONV} @${REINPLACE_CMD} \ 's!%%PREFIX%%!${LOCALBASE}!g' \ Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Sun Apr 26 22:04:57 2015 (r384806) +++ head/www/nginx-devel/distinfo Mon Apr 27 02:16:04 2015 (r384807) @@ -12,8 +12,6 @@ SHA256 (ngx_http_auth_pam_module-1.2.tar SIZE (ngx_http_auth_pam_module-1.2.tar.gz) = 5424 SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c SIZE (ngx_cache_purge-2.3.tar.gz) = 12248 -SHA256 (ngx_ctpp2-0.5.tar.gz) = f8adfecc23e2c23af95df8549ef92fd52598b21506a9d9df2278b2605668d5a6 -SIZE (ngx_ctpp2-0.5.tar.gz) = 19686 SHA256 (openresty-echo-nginx-module-v0.57-0-g91ee9a8.tar.gz) = 1c20511adb616917cfa13868a19b8dfefe7f9c7c31730a81ad6f0a8a67d61d04 SIZE (openresty-echo-nginx-module-v0.57-0-g91ee9a8.tar.gz) = 65082 SHA256 (openresty-headers-more-nginx-module-v0.26-0-gd20bf26.tar.gz) = 5ef76a714f4a0444f8c0ff12c50ca7cc2ba21c76799bd84d8e14fbfc0d43b646 @@ -40,8 +38,6 @@ SHA256 (ngx_http_response-0.3.tar.gz) = SIZE (ngx_http_response-0.3.tar.gz) = 2244 SHA256 (yaoweibin-ngx_http_substitutions_filter_module-0.6.2-0-g27a01b3.tar.gz) = 81864aa6ca85df70d55a2574ce8aefd21ad7ea88fc012a328e59c125e56d1e77 SIZE (yaoweibin-ngx_http_substitutions_filter_module-0.6.2-0-g27a01b3.tar.gz) = 91895 -SHA256 (nginx_upload_module-2.2.0.tar.gz) = b1c26abe0427180602e257627b4ed21848c93cc20cefc33af084983767d65805 -SIZE (nginx_upload_module-2.2.0.tar.gz) = 25796 SHA256 (masterzen-nginx-upload-progress-module-v0.9.0-0-ga788dea.tar.gz) = 3fb903dab595cf6656fa0fc5743a48daffbba2f6b5c554836be630800eaad4e2 SIZE (masterzen-nginx-upload-progress-module-v0.9.0-0-ga788dea.tar.gz) = 17020 SHA256 (nginx_upstream_fair-20090923.tar.gz) = ec9ed7f856263e17faadee3dc7209932364ded4e546b829841c2454aa432450b @@ -74,8 +70,6 @@ SHA256 (naxsi-core-0.50.tgz) = 7cece5f9d SIZE (naxsi-core-0.50.tgz) = 49809 SHA256 (passenger-5.0.6.tar.gz) = c82e9fbd7dcdac592b791a6f6de4cf2decd038f76509704c600c113e4f8b2fca SIZE (passenger-5.0.6.tar.gz) = 4949137 -SHA256 (ngx_postgres-0.9.tar.gz) = aac0141e73b5c440927b7e040072f120b36e49deb2ff36ad00ff96a80622fbec -SIZE (ngx_postgres-0.9.tar.gz) = 41022 SHA256 (openresty-rds-csv-nginx-module-v0.05-0-g607e26b.tar.gz) = d5f14e45c6dc0d039ad52ae889775b5af1ff80a1c8edb69361c1581aca5d0b8f SIZE (openresty-rds-csv-nginx-module-v0.05-0-g607e26b.tar.gz) = 18416 SHA256 (openresty-rds-json-nginx-module-v0.13-0-g8292070.tar.gz) = e0813f2d1e0d499c4f44f7957253c7804ccc0d3a7d4446ac0c6eec834e9c21f4 @@ -94,10 +88,6 @@ SHA256 (ngx_slowfs_cache-1.10.tar.gz) = SIZE (ngx_slowfs_cache-1.10.tar.gz) = 11809 SHA256 (openresty-srcache-nginx-module-v0.29-0-gc521830.tar.gz) = 3d671f7e07b89fa4d8130aec419c3fd3b7e070b09d1fda58468793f0d95364fc SIZE (openresty-srcache-nginx-module-v0.29-0-gc521830.tar.gz) = 58867 -SHA256 (ngx_supervisord-1.4.tar.gz) = 0954a4efb1b955692acf523e169221146d6aa93ad1643c9f2482f75a1fbf9e3b -SIZE (ngx_supervisord-1.4.tar.gz) = 19351 -SHA256 (yaoweibin-nginx_tcp_proxy_module-v0.26-0-gb83e5a6.tar.gz) = 4d843b8d0511b269382938ba5546f902ec24dbfa76c12f6bd6961d7aaaf3866a -SIZE (yaoweibin-nginx_tcp_proxy_module-v0.26-0-gb83e5a6.tar.gz) = 127346 SHA256 (nginx_udplog_module-1.0.0.tar.gz) = e0c0bfa524c3a675ad6c08b916d08e57ef45f9818cb8a0d848c2c83785c6e659 SIZE (nginx_udplog_module-1.0.0.tar.gz) = 6284 SHA256 (gabor-nginx-x-rid-header-0daa3cc.tar.gz) = 136239b8f9ab2fbefb2aabc6897d3f12cc8063ce817901f9b8a624e12fbc6035 @@ -110,3 +100,5 @@ SHA256 (calio-form-input-nginx-module-v0 SIZE (calio-form-input-nginx-module-v0.07-0-g78de845.tar.gz) = 10580 SHA256 (calio-iconv-nginx-module-v0.10-0-gb37efb5.tar.gz) = e90a406a14d5f419bd500e19082da81390e8ba6040926857926f1a899a53379d SIZE (calio-iconv-nginx-module-v0.10-0-gb37efb5.tar.gz) = 12510 +SHA256 (1.2.4.tar.gz) = f79521a25322cb4f504547a0b0f76fd9d024c14440e5d790e26dda70ea4f701a +SIZE (1.2.4.tar.gz) = 120448 Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Sun Apr 26 22:04:57 2015 (r384806) +++ head/www/nginx/Makefile Mon Apr 27 02:16:04 2015 (r384807) @@ -74,7 +74,6 @@ OPTIONS_DEFINE= \ HTTP_REDIS \ HTTP_RESPONSE \ HTTP_SUBS_FILTER \ - HTTP_UPLOAD \ HTTP_UPLOAD_PROGRESS \ HTTP_UPSTREAM_FAIR \ HTTP_UPSTREAM_STICKY \ @@ -91,7 +90,6 @@ OPTIONS_DEFINE= \ MODSECURITY \ NAXSI \ PASSENGER \ - POSTGRES \ RDS_CSV \ RDS_JSON \ REDIS2 \ @@ -100,8 +98,6 @@ OPTIONS_DEFINE= \ SFLOW \ SLOWFS_CACHE \ SRCACHE \ - SUPERVISORD \ - TCP_PROXY \ UDPLOG \ XRID_HEADER \ XSS \ @@ -163,7 +159,6 @@ HTTP_PUSH_STREAM_DESC= 3rd party push s HTTP_REDIS_DESC= 3rd party http_redis module HTTP_RESPONSE_DESC= 3rd party http_response module HTTP_SUBS_FILTER_DESC= 3rd party subs filter module -HTTP_UPLOAD_DESC= 3rd party upload module HTTP_UPLOAD_PROGRESS_DESC= 3rd party uploadprogress module HTTP_UPSTREAM_FAIR_DESC= 3rd party upstream fair module HTTP_UPSTREAM_STICKY_DESC= 3rd party upstream sticky module @@ -180,7 +175,6 @@ MEMC_DESC= 3rd party memc (memcached) MODSECURITY_DESC= 3rd party mod_security module NAXSI_DESC= 3rd party naxsi module PASSENGER_DESC= 3rd party passenger module -POSTGRES_DESC= 3rd party postgresql module RDS_CSV_DESC= 3rd party rds_csv module RDS_JSON_DESC= 3rd party rds_json module REDIS2_DESC= 3rd party redis2 module @@ -189,8 +183,6 @@ SET_MISC_DESC= 3rd party set_misc modu SFLOW_DESC= 3rd party sflow module SLOWFS_CACHE_DESC= 3rd party slowfs_cache module SRCACHE_DESC= 3rd party srcache module -SUPERVISORD_DESC= 3rd party supervisord module -TCP_PROXY_DESC= 3rd party tcp_proxy module UDPLOG_DESC= 3rd party udplog (syslog) module XRID_HEADER_DESC= 3rd party x-rid header module XSS_DESC= 3rd party xss module @@ -325,15 +317,6 @@ DISTFILES+= ngx_cache_purge-${NGINX_CACH CONFIGURE_ARGS+=--add-module=${WRKDIR}/ngx_cache_purge-${NGINX_CACHE_PURGE_VERSION} .endif -.if ${PORT_OPTIONS:MCTPP2} -IGNORE= CTPP2: update require -LIB_DEPENDS+= libctpp2.so:${PORTSDIR}/textproc/ctpp2 -NGINX_CTPP2_VERSION= 0.5 -MASTER_SITES+= http://dl.vbart.ru/ngx-ctpp/:ctpp2 -DISTFILES+= ngx_ctpp2-${NGINX_CTPP2_VERSION}.tar.gz:ctpp2 -CONFIGURE_ARGS+=--add-module=${WRKDIR}/ngx_ctpp2-${NGINX_CTPP2_VERSION} -.endif - .if ${PORT_OPTIONS:MECHO} NGINX_ECHO_VERSION= 0.57 GIT_ECHO_VERSION= 0-g91ee9a8 @@ -502,15 +485,6 @@ CONFIGURE_ARGS+=--with-http_stub_status_ CONFIGURE_ARGS+=--with-http_sub_module .endif -.if ${PORT_OPTIONS:MHTTP_UPLOAD} -IGNORE= UPLOAD: update require -NGINX_UPLOAD_VERSION= 2.2.0 -MASTER_SITES+= http://www.grid.net.ru/nginx/download/:upload -DISTFILES+= nginx_upload_module-${NGINX_UPLOAD_VERSION}.tar.gz:upload -CONFIGURE_ARGS+=--add-module=${WRKDIR}/nginx_upload_module-${NGINX_UPLOAD_VERSION} -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_http_upload_module.c -.endif - .if ${PORT_OPTIONS:MHTTP_UPLOAD_PROGRESS} NGINX_UPLOADPROGRESS_VERSION= 0.9.0 GIT_UPLOADPROGRESS_VERSION= 0-ga788dea @@ -519,7 +493,7 @@ DISTFILES+= masterzen-nginx-upload-progr CONFIGURE_ARGS+=--add-module=${WRKDIR}/masterzen-nginx-upload-progress-module-${GIT_UPLOADPROGRESS_VERSION:S/^0-g//} .endif -.if !empty(PORT_OPTIONS:MHTTP_UPSTREAM_FAIR) || !empty(PORT_OPTIONS:MSUPERVISORD) +.if !empty(PORT_OPTIONS:MHTTP_UPSTREAM_FAIR) NGINX_UPSTREAM_FAIR_VERSION= 20090923 MASTER_SITES+= ${MASTER_SITE_LOCAL:S/$/:upstreamfair/} MASTER_SITE_SUBDIR+= osa/:upstreamfair @@ -655,16 +629,6 @@ CFLAGS+= -DNDEBUG .endif .endif -.if ${PORT_OPTIONS:MPOSTGRES} -IGNORE= POSTGRES: update require -USES+= pgsql -NGINX_POSTGRES_VERSION= 0.9 -MASTER_SITES+= http://labs.frickle.com/files/:postgres -DISTFILES+= ngx_postgres-${NGINX_POSTGRES_VERSION}.tar.gz:postgres -CONFIGURE_ARGS+=--add-module=${WRKDIR}/ngx_postgres-${NGINX_POSTGRES_VERSION} -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_postgres-config -.endif - .if ${PORT_OPTIONS:MRDS_CSV} NGINX_RDS_CSV_VERSION= 0.05 GIT_RDS_CSV_VERSION= 0-g607e26b @@ -730,23 +694,6 @@ DISTFILES+= openresty-srcache-nginx-modu CONFIGURE_ARGS+=--add-module=${WRKDIR}/openresty-srcache-nginx-module-${GIT_SRCACHE_VERSION:S/^0-g//} .endif -.if ${PORT_OPTIONS:MSUPERVISORD} -IGNORE= SUPERVISORD: update require -NGINX_SUPERVISORD_VERSION= 1.4 -MASTER_SITES+= http://labs.frickle.com/files/:supervisord -DISTFILES+= ngx_supervisord-${NGINX_SUPERVISORD_VERSION}.tar.gz:supervisord -CONFIGURE_ARGS+=--add-module=${WRKDIR}/ngx_supervisord-${NGINX_SUPERVISORD_VERSION} -.endif - -.if ${PORT_OPTIONS:MTCP_PROXY} -IGNORE= TCP_PROXY: update require -NGINX_TCP_PROXY_VERSION= 0.26 -GIT_TCP_PROXY_VERSION= 0-gb83e5a6 -MASTER_SITES+= https://github.com/yaoweibin/nginx_tcp_proxy_module/tarball/v${NGINX_TCP_PROXY_VERSION}/:tcp_proxy -DISTFILES+= yaoweibin-nginx_tcp_proxy_module-v${NGINX_TCP_PROXY_VERSION}-${GIT_TCP_PROXY_VERSION}.tar.gz:tcp_proxy -CONFIGURE_ARGS+=--add-module=${WRKDIR}/yaoweibin-nginx_tcp_proxy_module-${GIT_TCP_PROXY_VERSION:S/^0-g//} -.endif - .if ${PORT_OPTIONS:MUDPLOG} NGINX_UDPLOG_VERSION= 1.0.0 MASTER_SITES+= http://www.grid.net.ru/nginx/download/:udplog @@ -910,11 +857,6 @@ post-patch: s!-Iext/libeio!!' \ ${WRKDIR}/passenger-${PASSENGER_VERSION}/build/common_library.rb .endif -.if ${PORT_OPTIONS:MPOSTGRES} - @${REINPLACE_CMD} \ - 's!%%PREFIX%%!${LOCALBASE}!g' \ - ${WRKDIR}/ngx_postgres-${NGINX_POSTGRES_VERSION}/config -.endif .if ${PORT_OPTIONS:MSFLOW} @${REINPLACE_CMD} \ 's!%%PREFIX%%!${LOCALBASE}!g' \ @@ -926,19 +868,6 @@ post-patch: ${WRKDIR}/openresty-lua-nginx-module-${GIT_LUA_VERSION:S/^0-g//}/src/ngx_http_lua_socket_tcp.c .endif .endif -.if ${PORT_OPTIONS:MSUPERVISORD} - ( cd ${WRKDIR}/nginx_upstream_fair-${NGINX_UPSTREAM_FAIR_VERSION} && \ - ${PATCH} -p0 < \ - ${WRKDIR}/ngx_supervisord-${NGINX_SUPERVISORD_VERSION}/patches/ngx_http_upstream_fair_module.patch ) - ( cd ${WRKSRC} && \ - ${PATCH} -p0 < \ - ${WRKDIR}/ngx_supervisord-${NGINX_SUPERVISORD_VERSION}/patches/ngx_http_upstream_init_busy-0.8.17.patch ) -.endif -.if ${PORT_OPTIONS:MTCP_PROXY} - ( cd ${WRKSRC} && \ - ${PATCH} -p1 < \ - ${WRKDIR}/yaoweibin-nginx_tcp_proxy_module-${GIT_TCP_PROXY_VERSION:S/^0-g//}/tcp.patch ) -.endif .if ${PORT_OPTIONS:MICONV} @${REINPLACE_CMD} \ 's!%%PREFIX%%!${LOCALBASE}!g' \ Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Sun Apr 26 22:04:57 2015 (r384806) +++ head/www/nginx/distinfo Mon Apr 27 02:16:04 2015 (r384807) @@ -12,8 +12,6 @@ SHA256 (ngx_http_auth_pam_module-1.2.tar SIZE (ngx_http_auth_pam_module-1.2.tar.gz) = 5424 SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c SIZE (ngx_cache_purge-2.3.tar.gz) = 12248 -SHA256 (ngx_ctpp2-0.5.tar.gz) = f8adfecc23e2c23af95df8549ef92fd52598b21506a9d9df2278b2605668d5a6 -SIZE (ngx_ctpp2-0.5.tar.gz) = 19686 SHA256 (openresty-echo-nginx-module-v0.57-0-g91ee9a8.tar.gz) = 1c20511adb616917cfa13868a19b8dfefe7f9c7c31730a81ad6f0a8a67d61d04 SIZE (openresty-echo-nginx-module-v0.57-0-g91ee9a8.tar.gz) = 65082 SHA256 (openresty-headers-more-nginx-module-v0.26-0-gd20bf26.tar.gz) = 5ef76a714f4a0444f8c0ff12c50ca7cc2ba21c76799bd84d8e14fbfc0d43b646 @@ -40,8 +38,6 @@ SHA256 (ngx_http_response-0.3.tar.gz) = SIZE (ngx_http_response-0.3.tar.gz) = 2244 SHA256 (yaoweibin-ngx_http_substitutions_filter_module-0.6.2-0-g27a01b3.tar.gz) = 81864aa6ca85df70d55a2574ce8aefd21ad7ea88fc012a328e59c125e56d1e77 SIZE (yaoweibin-ngx_http_substitutions_filter_module-0.6.2-0-g27a01b3.tar.gz) = 91895 -SHA256 (nginx_upload_module-2.2.0.tar.gz) = b1c26abe0427180602e257627b4ed21848c93cc20cefc33af084983767d65805 -SIZE (nginx_upload_module-2.2.0.tar.gz) = 25796 SHA256 (masterzen-nginx-upload-progress-module-v0.9.0-0-ga788dea.tar.gz) = 3fb903dab595cf6656fa0fc5743a48daffbba2f6b5c554836be630800eaad4e2 SIZE (masterzen-nginx-upload-progress-module-v0.9.0-0-ga788dea.tar.gz) = 17020 SHA256 (nginx_upstream_fair-20090923.tar.gz) = ec9ed7f856263e17faadee3dc7209932364ded4e546b829841c2454aa432450b @@ -74,8 +70,6 @@ SHA256 (naxsi-core-0.50.tgz) = 7cece5f9d SIZE (naxsi-core-0.50.tgz) = 49809 SHA256 (passenger-5.0.6.tar.gz) = c82e9fbd7dcdac592b791a6f6de4cf2decd038f76509704c600c113e4f8b2fca SIZE (passenger-5.0.6.tar.gz) = 4949137 -SHA256 (ngx_postgres-0.9.tar.gz) = aac0141e73b5c440927b7e040072f120b36e49deb2ff36ad00ff96a80622fbec -SIZE (ngx_postgres-0.9.tar.gz) = 41022 SHA256 (openresty-rds-csv-nginx-module-v0.05-0-g607e26b.tar.gz) = d5f14e45c6dc0d039ad52ae889775b5af1ff80a1c8edb69361c1581aca5d0b8f SIZE (openresty-rds-csv-nginx-module-v0.05-0-g607e26b.tar.gz) = 18416 SHA256 (openresty-rds-json-nginx-module-v0.13-0-g8292070.tar.gz) = e0813f2d1e0d499c4f44f7957253c7804ccc0d3a7d4446ac0c6eec834e9c21f4 @@ -94,10 +88,6 @@ SHA256 (ngx_slowfs_cache-1.10.tar.gz) = SIZE (ngx_slowfs_cache-1.10.tar.gz) = 11809 SHA256 (openresty-srcache-nginx-module-v0.29-0-gc521830.tar.gz) = 3d671f7e07b89fa4d8130aec419c3fd3b7e070b09d1fda58468793f0d95364fc SIZE (openresty-srcache-nginx-module-v0.29-0-gc521830.tar.gz) = 58867 -SHA256 (ngx_supervisord-1.4.tar.gz) = 0954a4efb1b955692acf523e169221146d6aa93ad1643c9f2482f75a1fbf9e3b -SIZE (ngx_supervisord-1.4.tar.gz) = 19351 -SHA256 (yaoweibin-nginx_tcp_proxy_module-v0.26-0-gb83e5a6.tar.gz) = 4d843b8d0511b269382938ba5546f902ec24dbfa76c12f6bd6961d7aaaf3866a -SIZE (yaoweibin-nginx_tcp_proxy_module-v0.26-0-gb83e5a6.tar.gz) = 127346 SHA256 (nginx_udplog_module-1.0.0.tar.gz) = e0c0bfa524c3a675ad6c08b916d08e57ef45f9818cb8a0d848c2c83785c6e659 SIZE (nginx_udplog_module-1.0.0.tar.gz) = 6284 SHA256 (gabor-nginx-x-rid-header-0daa3cc.tar.gz) = 136239b8f9ab2fbefb2aabc6897d3f12cc8063ce817901f9b8a624e12fbc6035 @@ -110,3 +100,5 @@ SHA256 (calio-form-input-nginx-module-v0 SIZE (calio-form-input-nginx-module-v0.07-0-g78de845.tar.gz) = 10580 SHA256 (calio-iconv-nginx-module-v0.10-0-gb37efb5.tar.gz) = e90a406a14d5f419bd500e19082da81390e8ba6040926857926f1a899a53379d SIZE (calio-iconv-nginx-module-v0.10-0-gb37efb5.tar.gz) = 12510 +SHA256 (1.2.4.tar.gz) = f79521a25322cb4f504547a0b0f76fd9d024c14440e5d790e26dda70ea4f701a +SIZE (1.2.4.tar.gz) = 120448 From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 02:26:19 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 00783F73; Mon, 27 Apr 2015 02:26:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C7C631EB1; Mon, 27 Apr 2015 02:26:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3R2QI4S023102; Mon, 27 Apr 2015 02:26:18 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3R2QIwj023101; Mon, 27 Apr 2015 02:26:18 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201504270226.t3R2QIwj023101@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Mon, 27 Apr 2015 02:26:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384808 - in head/www: nginx-devel/files nginx/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 02:26:19 -0000 Author: osa Date: Mon Apr 27 02:26:18 2015 New Revision: 384808 URL: https://svnweb.freebsd.org/changeset/ports/384808 Log: Remove needless patch, I've just forgotten to remove it in previous commit. Deleted: head/www/nginx-devel/files/extra-patch-ngx_http_upload_module.c head/www/nginx/files/extra-patch-ngx_http_upload_module.c From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 02:42:24 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 655281D0; Mon, 27 Apr 2015 02:42:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 526FE103F; Mon, 27 Apr 2015 02:42:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3R2gOqw032506; Mon, 27 Apr 2015 02:42:24 GMT (envelope-from ashish@FreeBSD.org) Received: (from ashish@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3R2gNjt032497; Mon, 27 Apr 2015 02:42:23 GMT (envelope-from ashish@FreeBSD.org) Message-Id: <201504270242.t3R2gNjt032497@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ashish set sender to ashish@FreeBSD.org using -f From: Ashish SHUKLA Date: Mon, 27 Apr 2015 02:42:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384809 - in head: . mail/opensmtpd mail/opensmtpd/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 02:42:24 -0000 Author: ashish Date: Mon Apr 27 02:42:22 2015 New Revision: 384809 URL: https://svnweb.freebsd.org/changeset/ports/384809 Log: - Update to 5.4.5p1 - Remove OPTIONS for the features unsupported upstream: SQLITE, MYSQL, LDAP, PGSQL, and REDIS - Add workaround to prevent unnecessary dependency on autotools, due to problem with tarball - Add note to UPDATING about the removal of OPTIONS Modified: head/UPDATING head/mail/opensmtpd/Makefile head/mail/opensmtpd/distinfo head/mail/opensmtpd/files/patch-mk_smtpd_Makefile.in Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Apr 27 02:26:18 2015 (r384808) +++ head/UPDATING Mon Apr 27 02:42:22 2015 (r384809) @@ -5,6 +5,21 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20150427: + AFFECTS: users of mail/opensmtpd + AUTHOR: ashish@FreeBSD.org + + Following OPTIONS are being removed in 5.4.5p1: + + - LDAP + - SQLITE + - MYSQL + - PGSQL + - REDIS + + They are disabled/removed in upstream since 5.4.4p1, but did not get removed + from port. + 20150420: AFFECTS: users of devel/icu AUTHOR: bapt@FreeBSD.org Modified: head/mail/opensmtpd/Makefile ============================================================================== --- head/mail/opensmtpd/Makefile Mon Apr 27 02:26:18 2015 (r384808) +++ head/mail/opensmtpd/Makefile Mon Apr 27 02:42:22 2015 (r384809) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= opensmtpd -PORTVERSION= 5.4.4 -PORTREVISION= 1 +PORTVERSION= 5.4.5 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= http://www.opensmtpd.org/archives/ \ @@ -18,8 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2 -OPTIONS_DEFINE= CA_BUNDLE PAM SQLITE MYSQL PGSQL LDAP REDIS LIBASRDEVEL \ - MAILERCONF +OPTIONS_DEFINE= CA_BUNDLE PAM LIBASRDEVEL MAILERCONF OPTIONS_DEFAULT= CA_BUNDLE PAM @@ -52,24 +50,11 @@ LIBASRDEVEL_LIB_DEPENDS= libasr.so:${POR CA_BUNDLE_CONFIGURE_ON= --with-ca-file=${LOCALBASE}/share/certs/ca-root-nss.crt CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss -MYSQL_USE= MYSQL=yes -MYSQL_CFLAGS= -I${LOCALBASE}/include/mysql -MYSQL_LDFLAGS= -L${LOCALBASE}/lib/mysql -MYSQL_CONFIGURE_ON= --with-experimental-mysql - -SQLITE_USE= SQLITE=3 -SQLITE_CFLAGS= -I${LOCALBASE}/include -SQLITE_LDFLAGS= -L${LOCALBASE}/lib -SQLITE_CONFIGURE_ON= --with-experimental-sqlite - -PGSQL_USES= pgsql -PGSQL_CONFIGURE_ON= --with-experimental-postgres - -LDAP_CONFIGURE_ON= --with-experimental-ldap - PAM_CONFIGURE_ON= --with-pam --with-pam-service=smtpd -REDIS_LIB_DEPENDS= libhiredis.so:${PORTSDIR}/databases/hiredis -REDIS_CONFIGURE_ON= --with-experimental-redis +post-patch: + @${FIND} ${WRKSRC} -type f -name 'Makefile.in' |${XARGS} ${TOUCH} + @${TOUCH} ${WRKSRC}/aclocal.m4 ${WRKSRC}/Makefile.in + @${TOUCH} ${WRKSRC}/config.h.in ${WRKSRC}/configure .include Modified: head/mail/opensmtpd/distinfo ============================================================================== --- head/mail/opensmtpd/distinfo Mon Apr 27 02:26:18 2015 (r384808) +++ head/mail/opensmtpd/distinfo Mon Apr 27 02:42:22 2015 (r384809) @@ -1,2 +1,2 @@ -SHA256 (opensmtpd-5.4.4p1.tar.gz) = 1118330aa54e9a8a30914a1f2e129a83f2954a5956300eade522a1396f6d8ebd -SIZE (opensmtpd-5.4.4p1.tar.gz) = 798968 +SHA256 (opensmtpd-5.4.5p1.tar.gz) = 7a926cee9b237c443fa83b372ddd92ecaafc56bd7c4ed65e14e73d8d6f665197 +SIZE (opensmtpd-5.4.5p1.tar.gz) = 797097 Modified: head/mail/opensmtpd/files/patch-mk_smtpd_Makefile.in ============================================================================== --- head/mail/opensmtpd/files/patch-mk_smtpd_Makefile.in Mon Apr 27 02:26:18 2015 (r384808) +++ head/mail/opensmtpd/files/patch-mk_smtpd_Makefile.in Mon Apr 27 02:42:22 2015 (r384809) @@ -3,7 +3,7 @@ $FreeBSD$ --- mk/smtpd/Makefile.in.orig +++ mk/smtpd/Makefile.in -@@ -1782,11 +1782,7 @@ +@@ -1793,11 +1793,7 @@ $(MKDIR_P) $(DESTDIR)$(mandir)/$(mansubdir)5 $(MKDIR_P) $(DESTDIR)$(mandir)/$(mansubdir)8 From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 02:48:30 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CD72D2FF; Mon, 27 Apr 2015 02:48:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AE18C1063; Mon, 27 Apr 2015 02:48:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3R2mUfV033527; Mon, 27 Apr 2015 02:48:30 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3R2mTgd033521; Mon, 27 Apr 2015 02:48:29 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201504270248.t3R2mTgd033521@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 27 Apr 2015 02:48:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384810 - in head/devel: . p5-Unix-Groups X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 02:48:31 -0000 Author: adamw Date: Mon Apr 27 02:48:28 2015 New Revision: 384810 URL: https://svnweb.freebsd.org/changeset/ports/384810 Log: Add devel/p5-Unix-Groups, a wrapper around getgroups and setgroups. Added: head/devel/p5-Unix-Groups/ head/devel/p5-Unix-Groups/Makefile (contents, props changed) head/devel/p5-Unix-Groups/distinfo (contents, props changed) head/devel/p5-Unix-Groups/pkg-descr (contents, props changed) head/devel/p5-Unix-Groups/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Apr 27 02:42:22 2015 (r384809) +++ head/devel/Makefile Mon Apr 27 02:48:28 2015 (r384810) @@ -3198,6 +3198,7 @@ SUBDIR += p5-UUID-Random-Patch-UseMRS SUBDIR += p5-UUID-Tiny SUBDIR += p5-Uniq + SUBDIR += p5-Unix-Groups SUBDIR += p5-Unix-Statgrab SUBDIR += p5-Unix-Uptime SUBDIR += p5-User-Identity Added: head/devel/p5-Unix-Groups/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Unix-Groups/Makefile Mon Apr 27 02:48:28 2015 (r384810) @@ -0,0 +1,17 @@ +# Created by: Adam Weinberger +# $FreeBSD$ + +PORTNAME= Unix-Groups +PORTVERSION= 0.01 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:OPI +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Perl support for getgroups and setgroups syscalls + +USES= perl5 +USE_PERL5= configure + +.include Added: head/devel/p5-Unix-Groups/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Unix-Groups/distinfo Mon Apr 27 02:48:28 2015 (r384810) @@ -0,0 +1,2 @@ +SHA256 (Unix-Groups-0.01.tar.gz) = 5b3f9ffad4bde9ba8c3b8dfc9f73446d93c0a18952ff983ed9453ae3ecb6584c +SIZE (Unix-Groups-0.01.tar.gz) = 45419 Added: head/devel/p5-Unix-Groups/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Unix-Groups/pkg-descr Mon Apr 27 02:48:28 2015 (r384810) @@ -0,0 +1,4 @@ +This module implements a very thin layer around the getgroups(2) and +setgroups(2) syscalls. + +WWW: https://metacpan.org/pod/Unix::Groups Added: head/devel/p5-Unix-Groups/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Unix-Groups/pkg-plist Mon Apr 27 02:48:28 2015 (r384810) @@ -0,0 +1,3 @@ +%%SITE_ARCH%%/Unix/Groups.pm +%%SITE_ARCH%%/auto/Unix/Groups/Groups.so +%%PERL5_MAN3%%/Unix::Groups.3.gz From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 02:57:10 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0720B449; Mon, 27 Apr 2015 02:57:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E8E081149; Mon, 27 Apr 2015 02:57:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3R2v9iY038410; Mon, 27 Apr 2015 02:57:09 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3R2v8FX038403; Mon, 27 Apr 2015 02:57:08 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201504270257.t3R2v8FX038403@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 27 Apr 2015 02:57:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384811 - in head/www: . p5-Mojolicious-Plugin-SetUserGroup X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 02:57:10 -0000 Author: adamw Date: Mon Apr 27 02:57:08 2015 New Revision: 384811 URL: https://svnweb.freebsd.org/changeset/ports/384811 Log: Add www/p5-Mojolicious-Plugin-SetUserGroup, a plugin to set the user and group as which the Mojolicious daemon runs. Added: head/www/p5-Mojolicious-Plugin-SetUserGroup/ head/www/p5-Mojolicious-Plugin-SetUserGroup/Makefile (contents, props changed) head/www/p5-Mojolicious-Plugin-SetUserGroup/distinfo (contents, props changed) head/www/p5-Mojolicious-Plugin-SetUserGroup/pkg-descr (contents, props changed) head/www/p5-Mojolicious-Plugin-SetUserGroup/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Apr 27 02:48:28 2015 (r384810) +++ head/www/Makefile Mon Apr 27 02:57:08 2015 (r384811) @@ -1056,6 +1056,7 @@ SUBDIR += p5-Mojolicious-Plugin-Authentication SUBDIR += p5-Mojolicious-Plugin-Database SUBDIR += p5-Mojolicious-Plugin-Mongodb + SUBDIR += p5-Mojolicious-Plugin-SetUserGroup SUBDIR += p5-Mojolicious-Plugin-TtRenderer SUBDIR += p5-Mojolicious-Plugin-YamlConfig SUBDIR += p5-Monoceros Added: head/www/p5-Mojolicious-Plugin-SetUserGroup/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Mojolicious-Plugin-SetUserGroup/Makefile Mon Apr 27 02:57:08 2015 (r384811) @@ -0,0 +1,30 @@ +# Created by: Adam Weinberger +# $FreeBSD$ + +PORTNAME= Mojolicious-Plugin-SetUserGroup +PORTVERSION= 0.001 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:DBOOK +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Mojolicious plugin to set unprivileged credentials + +LICENSE= ART20 + +BUILD_DEPENDS= p5-Mojolicious>=6.0:${PORTSDIR}/www/p5-Mojolicious \ + p5-Unix-Groups>=0:${PORTSDIR}/devel/p5-Unix-Groups +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure + +.include + +.if ${PERL_LEVEL} < 501905 +BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.33:${PORTSDIR}/lang/p5-Scalar-List-Utils +RUN_DEPENDS+= p5-Scalar-List-Utils>=1.33:${PORTSDIR}/lang/p5-Scalar-List-Utils +.endif + +.include Added: head/www/p5-Mojolicious-Plugin-SetUserGroup/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Mojolicious-Plugin-SetUserGroup/distinfo Mon Apr 27 02:57:08 2015 (r384811) @@ -0,0 +1,2 @@ +SHA256 (Mojolicious-Plugin-SetUserGroup-0.001.tar.gz) = 62ba9db779b44cfae3672898d866ece1e55ecd6bd644d6f5453f6099e2e7945f +SIZE (Mojolicious-Plugin-SetUserGroup-0.001.tar.gz) = 8070 Added: head/www/p5-Mojolicious-Plugin-SetUserGroup/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Mojolicious-Plugin-SetUserGroup/pkg-descr Mon Apr 27 02:57:08 2015 (r384811) @@ -0,0 +1,12 @@ +This plugin is intended to replace the setuidgid functionality of Mojo::Server. +It should be loaded in application startup and it will change the user and +group credentials of the process when Mojo::IOLoop is started, which occurs in +each worker process of a Mojo::Server::Prefork daemon like hypnotoad. + +This allows an application to be started as root so it can bind to privileged +ports such as port 80 or 443, but run worker processes as unprivileged users. +However, if the application is not started as root, it will most likely fail to +change credentials. So, you should only set the user/group when the application +is started as root. + +https://metacpan.org/pod/Mojolicious::Plugin::SetUserGroup Added: head/www/p5-Mojolicious-Plugin-SetUserGroup/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Mojolicious-Plugin-SetUserGroup/pkg-plist Mon Apr 27 02:57:08 2015 (r384811) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Mojolicious/Plugin/SetUserGroup.pm +%%PERL5_MAN3%%/Mojolicious::Plugin::SetUserGroup.3.gz From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 03:01:08 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2E92D91C; Mon, 27 Apr 2015 03:01:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 04C911307; Mon, 27 Apr 2015 03:01:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3R317iG043079; Mon, 27 Apr 2015 03:01:07 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3R317xI043077; Mon, 27 Apr 2015 03:01:07 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201504270301.t3R317xI043077@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 27 Apr 2015 03:01:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384812 - head/www/p5-Mojolicious X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 03:01:08 -0000 Author: adamw Date: Mon Apr 27 03:01:06 2015 New Revision: 384812 URL: https://svnweb.freebsd.org/changeset/ports/384812 Log: Update to 6.10. PLEASE NOTE: there is an important change here: - Removed support for user/group switching, because it never worked correctly, which means that this security feature has become an attack vector itself. If you depend on this functionality, you can now use the (www/p5-Mojolicious-Plugin-SetUserGroup) instead. Changes: https://metacpan.org/changes/release/SRI/Mojolicious-6.10 Also, while here, re-order two lines because it looks better this way and it was killing my OCD before. Modified: head/www/p5-Mojolicious/Makefile head/www/p5-Mojolicious/distinfo Modified: head/www/p5-Mojolicious/Makefile ============================================================================== --- head/www/p5-Mojolicious/Makefile Mon Apr 27 02:57:08 2015 (r384811) +++ head/www/p5-Mojolicious/Makefile Mon Apr 27 03:01:06 2015 (r384812) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojolicious -PORTVERSION= 6.09 +PORTVERSION= 6.10 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SRI @@ -22,8 +22,8 @@ OPTIONS_DEFAULT=TLS USE_PERL5= configure USES= perl5 -IPV6_BUILD_DEPENDS= p5-IO-Socket-IP>=0.26:${PORTSDIR}/net/p5-IO-Socket-IP IPV6_CATEGORIES= ipv6 +IPV6_BUILD_DEPENDS= p5-IO-Socket-IP>=0.26:${PORTSDIR}/net/p5-IO-Socket-IP IPV6_RUN_DEPENDS= p5-IO-Socket-IP>=0.26:${PORTSDIR}/net/p5-IO-Socket-IP TLS_BUILD_DEPENDS= p5-IO-Socket-SSL>=1.75:${PORTSDIR}/security/p5-IO-Socket-SSL TLS_RUN_DEPENDS= p5-IO-Socket-SSL>=1.75:${PORTSDIR}/security/p5-IO-Socket-SSL Modified: head/www/p5-Mojolicious/distinfo ============================================================================== --- head/www/p5-Mojolicious/distinfo Mon Apr 27 02:57:08 2015 (r384811) +++ head/www/p5-Mojolicious/distinfo Mon Apr 27 03:01:06 2015 (r384812) @@ -1,2 +1,2 @@ -SHA256 (Mojolicious-6.09.tar.gz) = a023bc9b5d78f6522dd7c75730bc64e6b6b87937eeb1d6a3eeaa8b112e5df94a -SIZE (Mojolicious-6.09.tar.gz) = 644130 +SHA256 (Mojolicious-6.10.tar.gz) = 57a3f9551fd4db8f37ebc42e20196c37de641d01e36e3a7d0c77193aca2c8a58 +SIZE (Mojolicious-6.10.tar.gz) = 644107 From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 03:35:56 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 17666C30; Mon, 27 Apr 2015 03:35:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 04BD8164F; Mon, 27 Apr 2015 03:35:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3R3ZtkU059182; Mon, 27 Apr 2015 03:35:55 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3R3ZtjK059180; Mon, 27 Apr 2015 03:35:55 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201504270335.t3R3ZtjK059180@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Mon, 27 Apr 2015 03:35:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384813 - head/sysutils/qjail X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 03:35:56 -0000 Author: vanilla Date: Mon Apr 27 03:35:54 2015 New Revision: 384813 URL: https://svnweb.freebsd.org/changeset/ports/384813 Log: Upgrae to 4.0. PR: 199684 Submitted by: maintainer Modified: head/sysutils/qjail/Makefile head/sysutils/qjail/distinfo Modified: head/sysutils/qjail/Makefile ============================================================================== --- head/sysutils/qjail/Makefile Mon Apr 27 03:01:06 2015 (r384812) +++ head/sysutils/qjail/Makefile Mon Apr 27 03:35:54 2015 (r384813) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qjail -PORTVERSION= 3.9 +PORTVERSION= 4.0 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME} Modified: head/sysutils/qjail/distinfo ============================================================================== --- head/sysutils/qjail/distinfo Mon Apr 27 03:01:06 2015 (r384812) +++ head/sysutils/qjail/distinfo Mon Apr 27 03:35:54 2015 (r384813) @@ -1,2 +1,2 @@ -SHA256 (qjail-3.9.tar.bz2) = 059a84d323b989455e5f49c9016a1e97e83f38f24414b361eaaeb54cb08f81fe -SIZE (qjail-3.9.tar.bz2) = 62448 +SHA256 (qjail-4.0.tar.bz2) = 5fe01602b223188df9bcd7b965945ce2f2f31c48fe8309c76fa8526c9dd0f62e +SIZE (qjail-4.0.tar.bz2) = 62588 From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 04:08:02 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CC05AEBF; Mon, 27 Apr 2015 04:08:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AC0CE18D4; Mon, 27 Apr 2015 04:08:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3R4822w074444; Mon, 27 Apr 2015 04:08:02 GMT (envelope-from adrian@FreeBSD.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3R481J2074438; Mon, 27 Apr 2015 04:08:02 GMT (envelope-from adrian@FreeBSD.org) Message-Id: <201504270408.t3R481J2074438@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adrian set sender to adrian@FreeBSD.org using -f From: Adrian Chadd Date: Mon, 27 Apr 2015 04:08:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384814 - in head/lang/gcc: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 04:08:03 -0000 Author: adrian (src committer) Date: Mon Apr 27 04:08:01 2015 New Revision: 384814 URL: https://svnweb.freebsd.org/changeset/ports/384814 Log: Implement the FreeBSD specific pieces for thread affinity for OpenMP. Upstream gcc 4.8 doesn't have support for this - it'll create threads, but it won't do any of the thread affinity stuff for FreeBSD. This allows for OMP_PROC_BIND=true to bind threads to their initial CPUs, leading to some pretty drastic improvements in performance for certain NUMA workloads. Approved by: gerald Added: head/lang/gcc/files/patch-libgomp-freebsd-affinity (contents, props changed) head/lang/gcc/files/patch-libgomp-posix-affinity (contents, props changed) Modified: head/lang/gcc/Makefile Modified: head/lang/gcc/Makefile ============================================================================== --- head/lang/gcc/Makefile Mon Apr 27 03:35:54 2015 (r384813) +++ head/lang/gcc/Makefile Mon Apr 27 04:08:01 2015 (r384814) @@ -3,7 +3,7 @@ PORTNAME= gcc PORTVERSION= 4.8.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= releases/gcc-${DISTVERSION} Added: head/lang/gcc/files/patch-libgomp-freebsd-affinity ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/gcc/files/patch-libgomp-freebsd-affinity Mon Apr 27 04:08:01 2015 (r384814) @@ -0,0 +1,117 @@ +--- libgomp/config/bsd/freebsd_affinity.c.orig 2015-04-26 05:29:16.795040000 -0700 ++++ libgomp/config/bsd/freebsd_affinity.c 2015-04-26 05:29:03.462728000 -0700 +@@ -0,0 +1,114 @@ ++/* Copyright (C) 2015 Free Software Foundation, Inc. ++ Contributed by Adrian Chadd . ++ Based on work by Jakub Jelinek . ++ ++ This file is part of the GNU OpenMP Library (libgomp). ++ ++ Libgomp is free software; you can redistribute it and/or modify it ++ under the terms of the GNU General Public License as published by ++ the Free Software Foundation; either version 3, or (at your option) ++ any later version. ++ ++ Libgomp is distributed in the hope that it will be useful, but WITHOUT ANY ++ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS ++ FOR A PARTICULAR PURPOSE. See the GNU General Public License for ++ more details. ++ ++ Under Section 7 of GPL version 3, you are granted additional ++ permissions described in the GCC Runtime Library Exception, version ++ 3.1, as published by the Free Software Foundation. ++ ++ You should have received a copy of the GNU General Public License and ++ a copy of the GCC Runtime Library Exception along with this program; ++ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see ++ . */ ++ ++/* This is a FreeBSD specific implementation of a CPU affinity setting. */ ++ ++#include "libgomp.h" ++ ++#include ++#include ++#include ++#include ++ ++static unsigned int affinity_counter; ++ ++void ++gomp_init_affinity (void) ++{ ++ cpuset_t cpuset, cpusetnew; ++ size_t idx, widx; ++ unsigned long cpus = 0; ++ ++ if (pthread_getaffinity_np (pthread_self (), sizeof (cpuset), &cpuset)) ++ { ++ gomp_error ("could not get CPU affinity set"); ++ free (gomp_cpu_affinity); ++ gomp_cpu_affinity = NULL; ++ gomp_cpu_affinity_len = 0; ++ return; ++ } ++ ++ CPU_ZERO (&cpusetnew); ++ if (gomp_cpu_affinity_len == 0) ++ { ++ unsigned long count = CPU_COUNT(&cpuset); ++ if (count >= 65536) ++ count = 65536; ++ gomp_cpu_affinity = malloc (count * sizeof (unsigned short)); ++ if (gomp_cpu_affinity == NULL) ++ { ++ gomp_error ("not enough memory to store CPU affinity list"); ++ return; ++ } ++ for (widx = idx = 0; widx < count && idx < 65536; idx++) ++ if (CPU_ISSET (idx, &cpuset)) ++ { ++ cpus++; ++ gomp_cpu_affinity[widx++] = idx; ++ } ++ } ++ else ++ for (widx = idx = 0; idx < gomp_cpu_affinity_len; idx++) ++ if (gomp_cpu_affinity[idx] < CPU_SETSIZE ++ && CPU_ISSET (gomp_cpu_affinity[idx], &cpuset)) ++ { ++ if (! CPU_ISSET (gomp_cpu_affinity[idx], &cpusetnew)) ++ { ++ cpus++; ++ CPU_SET (gomp_cpu_affinity[idx], &cpusetnew); ++ } ++ gomp_cpu_affinity[widx++] = gomp_cpu_affinity[idx]; ++ } ++ ++ if (widx == 0) ++ { ++ gomp_error ("no CPUs left for affinity setting"); ++ free (gomp_cpu_affinity); ++ gomp_cpu_affinity = NULL; ++ gomp_cpu_affinity_len = 0; ++ return; ++ } ++ ++ gomp_cpu_affinity_len = widx; ++ if (cpus < gomp_available_cpus) ++ gomp_available_cpus = cpus; ++ CPU_ZERO (&cpuset); ++ CPU_SET (gomp_cpu_affinity[0], &cpuset); ++ pthread_setaffinity_np (pthread_self (), sizeof (cpuset), &cpuset); ++ affinity_counter = 1; ++} ++ ++void ++gomp_init_thread_affinity (pthread_attr_t *attr) ++{ ++ unsigned int cpu; ++ cpuset_t cpuset; ++ ++ cpu = __atomic_fetch_add (&affinity_counter, 1, MEMMODEL_RELAXED); ++ cpu %= gomp_cpu_affinity_len; ++ CPU_ZERO (&cpuset); ++ CPU_SET (gomp_cpu_affinity[cpu], &cpuset); ++ pthread_attr_setaffinity_np (attr, sizeof (cpuset_t), &cpuset); ++} Added: head/lang/gcc/files/patch-libgomp-posix-affinity ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/gcc/files/patch-libgomp-posix-affinity Mon Apr 27 04:08:01 2015 (r384814) @@ -0,0 +1,18 @@ +--- libgomp/config/posix/affinity.c.orig 2015-04-26 05:29:27.925344000 -0700 ++++ libgomp/config/posix/affinity.c 2015-04-26 05:29:44.449277000 -0700 +@@ -26,6 +26,10 @@ + + #include "libgomp.h" + ++#ifdef __FreeBSD__ ++#include "../bsd/freebsd_affinity.c" ++#else ++ + void + gomp_init_affinity (void) + { +@@ -36,3 +40,4 @@ + { + (void) attr; + } ++#endif From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 04:50:22 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D5F6328B; Mon, 27 Apr 2015 04:50:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B6B891C46; Mon, 27 Apr 2015 04:50:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3R4oLtw097103; Mon, 27 Apr 2015 04:50:21 GMT (envelope-from adrian@FreeBSD.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3R4oLRm097099; Mon, 27 Apr 2015 04:50:21 GMT (envelope-from adrian@FreeBSD.org) Message-Id: <201504270450.t3R4oLRm097099@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adrian set sender to adrian@FreeBSD.org using -f From: Adrian Chadd Date: Mon, 27 Apr 2015 04:50:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384815 - in head/lang/gcc48: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 04:50:22 -0000 Author: adrian (src committer) Date: Mon Apr 27 04:50:20 2015 New Revision: 384815 URL: https://svnweb.freebsd.org/changeset/ports/384815 Log: Implement the FreeBSD specific pieces for thread affinity for OpenMP. Upstream gcc 4.8 doesn't have support for this - it'll create threads, but it won't do any of the thread affinity stuff for FreeBSD. This allows for OMP_PROC_BIND=true to bind threads to their initial CPUs, leading to some pretty drastic improvements in performance for certain NUMA workloads. Approved by: gerald Sponsored by: Norse Corp, Inc. Added: head/lang/gcc48/files/patch-libgomp-freebsd-affinity (contents, props changed) head/lang/gcc48/files/patch-libgomp-posix-affinity (contents, props changed) Modified: head/lang/gcc48/Makefile Modified: head/lang/gcc48/Makefile ============================================================================== --- head/lang/gcc48/Makefile Mon Apr 27 04:08:01 2015 (r384814) +++ head/lang/gcc48/Makefile Mon Apr 27 04:50:20 2015 (r384815) @@ -3,6 +3,7 @@ PORTNAME= gcc PORTVERSION= 4.8.5.s20150402 +PORTREVISION= 1 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} Added: head/lang/gcc48/files/patch-libgomp-freebsd-affinity ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/gcc48/files/patch-libgomp-freebsd-affinity Mon Apr 27 04:50:20 2015 (r384815) @@ -0,0 +1,117 @@ +--- libgomp/config/bsd/freebsd_affinity.c.orig 2015-04-26 05:29:16.795040000 -0700 ++++ libgomp/config/bsd/freebsd_affinity.c 2015-04-26 05:29:03.462728000 -0700 +@@ -0,0 +1,114 @@ ++/* Copyright (C) 2015 Free Software Foundation, Inc. ++ Contributed by Adrian Chadd . ++ Based on work by Jakub Jelinek . ++ ++ This file is part of the GNU OpenMP Library (libgomp). ++ ++ Libgomp is free software; you can redistribute it and/or modify it ++ under the terms of the GNU General Public License as published by ++ the Free Software Foundation; either version 3, or (at your option) ++ any later version. ++ ++ Libgomp is distributed in the hope that it will be useful, but WITHOUT ANY ++ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS ++ FOR A PARTICULAR PURPOSE. See the GNU General Public License for ++ more details. ++ ++ Under Section 7 of GPL version 3, you are granted additional ++ permissions described in the GCC Runtime Library Exception, version ++ 3.1, as published by the Free Software Foundation. ++ ++ You should have received a copy of the GNU General Public License and ++ a copy of the GCC Runtime Library Exception along with this program; ++ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see ++ . */ ++ ++/* This is a FreeBSD specific implementation of a CPU affinity setting. */ ++ ++#include "libgomp.h" ++ ++#include ++#include ++#include ++#include ++ ++static unsigned int affinity_counter; ++ ++void ++gomp_init_affinity (void) ++{ ++ cpuset_t cpuset, cpusetnew; ++ size_t idx, widx; ++ unsigned long cpus = 0; ++ ++ if (pthread_getaffinity_np (pthread_self (), sizeof (cpuset), &cpuset)) ++ { ++ gomp_error ("could not get CPU affinity set"); ++ free (gomp_cpu_affinity); ++ gomp_cpu_affinity = NULL; ++ gomp_cpu_affinity_len = 0; ++ return; ++ } ++ ++ CPU_ZERO (&cpusetnew); ++ if (gomp_cpu_affinity_len == 0) ++ { ++ unsigned long count = CPU_COUNT(&cpuset); ++ if (count >= 65536) ++ count = 65536; ++ gomp_cpu_affinity = malloc (count * sizeof (unsigned short)); ++ if (gomp_cpu_affinity == NULL) ++ { ++ gomp_error ("not enough memory to store CPU affinity list"); ++ return; ++ } ++ for (widx = idx = 0; widx < count && idx < 65536; idx++) ++ if (CPU_ISSET (idx, &cpuset)) ++ { ++ cpus++; ++ gomp_cpu_affinity[widx++] = idx; ++ } ++ } ++ else ++ for (widx = idx = 0; idx < gomp_cpu_affinity_len; idx++) ++ if (gomp_cpu_affinity[idx] < CPU_SETSIZE ++ && CPU_ISSET (gomp_cpu_affinity[idx], &cpuset)) ++ { ++ if (! CPU_ISSET (gomp_cpu_affinity[idx], &cpusetnew)) ++ { ++ cpus++; ++ CPU_SET (gomp_cpu_affinity[idx], &cpusetnew); ++ } ++ gomp_cpu_affinity[widx++] = gomp_cpu_affinity[idx]; ++ } ++ ++ if (widx == 0) ++ { ++ gomp_error ("no CPUs left for affinity setting"); ++ free (gomp_cpu_affinity); ++ gomp_cpu_affinity = NULL; ++ gomp_cpu_affinity_len = 0; ++ return; ++ } ++ ++ gomp_cpu_affinity_len = widx; ++ if (cpus < gomp_available_cpus) ++ gomp_available_cpus = cpus; ++ CPU_ZERO (&cpuset); ++ CPU_SET (gomp_cpu_affinity[0], &cpuset); ++ pthread_setaffinity_np (pthread_self (), sizeof (cpuset), &cpuset); ++ affinity_counter = 1; ++} ++ ++void ++gomp_init_thread_affinity (pthread_attr_t *attr) ++{ ++ unsigned int cpu; ++ cpuset_t cpuset; ++ ++ cpu = __atomic_fetch_add (&affinity_counter, 1, MEMMODEL_RELAXED); ++ cpu %= gomp_cpu_affinity_len; ++ CPU_ZERO (&cpuset); ++ CPU_SET (gomp_cpu_affinity[cpu], &cpuset); ++ pthread_attr_setaffinity_np (attr, sizeof (cpuset_t), &cpuset); ++} Added: head/lang/gcc48/files/patch-libgomp-posix-affinity ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/gcc48/files/patch-libgomp-posix-affinity Mon Apr 27 04:50:20 2015 (r384815) @@ -0,0 +1,18 @@ +--- libgomp/config/posix/affinity.c.orig 2015-04-26 05:29:27.925344000 -0700 ++++ libgomp/config/posix/affinity.c 2015-04-26 05:29:44.449277000 -0700 +@@ -26,6 +26,10 @@ + + #include "libgomp.h" + ++#ifdef __FreeBSD__ ++#include "../bsd/freebsd_affinity.c" ++#else ++ + void + gomp_init_affinity (void) + { +@@ -36,3 +40,4 @@ + { + (void) attr; + } ++#endif From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 06:35:10 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3799564C; Mon, 27 Apr 2015 06:35:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 188E21694; Mon, 27 Apr 2015 06:35:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3R6Z93L048638; Mon, 27 Apr 2015 06:35:09 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3R6Z9c8048634; Mon, 27 Apr 2015 06:35:09 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201504270635.t3R6Z9c8048634@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 27 Apr 2015 06:35:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384817 - in head/multimedia/libmtp: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 06:35:10 -0000 Author: jbeich Date: Mon Apr 27 06:35:08 2015 New Revision: 384817 URL: https://svnweb.freebsd.org/changeset/ports/384817 Log: - Update to 1.1.9 - Avoid regressing sysutils/fusefs-simple-mtpfs with workaround - Drop no longer necessary == fix since base r219084 (8.3R earliest) Changes: http://sourceforge.net/projects/libmtp/files/libmtp/1.1.9/README/view Added: head/multimedia/libmtp/files/ head/multimedia/libmtp/files/patch-src_libusb1-glue.c (contents, props changed) Modified: head/multimedia/libmtp/Makefile head/multimedia/libmtp/distinfo head/multimedia/libmtp/pkg-plist Modified: head/multimedia/libmtp/Makefile ============================================================================== --- head/multimedia/libmtp/Makefile Mon Apr 27 06:16:06 2015 (r384816) +++ head/multimedia/libmtp/Makefile Mon Apr 27 06:35:08 2015 (r384817) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libmtp -PORTVERSION= 1.1.8 -PORTREVISION= 1 +PORTVERSION= 1.1.9 CATEGORIES= multimedia audio MASTER_SITES= SF @@ -41,12 +40,5 @@ post-patch: @${REINPLACE_CMD} -i .pkgconf.bak -e \ '/Libs.private/s|:|& @LIBUSB_LIBS@|' ${WRKSRC}/libmtp.pc.in .endif - @${REINPLACE_CMD} -e \ - '/if test/s|==|=| ; \ - /endian.h/s|machine|sys|' ${WRKSRC}/configure - @${REINPLACE_CMD} -e \ - 's|Requires|&.private|' ${WRKSRC}/libmtp.pc.in - @${REINPLACE_CMD} -e \ - 's|__builtin_bswap|bswap|g' ${WRKSRC}/src/mtpz.c .include Modified: head/multimedia/libmtp/distinfo ============================================================================== --- head/multimedia/libmtp/distinfo Mon Apr 27 06:16:06 2015 (r384816) +++ head/multimedia/libmtp/distinfo Mon Apr 27 06:35:08 2015 (r384817) @@ -1,2 +1,2 @@ -SHA256 (libmtp-1.1.8.tar.gz) = 3f9e87536aa40e560d0c153a505e38096b1df5ea15fad783691e9a8ca4dd2282 -SIZE (libmtp-1.1.8.tar.gz) = 757109 +SHA256 (libmtp-1.1.9.tar.gz) = 23f1d3c0b54107388bf2824d56415e9e087c980c86e5d179865652c022b6b189 +SIZE (libmtp-1.1.9.tar.gz) = 760593 Added: head/multimedia/libmtp/files/patch-src_libusb1-glue.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libmtp/files/patch-src_libusb1-glue.c Mon Apr 27 06:35:08 2015 (r384817) @@ -0,0 +1,15 @@ +Reset libusb_context for successive init_usb() calls instead of error + +https://github.com/phatina/simple-mtpfs/issues/37 + +--- src/libusb1-glue.c.orig 2015-04-09 21:10:06 UTC ++++ src/libusb1-glue.c +@@ -142,7 +142,7 @@ static LIBMTP_error_number_t init_usb() + * We use the same level debug between MTP and USB. + */ + if (libusb1_initialized) +- return LIBMTP_ERROR_NONE; ++ libusb_exit(NULL); + + if (libusb_init(NULL) < 0) { + LIBMTP_ERROR("Libusb1 init failed\n"); Modified: head/multimedia/libmtp/pkg-plist ============================================================================== --- head/multimedia/libmtp/pkg-plist Mon Apr 27 06:16:06 2015 (r384816) +++ head/multimedia/libmtp/pkg-plist Mon Apr 27 06:35:08 2015 (r384817) @@ -23,5 +23,5 @@ include/libmtp.h lib/libmtp.a lib/libmtp.so lib/libmtp.so.9 -lib/libmtp.so.9.2.0 +lib/libmtp.so.9.3.0 libdata/pkgconfig/libmtp.pc From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 09:06:13 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9DDB5467; Mon, 27 Apr 2015 09:06:13 +0000 (UTC) Received: from oslo.ath.cx (oslo.ath.cx [IPv6:2a01:4f8:200:42e4::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "oslo.ath.cx", Issuer "oslo.ath.cx" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 9922C169B; Mon, 27 Apr 2015 09:06:12 +0000 (UTC) Received: by oslo.ath.cx (OpenSMTPD) with ESMTP id 0f721b59; Mon, 27 Apr 2015 11:06:08 +0200 (CEST) Date: Mon, 27 Apr 2015 11:06:08 +0200 From: "Herbert J. Skuhra" To: Adrian Chadd Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r384814 - in head/lang/gcc: . files Message-ID: <20150427090608.GA57758@oslo.ath.cx> References: <201504270408.t3R481J2074438@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201504270408.t3R481J2074438@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 09:06:13 -0000 On Mon, Apr 27, 2015 at 04:08:01AM +0000, Adrian Chadd wrote: > Author: adrian (src committer) > Date: Mon Apr 27 04:08:01 2015 > New Revision: 384814 > URL: https://svnweb.freebsd.org/changeset/ports/384814 > > Log: > Implement the FreeBSD specific pieces for thread affinity for OpenMP. > > Upstream gcc 4.8 doesn't have support for this - it'll create threads, > but it won't do any of the thread affinity stuff for FreeBSD. > > This allows for OMP_PROC_BIND=true to bind threads to their initial > CPUs, leading to some pretty drastic improvements in performance > for certain NUMA workloads. > > Approved by: gerald > > Added: > head/lang/gcc/files/patch-libgomp-freebsd-affinity (contents, props changed) > head/lang/gcc/files/patch-libgomp-posix-affinity (contents, props changed) > Modified: > head/lang/gcc/Makefile Hi, this breaks the build on releng/8.4 (with BOOTSTRAP=on and JAVA=off): sed -e 's/\(UNUSED\)/_GLIBCXX_\1/g' \ -e 's/\(GCC[ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*_H\)/_GLIBCXX_\1/g' \ -e 's/SUPPORTS_WEAK/__GXX_WEAK__/g' \ -e 's/\([ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*USE_WEAK\)/_GLIBCXX_\1/g' \ -e 's,^#include "\(.*\)",#include ,g' \ < /usr/ports/lang/gcc/work/gcc-4.8.4/libstdc++-v3/../libgcc/gthr-posix.h > x86_64-portbld-freebsd8.4/bits/gthr-default.h gmake[3]: Leaving directory '/usr/ports/lang/gcc/work/build/x86_64-portbld-freebsd8.4/libstdc++-v3/include' gmake[2]: Leaving directory '/usr/ports/lang/gcc/work/build' Makefile:18677: recipe for target 'stage1-bubble' failed gmake[1]: *** [stage1-bubble] Error 2 gmake[1]: Leaving directory '/usr/ports/lang/gcc/work/build' Makefile:18992: recipe for target 'bootstrap-lean' failed gmake: *** [bootstrap-lean] Error 2 I know stable/8 is EOL soon. -- Herbert From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 10:28:02 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E8018B7A; Mon, 27 Apr 2015 10:28:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C93281F24; Mon, 27 Apr 2015 10:28:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RAS2BZ064748; Mon, 27 Apr 2015 10:28:02 GMT (envelope-from ashish@FreeBSD.org) Received: (from ashish@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RAS0ka064737; Mon, 27 Apr 2015 10:28:00 GMT (envelope-from ashish@FreeBSD.org) Message-Id: <201504271028.t3RAS0ka064737@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ashish set sender to ashish@FreeBSD.org using -f From: Ashish SHUKLA Date: Mon, 27 Apr 2015 10:28:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384818 - in head: Mk editors/emacs editors/emacs-devel editors/emacs/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 10:28:03 -0000 Author: ashish Date: Mon Apr 27 10:28:00 2015 New Revision: 384818 URL: https://svnweb.freebsd.org/changeset/ports/384818 Log: GNU Emacs Updates editors/emacs: - Update to 24.5 - Remove dependency on GCC for i386 platform, if the bug is fixed in the version in use - Remove upstreamed diff editors/emacs-devel: - Update to git snapshot def0df01 - Remove git revision from PORTVERSION, rather encode it in DISTNAME - Remove dependency on GCC for i386 platform, if the bug is fixed in the version in use - Fix portlint warnings Mk/bsd.emacs.mk: - Update version number for editors/emacs - Remove deprecated block for emacs23 PR: 199553 Deleted: head/editors/emacs/files/patch-c117653.diff Modified: head/Mk/bsd.emacs.mk head/editors/emacs-devel/Makefile head/editors/emacs-devel/distinfo head/editors/emacs-devel/pkg-plist head/editors/emacs/Makefile head/editors/emacs/distinfo head/editors/emacs/pkg-plist Modified: head/Mk/bsd.emacs.mk ============================================================================== --- head/Mk/bsd.emacs.mk Mon Apr 27 06:35:08 2015 (r384817) +++ head/Mk/bsd.emacs.mk Mon Apr 27 10:28:00 2015 (r384818) @@ -63,27 +63,10 @@ EMACS_PORT_NAME?= emacs24 EMACS_MASTERDIR_PKGFILES?= NO -# Emacs-23.x -.if (${EMACS_PORT_NAME} == "emacs23") -EMACS_NAME= emacs -EMACS_VER= 23.4 -EMACS_MAJOR_VER= 23 -EMACS_LIBDIR?= share/${EMACS_NAME} -EMACS_LIBDIR_WITH_VER?= share/${EMACS_NAME}/${EMACS_VER} -EMACS_PORTSDIR= ${PORTSDIR}/editors/emacs -EMACS_COMMON_PORT= NO -EMACS_HAS_MULE= YES -EMACS_NO_SUBDIRSEL= NO -.if (${EMACS_MASTERDIR_PKGFILES} == "YES") -COMMENTFILE?= ${PKGDIR}/pkg-comment.${EMACS_PORT_NAME} -DESCR?= ${PKGDIR}/pkg-descr.${EMACS_PORT_NAME} -PLIST?= ${PKGDIR}/pkg-plist.${EMACS_PORT_NAME} -.endif - # Emacs-24.x -.elif (${EMACS_PORT_NAME} == "emacs24") +.if (${EMACS_PORT_NAME} == "emacs24") EMACS_NAME= emacs -EMACS_VER= 24.4 +EMACS_VER= 24.5 EMACS_MAJOR_VER= 24 EMACS_LIBDIR?= share/${EMACS_NAME} EMACS_LIBDIR_WITH_VER?= share/${EMACS_NAME}/${EMACS_VER} @@ -118,7 +101,7 @@ PLIST?= ${PKGDIR}/pkg-plist.${EMACS_PO check-makevars:: @${ECHO} "Makefile error: Bad value of EMACS_PORT_NAME: ${EMACS_PORT_NAME}." @${ECHO} "Valid values are:" - @${ECHO} " Emacs family: emacs23 emacs24 emacs-devel" + @${ECHO} " Emacs family: emacs24 emacs-devel" @${FALSE} .endif Modified: head/editors/emacs-devel/Makefile ============================================================================== --- head/editors/emacs-devel/Makefile Mon Apr 27 06:35:08 2015 (r384817) +++ head/editors/emacs-devel/Makefile Mon Apr 27 10:28:00 2015 (r384818) @@ -9,6 +9,7 @@ MASTER_SITES= http://distfiles.piratepar ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= ashish PKGNAMESUFFIX= -devel +DISTNAME= ${PORTNAME}-${PORTVERSION}.${GIT_REV} MAINTAINER= ashish@FreeBSD.org COMMENT= GNU editing macros @@ -22,13 +23,13 @@ CONFLICTS= emacs-19.* emacs21-[0-9]* ema emacs-nox11-[0-9]* EMACS_VER= 25.0.50 -EMACS_REV= 20150321.4a50af93 +EMACS_REV= 20150427 +GIT_REV= def0df01 GNU_CONFIGURE= yes USES= cpe gmake makeinfo ncurses pkgconfig shebangfix tar:xz CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INFO_PATH= ${DATADIR_REL}/info -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_AUTOTOOLS= autoconf:env aclocal:env automake:env autoheader:env CPE_VENDOR= gnu CPE_VERSION= ${EMACS_VER} @@ -71,7 +72,7 @@ M17N_DESC= M17N support for text-shapin OTF_DESC= Opentype fonts suport FILENOTIFY_DESC= File notification support LTO_DESC= Enable link-time optimization (requires GCC 4.6+) -LLDB_DESC= Enable lldb support for GUD (from llvm.org) +LLDB_DESC= Enable lldb support for GUD (from llvm.org) OPTIONS_SINGLE_X11= GTK2 GTK3 XAW XAW3D MOTIF OPTIONS_SINGLE_SOUND= ALSA OSS @@ -173,9 +174,12 @@ FILENOTIFY_USE= GNOME=glib20 # clang is broken on i386 platform in -O2, due to use of alloca, and stack realignment # and %esi as frame pointer register # http://llvm.org/bugs/show_bug.cgi?id=18171 +# fixed in r263312 (11-CURRENT), and fixed in r263765 (10-STABLE) .if ${ARCH} == "i386" +.if (${OSVERSION} < 1000706) || (${OSVERSION} >= 1100000 && ${OSVERSION} < 1100015) USE_GCC= any .endif +.endif DBUS_PTHREAD_LIBS= ${CC} -dumpspecs | ${GREP} -m 1 pthread: | ${SED} -e 's|^.*%{\!pg: %{pthread:||' -e 's|}.*$$||' || ${TRUE} @@ -236,8 +240,8 @@ post-install: @${RM} -rf ${STAGEDIR}/var/games/emacs .if ${PORT_OPTIONS:MSOURCES} @${MKDIR} ${STAGEDIR}${DATADIR}/${EMACS_VER}/src - @${INSTALL_DATA} ${WRKSRC}/src/*.[ch] ${STAGEDIR}${DATADIR}/${EMACS_VER}/src - @${INSTALL_DATA} ${WRKSRC}/sources.el ${STAGEDIR}${DATADIR}/${EMACS_VER}/site-lisp/site-start.el + ${INSTALL_DATA} ${WRKSRC}/src/*.[ch] ${STAGEDIR}${DATADIR}/${EMACS_VER}/src + ${INSTALL_DATA} ${WRKSRC}/sources.el ${STAGEDIR}${DATADIR}/${EMACS_VER}/site-lisp/site-start.el .endif .if !defined(WITHOUT_X11) Modified: head/editors/emacs-devel/distinfo ============================================================================== --- head/editors/emacs-devel/distinfo Mon Apr 27 06:35:08 2015 (r384817) +++ head/editors/emacs-devel/distinfo Mon Apr 27 10:28:00 2015 (r384818) @@ -1,2 +1,2 @@ -SHA256 (emacs-25.0.50.20150321.4a50af93.tar.xz) = a0aadbf08666febec682901c3e925393e2bdb8c83ae71437b4bd7920e60c136f -SIZE (emacs-25.0.50.20150321.4a50af93.tar.xz) = 24789768 +SHA256 (emacs-25.0.50.20150427.def0df01.tar.xz) = 7722b76e7e456c15e5809ef84bcbfc9a895502615dd23a64e0a25bd036979626 +SIZE (emacs-25.0.50.20150427.def0df01.tar.xz) = 24842424 Modified: head/editors/emacs-devel/pkg-plist ============================================================================== --- head/editors/emacs-devel/pkg-plist Mon Apr 27 06:35:08 2015 (r384817) +++ head/editors/emacs-devel/pkg-plist Mon Apr 27 10:28:00 2015 (r384818) @@ -3636,6 +3636,8 @@ share/appdata/emacs.appdata.xml %%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-generic.elc %%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-preloaded.el %%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-preloaded.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cursor-sensor.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cursor-sensor.elc %%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-compat.el %%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-compat.elc %%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/inline.el Modified: head/editors/emacs/Makefile ============================================================================== --- head/editors/emacs/Makefile Mon Apr 27 06:35:08 2015 (r384817) +++ head/editors/emacs/Makefile Mon Apr 27 10:28:00 2015 (r384818) @@ -3,7 +3,6 @@ PORTNAME= emacs PORTVERSION= ${EMACS_VER} -PORTREVISION= 6 PORTEPOCH= 3 CATEGORIES= editors ipv6 MASTER_SITES= ${MASTER_SITE_GNU} @@ -24,7 +23,7 @@ CONFLICTS= emacs-19.* emacs21-[0-9]* ema xemacs-devel-mule-[0-9]* \ emacs-devel-[0-9]* -EMACS_VER= 24.4 +EMACS_VER= 24.5 GNU_CONFIGURE= yes USES= cpe gmake makeinfo ncurses pkgconfig shebangfix tar:xz CPPFLAGS+= -I${LOCALBASE}/include @@ -179,9 +178,12 @@ FILENOTIFY_USE= GNOME=glib20 # clang is broken on i386 platform in -O2, due to use of alloca, and stack realignment # and %esi as frame pointer register # http://llvm.org/bugs/show_bug.cgi?id=18171 +# fixed in r263312 (11-CURRENT), and fixed in r263765 (10-STABLE) .if ${ARCH} == "i386" +.if (${OSVERSION} < 1000706) || (${OSVERSION} >= 1100000 && ${OSVERSION} < 1100015) USE_GCC= any .endif +.endif DBUS_PTHREAD_LIBS= ${CC} -dumpspecs | ${GREP} -m 1 pthread: | ${SED} -e 's|^.*%{\!pg: %{pthread:||' -e 's|}.*$$||' || ${TRUE} Modified: head/editors/emacs/distinfo ============================================================================== --- head/editors/emacs/distinfo Mon Apr 27 06:35:08 2015 (r384817) +++ head/editors/emacs/distinfo Mon Apr 27 10:28:00 2015 (r384818) @@ -1,4 +1,4 @@ -SHA256 (emacs-24.4.tar.xz) = 47e391170db4ca0a3c724530c7050655f6d573a711956b4cd84693c194a9d4fd -SIZE (emacs-24.4.tar.xz) = 39733124 +SHA256 (emacs-24.5.tar.xz) = dd47d71dd2a526cf6b47cb49af793ec2e26af69a0951cc40e43ae290eacfc34e +SIZE (emacs-24.5.tar.xz) = 39759804 SHA256 (emacs24.4canna-20141030.diff.gz) = 3c49cbdf9bf822c8d682568b63328c959a79edafa2ac73aa4e5c2d27059fcfa0 SIZE (emacs24.4canna-20141030.diff.gz) = 31687 Modified: head/editors/emacs/pkg-plist ============================================================================== --- head/editors/emacs/pkg-plist Mon Apr 27 06:35:08 2015 (r384817) +++ head/editors/emacs/pkg-plist Mon Apr 27 10:28:00 2015 (r384818) @@ -1646,8 +1646,6 @@ share/applications/emacs.desktop %%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/warnings.elc %%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lock.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lock.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/crisp.el.gz -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/crisp.elc %%DATADIR%%/%%EMACS_VER%%/lisp/emulation/cua-base.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/emulation/cua-base.elc %%DATADIR%%/%%EMACS_VER%%/lisp/emulation/cua-gmrk.el.gz @@ -1666,16 +1664,6 @@ share/applications/emacs.desktop %%DATADIR%%/%%EMACS_VER%%/lisp/emulation/edt.elc %%DATADIR%%/%%EMACS_VER%%/lisp/emulation/keypad.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/emulation/keypad.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/tpu-edt.el.gz -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/tpu-edt.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/tpu-extras.el.gz -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/tpu-extras.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/tpu-mapper.el.gz -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/tpu-mapper.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/vi.el.gz -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/vi.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/vip.el.gz -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/vip.elc %%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper-cmd.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper-cmd.elc %%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper-ex.el.gz @@ -1692,8 +1680,6 @@ share/applications/emacs.desktop %%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper-util.elc %%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/ws-mode.el.gz -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/ws-mode.elc %%DATADIR%%/%%EMACS_VER%%/lisp/env.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/env.elc %%DATADIR%%/%%EMACS_VER%%/lisp/epa-dired.el.gz @@ -2268,6 +2254,7 @@ share/applications/emacs.desktop %%DATADIR%%/%%EMACS_VER%%/lisp/international/ucs-normalize.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/international/ucs-normalize.elc %%DATADIR%%/%%EMACS_VER%%/lisp/international/uni-bidi.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/uni-brackets.el %%DATADIR%%/%%EMACS_VER%%/lisp/international/uni-category.el %%DATADIR%%/%%EMACS_VER%%/lisp/international/uni-combining.el %%DATADIR%%/%%EMACS_VER%%/lisp/international/uni-comment.el @@ -2848,10 +2835,14 @@ share/applications/emacs.desktop %%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/awk-mode.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/awk-mode.elc %%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/bruce.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/cc-compat.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/cc-compat.elc %%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/cl-compat.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/cl-compat.elc %%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/complete.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/complete.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/crisp.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/crisp.elc %%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/cust-print.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/cust-print.elc %%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/erc-hecomplete.el.gz @@ -2930,8 +2921,20 @@ share/applications/emacs.desktop %%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/sym-comp.elc %%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/terminal.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/terminal.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/tpu-edt.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/tpu-edt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/tpu-extras.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/tpu-extras.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/tpu-mapper.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/tpu-mapper.elc %%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/vc-mcvs.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/vc-mcvs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/vi.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/vi.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/vip.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/vip.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/ws-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/ws-mode.elc %%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/xesam.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/xesam.elc %%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/yow.el.gz @@ -3251,8 +3254,6 @@ share/applications/emacs.desktop %%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-bytecomp.elc %%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-cmds.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-cmds.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-compat.el.gz -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-compat.elc %%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-defs.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-defs.elc %%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-engine.el.gz @@ -4041,3 +4042,4 @@ share/icons/hicolor/32x32/apps/emacs.png share/icons/hicolor/48x48/apps/emacs.png share/icons/hicolor/scalable/apps/emacs.svg share/icons/hicolor/scalable/mimetypes/emacs-document.svg +@dir %%DATADIR%%/%%EMACS_VER%%/lisp/emacs-parallel From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 10:29:48 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E0AAFC7A; Mon, 27 Apr 2015 10:29:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CC67E1F37; Mon, 27 Apr 2015 10:29:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RATlYb066636; Mon, 27 Apr 2015 10:29:47 GMT (envelope-from ashish@FreeBSD.org) Received: (from ashish@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RATSV3066469; Mon, 27 Apr 2015 10:29:28 GMT (envelope-from ashish@FreeBSD.org) Message-Id: <201504271029.t3RATSV3066469@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ashish set sender to ashish@FreeBSD.org using -f From: Ashish SHUKLA Date: Mon, 27 Apr 2015 10:29:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384819 - in head: audio/emms cad/dinotrace cad/verilog-mode.el databases/bbdb deskutils/etask deskutils/howm devel/cask devel/clojure-cider devel/dash.el devel/distel devel/epl.el deve... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 10:29:48 -0000 Author: ashish Date: Mon Apr 27 10:29:27 2015 New Revision: 384819 URL: https://svnweb.freebsd.org/changeset/ports/384819 Log: - Chase GNU Emacs updates PR: 199553 Modified: head/audio/emms/Makefile head/cad/dinotrace/Makefile head/cad/verilog-mode.el/Makefile head/databases/bbdb/Makefile head/deskutils/etask/Makefile head/deskutils/howm/Makefile head/devel/cask/Makefile head/devel/clojure-cider/Makefile head/devel/dash.el/Makefile head/devel/distel/Makefile head/devel/epl.el/Makefile head/devel/git-modes/Makefile head/devel/magit/Makefile head/devel/p5-Sepia/Makefile head/devel/pkg-info.el/Makefile head/devel/psvn/Makefile head/devel/pymacs/Makefile head/devel/xtla/Makefile head/editors/apel/Makefile head/editors/flim/Makefile head/editors/paredit-mode.el/Makefile head/editors/psgml/Makefile head/editors/semi/Makefile head/editors/slime/Makefile head/editors/tamago/Makefile head/editors/tree-widget/Makefile head/editors/yasnippet/Makefile head/graphics/xface.el/Makefile head/irc/riece/Makefile head/japanese/ddskk/Makefile head/japanese/egg-canna/Makefile head/japanese/lookup/Makefile head/japanese/migemo.el/Makefile head/japanese/navi2ch/Makefile head/japanese/yc.el/Makefile head/lang/bigloo/Makefile head/lang/clojure-mode.el/Makefile head/lang/csharp-mode.el/Makefile head/lang/gcl/Makefile head/lang/tuareg-mode.el/Makefile head/mail/c-sig/Makefile head/mail/mew/Makefile head/mail/wanderlust-devel/Makefile head/mail/wanderlust/Makefile head/mail/x-face-e21/Makefile head/mail/xcite/Makefile head/math/ess/Makefile head/math/proofgeneral/Makefile head/misc/elscreen/Makefile head/net-im/jabber.el/Makefile head/net/tramp/Makefile head/print/auctex/Makefile head/print/hyperlatex/Makefile head/security/easypg/Makefile head/security/starttls/Makefile head/sysutils/puppet-mode.el/Makefile head/textproc/dictem/Makefile head/textproc/dictionary/Makefile head/textproc/doc-mode.el/Makefile head/textproc/emacs-wiki/Makefile head/textproc/htmlize.el/Makefile head/textproc/ibus-el/Makefile head/textproc/markdown-mode.el/Makefile head/textproc/muse/Makefile head/textproc/uim-el/Makefile head/textproc/xml-lite.el/Makefile head/textproc/xml-parse.el/Makefile head/textproc/yaml-mode.el/Makefile head/www/emacs-w3m/Makefile Modified: head/audio/emms/Makefile ============================================================================== --- head/audio/emms/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/audio/emms/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= emms PORTVERSION= 4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio elisp MASTER_SITES= GNU Modified: head/cad/dinotrace/Makefile ============================================================================== --- head/cad/dinotrace/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/cad/dinotrace/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= dinotrace PORTVERSION= 9.4c -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= cad MASTER_SITES= http://www.veripool.org/ftp/ Modified: head/cad/verilog-mode.el/Makefile ============================================================================== --- head/cad/verilog-mode.el/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/cad/verilog-mode.el/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= verilog-mode.el PORTVERSION= 801 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= cad elisp MASTER_SITES= http://www.veripool.org/ftp/ DISTNAME= ${PORTNAME:R}-${PORTVERSION}.${PORTNAME:E} Modified: head/databases/bbdb/Makefile ============================================================================== --- head/databases/bbdb/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/databases/bbdb/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= bbdb PORTVERSION= 2.35 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= databases elisp MASTER_SITES= SF PKGNAMESUFFIX= -${EMACS_PORT_NAME} Modified: head/deskutils/etask/Makefile ============================================================================== --- head/deskutils/etask/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/deskutils/etask/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= etask PORTVERSION= 0.3.91 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= deskutils elisp MASTER_SITES= http://members.chello.at/rene.weichselbaum/ \ http://dryice.name/computer/FreeBSD/distfiles/ Modified: head/deskutils/howm/Makefile ============================================================================== --- head/deskutils/howm/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/deskutils/howm/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -2,7 +2,7 @@ PORTNAME= howm PORTVERSION= 1.4.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils MASTER_SITES= http://howm.sourceforge.jp/a/ Modified: head/devel/cask/Makefile ============================================================================== --- head/devel/cask/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/devel/cask/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -2,7 +2,7 @@ PORTNAME= cask PORTVERSION= 0.7.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel elisp DISTNAME= cask-v${PORTVERSION} Modified: head/devel/clojure-cider/Makefile ============================================================================== --- head/devel/clojure-cider/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/devel/clojure-cider/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -2,7 +2,7 @@ PORTNAME= clojure-cider PORTVERSION= 0.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel elisp DISTNAME= cider-${PORTVERSION} Modified: head/devel/dash.el/Makefile ============================================================================== --- head/devel/dash.el/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/devel/dash.el/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -2,7 +2,7 @@ PORTNAME= dash.el PORTVERSION= 2.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel elisp DISTNAME= dash-${PORTVERSION} Modified: head/devel/distel/Makefile ============================================================================== --- head/devel/distel/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/devel/distel/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -2,7 +2,7 @@ PORTNAME= distel PORTVERSION= 2012.05.28 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel elisp MAINTAINER= olgeni@FreeBSD.org Modified: head/devel/epl.el/Makefile ============================================================================== --- head/devel/epl.el/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/devel/epl.el/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -2,7 +2,7 @@ PORTNAME= epl.el PORTVERSION= 0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel elisp DISTNAME= epl-${PORTVERSION} Modified: head/devel/git-modes/Makefile ============================================================================== --- head/devel/git-modes/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/devel/git-modes/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,6 +3,7 @@ PORTNAME= git-modes PORTVERSION= 20150317 +PORTREVISION= 1 CATEGORIES= devel elisp PKGNAMESUFFIX= -${EMACS_PORT_NAME} Modified: head/devel/magit/Makefile ============================================================================== --- head/devel/magit/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/devel/magit/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,6 +3,7 @@ PORTNAME= magit PORTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= devel elisp PKGNAMESUFFIX= -${EMACS_PORT_NAME} Modified: head/devel/p5-Sepia/Makefile ============================================================================== --- head/devel/p5-Sepia/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/devel/p5-Sepia/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= Sepia PORTVERSION= 0.992 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/pkg-info.el/Makefile ============================================================================== --- head/devel/pkg-info.el/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/devel/pkg-info.el/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -2,7 +2,7 @@ PORTNAME= pkg-info.el PORTVERSION= 0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel elisp DISTNAME= pkg-info-${PORTVERSION} Modified: head/devel/psvn/Makefile ============================================================================== --- head/devel/psvn/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/devel/psvn/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= psvn PORTVERSION= 20120326.212349 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel elisp MASTER_SITES= http://www.xsteve.at/prg/emacs/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} Modified: head/devel/pymacs/Makefile ============================================================================== --- head/devel/pymacs/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/devel/pymacs/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= Pymacs PORTVERSION= 0.25 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel editors python elisp MASTER_SITES= GHL Modified: head/devel/xtla/Makefile ============================================================================== --- head/devel/xtla/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/devel/xtla/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= xtla PORTVERSION= 1.2.1 -PORTREVISION= 15 +PORTREVISION= 16 PORTEPOCH= 1 CATEGORIES= devel elisp MASTER_SITES= http://download.gna.org/xtla-el/ \ Modified: head/editors/apel/Makefile ============================================================================== --- head/editors/apel/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/editors/apel/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= apel PORTVERSION= ${APEL_VER} -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= editors elisp MASTER_SITES= http://git.chise.org/elisp/dist/apel/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} Modified: head/editors/flim/Makefile ============================================================================== --- head/editors/flim/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/editors/flim/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= flim PORTVERSION= ${FLIM_VER} -PORTREVISION= 13 +PORTREVISION= 14 PORTEPOCH= 1 CATEGORIES= editors elisp MASTER_SITES= http://git.chise.org/elisp/dist/flim/flim-1.14/ Modified: head/editors/paredit-mode.el/Makefile ============================================================================== --- head/editors/paredit-mode.el/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/editors/paredit-mode.el/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -2,6 +2,7 @@ PORTNAME= paredit-mode.el PORTVERSION= 24 +PORTREVISION= 1 CATEGORIES= editors elisp MASTER_SITES= http://mumble.net/~campbell/emacs/ DISTNAME= paredit-${PORTVERSION}.el Modified: head/editors/psgml/Makefile ============================================================================== --- head/editors/psgml/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/editors/psgml/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= psgml PORTVERSION= 1.3.2 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= editors elisp MASTER_SITES= SF/${PORTNAME}/ALPHA%20${PORTNAME}/${PORTVERSION} PKGNAMESUFFIX= -${EMACS_PORT_NAME} Modified: head/editors/semi/Makefile ============================================================================== --- head/editors/semi/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/editors/semi/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= semi PORTVERSION= ${SEMI_VER} -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= editors elisp MASTER_SITES= http://git.chise.org/elisp/dist/semi/semi-1.14-for-flim-1.14/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} Modified: head/editors/slime/Makefile ============================================================================== --- head/editors/slime/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/editors/slime/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,6 +3,7 @@ PORTNAME= slime PORTVERSION= 2.12 +PORTREVISION= 1 CATEGORIES= editors elisp MASTER_SITES= https://codeload.github.com/slime/slime/legacy.tar.gz/v${PORTVERSION}?dummy=/ Modified: head/editors/tamago/Makefile ============================================================================== --- head/editors/tamago/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/editors/tamago/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= tamago PORTVERSION= 4.0.6.0.20041122.19 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= editors elisp MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR= pool/main/e/egg Modified: head/editors/tree-widget/Makefile ============================================================================== --- head/editors/tree-widget/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/editors/tree-widget/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= tree-widget PORTVERSION= 2.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= editors elisp MASTER_SITES= SF/emhacks/${PORTNAME}/${PORTVERSION} \ http://dryice.name/computer/FreeBSD/distfiles/ Modified: head/editors/yasnippet/Makefile ============================================================================== --- head/editors/yasnippet/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/editors/yasnippet/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -2,7 +2,7 @@ PORTNAME= yasnippet PORTVERSION= 0.6.1c -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ Modified: head/graphics/xface.el/Makefile ============================================================================== --- head/graphics/xface.el/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/graphics/xface.el/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= xface.el PORTVERSION= 1.3.6.24 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= graphics elisp MASTER_SITES= http://www.jpl.org/ftp/pub/elisp/ \ ftp://ftp.jpl.org/pub/elisp/ Modified: head/irc/riece/Makefile ============================================================================== --- head/irc/riece/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/irc/riece/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= riece PORTVERSION= 9.0.0 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= irc elisp MASTER_SITES= SAVANNAH Modified: head/japanese/ddskk/Makefile ============================================================================== --- head/japanese/ddskk/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/japanese/ddskk/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= ddskk PORTVERSION= 15.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= japanese elisp MASTER_SITES= http://openlab.ring.gr.jp/skk/maintrunk/ \ ftp://ftp.ring.gr.jp/pub/elisp/skk/maintrunk/ \ Modified: head/japanese/egg-canna/Makefile ============================================================================== --- head/japanese/egg-canna/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/japanese/egg-canna/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= egg-canna PORTVERSION= 20011110 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= japanese editors elisp MASTER_SITES= http://cgi18.plala.or.jp/nyy/canna/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} Modified: head/japanese/lookup/Makefile ============================================================================== --- head/japanese/lookup/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/japanese/lookup/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= lookup PORTVERSION= 1.4.1 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= japanese elisp MASTER_SITES= http://openlab.ring.gr.jp/edict/lookup/dist/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} Modified: head/japanese/migemo.el/Makefile ============================================================================== --- head/japanese/migemo.el/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/japanese/migemo.el/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= migemo.el PORTVERSION= 1.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese elisp MAINTAINER= nobutaka@FreeBSD.org Modified: head/japanese/navi2ch/Makefile ============================================================================== --- head/japanese/navi2ch/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/japanese/navi2ch/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,6 +3,7 @@ PORTNAME= navi2ch PORTVERSION= 2.0.0.d +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= japanese www elisp MASTER_SITES= http://people.allbsd.org/~hrs/FreeBSD/ LOCAL/hrs Modified: head/japanese/yc.el/Makefile ============================================================================== --- head/japanese/yc.el/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/japanese/yc.el/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= yc.el PORTVERSION= 5.2.1 -PORTREVISION= 9 +PORTREVISION= 10 PORTEPOCH= 1 CATEGORIES= japanese elisp MASTER_SITES= http://www.ceres.dti.ne.jp/~knak/ Modified: head/lang/bigloo/Makefile ============================================================================== --- head/lang/bigloo/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/lang/bigloo/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= bigloo PORTVERSION= 4.1a.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang scheme MASTER_SITES= ftp://ftp-sop.inria.fr/indes/fp/Bigloo/ DISTNAME= ${PORTNAME}${PORTVERSION:R}-${PORTVERSION:E} Modified: head/lang/clojure-mode.el/Makefile ============================================================================== --- head/lang/clojure-mode.el/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/lang/clojure-mode.el/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= clojure-mode.el PORTVERSION= 2.1.1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= lang elisp DISTNAME= clojure-mode-${PORTVERSION} Modified: head/lang/csharp-mode.el/Makefile ============================================================================== --- head/lang/csharp-mode.el/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/lang/csharp-mode.el/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= csharp-mode.el PORTVERSION= 0.8.5 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= lang elisp MASTER_SITES= GOOGLE_CODE DISTNAME= ${PORTNAME:S|.el$||}-${PORTVERSION}.el Modified: head/lang/gcl/Makefile ============================================================================== --- head/lang/gcl/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/lang/gcl/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,6 +3,7 @@ PORTNAME= gcl PORTVERSION= 2.6.12 +PORTREVISION= 1 CATEGORIES= lang tcl tk MASTER_SITES= GNU Modified: head/lang/tuareg-mode.el/Makefile ============================================================================== --- head/lang/tuareg-mode.el/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/lang/tuareg-mode.el/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= tuareg-mode PORTVERSION= 2.0.8 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= lang elisp MASTER_SITES= GHL Modified: head/mail/c-sig/Makefile ============================================================================== --- head/mail/c-sig/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/mail/c-sig/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= c-sig PORTVERSION= 3.8 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= mail elisp MASTER_SITES= LOCAL MASTER_SITE_SUBDIR= tota/${PORTNAME} Modified: head/mail/mew/Makefile ============================================================================== --- head/mail/mew/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/mail/mew/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= mew PORTVERSION= 6.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail elisp MASTER_SITES= http://www.mew.org/Release/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} Modified: head/mail/wanderlust-devel/Makefile ============================================================================== --- head/mail/wanderlust-devel/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/mail/wanderlust-devel/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,6 +3,7 @@ PORTNAME= wanderlust PORTVERSION= 2.15.9.b.${SNAPDATE} +PORTREVISION= 1 CATEGORIES= mail elisp PKGNAMESUFFIX= -devel-${EMACS_PORT_NAME} Modified: head/mail/wanderlust/Makefile ============================================================================== --- head/mail/wanderlust/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/mail/wanderlust/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= wanderlust PORTVERSION= 2.14.0 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= mail elisp MASTER_SITES= ftp://ftp.gohome.org/wl/stable/ \ http://www.jpl.org/elips/wl/ Modified: head/mail/x-face-e21/Makefile ============================================================================== --- head/mail/x-face-e21/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/mail/x-face-e21/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= x-face-e21 PORTVERSION= 20070306 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= mail elisp MASTER_SITES= http://www.jpl.org/elips/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} Modified: head/mail/xcite/Makefile ============================================================================== --- head/mail/xcite/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/mail/xcite/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= xcite PORTVERSION= 1.60 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= mail elisp MASTER_SITES= http://www.gentei.org/~yuuji/software/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} Modified: head/math/ess/Makefile ============================================================================== --- head/math/ess/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/math/ess/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,6 +3,7 @@ PORTNAME= ess DISTVERSION= 14.09 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://ess.r-project.org/downloads/ess/ EXTRACT_SUFX= .tgz Modified: head/math/proofgeneral/Makefile ============================================================================== --- head/math/proofgeneral/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/math/proofgeneral/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= proofgeneral PORTVERSION= 4.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= math elisp MASTER_SITES= http://proofgeneral.inf.ed.ac.uk/releases/ PKGNAMESUFFIX= -${EMACS_NAME} Modified: head/misc/elscreen/Makefile ============================================================================== --- head/misc/elscreen/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/misc/elscreen/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= elscreen PORTVERSION= 1.4.6 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= misc elisp MASTER_SITES= ftp://ftp.morishima.net/pub/morishima.net/naoto/ElScreen/%SUBDIR%/ MASTER_SITE_SUBDIR= . old Modified: head/net-im/jabber.el/Makefile ============================================================================== --- head/net-im/jabber.el/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/net-im/jabber.el/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= jabber.el PORTVERSION= 0.8.92 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im elisp MASTER_SITES= SF/emacs-jabber/emacs-jabber%20beta%20versions/${PORTVERSION} DISTNAME= emacs-jabber-${PORTVERSION} Modified: head/net/tramp/Makefile ============================================================================== --- head/net/tramp/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/net/tramp/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= tramp PORTVERSION= 2.2.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net elisp MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} Modified: head/print/auctex/Makefile ============================================================================== --- head/print/auctex/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/print/auctex/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= auctex PORTVERSION= 11.88 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print elisp MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} Modified: head/print/hyperlatex/Makefile ============================================================================== --- head/print/hyperlatex/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/print/hyperlatex/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= Hyperlatex DISTVERSION= 2.9a -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= print MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME:tl}/2.9a Modified: head/security/easypg/Makefile ============================================================================== --- head/security/easypg/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/security/easypg/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= easypg PORTVERSION= 0.0.16 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= security elisp MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= epg/29289 Modified: head/security/starttls/Makefile ============================================================================== --- head/security/starttls/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/security/starttls/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -2,7 +2,7 @@ PORTNAME= starttls PORTVERSION= 0.10 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= security MASTER_SITES= ftp://ftp.opaopa.org/pub/elisp/ Modified: head/sysutils/puppet-mode.el/Makefile ============================================================================== --- head/sysutils/puppet-mode.el/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/sysutils/puppet-mode.el/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= puppet-mode.el PORTVERSION= 0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils elisp MAINTAINER= demon@FreeBSD.org Modified: head/textproc/dictem/Makefile ============================================================================== --- head/textproc/dictem/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/textproc/dictem/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= dictem PORTVERSION= 1.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc net elisp MASTER_SITES= SF/dictem/dictem/dictem-${PORTVERSION} PKGNAMESUFFIX= -${EMACS_PORT_NAME} Modified: head/textproc/dictionary/Makefile ============================================================================== --- head/textproc/dictionary/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/textproc/dictionary/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= dictionary PORTVERSION= 1.8.7 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= textproc net elisp MASTER_SITES= http://me.in-berlin.de/~myrkr/dictionary/ \ http://bsdchat.com/dist/dryice/ Modified: head/textproc/doc-mode.el/Makefile ============================================================================== --- head/textproc/doc-mode.el/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/textproc/doc-mode.el/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= doc-mode.el PORTVERSION= 1.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= textproc elisp MASTER_SITES= SF/xpt/doc-mode/doc-mode-${PORTVERSION} DISTNAME= doc-mode-${PORTVERSION} Modified: head/textproc/emacs-wiki/Makefile ============================================================================== --- head/textproc/emacs-wiki/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/textproc/emacs-wiki/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= emacs-wiki PORTVERSION= 2.72 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= textproc elisp MASTER_SITES= http://www.mwolson.org/static/dist/emacs-wiki/ \ http://dryice.name/computer/FreeBSD/distfiles/ Modified: head/textproc/htmlize.el/Makefile ============================================================================== --- head/textproc/htmlize.el/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/textproc/htmlize.el/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= htmlize.el PORTVERSION= 1.39 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc elisp MASTER_SITES= http://fly.srk.fer.hr/~hniksic/emacs/ DISTNAME= ${PORTNAME}.cgi Modified: head/textproc/ibus-el/Makefile ============================================================================== --- head/textproc/ibus-el/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/textproc/ibus-el/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= ibus-el PORTVERSION= 0.3.2 #PORTREVISION= 0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc elisp MASTER_SITES= http://www11.atwiki.jp/s-irie/pub/emacs/ibus/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} Modified: head/textproc/markdown-mode.el/Makefile ============================================================================== --- head/textproc/markdown-mode.el/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/textproc/markdown-mode.el/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -2,7 +2,7 @@ PORTNAME= markdown-mode.el PORTVERSION= 2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://jblevins.org/projects/markdown-mode/ DISTNAME= markdown-mode.el Modified: head/textproc/muse/Makefile ============================================================================== --- head/textproc/muse/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/textproc/muse/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= muse PORTVERSION= 3.20 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= textproc elisp MASTER_SITES= http://download.gna.org/muse-el/ \ ${MASTER_SITE_LOCAL} \ Modified: head/textproc/uim-el/Makefile ============================================================================== --- head/textproc/uim-el/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/textproc/uim-el/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= uim-el PORTVERSION= 1.8.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMESUFFIX= -${EMACS_PORT_NAME} Modified: head/textproc/xml-lite.el/Makefile ============================================================================== --- head/textproc/xml-lite.el/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/textproc/xml-lite.el/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= xml-lite.el PORTVERSION= 1.1 -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 1 CATEGORIES= textproc elisp MASTER_SITES= http://dogbiscuit.org/mdub/software/ Modified: head/textproc/xml-parse.el/Makefile ============================================================================== --- head/textproc/xml-parse.el/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/textproc/xml-parse.el/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= xml-parse.el PORTVERSION= 1.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= textproc elisp MASTER_SITES= http://dryice.name/computer/FreeBSD/distfiles/ \ http://sacha.free.net.ph/notebook/emacs/ \ Modified: head/textproc/yaml-mode.el/Makefile ============================================================================== --- head/textproc/yaml-mode.el/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/textproc/yaml-mode.el/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,7 +3,7 @@ PORTNAME= yaml-mode.el PORTVERSION= 0.0.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc elisp PKGNAMESUFFIX= -${EMACS_PORT_NAME} Modified: head/www/emacs-w3m/Makefile ============================================================================== --- head/www/emacs-w3m/Makefile Mon Apr 27 10:28:00 2015 (r384818) +++ head/www/emacs-w3m/Makefile Mon Apr 27 10:29:27 2015 (r384819) @@ -3,6 +3,7 @@ PORTNAME= emacs-w3m PORTVERSION= 1.4.538.b.${SNAPDATE} +PORTREVISION= 1 CATEGORIES= www elisp MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= nobutaka From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 10:46:41 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 016A5E9C; Mon, 27 Apr 2015 10:46:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D627C1106; Mon, 27 Apr 2015 10:46:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RAkeeU076166; Mon, 27 Apr 2015 10:46:40 GMT (envelope-from ashish@FreeBSD.org) Received: (from ashish@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RAkew2076163; Mon, 27 Apr 2015 10:46:40 GMT (envelope-from ashish@FreeBSD.org) Message-Id: <201504271046.t3RAkew2076163@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ashish set sender to ashish@FreeBSD.org using -f From: Ashish SHUKLA Date: Mon, 27 Apr 2015 10:46:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384820 - in head/lang/sagittarius-scheme: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 10:46:41 -0000 Author: ashish Date: Mon Apr 27 10:46:39 2015 New Revision: 384820 URL: https://svnweb.freebsd.org/changeset/ports/384820 Log: - Update to 0.6.3 - Remove upstreamed diffs - Add dependency on pkgconfig, required for detecting boehm-gc Deleted: head/lang/sagittarius-scheme/files/patch-cmake_FindGC.cmake head/lang/sagittarius-scheme/files/patch-ext_crypto_libtomcrypt-1.17_src_headers_tomcrypt__macros.h Modified: head/lang/sagittarius-scheme/Makefile head/lang/sagittarius-scheme/distinfo head/lang/sagittarius-scheme/pkg-plist Modified: head/lang/sagittarius-scheme/Makefile ============================================================================== --- head/lang/sagittarius-scheme/Makefile Mon Apr 27 10:29:27 2015 (r384819) +++ head/lang/sagittarius-scheme/Makefile Mon Apr 27 10:46:39 2015 (r384820) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sagittarius -PORTVERSION= 0.6.1 +PORTVERSION= 0.6.3 CATEGORIES= lang MASTER_SITES= http://distfiles.pirateparty.in/%SUBDIR%/ \ ${MASTER_SITE_LOCAL} @@ -20,7 +20,7 @@ LIB_DEPENDS= libffi.so:${PORTSDIR}/devel libgc-threaded.so:${PORTSDIR}/devel/boehm-gc-threaded USE_LDCONFIG= yes -USES= cmake gmake +USES= cmake gmake pkgconfig ONLY_FOR_ARCHS= amd64 i386 MAKE_JOBS_UNSAFE= yes Modified: head/lang/sagittarius-scheme/distinfo ============================================================================== --- head/lang/sagittarius-scheme/distinfo Mon Apr 27 10:29:27 2015 (r384819) +++ head/lang/sagittarius-scheme/distinfo Mon Apr 27 10:46:39 2015 (r384820) @@ -1,2 +1,2 @@ -SHA256 (sagittarius-0.6.1.tar.gz) = 57d15f90f3e0083e5cacfc6647934e30c20e1bd0a5a735e8512e78f4969d9211 -SIZE (sagittarius-0.6.1.tar.gz) = 6039440 +SHA256 (sagittarius-0.6.3.tar.gz) = cc833a591855189efc883cd988283f7d9ae78e647a7057b0975c14a69ec68647 +SIZE (sagittarius-0.6.3.tar.gz) = 6135093 Modified: head/lang/sagittarius-scheme/pkg-plist ============================================================================== --- head/lang/sagittarius-scheme/pkg-plist Mon Apr 27 10:29:27 2015 (r384819) +++ head/lang/sagittarius-scheme/pkg-plist Mon Apr 27 10:46:39 2015 (r384820) @@ -245,7 +245,9 @@ libdata/pkgconfig/%%PORTNAME%%.pc %%DATADIR%%/%%PORTVERSION%%/sitelib/binary/pack-aux.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/binary/parse.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/binary/pack.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/cache/lru.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/char-set.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/compression/huffman.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/curly-infix.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/dbi.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/dbm.scm @@ -294,6 +296,12 @@ libdata/pkgconfig/%%PORTNAME%%.pc %%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/gzip.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/hmac.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/http.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/http2/client.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/http2/conditions.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/http2/frame.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/http2/hpack-code-table.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/http2/hpack-static-table.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/http2/hpack.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/mime.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/pem.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/quoted-printable.scm @@ -318,11 +326,14 @@ libdata/pkgconfig/%%PORTNAME%%.pc %%DATADIR%%/%%PORTVERSION%%/sitelib/rpc/json.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/rpc/message.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/rpc/transport/http.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/rsa/pkcs/%3a10.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/rsa/pkcs/%3a12.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/rsa/pkcs/%3a12/cipher.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/rsa/pkcs/%3a12/keystore.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/rsa/pkcs/%3a5.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/rsa/pkcs/%3a8.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/%%PORTNAME%%/aspect.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/%%PORTNAME%%/bv-string.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/%%PORTNAME%%/cgen.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/%%PORTNAME%%/cgen/cise.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/%%PORTNAME%%/cgen/literal.scm @@ -368,6 +379,13 @@ libdata/pkgconfig/%%PORTNAME%%.pc %%DATADIR%%/%%PORTVERSION%%/sitelib/scribble/convert.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/scribble/parser.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/scribble/plugin.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/security/keystore.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/security/keystore/interface.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/security/keystore/jceks.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/security/keystore/jceks/cipher.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/security/keystore/jceks/keystore.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/security/keystore/jks.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/security/keystore/pkcs12.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/shorten.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/slib/alist.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/slib/qp.scm @@ -523,9 +541,12 @@ libdata/pkgconfig/%%PORTNAME%%.pc %%DATADIR%%/%%PORTVERSION%%/sitelib/time.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/tlv.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/trace.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/util/buffer.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/util/bytevector.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/util/concurrent.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/util/concurrent/executor.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/util/concurrent/future.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/util/concurrent/shared-queue.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/util/deque.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/util/file.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/util/hashtables.scm From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 10:53:41 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C788D131; Mon, 27 Apr 2015 10:53:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B511011EE; Mon, 27 Apr 2015 10:53:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RArfGV080722; Mon, 27 Apr 2015 10:53:41 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RArfZ2080721; Mon, 27 Apr 2015 10:53:41 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201504271053.t3RArfZ2080721@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Mon, 27 Apr 2015 10:53:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384821 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 10:53:42 -0000 Author: rene Date: Mon Apr 27 10:53:40 2015 New Revision: 384821 URL: https://svnweb.freebsd.org/changeset/ports/384821 Log: Document new vulnerabilities in www/chromium < 42.0.2311.90 Obtained from: http://googlechromereleases.blogspot.nl/2015/04/stable-channel-update_14.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Apr 27 10:46:39 2015 (r384820) +++ head/security/vuxml/vuln.xml Mon Apr 27 10:53:40 2015 (r384821) @@ -57,6 +57,83 @@ Notes: --> + + chromium -- multiple vulnerabilities + + + chromium + 42.0.2311.90 + + + + chromium-npapi + 42.0.2311.90 + + + + chromium-pulse + 42.0.2311.90 + + + + +

Google Chrome Releases reports:

+
+

45 new security fixes, including:

+
    +
  • [456518] High CVE-2015-1235: Cross-origin-bypass in HTML + parser. Credit to anonymous.
  • +
  • [313939] Medium CVE-2015-1236: Cross-origin-bypass in Blink. + Credit to Amitay Dobo.
  • +
  • [461191] High CVE-2015-1237: Use-after-free in IPC. Credit to + Khalil Zhani.
  • +
  • [445808] High CVE-2015-1238: Out-of-bounds write in Skia. + Credit to cloudfuzzer.
  • +
  • [463599] Medium CVE-2015-1240: Out-of-bounds read in WebGL. + Credit to w3bd3vil.
  • +
  • [418402] Medium CVE-2015-1241: Tap-Jacking. Credit to Phillip + Moon and Matt Weston of Sandfield Information Systems.
  • +
  • [460917] High CVE-2015-1242: Type confusion in V8. Credit to + fcole@onshape.com.
  • +
  • [455215] Medium CVE-2015-1244: HSTS bypass in WebSockets. + Credit to Mike Ruddy.
  • +
  • [444957] Medium CVE-2015-1245: Use-after-free in PDFium. Credit + to Khalil Zhani.
  • +
  • [437399] Medium CVE-2015-1246: Out-of-bounds read in Blink. + Credit to Atte Kettunen of OUSPG.
  • +
  • [429838] Medium CVE-2015-1247: Scheme issues in OpenSearch. + Credit to Jann Horn.
  • +
  • [380663] Medium CVE-2015-1248: SafeBrowsing bypass. Credit to + Vittorio Gambaletta (VittGam).
  • +
  • [476786] CVE-2015-1249: Various fixes from internal audits, + fuzzing and other initiatives. Multiple vulnerabilities in V8 + fixed at the tip of the 4.2 branch (currently 4.2.77.14).
  • +
+
+ +
+ + http://googlechromereleases.blogspot.nl/2015/04/stable-channel-update_14.html + CVE-2015-1235 + CVE-2015-1236 + CVE-2015-1237 + CVE-2015-1238 + CVE-2015-1240 + CVE-2015-1241 + CVE-2015-1242 + CVE-2015-1244 + CVE-2015-1245 + CVE-2015-1246 + CVE-2015-1247 + CVE-2015-1248 + CVE-2015-1249 + + + 2015-04-14 + 2015-04-27 + +
+ wpa_supplicant -- P2P SSID processing vulnerability From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 11:00:41 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4D153325; Mon, 27 Apr 2015 11:00:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1FC3E1227; Mon, 27 Apr 2015 11:00:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RB0eIw082487; Mon, 27 Apr 2015 11:00:40 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RB0e8O082272; Mon, 27 Apr 2015 11:00:40 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201504271100.t3RB0e8O082272@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 27 Apr 2015 11:00:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384822 - head/lang/perl5-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 11:00:41 -0000 Author: mat Date: Mon Apr 27 11:00:39 2015 New Revision: 384822 URL: https://svnweb.freebsd.org/changeset/ports/384822 Log: Update to v5.21.11-19-g257844b. Changes: https://github.com/Perl/perl5/compare/v5.21.10-105-g47cb8dd...v5.21.11-19-g257844b Sponsored by: Absolight Modified: head/lang/perl5-devel/Makefile head/lang/perl5-devel/distinfo head/lang/perl5-devel/pkg-plist Modified: head/lang/perl5-devel/Makefile ============================================================================== --- head/lang/perl5-devel/Makefile Mon Apr 27 10:53:40 2015 (r384821) +++ head/lang/perl5-devel/Makefile Mon Apr 27 11:00:39 2015 (r384822) @@ -27,7 +27,7 @@ CONFLICTS_INSTALL= perl5.*-* USE_GITHUB= yes GH_ACCOUNT= Perl GH_PROJECT= perl5 -GH_TAGNAME= v5.21.10-105-g47cb8dd +GH_TAGNAME= v5.21.11-19-g257844b OPTIONS_DEFINE= DEBUG GDBM PERL_64BITINT PTHREAD \ MULTIPLICITY SITECUSTOMIZE @@ -65,7 +65,7 @@ PERL_MALLOC_CONFIGURE_OFF= -Dusemymalloc #PORTSCOUT= limit:^${PERL_VER}. # Remember to update Mk/Uses/perl5.mk too. -PERL_VERSION= 5.21.11 +PERL_VERSION= 5.21.12 PERL_VER= ${PERL_VERSION:C/\.[0-9]+$//} PERL_ARCH= mach SITE_PERL_REL?= lib/perl5/site_perl Modified: head/lang/perl5-devel/distinfo ============================================================================== --- head/lang/perl5-devel/distinfo Mon Apr 27 10:53:40 2015 (r384821) +++ head/lang/perl5-devel/distinfo Mon Apr 27 11:00:39 2015 (r384822) @@ -1,2 +1,2 @@ -SHA256 (perl/perl-5.21.10.105_GH0.tar.gz) = b0a28840703001c37aed7bdaea195f8c7b0ef6a3399708fa28b36a606ac15b93 -SIZE (perl/perl-5.21.10.105_GH0.tar.gz) = 17371608 +SHA256 (perl/perl-5.21.11.19_GH0.tar.gz) = c20ebbc5d9d4d0413ed55a59c90f39909f69d8120e4bce0e289ac9a87c84af67 +SIZE (perl/perl-5.21.11.19_GH0.tar.gz) = 17375357 Modified: head/lang/perl5-devel/pkg-plist ============================================================================== --- head/lang/perl5-devel/pkg-plist Mon Apr 27 10:53:40 2015 (r384821) +++ head/lang/perl5-devel/pkg-plist Mon Apr 27 11:00:39 2015 (r384822) @@ -1449,6 +1449,7 @@ etc/perl5_version %%PRIV_LIB%%/pod/perl5210delta.pod %%PRIV_LIB%%/pod/perl52110delta.pod %%PRIV_LIB%%/pod/perl52111delta.pod +%%PRIV_LIB%%/pod/perl52112delta.pod %%PRIV_LIB%%/pod/perl5211delta.pod %%PRIV_LIB%%/pod/perl5212delta.pod %%PRIV_LIB%%/pod/perl5213delta.pod @@ -2076,6 +2077,7 @@ man/man1/perl5202delta.1.gz man/man1/perl5210delta.1.gz man/man1/perl52110delta.1.gz man/man1/perl52111delta.1.gz +man/man1/perl52112delta.1.gz man/man1/perl5211delta.1.gz man/man1/perl5212delta.1.gz man/man1/perl5213delta.1.gz From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 11:03:31 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CA70545C; Mon, 27 Apr 2015 11:03:31 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B852312EF; Mon, 27 Apr 2015 11:03:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RB3V0Q086012; Mon, 27 Apr 2015 11:03:31 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RB3Vdw086010; Mon, 27 Apr 2015 11:03:31 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201504271103.t3RB3Vdw086010@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Mon, 27 Apr 2015 11:03:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384823 - head/devel/p5-Devel-PatchPerl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 11:03:31 -0000 Author: culot Date: Mon Apr 27 11:03:30 2015 New Revision: 384823 URL: https://svnweb.freebsd.org/changeset/ports/384823 Log: - Update to 1.34 Changes: http://search.cpan.org/dist/Devel-PatchPerl/Changes Modified: head/devel/p5-Devel-PatchPerl/Makefile head/devel/p5-Devel-PatchPerl/distinfo Modified: head/devel/p5-Devel-PatchPerl/Makefile ============================================================================== --- head/devel/p5-Devel-PatchPerl/Makefile Mon Apr 27 11:00:39 2015 (r384822) +++ head/devel/p5-Devel-PatchPerl/Makefile Mon Apr 27 11:03:30 2015 (r384823) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Devel-PatchPerl -PORTVERSION= 1.32 +PORTVERSION= 1.34 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:BINGOS Modified: head/devel/p5-Devel-PatchPerl/distinfo ============================================================================== --- head/devel/p5-Devel-PatchPerl/distinfo Mon Apr 27 11:00:39 2015 (r384822) +++ head/devel/p5-Devel-PatchPerl/distinfo Mon Apr 27 11:03:30 2015 (r384823) @@ -1,2 +1,2 @@ -SHA256 (Devel-PatchPerl-1.32.tar.gz) = 5eb2b972ec31ea33d26b7d5bfa6b53f3366cc9c5019b6b88522f241b9712cb56 -SIZE (Devel-PatchPerl-1.32.tar.gz) = 95586 +SHA256 (Devel-PatchPerl-1.34.tar.gz) = be294c95841f521a6b53f429e4fd2fc6f4b34a7fa1d66a8bba7434d5d12af643 +SIZE (Devel-PatchPerl-1.34.tar.gz) = 108652 From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 11:04:18 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E52DA547; Mon, 27 Apr 2015 11:04:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D148712F9; Mon, 27 Apr 2015 11:04:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RB4Icw087007; Mon, 27 Apr 2015 11:04:18 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RB4DnG086977; Mon, 27 Apr 2015 11:04:13 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201504271104.t3RB4DnG086977@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Mon, 27 Apr 2015 11:04:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384824 - in head/www/chromium: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 11:04:19 -0000 Author: rene Date: Mon Apr 27 11:04:12 2015 New Revision: 384824 URL: https://svnweb.freebsd.org/changeset/ports/384824 Log: www/chromium: update to 42.0.2311.90 There were two updates submitted as Github pull requests: - one for 41.0.2272.118 - one for 42.0.2311.90, based on the first update. Submitted by: Timothy Vaccarelli (41.0.2272.118) Submitted by: Christoph Moench-Tegeder (42.0.2311.90) MFH: 2015Q2 Security: http://vuxml.freebsd.org/freebsd/b57f690e-ecc9-11e4-876c-00262d5ed8ee.html Added: head/www/chromium/files/patch-chrome__browser__tracing__crash_service_uploader.cc (contents, props changed) head/www/chromium/files/patch-chrome__chrome_exe.gypi (contents, props changed) head/www/chromium/files/patch-components__printing__renderer__print_web_view_helper.h (contents, props changed) head/www/chromium/files/patch-components__update_client__update_query_params.cc (contents, props changed) head/www/chromium/files/patch-content__common__sandbox_linux__sandbox_debug_handling_linux.cc (contents, props changed) head/www/chromium/files/patch-device__usb__usb_service_impl.h (contents, props changed) head/www/chromium/files/patch-net__base__address_tracker_linux.cc (contents, props changed) head/www/chromium/files/patch-net__base__net_util_linux.cc (contents, props changed) head/www/chromium/files/patch-skia__ext__SkMemory_new_handler.cpp (contents, props changed) head/www/chromium/files/patch-third_party__WebKit__Source__bindings__core__v8__V8ScriptRunner.cpp (contents, props changed) head/www/chromium/files/patch-third_party__WebKit__Source__platform__heap__StackFrameDepth.cpp (contents, props changed) head/www/chromium/files/patch-third_party__WebKit__Source__platform__heap__Visitor.cpp (contents, props changed) head/www/chromium/files/patch-third_party__pdfium__third_party__base__logging.h (contents, props changed) head/www/chromium/files/patch-third_party__skia__src__core__SkVarAlloc.cpp (contents, props changed) head/www/chromium/files/patch-third_party__webrtc__base__thread_checker_impl.cc (contents, props changed) head/www/chromium/files/patch-ui__gfx__render_text.cc (contents, props changed) head/www/chromium/files/patch-v8__src__debug.cc (contents, props changed) Deleted: head/www/chromium/files/patch-breakpad__breakpad.gyp head/www/chromium/files/patch-build__linux__unbundle__openssl.gyp head/www/chromium/files/patch-chrome__renderer__printing__print_web_view_helper.h head/www/chromium/files/patch-components__omaha_query_params__omaha_query_params.cc head/www/chromium/files/patch-content__browser__tracing__tracing_ui.cc head/www/chromium/files/patch-third_party__libvpx__unpack_lib_posix.sh head/www/chromium/files/patch-third_party__pdfium__third_party__logging.h head/www/chromium/files/patch-v8__src__preparser.h Modified: head/www/chromium/Makefile head/www/chromium/distinfo head/www/chromium/files/extra-patch-clang head/www/chromium/files/patch-base__process__launch.cc head/www/chromium/files/patch-base__process__launch.h head/www/chromium/files/patch-build__common.gypi head/www/chromium/files/patch-cc__layers__layer_impl.cc head/www/chromium/files/patch-chrome__browser__chrome_content_browser_client.cc head/www/chromium/files/patch-chrome__browser__download__download_shelf_context_menu.cc head/www/chromium/files/patch-chrome__browser__ssl__ssl_blocking_page.cc head/www/chromium/files/patch-chrome__browser__ui__views__frame__browser_frame.cc head/www/chromium/files/patch-chrome__browser__ui__views__frame__opaque_browser_frame_view.cc head/www/chromium/files/patch-chrome__browser__ui__webui__about_ui.cc head/www/chromium/files/patch-chrome__browser__ui__webui__chrome_web_ui_controller_factory.cc head/www/chromium/files/patch-chrome__browser__ui__webui__options__browser_options_handler.cc head/www/chromium/files/patch-chrome__renderer__pepper__pepper_flash_font_file_host.cc head/www/chromium/files/patch-components__storage_monitor__storage_monitor_freebsd.cc head/www/chromium/files/patch-content__app__content_main_runner.cc head/www/chromium/files/patch-content__browser__child_process_launcher.cc head/www/chromium/files/patch-content__gpu__gpu_main.cc head/www/chromium/files/patch-device__usb__usb_service_impl.cc head/www/chromium/files/patch-gpu__config__gpu_util.cc head/www/chromium/files/patch-gpu__gpu_config.gypi head/www/chromium/files/patch-media__video__capture__video_capture_device_factory.cc head/www/chromium/files/patch-net__base__address_tracker_linux.h head/www/chromium/files/patch-net__base__net_util_posix.cc head/www/chromium/files/patch-net__quic__congestion_control__rtt_stats.cc head/www/chromium/files/patch-remoting__remoting_host.gypi head/www/chromium/files/patch-third_party__WebKit__Source__core__core.gyp head/www/chromium/files/patch-third_party__webrtc__system_wrappers__source__thread_posix.cc head/www/chromium/files/patch-ui__base__ime__input_method_factory.cc head/www/chromium/files/patch-ui__views__views.gyp head/www/chromium/files/patch-v8__src__base__platform__platform-freebsd.cc head/www/chromium/files/patch-v8__src__base__platform__platform-posix.cc head/www/chromium/pkg-plist Modified: head/www/chromium/Makefile ============================================================================== --- head/www/chromium/Makefile Mon Apr 27 11:03:30 2015 (r384823) +++ head/www/chromium/Makefile Mon Apr 27 11:04:12 2015 (r384824) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= chromium -PORTVERSION= 40.0.2214.115 -PORTREVISION= 1 +PORTVERSION= 42.0.2311.90 CATEGORIES= www MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -21,7 +20,9 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${ yasm:${PORTSDIR}/devel/yasm \ flock:${PORTSDIR}/sysutils/flock \ ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat \ - ${LOCALBASE}/share/usbids/usb.ids:${PORTSDIR}/misc/usbids + ${LOCALBASE}/share/usbids/usb.ids:${PORTSDIR}/misc/usbids \ + ${PYTHON_PKGNAMEPREFIX}Jinja2>0:${PORTSDIR}/devel/py-Jinja2 \ + ${PYTHON_PKGNAMEPREFIX}ply>0:${PORTSDIR}/devel/py-ply LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \ libdbus-1.so:${PORTSDIR}/devel/dbus \ @@ -111,7 +112,8 @@ GYP_DEFINES+= \ use_system_snappy=1 \ use_system_speex=1 \ use_system_xdg_utils=1 \ - use_system_yasm=1 + use_system_yasm=1 \ + v8_use_external_startup_data=0 # allow removal of third_party/adobe GYP_DEFINES+= flapper_version_h_file='${WRKSRC}/flapper_version.h' @@ -260,6 +262,7 @@ pre-configure: 'net/third_party/mozilla_security_manager' \ 'net/third_party/nss' \ 'third_party/WebKit' \ + 'third_party/analytics' \ 'third_party/angle' \ 'third_party/angle/src/third_party' \ 'third_party/blanketjs' \ @@ -290,7 +293,6 @@ pre-configure: 'third_party/libsrtp' \ 'third_party/libvpx' \ 'third_party/libvpx/source/libvpx/third_party/x86inc' \ - 'third_party/libwebm' \ 'third_party/libxml/chromium' \ 'third_party/libXNVCtrl' \ 'third_party/libyuv' \ @@ -298,6 +300,7 @@ pre-configure: 'third_party/lzma_sdk' \ 'third_party/markupsafe' \ 'third_party/mesa' \ + 'third_party/mojo' \ 'third_party/modp_b64' \ 'third_party/mt19937ar' \ 'third_party/npapi' \ @@ -325,6 +328,7 @@ pre-configure: 'third_party/trace-viewer/third_party/tvcm/third_party' \ 'third_party/undoview' \ 'third_party/usrsctp' \ + 'third_party/web-animations-js' \ 'third_party/webdriver' \ 'third_party/webrtc' \ 'third_party/widevine' \ @@ -369,8 +373,6 @@ do-install: ${STAGEDIR}${DATADIR} ${INSTALL_LIB} ${WRKSRC}/out/${BUILDTYPE}/libffmpegsumo.so \ ${STAGEDIR}${DATADIR} - ${INSTALL_LIB} ${WRKSRC}/out/${BUILDTYPE}/libpdf.so \ - ${STAGEDIR}${DATADIR} cd ${WRKSRC}/out/${BUILDTYPE} && \ ${COPYTREE_SHARE} "locales resources" ${STAGEDIR}${DATADIR} @${MKDIR} ${STAGEDIR}${DESKTOPDIR} Modified: head/www/chromium/distinfo ============================================================================== --- head/www/chromium/distinfo Mon Apr 27 11:03:30 2015 (r384823) +++ head/www/chromium/distinfo Mon Apr 27 11:04:12 2015 (r384824) @@ -1,4 +1,4 @@ -SHA256 (chromium-40.0.2214.115.tar.xz) = 2261b96dba5747b52512e2391956c54f4e36b9bbaa310b16c7fb0f1e4efba6a5 -SIZE (chromium-40.0.2214.115.tar.xz) = 284973228 -SHA256 (chromium-40.0.2214.115-testdata.tar.xz) = 862a2d2b1afeb7b458f39b65ef1fd4062415dbb7f948d5f463ec31a845369300 -SIZE (chromium-40.0.2214.115-testdata.tar.xz) = 115348788 +SHA256 (chromium-42.0.2311.90.tar.xz) = 60b0eb38c1c3d0cc998dae70b7333e53b715cff2847c1652e03d1723300db4c9 +SIZE (chromium-42.0.2311.90.tar.xz) = 306502344 +SHA256 (chromium-42.0.2311.90-testdata.tar.xz) = 79bb822e879862bee121ea3b8e42e06623790552bc63689beecce680fc018163 +SIZE (chromium-42.0.2311.90-testdata.tar.xz) = 115728192 Modified: head/www/chromium/files/extra-patch-clang ============================================================================== --- head/www/chromium/files/extra-patch-clang Mon Apr 27 11:03:30 2015 (r384823) +++ head/www/chromium/files/extra-patch-clang Mon Apr 27 11:04:12 2015 (r384824) @@ -1,5 +1,5 @@ ---- base/allocator/allocator_extension.cc 2013-07-03 23:39:54.000000000 -0400 -+++ base/allocator/allocator_extension.cc 2013-07-19 00:39:26.000000000 -0400 +--- base/allocator/allocator_extension.cc 2015-04-15 00:18:47.000000000 +0200 ++++ base/allocator/allocator_extension.cc 2015-04-18 21:44:25.000000000 +0200 @@ -35,20 +35,20 @@ void SetGetAllocatorWasteSizeFunction( thunks::GetAllocatorWasteSizeFunction get_allocator_waste_size_function) { @@ -24,19 +24,25 @@ thunks::SetReleaseFreeMemoryFunction(release_free_memory_function); } ---- base/profiler/alternate_timer.cc 2013-07-03 23:39:54.000000000 -0400 -+++ base/profiler/alternate_timer.cc 2013-07-19 00:41:06.000000000 -0400 -@@ -21,7 +21,7 @@ - // Set an alternate timer function to replace the OS time function when - // profiling. - void SetAlternateTimeSource(NowFunction* now_function, TimeSourceType type) { -- DCHECK_EQ(reinterpret_cast(NULL), g_time_function); -+ DCHECK_EQ(static_cast(NULL), g_time_function); - g_time_function = now_function; - g_time_source_type = type; - } ---- base/threading/thread_local_storage_unittest.cc.orig 2013-08-30 23:06:21.000000000 +0300 -+++ base/threading/thread_local_storage_unittest.cc 2013-08-30 23:06:50.000000000 +0300 +--- base/strings/safe_sprintf_unittest.cc 2015-04-15 00:18:48.000000000 +0200 ++++ base/strings/safe_sprintf_unittest.cc 2015-04-18 22:08:45.000000000 +0200 +@@ -729,12 +729,14 @@ + #pragma GCC diagnostic push + #pragma GCC diagnostic ignored "-Wconversion-null" + #endif ++/* Avoid compiler error: http://pastebin.com/1edWUE84 + EXPECT_EQ(1, SafeSPrintf(buf, "%d", NULL)); + EXPECT_EQ("0", std::string(buf)); + EXPECT_EQ(3, SafeSPrintf(buf, "%p", NULL)); + EXPECT_EQ("0x0", std::string(buf)); + EXPECT_EQ(6, SafeSPrintf(buf, "%s", NULL)); + EXPECT_EQ("", std::string(buf)); ++*/ + #if defined(__GCC__) + #pragma GCC diagnostic pop + #endif +--- base/threading/thread_local_storage_unittest.cc 2015-04-15 00:18:48.000000000 +0200 ++++ base/threading/thread_local_storage_unittest.cc 2015-04-18 21:45:40.000000000 +0200 @@ -60,7 +60,7 @@ void ThreadLocalStorageCleanup(void *value) { int *ptr = reinterpret_cast(value); @@ -46,9 +52,9 @@ if (*ptr == kFinalTlsValue) return; // We've been called enough times. ASSERT_LT(kFinalTlsValue, *ptr); ---- base/tracked_objects.cc 2013-07-03 23:39:54.000000000 -0400 -+++ base/tracked_objects.cc 2013-07-19 00:42:10.000000000 -0400 -@@ -378,7 +378,7 @@ +--- base/tracked_objects.cc 2015-04-15 00:31:20.000000000 +0200 ++++ base/tracked_objects.cc 2015-04-18 21:57:33.000000000 +0200 +@@ -393,7 +393,7 @@ } // We must NOT do any allocations during this callback. // Using the simple linked lists avoids all allocations. @@ -57,11 +63,11 @@ this->next_retired_worker_ = first_retired_worker_; first_retired_worker_ = this; } ---- base/tracked_objects_unittest.cc.orig 2013-08-30 23:09:01.000000000 +0300 -+++ base/tracked_objects_unittest.cc 2013-08-30 23:10:14.000000000 +0300 -@@ -53,9 +53,9 @@ +--- base/tracked_objects_unittest.cc 2015-04-15 00:31:20.000000000 +0200 ++++ base/tracked_objects_unittest.cc 2015-04-18 22:01:28.000000000 +0200 +@@ -58,9 +58,9 @@ Births* birth = ThreadData::TallyABirthIfActive(location); - + if (ThreadData::status() == ThreadData::DEACTIVATED) - EXPECT_EQ(reinterpret_cast(NULL), birth); + EXPECT_EQ(static_cast(NULL), birth); @@ -69,50 +75,66 @@ - EXPECT_NE(reinterpret_cast(NULL), birth); + EXPECT_NE(static_cast(NULL), birth); } - + // Helper function to verify the most common test expectations. -@@ -234,7 +234,7 @@ - return; - +@@ -271,7 +271,7 @@ + } + scoped_ptr data(new DeathData()); - ASSERT_NE(data, reinterpret_cast(NULL)); + ASSERT_NE(data, static_cast(NULL)); EXPECT_EQ(data->run_duration_sum(), 0); EXPECT_EQ(data->run_duration_sample(), 0); EXPECT_EQ(data->queue_duration_sum(), 0); -@@ -435,7 +435,7 @@ +@@ -489,7 +489,7 @@ Location location(kFunction, kFile, kLineNumber, NULL); // Do not delete |birth|. We don't own it. Births* birth = ThreadData::TallyABirthIfActive(location); - EXPECT_NE(reinterpret_cast(NULL), birth); + EXPECT_NE(static_cast(NULL), birth); - - const TrackedTime kTimePosted = TrackedTime() + Duration::FromMilliseconds(1); - const TrackedTime kStartOfRun = TrackedTime() + ---- chrome/browser/sync/glue/synced_session_tracker.cc 2013-07-03 23:46:07.000000000 -0400 -+++ chrome/browser/sync/glue/synced_session_tracker.cc 2013-07-19 01:50:13.000000000 -0400 + + const unsigned int kTimePosted = 1; + const unsigned int kStartOfRun = 5; +--- chrome/browser/sync/glue/synced_session_tracker.cc 2015-04-15 00:18:50.000000000 +0200 ++++ chrome/browser/sync/glue/synced_session_tracker.cc 2015-04-18 22:02:15.000000000 +0200 @@ -260,7 +260,7 @@ } DCHECK(window_ptr); DCHECK_EQ(window_ptr->window_id.id(), window_id); -- DCHECK_EQ(reinterpret_cast(NULL), -+ DCHECK_EQ(static_cast(NULL), +- DCHECK_EQ(reinterpret_cast(NULL), ++ DCHECK_EQ(static_cast(NULL), GetSession(session_tag)->windows[window_id]); GetSession(session_tag)->windows[window_id] = window_ptr; } ---- media/audio/audio_output_proxy_unittest.cc.orig 2013-08-30 23:23:03.000000000 +0300 -+++ media/audio/audio_output_proxy_unittest.cc 2013-08-30 23:23:54.000000000 +0300 -@@ -392,7 +392,7 @@ +--- content/browser/frame_host/render_widget_host_view_guest.cc 2015-04-15 00:31:22.000000000 +0200 ++++ content/browser/frame_host/render_widget_host_view_guest.cc 2015-04-18 22:10:28.000000000 +0200 +@@ -241,11 +241,11 @@ + + gfx::NativeViewId RenderWidgetHostViewGuest::GetNativeViewId() const { + if (!guest_) +- return static_cast(NULL); ++ return reinterpret_cast(NULL); + + RenderWidgetHostView* rwhv = guest_->GetOwnerRenderWidgetHostView(); + if (!rwhv) +- return static_cast(NULL); ++ return reinterpret_cast(NULL); + return rwhv->GetNativeViewId(); + } + +--- media/audio/audio_output_proxy_unittest.cc 2015-04-15 00:18:55.000000000 +0200 ++++ media/audio/audio_output_proxy_unittest.cc 2015-04-18 22:02:38.000000000 +0200 +@@ -387,7 +387,7 @@ // |stream| is closed at this point. Start() should reopen it again. EXPECT_CALL(manager(), MakeAudioOutputStream(_, _)) .Times(2) - .WillRepeatedly(Return(reinterpret_cast(NULL))); + .WillRepeatedly(Return(static_cast(NULL))); - + EXPECT_CALL(callback_, OnError(_)) .Times(2); ---- media/filters/decrypting_video_decoder_unittest.cc.orig 2014-09-04 02:04:17.000000000 +0200 -+++ media/filters/decrypting_video_decoder_unittest.cc 2014-09-08 20:51:21.000000000 +0200 +--- media/filters/decrypting_video_decoder_unittest.cc 2015-04-15 00:31:22.000000000 +0200 ++++ media/filters/decrypting_video_decoder_unittest.cc 2015-04-18 22:03:40.000000000 +0200 @@ -420,7 +420,7 @@ // NULL callback to cancel the |decryptor_ready_cb|. EXPECT_CALL(*this, RequestDecryptorNotification(IsNullCallback())).WillOnce( @@ -122,8 +144,8 @@ base::Bind(&DecryptingVideoDecoderTest::DecryptorSet, base::Unretained(this)))); EXPECT_CALL(*this, DecryptorSet(_)).Times(0); ---- third_party/hunspell/src/hunspell/affentry.hxx 2013-07-03 23:52:32.000000000 -0400 -+++ third_party/hunspell/src/hunspell/affentry.hxx 2013-07-19 01:31:57.000000000 -0400 +--- third_party/hunspell/src/hunspell/affentry.hxx 2015-04-15 00:31:35.000000000 +0200 ++++ third_party/hunspell/src/hunspell/affentry.hxx 2015-04-18 22:04:39.000000000 +0200 @@ -27,7 +27,7 @@ struct hentry * checkword(const char * word, int len, char in_compound, const FLAG needflag = FLAG_NULL); @@ -142,8 +164,8 @@ char * check_twosfx_morph(const char * word, int len, int optflags, PfxEntry* ppfx, const FLAG needflag = FLAG_NULL); ---- third_party/sfntly/cpp/src/sfntly/table/core/cmap_table.cc 2013-07-03 23:54:15.000000000 -0400 -+++ third_party/sfntly/cpp/src/sfntly/table/core/cmap_table.cc 2013-07-19 00:44:09.000000000 -0400 +--- third_party/sfntly/cpp/src/sfntly/table/core/cmap_table.cc 2015-04-15 00:31:48.000000000 +0200 ++++ third_party/sfntly/cpp/src/sfntly/table/core/cmap_table.cc 2015-04-18 22:05:41.000000000 +0200 @@ -439,7 +439,7 @@ } @@ -188,54 +210,9 @@ + : CMap::Builder(static_cast(NULL), CMapFormat::kFormat4, cmap_id) { } - ---- v8/src/runtime/runtime-i18n.cc.orig 2015-01-25 15:08:31.732972197 +0100 -+++ v8/src/runtime/runtime-i18n.cc 2015-01-25 15:09:04.260951597 +0100 -@@ -626,7 +626,7 @@ - - local_object->SetInternalField(0, reinterpret_cast(break_iterator)); - // Make sure that the pointer to adopted text is NULL. -- local_object->SetInternalField(1, reinterpret_cast(NULL)); -+ local_object->SetInternalField(1, static_cast(NULL)); - - Factory* factory = isolate->factory(); - Handle key = factory->NewStringFromStaticChars("breakIterator"); ---- base/strings/safe_sprintf_unittest.cc.orig 2013-11-08 07:42:08.000000000 +0100 -+++ base/strings/safe_sprintf_unittest.cc 2013-11-15 15:04:45.000000000 +0100 -@@ -721,12 +721,14 @@ - #pragma GCC diagnostic push - #pragma GCC diagnostic ignored "-Wconversion-null" - #endif -+/* Avoid compiler error: http://pastebin.com/1edWUE84 - EXPECT_EQ(1, SafeSPrintf(buf, "%d", NULL)); - EXPECT_EQ("0", std::string(buf)); - EXPECT_EQ(3, SafeSPrintf(buf, "%p", NULL)); - EXPECT_EQ("0x0", std::string(buf)); - EXPECT_EQ(6, SafeSPrintf(buf, "%s", NULL)); - EXPECT_EQ("", std::string(buf)); -+*/ - #if defined(__GCC__) - #pragma GCC diagnostic pop - #endif ---- content/browser/frame_host/render_widget_host_view_guest.cc.orig 2014-03-05 22:24:07.000000000 +0100 -+++ content/browser/frame_host/render_widget_host_view_guest.cc 2014-03-09 20:01:20.000000000 +0100 -@@ -258,11 +258,11 @@ - - gfx::NativeViewId RenderWidgetHostViewGuest::GetNativeViewId() const { - if (!guest_) -- return static_cast(NULL); -+ return reinterpret_cast(NULL); - - RenderWidgetHostView* rwhv = guest_->GetEmbedderRenderWidgetHostView(); - if (!rwhv) -- return static_cast(NULL); -+ return reinterpret_cast(NULL); - return rwhv->GetNativeViewId(); - } -- ---- ./third_party/webrtc/base/taskrunner.cc.orig 2014-08-20 21:04:28.000000000 +0200 -+++ ./third_party/webrtc/base/taskrunner.cc 2014-08-22 18:55:46.000000000 +0200 +--- third_party/webrtc/base/taskrunner.cc 2015-04-15 00:32:17.000000000 +0200 ++++ third_party/webrtc/base/taskrunner.cc 2015-04-18 22:10:53.000000000 +0200 @@ -102,7 +102,7 @@ std::vector::iterator it; it = std::remove(tasks_.begin(), @@ -245,20 +222,9 @@ tasks_.erase(it, tasks_.end()); ---- v8/src/unique.h.orig 2014-10-10 11:16:50.000000000 +0200 -+++ v8/src/unique.h 2014-10-13 18:55:35.000000000 +0200 -@@ -110,7 +110,7 @@ - - // TODO(titzer): this is a hack to migrate to Unique incrementally. - static Unique CreateUninitialized(Handle handle) { -- return Unique(reinterpret_cast
(NULL), handle); -+ return Unique(static_cast
(NULL), handle); - } - - static Unique CreateImmovable(Handle handle) { ---- third_party/webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.cc.orig 2015-01-25 14:52:44 UTC -+++ third_party/webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.cc -@@ -2072,7 +2072,7 @@ +--- third_party/webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.cc 2015-04-15 00:32:17.000000000 +0200 ++++ third_party/webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.cc 2015-04-18 22:13:27.000000000 +0200 +@@ -1754,7 +1754,7 @@ const AudioEncoder* AudioCodingImpl::GetSenderInfo() const { FATAL() << "Not implemented yet."; @@ -267,7 +233,7 @@ } const CodecInst* AudioCodingImpl::GetSenderCodecInst() { -@@ -2091,7 +2091,7 @@ +@@ -1773,7 +1773,7 @@ const ReceiverInfo* AudioCodingImpl::GetReceiverInfo() const { FATAL() << "Not implemented yet."; @@ -276,14 +242,25 @@ } bool AudioCodingImpl::RegisterReceiveCodec(AudioDecoder* receive_codec) { ---- v8/src/debug.cc.orig 2015-01-25 14:39:37 UTC -+++ v8/src/debug.cc -@@ -565,7 +565,7 @@ +--- v8/src/debug.cc 2015-04-15 00:32:36.000000000 +0200 ++++ v8/src/debug.cc 2015-04-18 22:14:03.000000000 +0200 +@@ -573,7 +573,7 @@ thread_local_.step_out_fp_ = 0; // TODO(isolates): frames_are_dropped_? base::NoBarrier_Store(&thread_local_.current_debug_scope_, -- static_cast(NULL)); -+ reinterpret_cast(NULL)); +- static_cast(0)); ++ reinterpret_cast(0)); thread_local_.restarter_frame_function_pointer_ = NULL; } +--- v8/src/runtime/runtime-i18n.cc 2015-04-15 00:32:37.000000000 +0200 ++++ v8/src/runtime/runtime-i18n.cc 2015-04-18 22:06:17.000000000 +0200 +@@ -627,7 +627,7 @@ + + local_object->SetInternalField(0, reinterpret_cast(break_iterator)); + // Make sure that the pointer to adopted text is NULL. +- local_object->SetInternalField(1, reinterpret_cast(NULL)); ++ local_object->SetInternalField(1, static_cast(NULL)); + + Factory* factory = isolate->factory(); + Handle key = factory->NewStringFromStaticChars("breakIterator"); Modified: head/www/chromium/files/patch-base__process__launch.cc ============================================================================== --- head/www/chromium/files/patch-base__process__launch.cc Mon Apr 27 11:03:30 2015 (r384823) +++ head/www/chromium/files/patch-base__process__launch.cc Mon Apr 27 11:04:12 2015 (r384824) @@ -1,5 +1,5 @@ ---- base/process/launch.cc.orig 2014-10-10 08:54:09 UTC -+++ base/process/launch.cc +--- base/process/launch.cc.orig 2015-04-18 22:25:46.000000000 +0200 ++++ base/process/launch.cc 2015-04-18 22:26:32.000000000 +0200 @@ -24,10 +24,10 @@ fds_to_remap(NULL), maximize_rlimits(NULL), @@ -10,6 +10,6 @@ , allow_new_privs(false) -#endif // OS_LINUX +#endif // OS_LINUX || OS_FREEBSD - #if defined(OS_CHROMEOS) - , ctrl_terminal_fd(-1) - #endif // OS_CHROMEOS + #if defined(OS_POSIX) + , pre_exec_delegate(NULL) + #endif // OS_POSIX Modified: head/www/chromium/files/patch-base__process__launch.h ============================================================================== --- head/www/chromium/files/patch-base__process__launch.h Mon Apr 27 11:03:30 2015 (r384823) +++ head/www/chromium/files/patch-base__process__launch.h Mon Apr 27 11:04:12 2015 (r384824) @@ -1,19 +1,20 @@ ---- base/process/launch.h.orig 2014-10-10 08:54:09 UTC -+++ base/process/launch.h -@@ -113,14 +113,14 @@ +--- base/process/launch.h.orig 2015-04-18 22:29:06.000000000 +0200 ++++ base/process/launch.h 2015-04-18 22:30:09.000000000 +0200 +@@ -131,7 +131,7 @@ // will be the same as its pid. bool new_process_group; -#if defined(OS_LINUX) +#if defined(OS_LINUX) || defined(OS_FREEBSD) // If non-zero, start the process using clone(), using flags as provided. - int clone_flags; - + // Unlike in clone, clone_flags may not contain a custom termination signal + // that is sent to the parent when the child dies. The termination signal will +@@ -141,7 +141,7 @@ // By default, child processes will have the PR_SET_NO_NEW_PRIVS bit set. If // true, then this bit will not be set in the new child process. bool allow_new_privs; -#endif // defined(OS_LINUX) +#endif // defined(OS_LINUX) || defined(OS_FREEBSD) - #if defined(OS_CHROMEOS) - // If non-negative, the specified file descriptor will be set as the launched + #if defined(OS_POSIX) + // If not empty, change to this directory before execing the new process. Modified: head/www/chromium/files/patch-build__common.gypi ============================================================================== --- head/www/chromium/files/patch-build__common.gypi Mon Apr 27 11:03:30 2015 (r384823) +++ head/www/chromium/files/patch-build__common.gypi Mon Apr 27 11:04:12 2015 (r384824) @@ -1,6 +1,6 @@ ---- build/common.gypi.orig 2014-10-10 09:15:29 UTC -+++ build/common.gypi -@@ -91,7 +91,7 @@ +--- build/common.gypi.orig 2015-04-18 22:35:23.000000000 +0200 ++++ build/common.gypi 2015-04-18 22:42:51.000000000 +0200 +@@ -94,7 +94,7 @@ 'conditions': [ # ChromeOS and Windows use Aura and Ash. @@ -9,7 +9,7 @@ 'use_ash%': 1, 'use_aura%': 1, }], -@@ -702,7 +702,7 @@ +@@ -694,7 +694,7 @@ }], # DBus usage. @@ -18,7 +18,7 @@ 'use_dbus%': 1, }, { 'use_dbus%': 0, -@@ -952,7 +952,7 @@ +@@ -944,7 +944,7 @@ }, { 'use_openmax_dl_fft%': 0, }], @@ -27,33 +27,33 @@ 'enable_mdns%' : 1, }], -@@ -975,7 +975,7 @@ - # except when building Android WebView or Chromecast. +@@ -968,7 +968,7 @@ + # except when building Android WebView. # TODO(jshin): Handle 'use_system_icu' on Linux (Chromium). # Set the data reduction proxy origin for Android Webview. -- ['android_webview_build==0 and android_webview_telemetry_build==0 and chromecast==0', { -+ ['android_webview_build==0 and OS!="freebsd" and OS!="openbsd" and android_webview_telemetry_build==0 and chromecast==0', { +- ['android_webview_build==0', { ++ ['android_webview_build==0 and OS!="freebsd" and OS!="openbsd"', { 'icu_use_data_file_flag%' : 1, - 'spdy_proxy_auth_origin%': '', - 'data_reduction_proxy_probe_url%': '', -@@ -1228,6 +1228,10 @@ + }, { + 'icu_use_data_file_flag%' : 0, +@@ -1216,6 +1216,10 @@ # able to turn it off for various reasons. 'linux_disable_pie%': 0, + # XXX(rene) More options, keep them? + 'os_ver%': 0, -+ 'use_system_libjpeg%': 0, ++ 'use_system_libjpeg%': 0, + # The release channel that this build targets. This is used to restrict # channel-specific build options, like which installer packages to create. # The default is 'all', which does no channel-specific filtering. -@@ -4391,6 +4395,13 @@ +@@ -4479,6 +4483,13 @@ 'ldflags': [ '-Wl,--no-keep-memory', ], + 'ldflags!': [ + '-ldl', -+ '-pie', ++ '-pie' + ], + 'libraries!': [ + '-ldl', Modified: head/www/chromium/files/patch-cc__layers__layer_impl.cc ============================================================================== --- head/www/chromium/files/patch-cc__layers__layer_impl.cc Mon Apr 27 11:03:30 2015 (r384823) +++ head/www/chromium/files/patch-cc__layers__layer_impl.cc Mon Apr 27 11:04:12 2015 (r384824) @@ -1,7 +1,7 @@ ---- cc/layers/layer_impl.cc.orig 2015-01-20 21:28:14 UTC -+++ cc/layers/layer_impl.cc -@@ -1239,21 +1239,23 @@ - scale_factor * scaled_scroll_bounds.height()); +--- cc/layers/layer_impl.cc.orig 2015-04-18 22:47:03.000000000 +0200 ++++ cc/layers/layer_impl.cc 2015-04-18 22:52:19.000000000 +0200 +@@ -1230,13 +1230,15 @@ + gfx::ToFlooredSize(gfx::ScaleSize(BoundsForScrolling(), scale_factor)); scaled_scroll_bounds = gfx::ToFlooredSize(scaled_scroll_bounds); - gfx::ScrollOffset max_offset( @@ -19,14 +19,4 @@ + return _max_offset; } - gfx::Vector2dF LayerImpl::ClampScrollToMaxScrollOffset() { -- gfx::ScrollOffset max_offset = MaxScrollOffset(); -+ gfx::ScrollOffset _max_offset = MaxScrollOffset(); - gfx::ScrollOffset old_offset = TotalScrollOffset(); - gfx::ScrollOffset clamped_offset = old_offset; - -- clamped_offset.SetToMin(max_offset); -+ clamped_offset.SetToMin(_max_offset); - clamped_offset.SetToMax(gfx::ScrollOffset()); - gfx::Vector2dF delta = clamped_offset.DeltaFrom(old_offset); - if (!delta.IsZero()) + gfx::ScrollOffset LayerImpl::ClampScrollOffsetToLimits( Modified: head/www/chromium/files/patch-chrome__browser__chrome_content_browser_client.cc ============================================================================== --- head/www/chromium/files/patch-chrome__browser__chrome_content_browser_client.cc Mon Apr 27 11:03:30 2015 (r384823) +++ head/www/chromium/files/patch-chrome__browser__chrome_content_browser_client.cc Mon Apr 27 11:04:12 2015 (r384824) @@ -1,6 +1,6 @@ ---- chrome/browser/chrome_content_browser_client.cc.orig 2014-10-10 09:15:30 UTC -+++ chrome/browser/chrome_content_browser_client.cc -@@ -434,7 +434,7 @@ +--- chrome/browser/chrome_content_browser_client.cc.orig 2015-04-18 22:54:06.000000000 +0200 ++++ chrome/browser/chrome_content_browser_client.cc 2015-04-18 22:58:13.000000000 +0200 +@@ -446,7 +446,7 @@ return false; } @@ -9,7 +9,7 @@ breakpad::CrashHandlerHostLinux* CreateCrashHandlerHost( const std::string& process_type) { base::FilePath dumps_path; -@@ -491,7 +491,7 @@ +@@ -503,7 +503,7 @@ return -1; } @@ -18,34 +18,25 @@ #if !defined(OS_CHROMEOS) GURL GetEffectiveURLForSignin(const GURL& url) { -@@ -1194,7 +1194,7 @@ - - void ChromeContentBrowserClient::AppendExtraCommandLineSwitches( - CommandLine* command_line, int child_process_id) { --#if defined(OS_POSIX) -+#if defined(OS_POSIX) && !defined(OS_BSD) +@@ -1295,7 +1295,7 @@ + command_line->AppendSwitchASCII(switches::kMetricsClientID, + client_info->client_id); + } +-#elif defined(OS_POSIX) ++#elif defined(OS_POSIX) && !defined(OS_BSD) if (breakpad::IsCrashReporterEnabled()) { scoped_ptr client_info = GoogleUpdateSettings::LoadMetricsClientInfo(); -@@ -1202,7 +1202,7 @@ - client_info ? client_info->client_id - : std::string()); - } --#endif // defined(OS_POSIX) -+#endif // defined(OS_POSIX) && !defined(OS_BSD) - - if (logging::DialogsAreSuppressed()) - command_line->AppendSwitch(switches::kNoErrorDialogs); -@@ -2408,7 +2408,7 @@ +@@ -2409,7 +2409,7 @@ } } -#if defined(OS_POSIX) && !defined(OS_MACOSX) +#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_BSD) void ChromeContentBrowserClient::GetAdditionalMappedFilesForChildProcess( - const CommandLine& command_line, + const base::CommandLine& command_line, int child_process_id, -@@ -2474,7 +2474,7 @@ +@@ -2494,7 +2494,7 @@ } #endif // defined(OS_ANDROID) } Modified: head/www/chromium/files/patch-chrome__browser__download__download_shelf_context_menu.cc ============================================================================== --- head/www/chromium/files/patch-chrome__browser__download__download_shelf_context_menu.cc Mon Apr 27 11:03:30 2015 (r384823) +++ head/www/chromium/files/patch-chrome__browser__download__download_shelf_context_menu.cc Mon Apr 27 11:04:12 2015 (r384824) @@ -1,5 +1,5 @@ ---- chrome/browser/download/download_shelf_context_menu.cc.orig 2015-01-24 21:45:08 UTC -+++ chrome/browser/download/download_shelf_context_menu.cc +--- chrome/browser/download/download_shelf_context_menu.cc.orig 2015-04-18 23:29:54.000000000 +0200 ++++ chrome/browser/download/download_shelf_context_menu.cc 2015-04-18 23:31:51.000000000 +0200 @@ -122,7 +122,7 @@ return download_item_->GetOpenWhenComplete() || download_crx_util::IsExtensionDownload(*download_item_); @@ -18,10 +18,10 @@ (defined(OS_MACOSX) && !defined(OS_IOS)) if (CanOpenPdfInSystemViewer()) { prefs->SetShouldOpenPdfInSystemReader(!is_checked); -@@ -390,14 +390,14 @@ - #if defined(OS_WIN) - if (CanOpenPdfInSystemViewer()) - return IDS_DOWNLOAD_MENU_ALWAYS_OPEN_PDF_IN_READER; +@@ -392,14 +392,14 @@ + return IsAdobeReaderDefaultPDFViewer() + ? IDS_DOWNLOAD_MENU_ALWAYS_OPEN_PDF_IN_READER + : IDS_DOWNLOAD_MENU_PLATFORM_OPEN_ALWAYS; -#elif defined(OS_MACOSX) || defined(OS_LINUX) +#elif defined(OS_MACOSX) || defined(OS_LINUX) || defined(OS_BSD) if (CanOpenPdfInSystemViewer()) @@ -35,12 +35,3 @@ bool DownloadShelfContextMenu::IsDownloadPdf() const { base::FilePath path = download_item_->GetTargetFilePath(); return path.MatchesExtension(FILE_PATH_LITERAL(".pdf")); -@@ -409,7 +409,7 @@ - return IsDownloadPdf() && - (IsAdobeReaderDefaultPDFViewer() ? is_adobe_pdf_reader_up_to_date_ : - true); --#elif defined(OS_MACOSX) || defined(OS_LINUX) -+#elif defined(OS_MACOSX) || defined(OS_LINUX) || defined(OS_BSD) - return IsDownloadPdf(); - #endif - } Modified: head/www/chromium/files/patch-chrome__browser__ssl__ssl_blocking_page.cc ============================================================================== --- head/www/chromium/files/patch-chrome__browser__ssl__ssl_blocking_page.cc Mon Apr 27 11:03:30 2015 (r384823) +++ head/www/chromium/files/patch-chrome__browser__ssl__ssl_blocking_page.cc Mon Apr 27 11:04:12 2015 (r384824) @@ -1,20 +1,11 @@ ---- chrome/browser/ssl/ssl_blocking_page.cc.orig 2015-01-21 20:28:15 UTC -+++ chrome/browser/ssl/ssl_blocking_page.cc -@@ -237,7 +237,7 @@ - #elif defined(OS_IOS) +--- chrome/browser/ssl/ssl_blocking_page.cc.orig 2015-04-18 23:34:15.000000000 +0200 ++++ chrome/browser/ssl/ssl_blocking_page.cc 2015-04-18 23:40:51.000000000 +0200 +@@ -132,7 +132,7 @@ // iOS does not have a way to launch the date and time settings. NOTREACHED(); + -#elif defined(OS_LINUX) +#elif defined(OS_LINUX) || defined(OS_BSD) struct ClockCommand { const char* pathname; const char* argument; -@@ -289,7 +289,7 @@ - #if !defined(OS_CHROMEOS) && !defined(OS_ANDROID) - base::LaunchOptions options; - options.wait = false; --#if defined(OS_LINUX) -+#if defined(OS_LINUX) || defined(OS_BSD) - options.allow_new_privs = true; - #endif - base::LaunchProcess(command, options, NULL); Added: head/www/chromium/files/patch-chrome__browser__tracing__crash_service_uploader.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-chrome__browser__tracing__crash_service_uploader.cc Mon Apr 27 11:04:12 2015 (r384824) @@ -0,0 +1,11 @@ +--- chrome/browser/tracing/crash_service_uploader.cc.orig 2015-04-20 19:15:53.000000000 +0200 ++++ chrome/browser/tracing/crash_service_uploader.cc 2015-04-20 19:16:21.000000000 +0200 +@@ -127,6 +127,8 @@ + const char product[] = "Chrome_Android"; + #elif defined(OS_CHROMEOS) + const char product[] = "Chrome_ChromeOS"; ++#elif defined(OS_FREEBSD) ++ const char product[] = "Chrome_FreeBSD"; + #else + #error Platform not supported. + #endif Modified: head/www/chromium/files/patch-chrome__browser__ui__views__frame__browser_frame.cc ============================================================================== --- head/www/chromium/files/patch-chrome__browser__ui__views__frame__browser_frame.cc Mon Apr 27 11:03:30 2015 (r384823) +++ head/www/chromium/files/patch-chrome__browser__ui__views__frame__browser_frame.cc Mon Apr 27 11:04:12 2015 (r384824) @@ -1,20 +1,20 @@ ---- chrome/browser/ui/views/frame/browser_frame.cc.orig 2014-10-10 08:54:11 UTC -+++ chrome/browser/ui/views/frame/browser_frame.cc -@@ -36,7 +36,7 @@ - #include "ui/views/controls/menu/menu_runner.h" - #include "ui/views/widget/native_widget.h" - --#if defined(OS_LINUX) && !defined(OS_CHROMEOS) -+#if defined(OS_LINUX) && !defined(OS_CHROMEOS) || defined(OS_BSD) - #include "chrome/browser/shell_integration_linux.h" +--- chrome/browser/ui/views/frame/browser_frame.cc.orig 2015-04-18 23:43:03.000000000 +0200 ++++ chrome/browser/ui/views/frame/browser_frame.cc 2015-04-18 23:46:33.000000000 +0200 +@@ -33,7 +33,7 @@ + #include "ash/shell.h" #endif -@@ -110,7 +110,7 @@ +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + #include "chrome/browser/ui/views/frame/browser_command_handler_linux.h" #endif + +@@ -82,7 +82,7 @@ + non_client_view()->set_context_menu_controller(this); } --#if defined(OS_LINUX) && !defined(OS_CHROMEOS) -+#if defined(OS_LINUX) && !defined(OS_CHROMEOS) || defined(OS_BSD) - // Set up a custom WM_CLASS for some sorts of window types. This allows - // task switchers in X11 environments to distinguish between main browser - // windows and e.g app windows. +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + browser_command_handler_.reset(new BrowserCommandHandlerLinux(browser_view_)); + #endif + } Modified: head/www/chromium/files/patch-chrome__browser__ui__views__frame__opaque_browser_frame_view.cc ============================================================================== --- head/www/chromium/files/patch-chrome__browser__ui__views__frame__opaque_browser_frame_view.cc Mon Apr 27 11:03:30 2015 (r384823) +++ head/www/chromium/files/patch-chrome__browser__ui__views__frame__opaque_browser_frame_view.cc Mon Apr 27 11:04:12 2015 (r384824) @@ -1,15 +1,15 @@ ---- chrome/browser/ui/views/frame/opaque_browser_frame_view.cc.orig 2014-10-10 09:15:30 UTC -+++ chrome/browser/ui/views/frame/opaque_browser_frame_view.cc -@@ -52,7 +52,7 @@ - #include "ui/views/window/frame_background.h" - #include "ui/views/window/window_shape.h" +--- chrome/browser/ui/views/frame/opaque_browser_frame_view.cc.orig 2015-04-18 23:48:58.000000000 +0200 ++++ chrome/browser/ui/views/frame/opaque_browser_frame_view.cc 2015-04-18 23:53:50.000000000 +0200 +@@ -54,7 +54,7 @@ + #include "chrome/browser/ui/views/profiles/supervised_user_avatar_label.h" + #endif -#if defined(OS_LINUX) +#if defined(OS_LINUX) || defined(OS_BSD) #include "ui/views/controls/menu/menu_runner.h" #endif -@@ -77,7 +77,7 @@ +@@ -79,7 +79,7 @@ // The icon never shrinks below 16 px on a side. const int kIconMinimumSize = 16; @@ -18,25 +18,16 @@ // The number of pixels to move the frame background image upwards when using // the GTK+ theme and the titlebar is condensed. const int kGTKThemeCondensedFrameTopInset = 15; -@@ -318,7 +318,7 @@ +@@ -341,7 +341,7 @@ void OpaqueBrowserFrameView::OnMenuButtonClicked(views::View* source, const gfx::Point& point) { -#if defined(OS_LINUX) -+#if defined(OS_LINUX) || defined(OS_BSD) ++#if defined(OS_LINUX) || defined(OS_BSD) views::MenuRunner menu_runner(frame()->GetSystemMenuModel(), views::MenuRunner::HAS_MNEMONICS); ignore_result(menu_runner.RunMenuAt(browser_view()->GetWidget(), -@@ -571,7 +571,7 @@ - } - - bool OpaqueBrowserFrameView::ShouldShowWindowTitleBar() const { --#if defined(OS_LINUX) && !defined(OS_CHROMEOS) -+#if defined(OS_LINUX) && !defined(OS_CHROMEOS) || defined(OS_BSD) - // Do not show the custom title bar if the system title bar option is enabled. - if (!frame()->UseCustomFrame()) - return false; -@@ -616,7 +616,7 @@ +@@ -637,7 +637,7 @@ frame_background_->set_theme_image(GetFrameImage()); frame_background_->set_theme_overlay_image(GetFrameOverlayImage()); frame_background_->set_top_area_height(GetTopAreaHeight()); Modified: head/www/chromium/files/patch-chrome__browser__ui__webui__about_ui.cc ============================================================================== --- head/www/chromium/files/patch-chrome__browser__ui__webui__about_ui.cc Mon Apr 27 11:03:30 2015 (r384823) +++ head/www/chromium/files/patch-chrome__browser__ui__webui__about_ui.cc Mon Apr 27 11:04:12 2015 (r384824) @@ -1,7 +1,16 @@ ---- chrome/browser/ui/webui/about_ui.cc.orig 2014-10-10 09:15:30 UTC -+++ chrome/browser/ui/webui/about_ui.cc -@@ -761,7 +761,7 @@ - return data; +--- chrome/browser/ui/webui/about_ui.cc.orig 2015-04-18 23:56:37.000000000 +0200 ++++ chrome/browser/ui/webui/about_ui.cc 2015-04-20 19:06:22.000000000 +0200 +@@ -64,7 +64,7 @@ + #include "chrome/browser/ui/webui/theme_source.h" + #endif + +-#if defined(OS_LINUX) || defined(OS_OPENBSD) ++#if defined(OS_LINUX) || defined(OS_BSD) + #include "content/public/browser/zygote_host_linux.h" + #include "content/public/common/sandbox_linux.h" + #endif +@@ -659,7 +659,7 @@ + } } -#if defined(OS_LINUX) || defined(OS_OPENBSD) @@ -9,15 +18,15 @@ std::string AboutLinuxProxyConfig() { std::string data; AppendHeader(&data, 0, -@@ -777,6 +777,7 @@ +@@ -675,6 +675,7 @@ return data; } +#if !defined(OS_BSD) - void AboutSandboxRow(std::string* data, const std::string& prefix, int name_id, - bool good) { + void AboutSandboxRow(std::string* data, int name_id, bool good) { data->append(""); -@@ -847,6 +848,7 @@ + data->append(l10n_util::GetStringUTF8(name_id)); +@@ -742,6 +743,7 @@ return data; } #endif @@ -25,7 +34,7 @@ // AboutMemoryHandler ---------------------------------------------------------- -@@ -1019,7 +1021,7 @@ +@@ -914,7 +916,7 @@ } else if (source_name_ == chrome::kChromeUIDNSHost) { AboutDnsHandler::Start(profile(), callback); return; @@ -34,3 +43,12 @@ } else if (source_name_ == chrome::kChromeUILinuxProxyConfigHost) { response = AboutLinuxProxyConfig(); #endif +@@ -928,7 +930,7 @@ + ChromeOSCreditsHandler::Start(path, callback); + return; + #endif +-#if defined(OS_LINUX) || defined(OS_OPENBSD) ++#if (defined(OS_LINUX) || defined(OS_BSD)) && !defined(OS_FREEBSD) + } else if (source_name_ == chrome::kChromeUISandboxHost) { + response = AboutSandbox(); + #endif Modified: head/www/chromium/files/patch-chrome__browser__ui__webui__chrome_web_ui_controller_factory.cc ============================================================================== --- head/www/chromium/files/patch-chrome__browser__ui__webui__chrome_web_ui_controller_factory.cc Mon Apr 27 11:03:30 2015 (r384823) +++ head/www/chromium/files/patch-chrome__browser__ui__webui__chrome_web_ui_controller_factory.cc Mon Apr 27 11:04:12 2015 (r384824) @@ -1,11 +1,11 @@ ---- chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc.orig 2015-01-21 20:28:16 UTC -+++ chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc -@@ -511,7 +511,7 @@ +--- chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc.orig 2015-04-19 00:04:55.000000000 +0200 ++++ chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc 2015-04-19 00:05:15.000000000 +0200 +@@ -249,7 +249,7 @@ #if !defined(OS_ANDROID) - || url.host() == chrome::kChromeUITermsHost + || url.host() == chrome::kChromeUITermsHost #endif -#if defined(OS_LINUX) || defined(OS_OPENBSD) +#if defined(OS_LINUX) || defined(OS_BSD) - || url.host() == chrome::kChromeUILinuxProxyConfigHost - || url.host() == chrome::kChromeUISandboxHost + || url.host() == chrome::kChromeUILinuxProxyConfigHost + || url.host() == chrome::kChromeUISandboxHost #endif Modified: head/www/chromium/files/patch-chrome__browser__ui__webui__options__browser_options_handler.cc ============================================================================== --- head/www/chromium/files/patch-chrome__browser__ui__webui__options__browser_options_handler.cc Mon Apr 27 11:03:30 2015 (r384823) +++ head/www/chromium/files/patch-chrome__browser__ui__webui__options__browser_options_handler.cc Mon Apr 27 11:04:12 2015 (r384824) @@ -1,15 +1,22 @@ ---- chrome/browser/ui/webui/options/browser_options_handler.cc.orig 2015-01-21 20:28:16 UTC -+++ chrome/browser/ui/webui/options/browser_options_handler.cc -@@ -359,7 +359,7 @@ - { "toolbarShowHomeButton", IDS_OPTIONS_TOOLBAR_SHOW_HOME_BUTTON }, - { "translateEnableTranslate", - IDS_OPTIONS_TRANSLATE_ENABLE_TRANSLATE }, +--- chrome/browser/ui/webui/options/browser_options_handler.cc.orig 2015-04-19 00:13:56.000000000 +0200 ++++ chrome/browser/ui/webui/options/browser_options_handler.cc 2015-04-19 00:14:26.000000000 +0200 +@@ -470,13 +470,13 @@ + { "syncButtonTextStart", IDS_SYNC_SETUP_BUTTON_LABEL }, + #endif // defined(OS_CHROMEOS) + -#if defined(OS_LINUX) && !defined(OS_CHROMEOS) +#if defined(OS_POSIX) && !defined(OS_CHROMEOS) { "showWindowDecorations", IDS_SHOW_WINDOW_DECORATIONS }, { "themesNativeButton", IDS_THEMES_GTK_BUTTON }, { "themesSetClassic", IDS_THEMES_SET_CLASSIC }, -@@ -692,7 +692,7 @@ + #else + { "themes", IDS_THEMES_GROUP_NAME }, +-#endif // defined(OS_LINUX) && !defined(OS_CHROMEOS) ++#endif // defined(OS_POSIX) && !defined(OS_CHROMEOS) + + #if defined(OS_CHROMEOS) && defined(USE_ASH) + { "setWallpaper", IDS_SET_WALLPAPER_BUTTON }, +@@ -718,7 +718,7 @@ "requestProfilesInfo", base::Bind(&BrowserOptionsHandler::HandleRequestProfilesInfo, base::Unretained(this))); @@ -18,7 +25,7 @@ web_ui()->RegisterMessageCallback( "themesSetNative", base::Bind(&BrowserOptionsHandler::ThemesSetNative, -@@ -1342,7 +1342,7 @@ +@@ -1384,7 +1384,7 @@ ThemeService* theme_service = ThemeServiceFactory::GetForProfile(profile); bool is_system_theme = false; @@ -27,7 +34,7 @@ bool profile_is_supervised = profile->IsSupervised(); is_system_theme = theme_service->UsingSystemTheme(); base::FundamentalValue native_theme_enabled(!is_system_theme && -@@ -1364,7 +1364,7 @@ +@@ -1406,7 +1406,7 @@ ThemeServiceFactory::GetForProfile(profile)->UseDefaultTheme(); } Added: head/www/chromium/files/patch-chrome__chrome_exe.gypi ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-chrome__chrome_exe.gypi Mon Apr 27 11:04:12 2015 (r384824) @@ -0,0 +1,11 @@ +--- chrome/chrome_exe.gypi.orig 2015-04-20 20:19:42.000000000 +0200 ++++ chrome/chrome_exe.gypi 2015-04-20 20:21:17.000000000 +0200 +@@ -190,7 +190,7 @@ + '../build/linux/system.gyp:xext', + ], + }], +- ['OS=="linux" and enable_plugins==1', { ++ ['(OS=="linux" or os_bsd==1) and enable_plugins==1', { + 'dependencies': [ + '../pdf/pdf.gyp:pdf', + ], Modified: head/www/chromium/files/patch-chrome__renderer__pepper__pepper_flash_font_file_host.cc ============================================================================== --- head/www/chromium/files/patch-chrome__renderer__pepper__pepper_flash_font_file_host.cc Mon Apr 27 11:03:30 2015 (r384823) +++ head/www/chromium/files/patch-chrome__renderer__pepper__pepper_flash_font_file_host.cc Mon Apr 27 11:04:12 2015 (r384824) @@ -1,5 +1,5 @@ ---- chrome/renderer/pepper/pepper_flash_font_file_host.cc.orig 2014-10-10 08:54:12 UTC -+++ chrome/renderer/pepper/pepper_flash_font_file_host.cc +--- chrome/renderer/pepper/pepper_flash_font_file_host.cc.orig 2015-04-19 00:16:05.000000000 +0200 ++++ chrome/renderer/pepper/pepper_flash_font_file_host.cc 2015-04-19 00:17:03.000000000 +0200 @@ -13,7 +13,7 @@ #include "ppapi/proxy/ppapi_messages.h" #include "ppapi/proxy/serialized_structs.h" @@ -9,10 +9,10 @@ #include "content/public/common/child_process_sandbox_support_linux.h" #endif -@@ -25,14 +25,14 @@ +@@ -24,14 +24,14 @@ + const ppapi::proxy::SerializedFontDescription& description, PP_PrivateFontCharset charset) - : ResourceHost(host->GetPpapiHost(), instance, resource), - renderer_ppapi_host_(host) { + : ResourceHost(host->GetPpapiHost(), instance, resource) { -#if defined(OS_LINUX) || defined(OS_OPENBSD) +#if defined(OS_LINUX) || defined(OS_BSD) fd_.reset(content::MatchFontWithFallback( @@ -26,7 +26,7 @@ } PepperFlashFontFileHost::~PepperFlashFontFileHost() {} -@@ -52,7 +52,7 @@ +@@ -51,7 +51,7 @@ uint32_t table) { std::string contents; int32_t result = PP_ERROR_FAILED; @@ -35,7 +35,7 @@ int fd = fd_.get(); if (fd != -1) { size_t length = 0; -@@ -68,7 +68,7 @@ +@@ -67,7 +67,7 @@ } } } Added: head/www/chromium/files/patch-components__printing__renderer__print_web_view_helper.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-components__printing__renderer__print_web_view_helper.h Mon Apr 27 11:04:12 2015 (r384824) @@ -0,0 +1,11 @@ +--- components/printing/renderer/print_web_view_helper.h.orig 2015-04-20 18:54:28.000000000 +0200 ++++ components/printing/renderer/print_web_view_helper.h 2015-04-20 18:55:05.000000000 +0200 +@@ -246,7 +246,7 @@ + void FinishFramePrinting(); + + // Prints the page listed in |params|. +-#if defined(OS_LINUX) || defined(OS_ANDROID) ++#if defined(OS_LINUX) || defined(OS_ANDROID) || defined(OS_FREEBSD) + void PrintPageInternal(const PrintMsg_PrintPage_Params& params, + blink::WebFrame* frame, + PdfMetafileSkia* metafile); Modified: head/www/chromium/files/patch-components__storage_monitor__storage_monitor_freebsd.cc ============================================================================== --- head/www/chromium/files/patch-components__storage_monitor__storage_monitor_freebsd.cc Mon Apr 27 11:03:30 2015 (r384823) +++ head/www/chromium/files/patch-components__storage_monitor__storage_monitor_freebsd.cc Mon Apr 27 11:04:12 2015 (r384824) @@ -1,5 +1,5 @@ ---- components/storage_monitor/storage_monitor_freebsd.cc.orig 2014-10-13 17:11:08 UTC -+++ components/storage_monitor/storage_monitor_freebsd.cc +--- components/storage_monitor/storage_monitor_freebsd.cc.orig 1970-01-01 01:00:00.000000000 +0100 ++++ components/storage_monitor/storage_monitor_freebsd.cc 2015-04-19 19:38:05.000000000 +0200 @@ -0,0 +1,102 @@ +// Copyright 2014 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be @@ -56,15 +56,15 @@ + command.push_back(path.value()); + + base::LaunchOptions options; -+ base::ProcessHandle handle; *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 11:11:26 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5039074F; Mon, 27 Apr 2015 11:11:26 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E09B1436; Mon, 27 Apr 2015 11:11:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RBBQpj091023; Mon, 27 Apr 2015 11:11:26 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RBBPr7091021; Mon, 27 Apr 2015 11:11:25 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201504271111.t3RBBPr7091021@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Mon, 27 Apr 2015 11:11:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384825 - head/audio/py-discogs-client X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 11:11:26 -0000 Author: robak Date: Mon Apr 27 11:11:25 2015 New Revision: 384825 URL: https://svnweb.freebsd.org/changeset/ports/384825 Log: audio/py-discogs-client: update 2.0.2 -> 2.1.0 PR: 199709 Submitted by: Stig Inge Lea Bjornsen (maintainer) Modified: head/audio/py-discogs-client/Makefile head/audio/py-discogs-client/distinfo Modified: head/audio/py-discogs-client/Makefile ============================================================================== --- head/audio/py-discogs-client/Makefile Mon Apr 27 11:04:12 2015 (r384824) +++ head/audio/py-discogs-client/Makefile Mon Apr 27 11:11:25 2015 (r384825) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= discogs-client -PORTVERSION= 2.0.2 -PORTREVISION= 0 +PORTVERSION= 2.1.0 CATEGORIES= audio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +13,8 @@ COMMENT= Python interface to Discogs web LICENSE= BSD2CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:${PORTSDIR}/www/py-requests \ - ${PYTHON_PKGNAMEPREFIX}oauth2>=0:${PORTSDIR}/net/py-oauth2 + ${PYTHON_PKGNAMEPREFIX}oauthlib>=0:${PORTSDIR}/security/py-oauthlib \ + ${PYTHON_PKGNAMEPREFIX}six>=0:${PORTSDIR}/devel/py-six USES= python USE_PYTHON= distutils autoplist Modified: head/audio/py-discogs-client/distinfo ============================================================================== --- head/audio/py-discogs-client/distinfo Mon Apr 27 11:04:12 2015 (r384824) +++ head/audio/py-discogs-client/distinfo Mon Apr 27 11:11:25 2015 (r384825) @@ -1,2 +1,2 @@ -SHA256 (discogs-client-2.0.2.tar.gz) = 0a3616a818dd9fa61a61c3d9731d176e9123130d1b1b97a6beee63b4c72306b7 -SIZE (discogs-client-2.0.2.tar.gz) = 8665 +SHA256 (discogs-client-2.1.0.tar.gz) = aa071dff71ead1da375261f7befbb313e562add210253076522c7ea05aef2a02 +SIZE (discogs-client-2.1.0.tar.gz) = 8911 From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 12:07:37 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 63C6DA5D; Mon, 27 Apr 2015 12:07:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5180B1A9A; Mon, 27 Apr 2015 12:07:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RC7bJg018465; Mon, 27 Apr 2015 12:07:37 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RC7aOT018463; Mon, 27 Apr 2015 12:07:36 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201504271207.t3RC7aOT018463@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Mon, 27 Apr 2015 12:07:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384827 - in head/graphics/ImageMagick: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 12:07:37 -0000 Author: kwm Date: Mon Apr 27 12:07:36 2015 New Revision: 384827 URL: https://svnweb.freebsd.org/changeset/ports/384827 Log: I'm not sure what the code exactly does but reverting the change allows it to build on 8.x. Submitted by: Scott Allendorf , pkg-fallout. Added: head/graphics/ImageMagick/files/ head/graphics/ImageMagick/files/extra-magick_locale.c (contents, props changed) Modified: head/graphics/ImageMagick/Makefile Modified: head/graphics/ImageMagick/Makefile ============================================================================== --- head/graphics/ImageMagick/Makefile Mon Apr 27 11:18:46 2015 (r384826) +++ head/graphics/ImageMagick/Makefile Mon Apr 27 12:07:36 2015 (r384827) @@ -379,6 +379,10 @@ INSTALL_TARGET= install-strip USE_GHOSTSCRIPT_BUILD=yes .endif +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900000 +EXTRA_PATCHES+= ${FILESDIR}/extra-magick_locale.c +.endif + post-patch: # strip library name of variable parts that can change due to # the HDRI and Q16 option Added: head/graphics/ImageMagick/files/extra-magick_locale.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/ImageMagick/files/extra-magick_locale.c Mon Apr 27 12:07:36 2015 (r384827) @@ -0,0 +1,98 @@ +--- magick/locale.c.orig 2015-04-14 23:09:38.000000000 +0200 ++++ magick/locale.c 2015-04-27 12:00:08.997474000 +0200 +@@ -66,6 +66,14 @@ + #define MaxRecursionDepth 200 + + /* ++ Typedef declarations. ++*/ ++#if defined(__CYGWIN__) ++typedef struct _locale_t ++ *locale_t; ++#endif ++ ++/* + Static declarations. + */ + static const char +@@ -86,7 +94,7 @@ static SemaphoreInfo + static SplayTreeInfo + *locale_cache = (SplayTreeInfo *) NULL; + +-#if defined(MAGICKCORE_HAVE_LOCALE_H) ++#if defined(MAGICKCORE_HAVE_STRTOD_L) + static volatile locale_t + c_locale = (locale_t) NULL; + #endif +@@ -99,7 +107,7 @@ static MagickBooleanType + LoadLocaleCache(SplayTreeInfo *,const char *,const char *,const char *, + const size_t,ExceptionInfo *); + +-#if defined(MAGICKCORE_HAVE_LOCALE_H) ++#if defined(MAGICKCORE_HAVE_STRTOD_L) + /* + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + % % +@@ -229,7 +237,7 @@ static SplayTreeInfo *AcquireLocaleSplay + return(locale_cache); + } + +-#if defined(MAGICKCORE_HAVE_LOCALE_H) ++#if defined(MAGICKCORE_HAVE_STRTOD_L) + /* + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + % % +@@ -331,7 +339,7 @@ MagickExport ssize_t FormatLocaleFileLis + ssize_t + n; + +-#if defined(MAGICKCORE_HAVE_LOCALE_H) && defined(MAGICKCORE_HAVE_VFPRINTF_L) ++#if defined(MAGICKCORE_HAVE_VFPRINTF_L) + { + locale_t + locale; +@@ -347,7 +355,7 @@ MagickExport ssize_t FormatLocaleFileLis + #endif + } + #else +-#if defined(MAGICKCORE_HAVE_LOCALE_H) && defined(MAGICKCORE_HAVE_USELOCALE) ++#if defined(MAGICKCORE_HAVE_USELOCALE) && defined(MAGICKCORE_HAVE_STRTOD_L) + { + locale_t + locale, +@@ -422,7 +430,7 @@ MagickExport ssize_t FormatLocaleStringL + ssize_t + n; + +-#if defined(MAGICKCORE_HAVE_LOCALE_H) && defined(MAGICKCORE_HAVE_VSNPRINTF_L) ++#if defined(MAGICKCORE_HAVE_VSNPRINTF_L) + { + locale_t + locale; +@@ -438,7 +446,7 @@ MagickExport ssize_t FormatLocaleStringL + #endif + } + #elif defined(MAGICKCORE_HAVE_VSNPRINTF) +-#if defined(MAGICKCORE_HAVE_LOCALE_H) && defined(MAGICKCORE_HAVE_USELOCALE) ++#if defined(MAGICKCORE_HAVE_USELOCALE) && defined(MAGICKCORE_HAVE_STRTOD_L) + { + locale_t + locale, +@@ -981,7 +989,7 @@ MagickExport double InterpretLocaleValue + value=(double) strtoul(string,&q,16); + else + { +-#if defined(MAGICKCORE_HAVE_LOCALE_H) && defined(MAGICKCORE_HAVE_STRTOD_L) ++#if defined(MAGICKCORE_HAVE_STRTOD_L) + locale_t + locale; + +@@ -1420,7 +1428,7 @@ MagickExport void LocaleComponentTerminu + LockSemaphoreInfo(locale_semaphore); + if (locale_cache != (SplayTreeInfo *) NULL) + locale_cache=DestroySplayTree(locale_cache); +-#if defined(MAGICKCORE_HAVE_LOCALE_H) ++#if defined(MAGICKCORE_HAVE_STRTOD_L) + DestroyCLocale(); + #endif + UnlockSemaphoreInfo(locale_semaphore); From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 12:19:47 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1EB87D82; Mon, 27 Apr 2015 12:19:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0C9CC1BE8; Mon, 27 Apr 2015 12:19:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RCJkct023780; Mon, 27 Apr 2015 12:19:46 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RCJk5Y023778; Mon, 27 Apr 2015 12:19:46 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201504271219.t3RCJk5Y023778@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 27 Apr 2015 12:19:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384828 - in head/misc/mc: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 12:19:47 -0000 Author: adamw Date: Mon Apr 27 12:19:45 2015 New Revision: 384828 URL: https://svnweb.freebsd.org/changeset/ports/384828 Log: Fix "Cannot create pipe streams" when running shell commands using the Filtered View menu item on the File menu. PR: 199366 Reported by: Trond.Endrestol@ximalas.info Patch by: Ben Woods (maintainer) Added: head/misc/mc/files/patch-lib_utilunix.c (contents, props changed) Modified: head/misc/mc/Makefile Modified: head/misc/mc/Makefile ============================================================================== --- head/misc/mc/Makefile Mon Apr 27 12:07:36 2015 (r384827) +++ head/misc/mc/Makefile Mon Apr 27 12:19:45 2015 (r384828) @@ -3,6 +3,7 @@ PORTNAME= mc PORTVERSION= 4.8.14 +PORTREVISION= 1 CATEGORIES= misc shells MASTER_SITES= http://ftp.midnight-commander.org/ \ http://ftp.osuosl.org/pub/midnightcommander/ \ Added: head/misc/mc/files/patch-lib_utilunix.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/mc/files/patch-lib_utilunix.c Mon Apr 27 12:19:45 2015 (r384828) @@ -0,0 +1,11 @@ +--- lib/utilunix.c.orig 2015-04-12 03:04:27 UTC ++++ lib/utilunix.c +@@ -528,7 +528,7 @@ mc_popen (const char *command, GError ** + goto ret_err; + } + +- if (!g_spawn_async_with_pipes (NULL, argv, NULL, G_SPAWN_DO_NOT_REAP_CHILD, NULL, NULL, ++ if (!g_spawn_async_with_pipes (NULL, argv, NULL, G_SPAWN_DO_NOT_REAP_CHILD | G_SPAWN_SEARCH_PATH, NULL, NULL, + &p->child_pid, NULL, &p->out.fd, &p->err.fd, error)) + { + mc_replace_error (error, MC_PIPE_ERROR_CREATE_PIPE_STREAM, "%s", From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 12:38:18 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9FD91203; Mon, 27 Apr 2015 12:38:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8D5871E1E; Mon, 27 Apr 2015 12:38:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RCcIgw033643; Mon, 27 Apr 2015 12:38:18 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RCcHkl033634; Mon, 27 Apr 2015 12:38:17 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201504271238.t3RCcHkl033634@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 27 Apr 2015 12:38:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384829 - head/net-p2p/gtk-gnutella X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 12:38:18 -0000 Author: adamw Date: Mon Apr 27 12:38:17 2015 New Revision: 384829 URL: https://svnweb.freebsd.org/changeset/ports/384829 Log: - Update to 1.1.3. - Remove perl5 dependency (see PR for details). - Strip as part of the install rather than post-install due to permission problems. - Mark as -jn safe PR: 199363 Submitted by: Ben Woods (maintainer) Modified: head/net-p2p/gtk-gnutella/Makefile head/net-p2p/gtk-gnutella/distinfo head/net-p2p/gtk-gnutella/pkg-plist Modified: head/net-p2p/gtk-gnutella/Makefile ============================================================================== --- head/net-p2p/gtk-gnutella/Makefile Mon Apr 27 12:19:45 2015 (r384828) +++ head/net-p2p/gtk-gnutella/Makefile Mon Apr 27 12:38:17 2015 (r384829) @@ -22,7 +22,9 @@ # IPV6: Enable to support IPv6 connections. The real configuration takes # place at run-time so keeping it enabled will not force IPv6 usage. # -# DBUS: Enable D-Bus IPC support. No further information available. +# DBUS: Enable D-Bus IPC support. Gtk-Gnutella will send out messages onto +# the D-Bus message bus. That way external applications can easily +# act on certain events that happen, such as a completed download. # # DEBUG: Compile with debugging symbols. Useful if you intend to make a # bug report. @@ -33,7 +35,7 @@ # PORTNAME= gtk-gnutella -PORTVERSION= 1.1.2 +PORTVERSION= 1.1.3 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF @@ -42,7 +44,7 @@ COMMENT= GTK based Gnutella client LICENSE= GPLv2 # (or later) -USES= iconv perl5 pkgconfig tar:bzip2 +USES= iconv pkgconfig tar:bzip2 USE_GNOME= glib20 libxml2 HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure @@ -52,10 +54,10 @@ CONFIGURE_ARGS= -O -Dyacc='byacc' \ -Dmansrc='${MANPREFIX}/man/man1' \ -Dlocale='${PREFIX}/share/locale' \ -Dcc='${CC}' -Doptimize='${CFLAGS}' \ - -Dccflags='${CPPFLAGS}' -Dldflags='${LDFLAGS}' + -Dccflags='${CPPFLAGS}' -Dldflags='${LDFLAGS}' \ + -Dusemymalloc='n' MAKE_ARGS= INSTALL_PREFIX="${STAGEDIR}" INSTALL_TARGET= install install.man -MAKE_JOBS_UNSAFE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -97,6 +99,10 @@ post-extract: post-patch: @${FIND} ${WRKSRC} -name "Makefile.SH" | ${XARGS} ${REINPLACE_CMD} -e \ 's|@exit 0|@echo done|' +.if empty(PORT_OPTIONS:MDEBUG) + @${REINPLACE_CMD} 's/(INSTALL) -c -m 555/(INSTALL) -c -s -m 555/g' \ + ${WRKSRC}/src/Makefile.SH +.endif post-install: .if ${PORT_OPTIONS:MGUI} @@ -109,6 +115,5 @@ post-install: (cd ${WRKSRC}/extra_files && ${INSTALL_DATA} gtk-gnutella.svg \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps/gtk-gnutella.svg) .endif - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gtk-gnutella .include Modified: head/net-p2p/gtk-gnutella/distinfo ============================================================================== --- head/net-p2p/gtk-gnutella/distinfo Mon Apr 27 12:19:45 2015 (r384828) +++ head/net-p2p/gtk-gnutella/distinfo Mon Apr 27 12:38:17 2015 (r384829) @@ -1,2 +1,2 @@ -SHA256 (gtk-gnutella-1.1.2.tar.bz2) = 8391beee37e840b2ccd6bdccdb7f5464c6ed032ac8635607f12e20b791a03683 -SIZE (gtk-gnutella-1.1.2.tar.bz2) = 19504456 +SHA256 (gtk-gnutella-1.1.3.tar.bz2) = 2659ddb846f60d13789674e926a71bbb4a8b9d3ca98c6b034a95eaa073531405 +SIZE (gtk-gnutella-1.1.3.tar.bz2) = 19504243 Modified: head/net-p2p/gtk-gnutella/pkg-plist ============================================================================== --- head/net-p2p/gtk-gnutella/pkg-plist Mon Apr 27 12:19:45 2015 (r384828) +++ head/net-p2p/gtk-gnutella/pkg-plist Mon Apr 27 12:38:17 2015 (r384829) @@ -32,6 +32,8 @@ share/applications/gtk-gnutella.desktop %%DATADIR%%/pixmaps/firewall_udp.xpm %%DATADIR%%/pixmaps/firewall_udp_punchable.xpm %%DATADIR%%/pixmaps/freeze.xpm +%%DATADIR%%/pixmaps/go_back.xpm +%%DATADIR%%/pixmaps/hungup.xpm %%DATADIR%%/pixmaps/icon.16x16.xpm %%DATADIR%%/pixmaps/icon.48x48.xpm %%DATADIR%%/pixmaps/icon.xpm From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 12:47:06 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DA3C542E; Mon, 27 Apr 2015 12:47:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BD3911F3B; Mon, 27 Apr 2015 12:47:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RCl6kQ038510; Mon, 27 Apr 2015 12:47:06 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RCl6ah038504; Mon, 27 Apr 2015 12:47:06 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201504271247.t3RCl6ah038504@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 27 Apr 2015 12:47:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384830 - head/www/p5-Dancer2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 12:47:07 -0000 Author: adamw Date: Mon Apr 27 12:47:05 2015 New Revision: 384830 URL: https://svnweb.freebsd.org/changeset/ports/384830 Log: Update to 0.160000, and fix whitespace alignment. Changes: https://metacpan.org/changes/distribution/Dancer2 Modified: head/www/p5-Dancer2/Makefile head/www/p5-Dancer2/distinfo Modified: head/www/p5-Dancer2/Makefile ============================================================================== --- head/www/p5-Dancer2/Makefile Mon Apr 27 12:38:17 2015 (r384829) +++ head/www/p5-Dancer2/Makefile Mon Apr 27 12:47:05 2015 (r384830) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Dancer2 -PORTVERSION= 0.159003 +PORTVERSION= 0.160000 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,37 +14,37 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual RUN_DEPENDS= p5-App-Cmd>=0:${PORTSDIR}/devel/p5-App-Cmd \ - p5-Capture-Tiny>=0.12:${PORTSDIR}/devel/p5-Capture-Tiny \ - p5-Class-Load>=0:${PORTSDIR}/devel/p5-Class-Load \ - p5-Crypt-URandom>0:${PORTSDIR}/security/p5-Crypt-URandom \ - p5-Config-Any>=0:${PORTSDIR}/devel/p5-Config-Any \ - p5-File-ShareDir-Install>=0:${PORTSDIR}/devel/p5-File-ShareDir-Install \ - p5-Hash-Merge-Simple>=0:${PORTSDIR}/devel/p5-Hash-Merge-Simple \ - p5-HTTP-Body>=0:${PORTSDIR}/www/p5-HTTP-Body \ - p5-HTTP-Date>=0:${PORTSDIR}/www/p5-HTTP-Date \ - p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ - p5-Import-Into>=0:${PORTSDIR}/devel/p5-Import-Into \ - p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ - p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \ - p5-Moo>=0.09014:${PORTSDIR}/devel/p5-Moo \ - p5-MooX-Types-MooseLike-Numeric>=0:${PORTSDIR}/devel/p5-MooX-Types-MooseLike-Numeric \ - p5-Plack>=0:${PORTSDIR}/www/p5-Plack \ - p5-Plack-Middleware-FixMissingBodyInRedirect>=0:${PORTSDIR}/www/p5-Plack-Middleware-FixMissingBodyInRedirect \ - p5-Plack-Middleware-RemoveRedundantBody>=0:${PORTSDIR}/www/p5-Plack-Middleware-RemoveRedundantBody \ - p5-Return-MultiLevel>=0:${PORTSDIR}/devel/p5-Return-MultiLevel \ - p5-Safe-Isa>=0:${PORTSDIR}/devel/p5-Safe-Isa \ - p5-Template-Tiny>=0:${PORTSDIR}/textproc/p5-Template-Tiny \ - p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-YAML>=0.71:${PORTSDIR}/textproc/p5-YAML \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww + p5-Capture-Tiny>=0.12:${PORTSDIR}/devel/p5-Capture-Tiny \ + p5-Class-Load>=0:${PORTSDIR}/devel/p5-Class-Load \ + p5-Crypt-URandom>0:${PORTSDIR}/security/p5-Crypt-URandom \ + p5-Config-Any>=0:${PORTSDIR}/devel/p5-Config-Any \ + p5-File-ShareDir-Install>=0:${PORTSDIR}/devel/p5-File-ShareDir-Install \ + p5-Hash-Merge-Simple>=0:${PORTSDIR}/devel/p5-Hash-Merge-Simple \ + p5-HTTP-Body>=0:${PORTSDIR}/www/p5-HTTP-Body \ + p5-HTTP-Date>=0:${PORTSDIR}/www/p5-HTTP-Date \ + p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ + p5-Import-Into>=0:${PORTSDIR}/devel/p5-Import-Into \ + p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ + p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \ + p5-Moo>=0.09014:${PORTSDIR}/devel/p5-Moo \ + p5-MooX-Types-MooseLike-Numeric>=0:${PORTSDIR}/devel/p5-MooX-Types-MooseLike-Numeric \ + p5-Plack>=0:${PORTSDIR}/www/p5-Plack \ + p5-Plack-Middleware-FixMissingBodyInRedirect>=0:${PORTSDIR}/www/p5-Plack-Middleware-FixMissingBodyInRedirect \ + p5-Plack-Middleware-RemoveRedundantBody>=0:${PORTSDIR}/www/p5-Plack-Middleware-RemoveRedundantBody \ + p5-Return-MultiLevel>=0:${PORTSDIR}/devel/p5-Return-MultiLevel \ + p5-Safe-Isa>=0:${PORTSDIR}/devel/p5-Safe-Isa \ + p5-Template-Tiny>=0:${PORTSDIR}/textproc/p5-Template-Tiny \ + p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-YAML>=0.71:${PORTSDIR}/textproc/p5-YAML \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Memory-Cycle>=0:${PORTSDIR}/devel/p5-Test-Memory-Cycle \ - p5-Test-MockTime>=0:${PORTSDIR}/devel/p5-Test-MockTime \ - p5-Test-Fatal>0:${PORTSDIR}/devel/p5-Test-Fatal \ - p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP \ - p5-LWP-Protocol-https>0:${PORTSDIR}/www/p5-LWP-Protocol-https \ - p5-LWP-Protocol-PSGI>=0.06:${PORTSDIR}/www/p5-LWP-Protocol-PSGI + p5-Test-MockTime>=0:${PORTSDIR}/devel/p5-Test-MockTime \ + p5-Test-Fatal>0:${PORTSDIR}/devel/p5-Test-Fatal \ + p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP \ + p5-LWP-Protocol-https>0:${PORTSDIR}/www/p5-LWP-Protocol-https \ + p5-LWP-Protocol-PSGI>=0.06:${PORTSDIR}/www/p5-LWP-Protocol-PSGI OPTIONS_DEFINE= XS Modified: head/www/p5-Dancer2/distinfo ============================================================================== --- head/www/p5-Dancer2/distinfo Mon Apr 27 12:38:17 2015 (r384829) +++ head/www/p5-Dancer2/distinfo Mon Apr 27 12:47:05 2015 (r384830) @@ -1,2 +1,2 @@ -SHA256 (Dancer2-0.159003.tar.gz) = 85edf3f307c15eac8fe42ac08a4a684b522ca2ce27e6668ba7bdccaf7b87071a -SIZE (Dancer2-0.159003.tar.gz) = 307722 +SHA256 (Dancer2-0.160000.tar.gz) = c7910cc2141922497785bdc8d7959af185fdeaca20c8de962230c15c2d4f37d3 +SIZE (Dancer2-0.160000.tar.gz) = 311343 From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 12:52:48 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B91246DA; Mon, 27 Apr 2015 12:52:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8CEB81022; Mon, 27 Apr 2015 12:52:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RCqmpC042950; Mon, 27 Apr 2015 12:52:48 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RCqmn5042948; Mon, 27 Apr 2015 12:52:48 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201504271252.t3RCqmn5042948@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 27 Apr 2015 12:52:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384831 - head/www/p5-WWW-Mechanize-Shell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 12:52:48 -0000 Author: adamw Date: Mon Apr 27 12:52:47 2015 New Revision: 384831 URL: https://svnweb.freebsd.org/changeset/ports/384831 Log: Update to 0.55, and remove unnecessary DOCS option. Changes: https://metacpan.org/changes/distribution/WWW-Mechanize-Shell Modified: head/www/p5-WWW-Mechanize-Shell/Makefile head/www/p5-WWW-Mechanize-Shell/distinfo Modified: head/www/p5-WWW-Mechanize-Shell/Makefile ============================================================================== --- head/www/p5-WWW-Mechanize-Shell/Makefile Mon Apr 27 12:47:05 2015 (r384830) +++ head/www/p5-WWW-Mechanize-Shell/Makefile Mon Apr 27 12:52:47 2015 (r384831) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= WWW-Mechanize-Shell -PORTVERSION= 0.54 +PORTVERSION= 0.55 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CORION @@ -25,18 +25,14 @@ BUILD_DEPENDS= p5-HTML-Display>=0:${PORT RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp -OPTIONS_DEFINE= DOCS EXAMPLES +OPTIONS_DEFINE= EXAMPLES USES= perl5 USE_PERL5= configure -PORTDOCS= Changes README PORTEXAMPLES= banking.postbank.de.mech hotmail.signup.mech wwwshell.pl post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) - @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/bin && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR}) @${ECHO_MSG} "===> Documentation installed in ${EXAMPLESDIR}." Modified: head/www/p5-WWW-Mechanize-Shell/distinfo ============================================================================== --- head/www/p5-WWW-Mechanize-Shell/distinfo Mon Apr 27 12:47:05 2015 (r384830) +++ head/www/p5-WWW-Mechanize-Shell/distinfo Mon Apr 27 12:52:47 2015 (r384831) @@ -1,2 +1,2 @@ -SHA256 (WWW-Mechanize-Shell-0.54.tar.gz) = ef24268cb685989422b6384235e5185ca13383e027382e4f0d36f001b36c64fd -SIZE (WWW-Mechanize-Shell-0.54.tar.gz) = 52562 +SHA256 (WWW-Mechanize-Shell-0.55.tar.gz) = b0231f7821dcd1d579723d4aea05cdeb023013434f2faf119dd03b4bd13efbde +SIZE (WWW-Mechanize-Shell-0.55.tar.gz) = 52522 From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 13:44:07 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 242BCFF; Mon, 27 Apr 2015 13:44:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 129611665; Mon, 27 Apr 2015 13:44:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RDi6FM067990; Mon, 27 Apr 2015 13:44:06 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RDi6Wd067988; Mon, 27 Apr 2015 13:44:06 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201504271344.t3RDi6Wd067988@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Mon, 27 Apr 2015 13:44:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384832 - head/net/ntp-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 13:44:07 -0000 Author: cy Date: Mon Apr 27 13:44:06 2015 New Revision: 384832 URL: https://svnweb.freebsd.org/changeset/ports/384832 Log: Update 4.3.19 --> 4.3.20 Modified: head/net/ntp-devel/Makefile head/net/ntp-devel/distinfo Modified: head/net/ntp-devel/Makefile ============================================================================== --- head/net/ntp-devel/Makefile Mon Apr 27 12:52:47 2015 (r384831) +++ head/net/ntp-devel/Makefile Mon Apr 27 13:44:06 2015 (r384832) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ntp -PORTVERSION= 4.3.19 +PORTVERSION= 4.3.20 CATEGORIES= net ipv6 MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-dev/ \ http://archive.ntp.org/ntp4/ntp-dev/ Modified: head/net/ntp-devel/distinfo ============================================================================== --- head/net/ntp-devel/distinfo Mon Apr 27 12:52:47 2015 (r384831) +++ head/net/ntp-devel/distinfo Mon Apr 27 13:44:06 2015 (r384832) @@ -1,2 +1,2 @@ -SHA256 (ntp-dev-4.3.19.tar.gz) = 4e2c792e22111b03ba57f9d59f8d0635a1cea4b3cf143c9ceacddcdc34b2e3ea -SIZE (ntp-dev-4.3.19.tar.gz) = 6654504 +SHA256 (ntp-dev-4.3.20.tar.gz) = bc26efa87016cbaa719bacf8ce43980ab15cebe973323d1a172d25798679a722 +SIZE (ntp-dev-4.3.20.tar.gz) = 6641461 From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 13:58:16 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4E820BE0; Mon, 27 Apr 2015 13:58:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 306F71813; Mon, 27 Apr 2015 13:58:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RDwGnx073736; Mon, 27 Apr 2015 13:58:16 GMT (envelope-from naddy@FreeBSD.org) Received: (from naddy@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RDwE3M073728; Mon, 27 Apr 2015 13:58:14 GMT (envelope-from naddy@FreeBSD.org) Message-Id: <201504271358.t3RDwE3M073728@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: naddy set sender to naddy@FreeBSD.org using -f From: Christian Weisgerber Date: Mon, 27 Apr 2015 13:58:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384833 - in head/net/openntpd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 13:58:16 -0000 Author: naddy Date: Mon Apr 27 13:58:14 2015 New Revision: 384833 URL: https://svnweb.freebsd.org/changeset/ports/384833 Log: Use plain "pgrep" in rc script to accommodate different path in DragonFly. Reported by: Juan Francisco Cantero Hurtado Update to 5.7p4. No user-visible changes. In particular, the new HTTPS contraint feature is *not* enabled, because * LibreSSL fails with the certificiate bundle from ca_root_nss * USE_OPENSSL does not handle LibreSSL yet Added: head/net/openntpd/files/patch-src_ntpd.8 - copied, changed from r384831, head/net/openntpd/files/patch-ntpd.8 head/net/openntpd/files/patch-src_ntpd.conf.5 - copied, changed from r381607, head/net/openntpd/files/patch-ntpd.conf.5 Deleted: head/net/openntpd/files/patch-ntpd.8 head/net/openntpd/files/patch-ntpd.conf.5 Modified: head/net/openntpd/Makefile head/net/openntpd/distinfo head/net/openntpd/files/openntpd.in Modified: head/net/openntpd/Makefile ============================================================================== --- head/net/openntpd/Makefile Mon Apr 27 13:44:06 2015 (r384832) +++ head/net/openntpd/Makefile Mon Apr 27 13:58:14 2015 (r384833) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= openntpd -PORTVERSION= 5.7p3 +PORTVERSION= 5.7p4 PORTEPOCH= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_OPENBSD} @@ -18,12 +18,25 @@ GROUPS= _ntp USE_RC_SUBR= openntpd GNU_CONFIGURE= yes -CONFIGURE_ARGS= --localstatedir=/var \ - --disable-silent-rules +CONFIGURE_ARGS= --disable-silent-rules + +# XXX: +# * LibreSSL fails with the certificiate bundle from ca_root_nss. +# * USE_OPENSSL does not handle LibreSSL yet. +# +#OPTIONS_DEFINE= RESSL +#RESSL_DESC= SSL/TLS support via LibreSSL +# +#OPTIONS_DEFAULT= RESSL +# +#RESSL_LIB_DEPENDS= libtls.so:${PORTSDIR}/security/libressl +#RESSL_CONFIGURE_WITH= cacert=${LOCALBASE}/etc/ssl/cert.pem +#RESSL_CPPFLAGS= -I${LOCALBASE}/include +#RESSL_LDFLAGS= -L${LOCALBASE}/lib pre-build: ${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' \ - ${WRKSRC}/ntpd.conf.5 ${WRKSRC}/ntpd.8 + ${WRKSRC}/src/ntpd.conf.5 ${WRKSRC}/src/ntpd.8 post-install: cd ${STAGEDIR}${PREFIX}/etc; ${MV} ntpd.conf ntpd.conf.sample Modified: head/net/openntpd/distinfo ============================================================================== --- head/net/openntpd/distinfo Mon Apr 27 13:44:06 2015 (r384832) +++ head/net/openntpd/distinfo Mon Apr 27 13:58:14 2015 (r384833) @@ -1,2 +1,2 @@ -SHA256 (openntpd-5.7p3.tar.gz) = 4f417c8a4c21ed7ec3811107829f931404f9bf121855b8571a2ca3355695343a -SIZE (openntpd-5.7p3.tar.gz) = 409734 +SHA256 (openntpd-5.7p4.tar.gz) = a993d95976e375acc0ab1a677fd268f55024477835633c8ae404895046bccb23 +SIZE (openntpd-5.7p4.tar.gz) = 427900 Modified: head/net/openntpd/files/openntpd.in ============================================================================== --- head/net/openntpd/files/openntpd.in Mon Apr 27 13:44:06 2015 (r384832) +++ head/net/openntpd/files/openntpd.in Mon Apr 27 13:58:14 2015 (r384833) @@ -17,7 +17,7 @@ check_process() { - /bin/pgrep -f 'ntpd: \[priv\]' + pgrep -f 'ntpd: \[priv\]' } name=openntpd Copied and modified: head/net/openntpd/files/patch-src_ntpd.8 (from r384831, head/net/openntpd/files/patch-ntpd.8) ============================================================================== --- head/net/openntpd/files/patch-ntpd.8 Mon Apr 27 12:52:47 2015 (r384831, copy source) +++ head/net/openntpd/files/patch-src_ntpd.8 Mon Apr 27 13:58:14 2015 (r384833) @@ -1,6 +1,6 @@ ---- ntpd.8.orig 2015-01-08 06:57:55 UTC -+++ ntpd.8 -@@ -53,7 +53,7 @@ Use +--- src/ntpd.8.orig 2015-03-18 16:25:53 UTC ++++ src/ntpd.8 +@@ -57,7 +57,7 @@ Use .Ar file as the configuration file, instead of the default @@ -9,7 +9,7 @@ .It Fl n Configtest mode. Only check the configuration file for validity. -@@ -96,19 +96,19 @@ will be logged. +@@ -100,19 +100,19 @@ will be logged. After the local clock is synchronized, .Nm adjusts the clock frequency using the @@ -33,8 +33,8 @@ for more information on the boot process and enabling daemons. .Pp -@@ -129,8 +129,8 @@ receives a - signal, it writes its peer and sensor status to +@@ -137,8 +137,8 @@ signal on systems without + it writes its peer and sensor status to .Xr syslog 3 . .Sh FILES -.Bl -tag -width "/var/db/ntpd.driftXXX" -compact @@ -44,7 +44,7 @@ Default configuration file. .It Pa /var/db/ntpd.drift Drift file. -@@ -140,12 +140,12 @@ Socket file for communication with +@@ -148,12 +148,12 @@ Socket file for communication with .El .Sh SEE ALSO .Xr date 1 , Copied and modified: head/net/openntpd/files/patch-src_ntpd.conf.5 (from r381607, head/net/openntpd/files/patch-ntpd.conf.5) ============================================================================== --- head/net/openntpd/files/patch-ntpd.conf.5 Thu Mar 19 15:55:15 2015 (r381607, copy source) +++ head/net/openntpd/files/patch-src_ntpd.conf.5 Mon Apr 27 13:58:14 2015 (r384833) @@ -1,6 +1,6 @@ ---- ntpd.conf.5.orig 2015-01-08 06:57:55 UTC -+++ ntpd.conf.5 -@@ -182,8 +182,8 @@ servers pool.ntp.org rtable 5 +--- src/ntpd.conf.5.orig 2015-03-18 16:25:53 UTC ++++ src/ntpd.conf.5 +@@ -222,8 +222,8 @@ constraints from "https://www.google.com .Ed .El .Sh FILES From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 14:03:52 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C2E5DEA3; Mon, 27 Apr 2015 14:03:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B18541910; Mon, 27 Apr 2015 14:03:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RE3qAr078241; Mon, 27 Apr 2015 14:03:52 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RE3qnf078240; Mon, 27 Apr 2015 14:03:52 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201504271403.t3RE3qnf078240@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 27 Apr 2015 14:03:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384834 - in head/lang/gcc: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 14:03:52 -0000 Author: bapt Date: Mon Apr 27 14:03:51 2015 New Revision: 384834 URL: https://svnweb.freebsd.org/changeset/ports/384834 Log: Reverting temporary r384814 While the feature has a great value, it is right now breaking the build of lang/gcc. Given the importance of lang/gcc it is better to revert now and reapply the patch once it has been fixed and passes an exp-run on all supported version With hat: portmgr Deleted: head/lang/gcc/files/patch-libgomp-freebsd-affinity head/lang/gcc/files/patch-libgomp-posix-affinity Modified: head/lang/gcc/Makefile Modified: head/lang/gcc/Makefile ============================================================================== --- head/lang/gcc/Makefile Mon Apr 27 13:58:14 2015 (r384833) +++ head/lang/gcc/Makefile Mon Apr 27 14:03:51 2015 (r384834) @@ -3,7 +3,7 @@ PORTNAME= gcc PORTVERSION= 4.8.4 -PORTREVISION= 2 +PORTREVISION= 1 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= releases/gcc-${DISTVERSION} From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 14:12:48 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 357AF135; Mon, 27 Apr 2015 14:12:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2391C1A24; Mon, 27 Apr 2015 14:12:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RECm8P083130; Mon, 27 Apr 2015 14:12:48 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RECl1o083128; Mon, 27 Apr 2015 14:12:47 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201504271412.t3RECl1o083128@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 27 Apr 2015 14:12:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384835 - in head/devel: py-game_sdl2 renpy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 14:12:48 -0000 Author: jbeich Date: Mon Apr 27 14:12:47 2015 New Revision: 384835 URL: https://svnweb.freebsd.org/changeset/ports/384835 Log: Skip release with no changes in -source tarballs http://lemmasoft.renai.us/forums/viewtopic.php?p=369024#p369024 Modified: head/devel/py-game_sdl2/Makefile head/devel/renpy/Makefile Modified: head/devel/py-game_sdl2/Makefile ============================================================================== --- head/devel/py-game_sdl2/Makefile Mon Apr 27 14:03:51 2015 (r384834) +++ head/devel/py-game_sdl2/Makefile Mon Apr 27 14:12:47 2015 (r384835) @@ -18,6 +18,8 @@ BUILD_DEPENDS= cython:${PORTSDIR}/lang/c LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ libpng.so:${PORTSDIR}/graphics/png +PORTSCOUT= skipv:6.99.3 # no changes + USES= python tar:bz2 USE_SDL= image2 mixer2 ttf2 USE_PYTHON= autoplist distutils Modified: head/devel/renpy/Makefile ============================================================================== --- head/devel/renpy/Makefile Mon Apr 27 14:03:51 2015 (r384834) +++ head/devel/renpy/Makefile Mon Apr 27 14:12:47 2015 (r384835) @@ -25,6 +25,8 @@ LIB_DEPENDS= libfribidi.so:${PORTSDIR}/c libfreetype.so:${PORTSDIR}/print/freetype2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game_sdl2>0:${PORTSDIR}/devel/py-game_sdl2 +PORTSCOUT= skipv:6.99.3 # only version bump + USES= python:2.7 shebangfix tar:bz2 USE_PYTHON= autoplist distutils USE_SDL= sdl2 From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 14:15:25 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C071A248; Mon, 27 Apr 2015 14:15:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AF2301A3E; Mon, 27 Apr 2015 14:15:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3REFPqN083617; Mon, 27 Apr 2015 14:15:25 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3REFPJf083616; Mon, 27 Apr 2015 14:15:25 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201504271415.t3REFPJf083616@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 27 Apr 2015 14:15:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384836 - head/lang/gcc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 14:15:25 -0000 Author: bapt Date: Mon Apr 27 14:15:24 2015 New Revision: 384836 URL: https://svnweb.freebsd.org/changeset/ports/384836 Log: Bump portrevision after revert as some people did managed to build the _2 version Modified: head/lang/gcc/Makefile Modified: head/lang/gcc/Makefile ============================================================================== --- head/lang/gcc/Makefile Mon Apr 27 14:12:47 2015 (r384835) +++ head/lang/gcc/Makefile Mon Apr 27 14:15:24 2015 (r384836) @@ -3,7 +3,7 @@ PORTNAME= gcc PORTVERSION= 4.8.4 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= releases/gcc-${DISTVERSION} From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 14:32:15 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AAFDF8B3; Mon, 27 Apr 2015 14:32:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 961161C92; Mon, 27 Apr 2015 14:32:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3REWFDF093519; Mon, 27 Apr 2015 14:32:15 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3REWA1R093487; Mon, 27 Apr 2015 14:32:10 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201504271432.t3REWA1R093487@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 27 Apr 2015 14:32:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384837 - in head: lang/perl5-devel lang/perl5-devel/files lang/perl5.16 lang/perl5.16/files lang/perl5.18 lang/perl5.18/files lang/perl5.20 lang/perl5.20/files textproc/p5-Pod-Perldoc ... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 14:32:15 -0000 Author: mat Date: Mon Apr 27 14:32:09 2015 New Revision: 384837 URL: https://svnweb.freebsd.org/changeset/ports/384837 Log: Have perldoc use mandoc before *roff. Also, fix perldoc when using more as a pager. Differential Revision: https://reviews.freebsd.org/D2373 With hat: perl@ Sponsored by: Absolight Added: head/lang/perl5-devel/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc.pm (contents, props changed) head/lang/perl5-devel/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_BaseTo.pm (contents, props changed) head/lang/perl5-devel/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_ToMan.pm (contents, props changed) head/lang/perl5.16/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc.pm (contents, props changed) head/lang/perl5.16/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_BaseTo.pm (contents, props changed) head/lang/perl5.16/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_ToMan.pm (contents, props changed) head/lang/perl5.18/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc.pm (contents, props changed) head/lang/perl5.18/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_BaseTo.pm (contents, props changed) head/lang/perl5.18/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_ToMan.pm (contents, props changed) head/lang/perl5.20/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc.pm (contents, props changed) head/lang/perl5.20/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_BaseTo.pm (contents, props changed) head/lang/perl5.20/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_ToMan.pm (contents, props changed) head/textproc/p5-Pod-Perldoc/files/ head/textproc/p5-Pod-Perldoc/files/patch-lib_Pod_Perldoc.pm (contents, props changed) head/textproc/p5-Pod-Perldoc/files/patch-lib_Pod_Perldoc_BaseTo.pm (contents, props changed) head/textproc/p5-Pod-Perldoc/files/patch-lib_Pod_Perldoc_ToMan.pm (contents, props changed) Modified: head/lang/perl5-devel/Makefile head/lang/perl5.16/Makefile head/lang/perl5.18/Makefile head/lang/perl5.20/Makefile head/textproc/p5-Pod-Perldoc/Makefile Modified: head/lang/perl5-devel/Makefile ============================================================================== --- head/lang/perl5-devel/Makefile Mon Apr 27 14:15:24 2015 (r384836) +++ head/lang/perl5-devel/Makefile Mon Apr 27 14:32:09 2015 (r384837) @@ -4,7 +4,7 @@ PORTNAME= perl #PORTVERSION= ${PERL_VERSION} # XXX PORTVERSION= ${GH_TAGNAME:C/^v//:C/-(.*)-.*/.\1/} -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= lang devel perl5 # XXX MASTER_SITES= LOCAL/mat/perl GH CPAN/../../src/5.0 Added: head/lang/perl5-devel/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc.pm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/perl5-devel/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc.pm Mon Apr 27 14:32:09 2015 (r384837) @@ -0,0 +1,10 @@ +--- cpan/Pod-Perldoc/lib/Pod/Perldoc.pm.orig 2015-04-27 14:10:52 UTC ++++ cpan/Pod-Perldoc/lib/Pod/Perldoc.pm +@@ -1920,6 +1920,7 @@ sub page { # apply a pager to the outpu + # fix visible escape codes in ToTerm output + # https://bugs.debian.org/758689 + local $ENV{LESS} = defined $ENV{LESS} ? "$ENV{LESS} -R" : "-R"; ++ local $ENV{MORE} = defined $ENV{MORE} ? "$ENV{MORE} -R" : "-R"; + last if system("$pager \"$output\"") == 0; + } + } Added: head/lang/perl5-devel/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_BaseTo.pm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/perl5-devel/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_BaseTo.pm Mon Apr 27 14:32:09 2015 (r384837) @@ -0,0 +1,10 @@ +--- cpan/Pod-Perldoc/lib/Pod/Perldoc/BaseTo.pm.orig 2015-04-26 15:40:21 UTC ++++ cpan/Pod-Perldoc/lib/Pod/Perldoc/BaseTo.pm +@@ -33,6 +33,7 @@ BEGIN { + *is_linux = $^O eq 'linux' ? \&TRUE : \&FALSE unless defined &is_linux; + *is_hpux = $^O =~ m/hpux/ ? \&TRUE : \&FALSE unless defined &is_hpux; + *is_openbsd = $^O =~ m/openbsd/ ? \&TRUE : \&FALSE unless defined &is_openbsd; ++ *is_freebsd = $^O =~ m/freebsd/ ? \&TRUE : \&FALSE unless defined &is_freebsd; + *is_bitrig = $^O =~ m/bitrig/ ? \&TRUE : \&FALSE unless defined &is_bitrig; + } + Added: head/lang/perl5-devel/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_ToMan.pm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/perl5-devel/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_ToMan.pm Mon Apr 27 14:32:09 2015 (r384837) @@ -0,0 +1,11 @@ +--- cpan/Pod-Perldoc/lib/Pod/Perldoc/ToMan.pm.orig 2015-04-26 15:40:21 UTC ++++ cpan/Pod-Perldoc/lib/Pod/Perldoc/ToMan.pm +@@ -63,7 +63,7 @@ sub init { + sub _roffer_candidates { + my( $self ) = @_; + +- if( $self->is_openbsd || $self->is_bitrig ) { qw( mandoc groff nroff ) } ++ if( $self->is_openbsd || $self->is_freebsd || $self->is_bitrig ) { qw( mandoc groff nroff ) } + else { qw( groff nroff mandoc ) } + } + Modified: head/lang/perl5.16/Makefile ============================================================================== --- head/lang/perl5.16/Makefile Mon Apr 27 14:15:24 2015 (r384836) +++ head/lang/perl5.16/Makefile Mon Apr 27 14:32:09 2015 (r384837) @@ -3,7 +3,7 @@ PORTNAME= perl PORTVERSION= ${PERL_VERSION} -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= lang devel perl5 MASTER_SITES= CPAN/../../src/5.0 DIST_SUBDIR= perl Added: head/lang/perl5.16/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc.pm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/perl5.16/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc.pm Mon Apr 27 14:32:09 2015 (r384837) @@ -0,0 +1,13 @@ +--- cpan/Pod-Perldoc/lib/Pod/Perldoc.pm.orig 2013-03-04 15:16:21 UTC ++++ cpan/Pod-Perldoc/lib/Pod/Perldoc.pm +@@ -1754,6 +1754,10 @@ sub page { # apply a pager to the outpu + if ($self->is_vms) { + last if system("$pager $output") == 0; + } else { ++ # fix visible escape codes in ToTerm output ++ # https://bugs.debian.org/758689 ++ local $ENV{LESS} = defined $ENV{LESS} ? "$ENV{LESS} -R" : "-R"; ++ local $ENV{MORE} = defined $ENV{MORE} ? "$ENV{MORE} -R" : "-R"; + last if system("$pager \"$output\"") == 0; + } + } Added: head/lang/perl5.16/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_BaseTo.pm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/perl5.16/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_BaseTo.pm Mon Apr 27 14:32:09 2015 (r384837) @@ -0,0 +1,10 @@ +--- cpan/Pod-Perldoc/lib/Pod/Perldoc/BaseTo.pm.orig 2013-03-04 15:16:21 UTC ++++ cpan/Pod-Perldoc/lib/Pod/Perldoc/BaseTo.pm +@@ -33,6 +33,7 @@ BEGIN { + *is_linux = $^O eq 'linux' ? \&TRUE : \&FALSE unless defined &is_linux; + *is_hpux = $^O =~ m/hpux/ ? \&TRUE : \&FALSE unless defined &is_hpux; + *is_openbsd = $^O =~ m/openbsd/ ? \&TRUE : \&FALSE unless defined &is_openbsd; ++ *is_freebsd = $^O =~ m/freebsd/ ? \&TRUE : \&FALSE unless defined &is_freebsd; + } + + sub _perldoc_elem { Added: head/lang/perl5.16/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_ToMan.pm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/perl5.16/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_ToMan.pm Mon Apr 27 14:32:09 2015 (r384837) @@ -0,0 +1,11 @@ +--- cpan/Pod-Perldoc/lib/Pod/Perldoc/ToMan.pm.orig 2013-03-04 15:16:21 UTC ++++ cpan/Pod-Perldoc/lib/Pod/Perldoc/ToMan.pm +@@ -63,7 +63,7 @@ sub init { + sub _roffer_candidates { + my( $self ) = @_; + +- if( $self->is_openbsd ) { qw( mandoc groff nroff ) } ++ if( $self->is_openbsd || $self->is_freebsd ) { qw( mandoc groff nroff ) } + else { qw( groff nroff mandoc ) } + } + Modified: head/lang/perl5.18/Makefile ============================================================================== --- head/lang/perl5.18/Makefile Mon Apr 27 14:15:24 2015 (r384836) +++ head/lang/perl5.18/Makefile Mon Apr 27 14:32:09 2015 (r384837) @@ -3,7 +3,7 @@ PORTNAME= perl PORTVERSION= ${PERL_VERSION} -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= lang devel perl5 MASTER_SITES= CPAN/../../src/5.0 DIST_SUBDIR= perl Added: head/lang/perl5.18/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc.pm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/perl5.18/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc.pm Mon Apr 27 14:32:09 2015 (r384837) @@ -0,0 +1,13 @@ +--- cpan/Pod-Perldoc/lib/Pod/Perldoc.pm.orig 2014-10-01 01:32:59 UTC ++++ cpan/Pod-Perldoc/lib/Pod/Perldoc.pm +@@ -1754,6 +1754,10 @@ sub page { # apply a pager to the outpu + if ($self->is_vms) { + last if system("$pager $output") == 0; + } else { ++ # fix visible escape codes in ToTerm output ++ # https://bugs.debian.org/758689 ++ local $ENV{LESS} = defined $ENV{LESS} ? "$ENV{LESS} -R" : "-R"; ++ local $ENV{MORE} = defined $ENV{MORE} ? "$ENV{MORE} -R" : "-R"; + last if system("$pager \"$output\"") == 0; + } + } Added: head/lang/perl5.18/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_BaseTo.pm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/perl5.18/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_BaseTo.pm Mon Apr 27 14:32:09 2015 (r384837) @@ -0,0 +1,10 @@ +--- cpan/Pod-Perldoc/lib/Pod/Perldoc/BaseTo.pm.orig 2014-10-01 01:32:59 UTC ++++ cpan/Pod-Perldoc/lib/Pod/Perldoc/BaseTo.pm +@@ -33,6 +33,7 @@ BEGIN { + *is_linux = $^O eq 'linux' ? \&TRUE : \&FALSE unless defined &is_linux; + *is_hpux = $^O =~ m/hpux/ ? \&TRUE : \&FALSE unless defined &is_hpux; + *is_openbsd = $^O =~ m/openbsd/ ? \&TRUE : \&FALSE unless defined &is_openbsd; ++ *is_freebsd = $^O =~ m/freebsd/ ? \&TRUE : \&FALSE unless defined &is_freebsd; + } + + sub _perldoc_elem { Added: head/lang/perl5.18/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_ToMan.pm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/perl5.18/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_ToMan.pm Mon Apr 27 14:32:09 2015 (r384837) @@ -0,0 +1,11 @@ +--- cpan/Pod-Perldoc/lib/Pod/Perldoc/ToMan.pm.orig 2014-10-01 01:32:59 UTC ++++ cpan/Pod-Perldoc/lib/Pod/Perldoc/ToMan.pm +@@ -63,7 +63,7 @@ sub init { + sub _roffer_candidates { + my( $self ) = @_; + +- if( $self->is_openbsd ) { qw( mandoc groff nroff ) } ++ if( $self->is_freebsd || $self->is_openbsd ) { qw( mandoc groff nroff ) } + else { qw( groff nroff mandoc ) } + } + Modified: head/lang/perl5.20/Makefile ============================================================================== --- head/lang/perl5.20/Makefile Mon Apr 27 14:15:24 2015 (r384836) +++ head/lang/perl5.20/Makefile Mon Apr 27 14:32:09 2015 (r384837) @@ -3,7 +3,7 @@ PORTNAME= perl PORTVERSION= ${PERL_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang devel perl5 MASTER_SITES= CPAN/../../src/5.0 DIST_SUBDIR= perl Added: head/lang/perl5.20/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc.pm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/perl5.20/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc.pm Mon Apr 27 14:32:09 2015 (r384837) @@ -0,0 +1,13 @@ +--- cpan/Pod-Perldoc/lib/Pod/Perldoc.pm.orig 2014-12-27 11:49:22 UTC ++++ cpan/Pod-Perldoc/lib/Pod/Perldoc.pm +@@ -1892,6 +1892,10 @@ sub page { # apply a pager to the outpu + if ($self->is_vms) { + last if system("$pager $output") == 0; + } else { ++ # fix visible escape codes in ToTerm output ++ # https://bugs.debian.org/758689 ++ local $ENV{LESS} = defined $ENV{LESS} ? "$ENV{LESS} -R" : "-R"; ++ local $ENV{MORE} = defined $ENV{MORE} ? "$ENV{MORE} -R" : "-R"; + last if system("$pager \"$output\"") == 0; + } + } Added: head/lang/perl5.20/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_BaseTo.pm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/perl5.20/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_BaseTo.pm Mon Apr 27 14:32:09 2015 (r384837) @@ -0,0 +1,10 @@ +--- cpan/Pod-Perldoc/lib/Pod/Perldoc/BaseTo.pm.orig 2014-12-27 11:49:22 UTC ++++ cpan/Pod-Perldoc/lib/Pod/Perldoc/BaseTo.pm +@@ -33,6 +33,7 @@ BEGIN { + *is_linux = $^O eq 'linux' ? \&TRUE : \&FALSE unless defined &is_linux; + *is_hpux = $^O =~ m/hpux/ ? \&TRUE : \&FALSE unless defined &is_hpux; + *is_openbsd = $^O =~ m/openbsd/ ? \&TRUE : \&FALSE unless defined &is_openbsd; ++ *is_freebsd = $^O =~ m/freebsd/ ? \&TRUE : \&FALSE unless defined &is_freebsd; + *is_bitrig = $^O =~ m/bitrig/ ? \&TRUE : \&FALSE unless defined &is_bitrig; + } + Added: head/lang/perl5.20/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_ToMan.pm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/perl5.20/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_ToMan.pm Mon Apr 27 14:32:09 2015 (r384837) @@ -0,0 +1,11 @@ +--- cpan/Pod-Perldoc/lib/Pod/Perldoc/ToMan.pm.orig 2014-12-27 11:49:22 UTC ++++ cpan/Pod-Perldoc/lib/Pod/Perldoc/ToMan.pm +@@ -63,7 +63,7 @@ sub init { + sub _roffer_candidates { + my( $self ) = @_; + +- if( $self->is_openbsd || $self->is_bitrig ) { qw( mandoc groff nroff ) } ++ if( $self->is_openbsd || $self->is_freebsd || $self->is_bitrig ) { qw( mandoc groff nroff ) } + else { qw( groff nroff mandoc ) } + } + Modified: head/textproc/p5-Pod-Perldoc/Makefile ============================================================================== --- head/textproc/p5-Pod-Perldoc/Makefile Mon Apr 27 14:15:24 2015 (r384836) +++ head/textproc/p5-Pod-Perldoc/Makefile Mon Apr 27 14:32:09 2015 (r384837) @@ -3,6 +3,7 @@ PORTNAME= Pod-Perldoc PORTVERSION= 3.25 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Added: head/textproc/p5-Pod-Perldoc/files/patch-lib_Pod_Perldoc.pm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Pod-Perldoc/files/patch-lib_Pod_Perldoc.pm Mon Apr 27 14:32:09 2015 (r384837) @@ -0,0 +1,10 @@ +--- lib/Pod/Perldoc.pm.orig 2015-02-12 03:07:39 UTC ++++ lib/Pod/Perldoc.pm +@@ -1920,6 +1920,7 @@ sub page { # apply a pager to the outpu + # fix visible escape codes in ToTerm output + # https://bugs.debian.org/758689 + local $ENV{LESS} = defined $ENV{LESS} ? "$ENV{LESS} -R" : "-R"; ++ local $ENV{MORE} = defined $ENV{MORE} ? "$ENV{MORE} -R" : "-R"; + last if system("$pager \"$output\"") == 0; + } + } Added: head/textproc/p5-Pod-Perldoc/files/patch-lib_Pod_Perldoc_BaseTo.pm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Pod-Perldoc/files/patch-lib_Pod_Perldoc_BaseTo.pm Mon Apr 27 14:32:09 2015 (r384837) @@ -0,0 +1,10 @@ +--- lib/Pod/Perldoc/BaseTo.pm.orig 2015-02-12 03:07:51 UTC ++++ lib/Pod/Perldoc/BaseTo.pm +@@ -33,6 +33,7 @@ BEGIN { + *is_linux = $^O eq 'linux' ? \&TRUE : \&FALSE unless defined &is_linux; + *is_hpux = $^O =~ m/hpux/ ? \&TRUE : \&FALSE unless defined &is_hpux; + *is_openbsd = $^O =~ m/openbsd/ ? \&TRUE : \&FALSE unless defined &is_openbsd; ++ *is_freebsd = $^O =~ m/freebsd/ ? \&TRUE : \&FALSE unless defined &is_freebsd; + *is_bitrig = $^O =~ m/bitrig/ ? \&TRUE : \&FALSE unless defined &is_bitrig; + } + Added: head/textproc/p5-Pod-Perldoc/files/patch-lib_Pod_Perldoc_ToMan.pm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Pod-Perldoc/files/patch-lib_Pod_Perldoc_ToMan.pm Mon Apr 27 14:32:09 2015 (r384837) @@ -0,0 +1,11 @@ +--- lib/Pod/Perldoc/ToMan.pm.orig 2015-02-12 03:08:10 UTC ++++ lib/Pod/Perldoc/ToMan.pm +@@ -63,7 +63,7 @@ sub init { + sub _roffer_candidates { + my( $self ) = @_; + +- if( $self->is_openbsd || $self->is_bitrig ) { qw( mandoc groff nroff ) } ++ if( $self->is_openbsd || $self->is_freebsd || $self->is_bitrig ) { qw( mandoc groff nroff ) } + else { qw( groff nroff mandoc ) } + } + From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 14:34:24 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D72FDA0D; Mon, 27 Apr 2015 14:34:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C578F1CB7; Mon, 27 Apr 2015 14:34:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3REYOcf093914; Mon, 27 Apr 2015 14:34:24 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3REYOv8093913; Mon, 27 Apr 2015 14:34:24 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201504271434.t3REYOv8093913@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 27 Apr 2015 14:34:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384838 - head/print/ghostscript7 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 14:34:25 -0000 Author: marino Date: Mon Apr 27 14:34:24 2015 New Revision: 384838 URL: https://svnweb.freebsd.org/changeset/ports/384838 Log: print/ghostscript7: This is not jobs safe This port is doing some king of crazy delete/copy thing with gconfig.h and there's a race where it gets used before it's copied. Mark this port unsafe until further notice; it has failed on me a couple of times. tailored log: rm -f ./obj/../soobj/gconfig.h cp ./obj/../soobj/gconfxx.h ./obj/../soobj/gconfig.h rm -f ./obj/../soobj/gconfig.h cp ./src/gconf.c ./obj/../soobj/gconfig.cOA cp ./obj/../soobj/gconfxx.h ./obj/../soobj/gconfig.h [snip] cp ./obj/../soobj/gconfxx.h ./obj/../soobj/gconfig.h In file included from ./obj/../soobj/iconfig.c:43:0: ./src/gconf.h:34:23: fatal error: ./obj/../soobj/gconfig.h: No such file or directory compilation terminated. Modified: head/print/ghostscript7/Makefile Modified: head/print/ghostscript7/Makefile ============================================================================== --- head/print/ghostscript7/Makefile Mon Apr 27 14:32:09 2015 (r384837) +++ head/print/ghostscript7/Makefile Mon Apr 27 14:34:24 2015 (r384838) @@ -51,6 +51,8 @@ LDFLAGS+= ${XLDFLAGS} XLDFLAGS= -lpthread -L${LOCALBASE}/lib -L${WRKSRC}/gimp-print PLIST_SUB= GS_VERSION="${PORTVERSION}" +MAKE_JOBS_UNSAFE= yes + OPTIONS_DEFINE= X11 DOCS A4SIZE OPTIONS_DEFAULT=X11 DOCS A4SIZE NO_OPTIONS_SORT=yes From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 14:49:57 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A39A5EC5; Mon, 27 Apr 2015 14:49:57 +0000 (UTC) Received: from mail-ie0-x234.google.com (mail-ie0-x234.google.com [IPv6:2607:f8b0:4001:c03::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6E7381E38; Mon, 27 Apr 2015 14:49:57 +0000 (UTC) Received: by iecrt8 with SMTP id rt8so127747649iec.0; Mon, 27 Apr 2015 07:49:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=d4SaTummTboigBGYGZardF4eUSP/eQeDaR0YLCx/cFM=; b=Be2PA2sFGEcqrgoGFCTYmY10xurByCIWEFGlX7GgM3HMpbo3Mw2W1fxSJ6xgsaO2HM zXex2KqGJA1cueKeoKkRFJrcm+hU7j37oL35vmMm+c6PvlOX6lmWQp65jwh0N8vGXAWz bHSH90Nl0nzEVJjexIP4yJvyGHO+KEGqg1XP0gD1po4gGFTZdzYsnJzTP1nndehAA9Xz X/P7VPKOcskkPmVgrBmdZOvZixxWSQRf2RiYQD6rCd+kBmeZ4SaOWqXMtSX73KIPCXnt qGKPOEbYqhbbjSMLKIkE1rR+pCMhtHRMlaggUNcoe2iHM0P6StIWPLEIbsQeo+Iy+lsD LEvQ== MIME-Version: 1.0 X-Received: by 10.107.46.39 with SMTP id i39mr14286265ioo.8.1430146196826; Mon, 27 Apr 2015 07:49:56 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.36.38.133 with HTTP; Mon, 27 Apr 2015 07:49:56 -0700 (PDT) In-Reply-To: <20150427090608.GA57758@oslo.ath.cx> References: <201504270408.t3R481J2074438@svn.freebsd.org> <20150427090608.GA57758@oslo.ath.cx> Date: Mon, 27 Apr 2015 07:49:56 -0700 X-Google-Sender-Auth: B3sKk2XnwN3YxxjhkxwUZEIrFA0 Message-ID: Subject: Re: svn commit: r384814 - in head/lang/gcc: . files From: Adrian Chadd To: "Herbert J. Skuhra" Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 14:49:57 -0000 Hi, Would you please try running it with: make MAKE_JOBS_UNSAFE=yes So i can see what's missing/broken? Thanks! -a On 27 April 2015 at 02:06, Herbert J. Skuhra wrote: > On Mon, Apr 27, 2015 at 04:08:01AM +0000, Adrian Chadd wrote: >> Author: adrian (src committer) >> Date: Mon Apr 27 04:08:01 2015 >> New Revision: 384814 >> URL: https://svnweb.freebsd.org/changeset/ports/384814 >> >> Log: >> Implement the FreeBSD specific pieces for thread affinity for OpenMP. >> >> Upstream gcc 4.8 doesn't have support for this - it'll create threads, >> but it won't do any of the thread affinity stuff for FreeBSD. >> >> This allows for OMP_PROC_BIND=true to bind threads to their initial >> CPUs, leading to some pretty drastic improvements in performance >> for certain NUMA workloads. >> >> Approved by: gerald >> >> Added: >> head/lang/gcc/files/patch-libgomp-freebsd-affinity (contents, props changed) >> head/lang/gcc/files/patch-libgomp-posix-affinity (contents, props changed) >> Modified: >> head/lang/gcc/Makefile > > Hi, > > this breaks the build on releng/8.4 (with BOOTSTRAP=on and JAVA=off): > > sed -e 's/\(UNUSED\)/_GLIBCXX_\1/g' \ > -e 's/\(GCC[ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*_H\)/_GLIBCXX_\1/g' \ > -e 's/SUPPORTS_WEAK/__GXX_WEAK__/g' \ > -e 's/\([ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*USE_WEAK\)/_GLIBCXX_\1/g' \ > -e 's,^#include "\(.*\)",#include ,g' \ > < /usr/ports/lang/gcc/work/gcc-4.8.4/libstdc++-v3/../libgcc/gthr-posix.h > x86_64-portbld-freebsd8.4/bits/gthr-default.h > gmake[3]: Leaving directory '/usr/ports/lang/gcc/work/build/x86_64-portbld-freebsd8.4/libstdc++-v3/include' > gmake[2]: Leaving directory '/usr/ports/lang/gcc/work/build' > Makefile:18677: recipe for target 'stage1-bubble' failed > gmake[1]: *** [stage1-bubble] Error 2 > gmake[1]: Leaving directory '/usr/ports/lang/gcc/work/build' > Makefile:18992: recipe for target 'bootstrap-lean' failed > gmake: *** [bootstrap-lean] Error 2 > > I know stable/8 is EOL soon. > > -- > Herbert From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 14:57:41 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3E16AD9; Mon, 27 Apr 2015 14:57:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A6361F29; Mon, 27 Apr 2015 14:57:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3REvf5p004466; Mon, 27 Apr 2015 14:57:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3REveds004464; Mon, 27 Apr 2015 14:57:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504271457.t3REveds004464@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Apr 2015 14:57:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384839 - head/misc/pecl-timezonedb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 14:57:41 -0000 Author: sunpoet Date: Mon Apr 27 14:57:40 2015 New Revision: 384839 URL: https://svnweb.freebsd.org/changeset/ports/384839 Log: - Update to 2015.4 - Remove post-install: Changes: https://pecl.php.net/package-changelog.php?package=timezonedb Modified: head/misc/pecl-timezonedb/Makefile head/misc/pecl-timezonedb/distinfo Modified: head/misc/pecl-timezonedb/Makefile ============================================================================== --- head/misc/pecl-timezonedb/Makefile Mon Apr 27 14:34:24 2015 (r384838) +++ head/misc/pecl-timezonedb/Makefile Mon Apr 27 14:57:40 2015 (r384839) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= timezonedb -DISTVERSION= 2014.10 +PORTVERSION= 2015.4 CATEGORIES= misc MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -18,9 +18,4 @@ USE_PHP= yes USE_PHPEXT= yes USES= tar:tgz -post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/${PHP_MODNAME}.so - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/${PHP_MODNAME}.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/${PHP_MODNAME}.so - .include Modified: head/misc/pecl-timezonedb/distinfo ============================================================================== --- head/misc/pecl-timezonedb/distinfo Mon Apr 27 14:34:24 2015 (r384838) +++ head/misc/pecl-timezonedb/distinfo Mon Apr 27 14:57:40 2015 (r384839) @@ -1,2 +1,2 @@ -SHA256 (PECL/timezonedb-2014.10.tgz) = 1c1a2a82a1f43e35ce77c11c96c40710419f2b9b8d56109d1ab7f5ede5c0cc5f -SIZE (PECL/timezonedb-2014.10.tgz) = 198496 +SHA256 (PECL/timezonedb-2015.4.tgz) = 771dd2629465a0795ed9009079c27a4e6ee04844fc640e88037a28bc3796255f +SIZE (PECL/timezonedb-2015.4.tgz) = 439210 From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 14:57:45 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AA8F41A4; Mon, 27 Apr 2015 14:57:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 994601F2B; Mon, 27 Apr 2015 14:57:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3REvja6004583; Mon, 27 Apr 2015 14:57:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3REvjf6004582; Mon, 27 Apr 2015 14:57:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504271457.t3REvjf6004582@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Apr 2015 14:57:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384840 - head/converters/pecl-igbinary X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 14:57:45 -0000 Author: sunpoet Date: Mon Apr 27 14:57:44 2015 New Revision: 384840 URL: https://svnweb.freebsd.org/changeset/ports/384840 Log: - Remove post-install: Modified: head/converters/pecl-igbinary/Makefile Modified: head/converters/pecl-igbinary/Makefile ============================================================================== --- head/converters/pecl-igbinary/Makefile Mon Apr 27 14:57:40 2015 (r384839) +++ head/converters/pecl-igbinary/Makefile Mon Apr 27 14:57:44 2015 (r384840) @@ -20,9 +20,4 @@ USE_PHPEXT= yes USE_PHPIZE= yes USES= tar:tgz -post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/${PHP_MODNAME}.so - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/${PHP_MODNAME}.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/${PHP_MODNAME}.so - .include From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 14:57:49 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D29FF286; Mon, 27 Apr 2015 14:57:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C0E311F31; Mon, 27 Apr 2015 14:57:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3REvnUR004684; Mon, 27 Apr 2015 14:57:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3REvn10004683; Mon, 27 Apr 2015 14:57:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504271457.t3REvn10004683@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Apr 2015 14:57:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384841 - head/www/aria2/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 14:57:49 -0000 Author: sunpoet Date: Mon Apr 27 14:57:48 2015 New Revision: 384841 URL: https://svnweb.freebsd.org/changeset/ports/384841 Log: - Fix build on 9.x (OpenSSL 0.9.8) MFH: 2015Q2 Added: head/www/aria2/files/patch-src-LibsslTLSContext.cc (contents, props changed) Added: head/www/aria2/files/patch-src-LibsslTLSContext.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/aria2/files/patch-src-LibsslTLSContext.cc Mon Apr 27 14:57:48 2015 (r384841) @@ -0,0 +1,23 @@ +--- src/LibsslTLSContext.cc.orig 2015-02-23 14:34:01 UTC ++++ src/LibsslTLSContext.cc +@@ -103,14 +103,20 @@ OpenSSLTLSContext::OpenSSLTLSContext(TLS + + long ver_opts = 0; + switch(minVer) { ++#ifdef SSL_OP_NO_TLSv1_1 + case TLS_PROTO_TLS12: + ver_opts |= SSL_OP_NO_TLSv1_1; ++#endif // SSL_OP_NO_TLSv1_1 + // fall through ++#ifdef SSL_OP_NO_TLSv1 + case TLS_PROTO_TLS11: + ver_opts |= SSL_OP_NO_TLSv1; ++#endif // SSL_OP_NO_TLSv1 + // fall through ++#ifdef SSL_OP_NO_SSLv3 + case TLS_PROTO_TLS10: + ver_opts |= SSL_OP_NO_SSLv3; ++#endif // SSL_OP_NO_SSLv3 + default: + break; + }; From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 14:57:54 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ED070376; Mon, 27 Apr 2015 14:57:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DB8131F37; Mon, 27 Apr 2015 14:57:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3REvsLP004820; Mon, 27 Apr 2015 14:57:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3REvsI0004818; Mon, 27 Apr 2015 14:57:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504271457.t3REvsI0004818@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Apr 2015 14:57:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384842 - head/devel/p5-Function-Parameters X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 14:57:55 -0000 Author: sunpoet Date: Mon Apr 27 14:57:53 2015 New Revision: 384842 URL: https://svnweb.freebsd.org/changeset/ports/384842 Log: - Update to 1.0605 Changes: http://search.cpan.org/dist/Function-Parameters/Changes Modified: head/devel/p5-Function-Parameters/Makefile head/devel/p5-Function-Parameters/distinfo Modified: head/devel/p5-Function-Parameters/Makefile ============================================================================== --- head/devel/p5-Function-Parameters/Makefile Mon Apr 27 14:57:48 2015 (r384841) +++ head/devel/p5-Function-Parameters/Makefile Mon Apr 27 14:57:53 2015 (r384842) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Function-Parameters -PORTVERSION= 1.0604 +PORTVERSION= 1.0605 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MAUKE Modified: head/devel/p5-Function-Parameters/distinfo ============================================================================== --- head/devel/p5-Function-Parameters/distinfo Mon Apr 27 14:57:48 2015 (r384841) +++ head/devel/p5-Function-Parameters/distinfo Mon Apr 27 14:57:53 2015 (r384842) @@ -1,2 +1,2 @@ -SHA256 (Function-Parameters-1.0604.tar.gz) = bf909c89d7a94e5152c63f1478b0ba084f939603ed8bfe7d0fc072094c81a0c0 -SIZE (Function-Parameters-1.0604.tar.gz) = 79567 +SHA256 (Function-Parameters-1.0605.tar.gz) = 0ffbf6b19c7c3c51eaa322aec67cf35a5b69fd0f51ba80ed419810907b018d7f +SIZE (Function-Parameters-1.0605.tar.gz) = 79319 From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 14:58:03 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E37CE488; Mon, 27 Apr 2015 14:58:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D1C6A1F46; Mon, 27 Apr 2015 14:58:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3REw3Dm005111; Mon, 27 Apr 2015 14:58:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3REw34o005109; Mon, 27 Apr 2015 14:58:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504271458.t3REw34o005109@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Apr 2015 14:58:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384844 - head/graphics/p5-Image-ExifTool-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 14:58:04 -0000 Author: sunpoet Date: Mon Apr 27 14:58:02 2015 New Revision: 384844 URL: https://svnweb.freebsd.org/changeset/ports/384844 Log: - Update to 9.9.3 Changes: http://www.sno.phy.queensu.ca/~phil/exiftool/history.html PR: 199725 Submitted by: Daniel Lin (maintainer) Modified: head/graphics/p5-Image-ExifTool-devel/Makefile head/graphics/p5-Image-ExifTool-devel/distinfo Modified: head/graphics/p5-Image-ExifTool-devel/Makefile ============================================================================== --- head/graphics/p5-Image-ExifTool-devel/Makefile Mon Apr 27 14:57:58 2015 (r384843) +++ head/graphics/p5-Image-ExifTool-devel/Makefile Mon Apr 27 14:58:02 2015 (r384844) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Image-ExifTool -PORTVERSION= 9.92 +PORTVERSION= 9.93 CATEGORIES= graphics perl5 MASTER_SITES= http://www.sno.phy.queensu.ca/~phil/exiftool/ PKGNAMEPREFIX= p5- Modified: head/graphics/p5-Image-ExifTool-devel/distinfo ============================================================================== --- head/graphics/p5-Image-ExifTool-devel/distinfo Mon Apr 27 14:57:58 2015 (r384843) +++ head/graphics/p5-Image-ExifTool-devel/distinfo Mon Apr 27 14:58:02 2015 (r384844) @@ -1,2 +1,2 @@ -SHA256 (Image-ExifTool-9.92.tar.gz) = c94a9cd810c4f225a60ee560c2d808e6953dca307964b49eb9a56694cb85e8a4 -SIZE (Image-ExifTool-9.92.tar.gz) = 3964880 +SHA256 (Image-ExifTool-9.93.tar.gz) = 4e5ccbeda57d90548f1fa47b59b3e9fd8bc169e917726cc8ab137c16a1137339 +SIZE (Image-ExifTool-9.93.tar.gz) = 3967107 From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 14:57:59 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3717A457; Mon, 27 Apr 2015 14:57:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 260DA1F3B; Mon, 27 Apr 2015 14:57:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3REvxqM004965; Mon, 27 Apr 2015 14:57:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3REvw5w004963; Mon, 27 Apr 2015 14:57:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504271457.t3REvw5w004963@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Apr 2015 14:57:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384843 - head/russian/wordpress X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 14:57:59 -0000 Author: sunpoet Date: Mon Apr 27 14:57:58 2015 New Revision: 384843 URL: https://svnweb.freebsd.org/changeset/ports/384843 Log: - Update to 4.2 Changes: https://wordpress.org/news/2015/04/powell/ PR: 199702 Submitted by: sunpoet (myself) Approved by: Mihail Timofeev <9267096@gmail.com> (maintainer) Modified: head/russian/wordpress/Makefile head/russian/wordpress/distinfo Modified: head/russian/wordpress/Makefile ============================================================================== --- head/russian/wordpress/Makefile Mon Apr 27 14:57:53 2015 (r384842) +++ head/russian/wordpress/Makefile Mon Apr 27 14:57:58 2015 (r384843) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.1.2 +PORTVERSION= 4.2 CATEGORIES= russian www MASTER_SITES= http://ru.wordpress.org/ DISTNAME= ${PORTNAME}-${PORTVERSION}-ru_RU Modified: head/russian/wordpress/distinfo ============================================================================== --- head/russian/wordpress/distinfo Mon Apr 27 14:57:53 2015 (r384842) +++ head/russian/wordpress/distinfo Mon Apr 27 14:57:58 2015 (r384843) @@ -1,2 +1,2 @@ -SHA256 (wordpress-4.1.2-ru_RU.tar.gz) = 530b002cfefdbdf94bdcae7945f29b250146bb670a2598e1642e9ab7a89a940f -SIZE (wordpress-4.1.2-ru_RU.tar.gz) = 6650067 +SHA256 (wordpress-4.2-ru_RU.tar.gz) = c444bcafec48da3280b124834c901aaeb06c1cec31cc73390f205fc50f214325 +SIZE (wordpress-4.2-ru_RU.tar.gz) = 6773653 From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 14:58:14 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3E22D665; Mon, 27 Apr 2015 14:58:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2CFAE1F5C; Mon, 27 Apr 2015 14:58:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3REwEmH005427; Mon, 27 Apr 2015 14:58:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3REwDUi005424; Mon, 27 Apr 2015 14:58:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504271458.t3REwDUi005424@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Apr 2015 14:58:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384846 - head/german/mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 14:58:14 -0000 Author: sunpoet Date: Mon Apr 27 14:58:13 2015 New Revision: 384846 URL: https://svnweb.freebsd.org/changeset/ports/384846 Log: - Update to 2015.04.26 Modified: head/german/mythes/Makefile head/german/mythes/distinfo Modified: head/german/mythes/Makefile ============================================================================== --- head/german/mythes/Makefile Mon Apr 27 14:58:07 2015 (r384845) +++ head/german/mythes/Makefile Mon Apr 27 14:58:13 2015 (r384846) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2015.04.19 +PORTVERSION= 2015.04.26 CATEGORIES= german textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ DISTNAME= Deutscher-Thesaurus-${PORTVERSION:C/\.//g} Modified: head/german/mythes/distinfo ============================================================================== --- head/german/mythes/distinfo Mon Apr 27 14:58:07 2015 (r384845) +++ head/german/mythes/distinfo Mon Apr 27 14:58:13 2015 (r384846) @@ -1,2 +1,2 @@ -SHA256 (mythes/Deutscher-Thesaurus-20150419.oxt) = ccacdab81f8ce41d42d31120eb3dc2adcdaaaeedc53e384221c209735ef44eac -SIZE (mythes/Deutscher-Thesaurus-20150419.oxt) = 6730762 +SHA256 (mythes/Deutscher-Thesaurus-20150426.oxt) = 1398c022214de985d70db21e59f243a527bc83614b59e2dc6cda22fa8e8eaf32 +SIZE (mythes/Deutscher-Thesaurus-20150426.oxt) = 6748366 From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 14:58:18 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D0D62749; Mon, 27 Apr 2015 14:58:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BFC871F5F; Mon, 27 Apr 2015 14:58:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3REwImI005551; Mon, 27 Apr 2015 14:58:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3REwIN2005549; Mon, 27 Apr 2015 14:58:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504271458.t3REwIN2005549@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Apr 2015 14:58:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384847 - head/polish/hunspell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 14:58:18 -0000 Author: sunpoet Date: Mon Apr 27 14:58:17 2015 New Revision: 384847 URL: https://svnweb.freebsd.org/changeset/ports/384847 Log: - Update to 20150426 Modified: head/polish/hunspell/Makefile head/polish/hunspell/distinfo Modified: head/polish/hunspell/Makefile ============================================================================== --- head/polish/hunspell/Makefile Mon Apr 27 14:58:13 2015 (r384846) +++ head/polish/hunspell/Makefile Mon Apr 27 14:58:17 2015 (r384847) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hunspell -PORTVERSION= 20150419 +PORTVERSION= 20150426 CATEGORIES= polish textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME} DISTNAME= sjp-myspell-pl-${PORTVERSION} Modified: head/polish/hunspell/distinfo ============================================================================== --- head/polish/hunspell/distinfo Mon Apr 27 14:58:13 2015 (r384846) +++ head/polish/hunspell/distinfo Mon Apr 27 14:58:17 2015 (r384847) @@ -1,2 +1,2 @@ -SHA256 (hunspell/sjp-myspell-pl-20150419.zip) = 6b16f607d6fae0d3f2352a4cfe18232eefe773041ee2ac3b8de255c8dfcfca00 -SIZE (hunspell/sjp-myspell-pl-20150419.zip) = 1134822 +SHA256 (hunspell/sjp-myspell-pl-20150426.zip) = a90627fbbb955693ae39cac5c9eb708f7dace60804a377615b34751a155b5bcc +SIZE (hunspell/sjp-myspell-pl-20150426.zip) = 1134822 From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 14:58:09 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 645ED579; Mon, 27 Apr 2015 14:58:09 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 45F291F50; Mon, 27 Apr 2015 14:58:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3REw9gi005267; Mon, 27 Apr 2015 14:58:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3REw8AA005261; Mon, 27 Apr 2015 14:58:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504271458.t3REw8AA005261@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Apr 2015 14:58:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384845 - head/www/iojs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 14:58:09 -0000 Author: sunpoet Date: Mon Apr 27 14:58:07 2015 New Revision: 384845 URL: https://svnweb.freebsd.org/changeset/ports/384845 Log: - Update to 1.8.1 Changes: https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md PR: 199724 Submitted by: Daniel Lin (maintainer) Modified: head/www/iojs/Makefile head/www/iojs/distinfo head/www/iojs/pkg-plist Modified: head/www/iojs/Makefile ============================================================================== --- head/www/iojs/Makefile Mon Apr 27 14:58:02 2015 (r384844) +++ head/www/iojs/Makefile Mon Apr 27 14:58:07 2015 (r384845) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= iojs -PORTVERSION= 1.6.3 +PORTVERSION= 1.8.1 CATEGORIES= www MAINTAINER= linpct@gmail.com Modified: head/www/iojs/distinfo ============================================================================== --- head/www/iojs/distinfo Mon Apr 27 14:58:02 2015 (r384844) +++ head/www/iojs/distinfo Mon Apr 27 14:58:07 2015 (r384845) @@ -1,2 +1,2 @@ -SHA256 (iojs-io.js-1.6.3-v1.6.3_GH0.tar.gz) = bbb37940bb16d5be8729261b667ef18f785bb2113ab1be3d22b20f1c76883930 -SIZE (iojs-io.js-1.6.3-v1.6.3_GH0.tar.gz) = 28930218 +SHA256 (iojs-io.js-1.8.1-v1.8.1_GH0.tar.gz) = 90e7e4d801e433a405b61e0a62c9dd516804dd884895602ee22bcb590eca5f13 +SIZE (iojs-io.js-1.8.1-v1.8.1_GH0.tar.gz) = 31172196 Modified: head/www/iojs/pkg-plist ============================================================================== --- head/www/iojs/pkg-plist Mon Apr 27 14:58:02 2015 (r384844) +++ head/www/iojs/pkg-plist Mon Apr 27 14:58:07 2015 (r384845) @@ -12,7 +12,94 @@ include/node/node_buffer.h include/node/node_internals.h include/node/node_object_wrap.h include/node/node_version.h +include/node/openssl/aes.h +include/node/openssl/archs/BSD-x86/opensslconf.h +include/node/openssl/archs/BSD-x86_64/opensslconf.h +include/node/openssl/archs/VC-WIN32/opensslconf.h +include/node/openssl/archs/VC-WIN64A/opensslconf.h +include/node/openssl/archs/darwin-i386-cc/opensslconf.h +include/node/openssl/archs/darwin64-x86_64-cc/opensslconf.h +include/node/openssl/archs/linux-aarch64/opensslconf.h +include/node/openssl/archs/linux-armv4/opensslconf.h +include/node/openssl/archs/linux-elf/opensslconf.h +include/node/openssl/archs/linux-x32/opensslconf.h +include/node/openssl/archs/linux-x86_64/opensslconf.h +include/node/openssl/archs/solaris-x86-gcc/opensslconf.h +include/node/openssl/archs/solaris64-x86_64-gcc/opensslconf.h +include/node/openssl/asn1.h +include/node/openssl/asn1_mac.h +include/node/openssl/asn1t.h +include/node/openssl/bio.h +include/node/openssl/blowfish.h +include/node/openssl/bn.h +include/node/openssl/buffer.h +include/node/openssl/camellia.h +include/node/openssl/cast.h +include/node/openssl/cmac.h +include/node/openssl/cms.h +include/node/openssl/comp.h +include/node/openssl/conf.h +include/node/openssl/conf_api.h +include/node/openssl/crypto.h +include/node/openssl/des.h +include/node/openssl/des_old.h +include/node/openssl/dh.h +include/node/openssl/dsa.h +include/node/openssl/dso.h +include/node/openssl/dtls1.h +include/node/openssl/e_os2.h +include/node/openssl/ebcdic.h +include/node/openssl/ec.h +include/node/openssl/ecdh.h +include/node/openssl/ecdsa.h +include/node/openssl/engine.h +include/node/openssl/err.h +include/node/openssl/evp.h +include/node/openssl/hmac.h +include/node/openssl/idea.h +include/node/openssl/krb5_asn.h +include/node/openssl/kssl.h +include/node/openssl/lhash.h +include/node/openssl/md4.h +include/node/openssl/md5.h +include/node/openssl/mdc2.h +include/node/openssl/modes.h +include/node/openssl/obj_mac.h +include/node/openssl/objects.h +include/node/openssl/ocsp.h include/node/openssl/opensslconf.h +include/node/openssl/opensslv.h +include/node/openssl/ossl_typ.h +include/node/openssl/pem.h +include/node/openssl/pem2.h +include/node/openssl/pkcs12.h +include/node/openssl/pkcs7.h +include/node/openssl/pqueue.h +include/node/openssl/rand.h +include/node/openssl/rc2.h +include/node/openssl/rc4.h +include/node/openssl/ripemd.h +include/node/openssl/rsa.h +include/node/openssl/safestack.h +include/node/openssl/seed.h +include/node/openssl/sha.h +include/node/openssl/srp.h +include/node/openssl/srtp.h +include/node/openssl/ssl.h +include/node/openssl/ssl2.h +include/node/openssl/ssl23.h +include/node/openssl/ssl3.h +include/node/openssl/stack.h +include/node/openssl/symhacks.h +include/node/openssl/tls1.h +include/node/openssl/ts.h +include/node/openssl/txt_db.h +include/node/openssl/ui.h +include/node/openssl/ui_compat.h +include/node/openssl/whrlpool.h +include/node/openssl/x509.h +include/node/openssl/x509_vfy.h +include/node/openssl/x509v3.h include/node/pthread-fixes.h include/node/smalloc.h include/node/stdint-msvc2008.h From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 14:58:33 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0A573A97; Mon, 27 Apr 2015 14:58:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED3911F73; Mon, 27 Apr 2015 14:58:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3REwWXv005953; Mon, 27 Apr 2015 14:58:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3REwWKv005951; Mon, 27 Apr 2015 14:58:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504271458.t3REwWKv005951@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Apr 2015 14:58:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384850 - head/textproc/sl-mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 14:58:33 -0000 Author: sunpoet Date: Mon Apr 27 14:58:31 2015 New Revision: 384850 URL: https://svnweb.freebsd.org/changeset/ports/384850 Log: - Update to 2015.04.26 Modified: head/textproc/sl-mythes/Makefile head/textproc/sl-mythes/distinfo Modified: head/textproc/sl-mythes/Makefile ============================================================================== --- head/textproc/sl-mythes/Makefile Mon Apr 27 14:58:27 2015 (r384849) +++ head/textproc/sl-mythes/Makefile Mon Apr 27 14:58:31 2015 (r384850) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2015.04.19 +PORTVERSION= 2015.04.26 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= sl- Modified: head/textproc/sl-mythes/distinfo ============================================================================== --- head/textproc/sl-mythes/distinfo Mon Apr 27 14:58:27 2015 (r384849) +++ head/textproc/sl-mythes/distinfo Mon Apr 27 14:58:31 2015 (r384850) @@ -1,2 +1,2 @@ -SHA256 (mythes/thes_sl_SI_v2-20150419.zip) = 1203da055b52d61922d445230af7361a4763b719fb69aa003cbdb5e994913f28 -SIZE (mythes/thes_sl_SI_v2-20150419.zip) = 363082 +SHA256 (mythes/thes_sl_SI_v2-20150426.zip) = 498450ae91602e6beec8a0a41463e0dd5347cfb0e070740a54daed8d63d52a1a +SIZE (mythes/thes_sl_SI_v2-20150426.zip) = 363082 From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 14:58:23 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 81E058E1; Mon, 27 Apr 2015 14:58:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7050C1F6A; Mon, 27 Apr 2015 14:58:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3REwNuE005679; Mon, 27 Apr 2015 14:58:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3REwNGw005677; Mon, 27 Apr 2015 14:58:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504271458.t3REwNGw005677@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Apr 2015 14:58:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384848 - head/textproc/nl-mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 14:58:23 -0000 Author: sunpoet Date: Mon Apr 27 14:58:22 2015 New Revision: 384848 URL: https://svnweb.freebsd.org/changeset/ports/384848 Log: - Update to 2015.04.26 Modified: head/textproc/nl-mythes/Makefile head/textproc/nl-mythes/distinfo Modified: head/textproc/nl-mythes/Makefile ============================================================================== --- head/textproc/nl-mythes/Makefile Mon Apr 27 14:58:17 2015 (r384847) +++ head/textproc/nl-mythes/Makefile Mon Apr 27 14:58:22 2015 (r384848) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2015.04.19 +PORTVERSION= 2015.04.26 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= nl- Modified: head/textproc/nl-mythes/distinfo ============================================================================== --- head/textproc/nl-mythes/distinfo Mon Apr 27 14:58:17 2015 (r384847) +++ head/textproc/nl-mythes/distinfo Mon Apr 27 14:58:22 2015 (r384848) @@ -1,2 +1,2 @@ -SHA256 (mythes/thes_nl-20150419.oxt) = 0cd99d82d76352fb9957d2b438396b34e9a5965cfce3099358ba41cbf3fa3264 -SIZE (mythes/thes_nl-20150419.oxt) = 1956070 +SHA256 (mythes/thes_nl-20150426.oxt) = 6b3b51fc3b6de31dd0288e75e98902ccff43cc388b0338b69347c77452b78700 +SIZE (mythes/thes_nl-20150426.oxt) = 1956070 From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 14:58:37 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 69E2FBA3; Mon, 27 Apr 2015 14:58:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 58CB41F77; Mon, 27 Apr 2015 14:58:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3REwbdD006074; Mon, 27 Apr 2015 14:58:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3REwacE006071; Mon, 27 Apr 2015 14:58:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504271458.t3REwacE006071@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Apr 2015 14:58:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384851 - head/portuguese/hunspell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 14:58:37 -0000 Author: sunpoet Date: Mon Apr 27 14:58:36 2015 New Revision: 384851 URL: https://svnweb.freebsd.org/changeset/ports/384851 Log: - Update to 20150418 Modified: head/portuguese/hunspell/Makefile head/portuguese/hunspell/distinfo Modified: head/portuguese/hunspell/Makefile ============================================================================== --- head/portuguese/hunspell/Makefile Mon Apr 27 14:58:31 2015 (r384850) +++ head/portuguese/hunspell/Makefile Mon Apr 27 14:58:36 2015 (r384851) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hunspell -PORTVERSION= 20150102 +PORTVERSION= 20150418 CATEGORIES= portuguese textproc MASTER_SITES= http://natura.di.uminho.pt/download/sources/Dictionaries/hunspell/ \ http://www.broffice.org/files/:BR \ Modified: head/portuguese/hunspell/distinfo ============================================================================== --- head/portuguese/hunspell/distinfo Mon Apr 27 14:58:31 2015 (r384850) +++ head/portuguese/hunspell/distinfo Mon Apr 27 14:58:36 2015 (r384851) @@ -1,4 +1,4 @@ -SHA256 (hunspell/hunspell-pt_PT-20150102.tar.gz) = 4045e97bb75c368c5002334b865583ad301b456cd8b35559a47ea957d27ddfc5 -SIZE (hunspell/hunspell-pt_PT-20150102.tar.gz) = 255617 +SHA256 (hunspell/hunspell-pt_PT-20150418.tar.gz) = f034d7780093b10ee2a18111553bcc029409ce95d5b8507d23a3cb2f1a96e235 +SIZE (hunspell/hunspell-pt_PT-20150418.tar.gz) = 255645 SHA256 (hunspell/pt_BR-2012-06-09AOC.zip) = 883d616f2f302a34802e8a60e17c2d6d292c9d125022c0f79ab4a60870c73f4f SIZE (hunspell/pt_BR-2012-06-09AOC.zip) = 1362087 From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 14:58:28 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 492139C4; Mon, 27 Apr 2015 14:58:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3806F1F6D; Mon, 27 Apr 2015 14:58:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3REwSve005829; Mon, 27 Apr 2015 14:58:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3REwR9c005823; Mon, 27 Apr 2015 14:58:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504271458.t3REwR9c005823@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Apr 2015 14:58:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384849 - head/textproc/sk-mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 14:58:28 -0000 Author: sunpoet Date: Mon Apr 27 14:58:27 2015 New Revision: 384849 URL: https://svnweb.freebsd.org/changeset/ports/384849 Log: - Update to 2015.04.26 Modified: head/textproc/sk-mythes/Makefile head/textproc/sk-mythes/distinfo Modified: head/textproc/sk-mythes/Makefile ============================================================================== --- head/textproc/sk-mythes/Makefile Mon Apr 27 14:58:22 2015 (r384848) +++ head/textproc/sk-mythes/Makefile Mon Apr 27 14:58:27 2015 (r384849) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2015.04.19 +PORTVERSION= 2015.04.26 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= sk- Modified: head/textproc/sk-mythes/distinfo ============================================================================== --- head/textproc/sk-mythes/distinfo Mon Apr 27 14:58:22 2015 (r384848) +++ head/textproc/sk-mythes/distinfo Mon Apr 27 14:58:27 2015 (r384849) @@ -1,2 +1,2 @@ -SHA256 (mythes/OOo-Thesaurus2-sk_SK-20150419.zip) = 7c64c94814adecf464b6980d017321ad170e4d19cef64f680374d1d4b0f258dc -SIZE (mythes/OOo-Thesaurus2-sk_SK-20150419.zip) = 333388 +SHA256 (mythes/OOo-Thesaurus2-sk_SK-20150426.zip) = 464a63cc809d7f545011f99b1d266457ee40a795f432b81bec0e0b823bdcec17 +SIZE (mythes/OOo-Thesaurus2-sk_SK-20150426.zip) = 333660 From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 15:11:04 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C00FF206; Mon, 27 Apr 2015 15:11:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AE1811100; Mon, 27 Apr 2015 15:11:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RFB4GH012331; Mon, 27 Apr 2015 15:11:04 GMT (envelope-from wxs@FreeBSD.org) Received: (from wxs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RFB4KR012329; Mon, 27 Apr 2015 15:11:04 GMT (envelope-from wxs@FreeBSD.org) Message-Id: <201504271511.t3RFB4KR012329@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wxs set sender to wxs@FreeBSD.org using -f From: Wesley Shields Date: Mon, 27 Apr 2015 15:11:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384852 - head/x11-clocks/xdaliclock X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 15:11:04 -0000 Author: wxs Date: Mon Apr 27 15:11:03 2015 New Revision: 384852 URL: https://svnweb.freebsd.org/changeset/ports/384852 Log: Update to 2.43. Modified: head/x11-clocks/xdaliclock/Makefile head/x11-clocks/xdaliclock/distinfo Modified: head/x11-clocks/xdaliclock/Makefile ============================================================================== --- head/x11-clocks/xdaliclock/Makefile Mon Apr 27 14:58:36 2015 (r384851) +++ head/x11-clocks/xdaliclock/Makefile Mon Apr 27 15:11:03 2015 (r384852) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xdaliclock -PORTVERSION= 2.41 +PORTVERSION= 2.43 CATEGORIES= x11-clocks MASTER_SITES= http://www.jwz.org/xdaliclock/ MASTER_SITE_SUBDIR= applications Modified: head/x11-clocks/xdaliclock/distinfo ============================================================================== --- head/x11-clocks/xdaliclock/distinfo Mon Apr 27 14:58:36 2015 (r384851) +++ head/x11-clocks/xdaliclock/distinfo Mon Apr 27 15:11:03 2015 (r384852) @@ -1,2 +1,2 @@ -SHA256 (xdaliclock-2.41.tar.gz) = 2d347347b7add0a7d535f5c59e811d495f5451b18fef54f1cc5124a3fe9633b3 -SIZE (xdaliclock-2.41.tar.gz) = 2340437 +SHA256 (xdaliclock-2.43.tar.gz) = 6b573a8bac23a72e87a1cd9966c28f1d653bdb0b28bb8fd11633a1a4c2fd9fa4 +SIZE (xdaliclock-2.43.tar.gz) = 2300886 From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 15:13:48 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 44BA03EC; Mon, 27 Apr 2015 15:13:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3310C11E0; Mon, 27 Apr 2015 15:13:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RFDmAq015800; Mon, 27 Apr 2015 15:13:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RFDmUK015799; Mon, 27 Apr 2015 15:13:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504271513.t3RFDmUK015799@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Apr 2015 15:13:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384853 - head/www/rubygem-httpclient X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 15:13:48 -0000 Author: sunpoet Date: Mon Apr 27 15:13:47 2015 New Revision: 384853 URL: https://svnweb.freebsd.org/changeset/ports/384853 Log: - Add LICENSE Modified: head/www/rubygem-httpclient/Makefile Modified: head/www/rubygem-httpclient/Makefile ============================================================================== --- head/www/rubygem-httpclient/Makefile Mon Apr 27 15:11:03 2015 (r384852) +++ head/www/rubygem-httpclient/Makefile Mon Apr 27 15:13:47 2015 (r384853) @@ -8,10 +8,13 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Yet another HTTP client implementation by NaHi +LICENSE= BSD2CLAUSE RUBY +LICENSE_COMB= dual + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -PLIST_FILES+= bin/httpclient +PLIST_FILES= bin/httpclient .include From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 15:17:55 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7470864F; Mon, 27 Apr 2015 15:17:55 +0000 (UTC) Received: from valentine.liquidneon.com (unknown [IPv6:2001:4978:f:5c6::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "valentine.liquidneon.com", Issuer "Gandi Standard SSL CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DF0A120C; Mon, 27 Apr 2015 15:17:55 +0000 (UTC) Received: by valentine.liquidneon.com (Postfix, from userid 1018) id 52BBE8FFE0; Mon, 27 Apr 2015 09:17:53 -0600 (MDT) Date: Mon, 27 Apr 2015 09:17:53 -0600 From: Brad Davis To: Alexey Dokuchaev Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r384620 - in head/net-mgmt/cacti: . files Message-ID: <20150427151753.GC58722@valentine.liquidneon.com> References: <201504240307.t3O37t2u078856@svn.freebsd.org> <20150424080002.GA23933@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150424080002.GA23933@FreeBSD.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 15:17:55 -0000 On Fri, Apr 24, 2015 at 08:00:02AM +0000, Alexey Dokuchaev wrote: > On Fri, Apr 24, 2015 at 03:07:55AM +0000, Brad Davis wrote: > > New Revision: 384620 > > URL: https://svnweb.freebsd.org/changeset/ports/384620 > > > > Log: > > Update cacti to 0.8.8c. > > > > [...] > > @@ -1,5 +1,5 @@ > > ---- ./include/global.php.orig 2013-08-06 19:31:19.000000000 -0700 > > -+++ ./include/global.php 2014-08-11 18:37:08.000000000 -0700 > > +--- include/global.php.bak 2015-03-12 03:07:05.768314249 -0700 > > ++++ include/global.php 2015-03-12 03:08:04.171320391 -0700 > > Please politely point maintainer into "make makepatch" next time. This > noise in the commit could and should have been avoided. Thank you for the feedback, I will try to remember! Regards, Brad Davis From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 15:21:57 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A8C638EF; Mon, 27 Apr 2015 15:21:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9738812ED; Mon, 27 Apr 2015 15:21:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RFLvcl020704; Mon, 27 Apr 2015 15:21:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RFLvT2020702; Mon, 27 Apr 2015 15:21:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504271521.t3RFLvT2020702@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Apr 2015 15:21:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384854 - head/www/xist X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 15:21:57 -0000 Author: sunpoet Date: Mon Apr 27 15:21:56 2015 New Revision: 384854 URL: https://svnweb.freebsd.org/changeset/ports/384854 Log: - Update to 5.13 Changes: http://www.livinglogic.de/Python/xist/History.html Modified: head/www/xist/Makefile head/www/xist/distinfo Modified: head/www/xist/Makefile ============================================================================== --- head/www/xist/Makefile Mon Apr 27 15:13:47 2015 (r384853) +++ head/www/xist/Makefile Mon Apr 27 15:21:56 2015 (r384854) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xist -PORTVERSION= 5.12 +PORTVERSION= 5.13 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ http://ftp.livinglogic.de/xist/ Modified: head/www/xist/distinfo ============================================================================== --- head/www/xist/distinfo Mon Apr 27 15:13:47 2015 (r384853) +++ head/www/xist/distinfo Mon Apr 27 15:21:56 2015 (r384854) @@ -1,2 +1,2 @@ -SHA256 (ll-xist-5.12.tar.bz2) = a38e53eb5502e61b532fe69cadb3f22233b81d1e9318e553ac2972d00d7d2d1a -SIZE (ll-xist-5.12.tar.bz2) = 516348 +SHA256 (ll-xist-5.13.tar.bz2) = 5cd186bf90db261c4e5f72ea1ff7422f8fd97677b706f39daf15980e1c1f1ec0 +SIZE (ll-xist-5.13.tar.bz2) = 519088 From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 15:25:53 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 31EA3C84; Mon, 27 Apr 2015 15:25:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 135D5133A; Mon, 27 Apr 2015 15:25:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RFPqTw021448; Mon, 27 Apr 2015 15:25:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RFPqYh021444; Mon, 27 Apr 2015 15:25:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504271525.t3RFPqYh021444@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Apr 2015 15:25:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384855 - head/databases/py-MySQLdb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 15:25:53 -0000 Author: sunpoet Date: Mon Apr 27 15:25:51 2015 New Revision: 384855 URL: https://svnweb.freebsd.org/changeset/ports/384855 Log: - Update to 1.2.5 - Update MASTER_SITES - Remove DOCS from OPTIONS_DEFAULT - Update WWW Changes: https://github.com/farcepest/MySQLdb1/blob/master/HISTORY https://github.com/farcepest/MySQLdb1/commits/master Modified: head/databases/py-MySQLdb/Makefile head/databases/py-MySQLdb/distinfo head/databases/py-MySQLdb/pkg-descr Modified: head/databases/py-MySQLdb/Makefile ============================================================================== --- head/databases/py-MySQLdb/Makefile Mon Apr 27 15:21:56 2015 (r384854) +++ head/databases/py-MySQLdb/Makefile Mon Apr 27 15:25:51 2015 (r384855) @@ -2,12 +2,10 @@ # $FreeBSD$ PORTNAME= MySQLdb -DISTVERSION= 1.2.3 -PORTREVISION= 4 +DISTVERSION= 1.2.5 CATEGORIES= databases python -MASTER_SITES= SF/mysql-python/mysql-python/${PORTVERSION} +MASTER_SITES= https://github.com/farcepest/${PORTNAME}1/archive/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= MySQL-python-${DISTVERSION} MAINTAINER= python@FreeBSD.org COMMENT= Access a MySQL database through Python @@ -20,10 +18,11 @@ CONFLICTS= py*-MySQLdb-[0-9]* py*-MySQLd PORTDOCS= * DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} +WRKSRC= ${WRKDIR}/${PORTNAME}1-${PORTNAME}-${PORTVERSION} OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}/options OPTIONS_DEFINE= DOCS MYSQLCLIENT_R -OPTIONS_DEFAULT= DOCS MYSQLCLIENT_R +OPTIONS_DEFAULT= MYSQLCLIENT_R MYSQLCLIENT_R_DESC= Use libmysqlclient_r (thread safe) .include @@ -36,7 +35,7 @@ pre-configure: post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR} .include Modified: head/databases/py-MySQLdb/distinfo ============================================================================== --- head/databases/py-MySQLdb/distinfo Mon Apr 27 15:21:56 2015 (r384854) +++ head/databases/py-MySQLdb/distinfo Mon Apr 27 15:25:51 2015 (r384855) @@ -1,2 +1,2 @@ -SHA256 (MySQL-python-1.2.3.tar.gz) = 7de66fbbf923634e7c965aeaefa74642ba75ae20ee1cefcefc3009595b7a7e6e -SIZE (MySQL-python-1.2.3.tar.gz) = 70305 +SHA256 (MySQLdb-1.2.5.tar.gz) = 905dd8be887ff596641ace5411fed17cfd08dd33699ea627d3fb44f8a922c2f0 +SIZE (MySQLdb-1.2.5.tar.gz) = 81209 Modified: head/databases/py-MySQLdb/pkg-descr ============================================================================== --- head/databases/py-MySQLdb/pkg-descr Mon Apr 27 15:21:56 2015 (r384854) +++ head/databases/py-MySQLdb/pkg-descr Mon Apr 27 15:25:51 2015 (r384855) @@ -14,4 +14,4 @@ a) not thread-friendly, b) written for M not actively maintained. No code from that version is used in MySQLdb. MySQLdb is free software. -WWW: http://sourceforge.net/projects/mysql-python/ +WWW: https://github.com/farcepest/MySQLdb1 From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 15:29:07 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CC6A0EDC; Mon, 27 Apr 2015 15:29:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA89C1384; Mon, 27 Apr 2015 15:29:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RFT7X5021970; Mon, 27 Apr 2015 15:29:07 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RFT7A5021966; Mon, 27 Apr 2015 15:29:07 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201504271529.t3RFT7A5021966@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 27 Apr 2015 15:29:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384856 - head/www/p5-Mojolicious-Plugin-SetUserGroup X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 15:29:07 -0000 Author: adamw Date: Mon Apr 27 15:29:06 2015 New Revision: 384856 URL: https://svnweb.freebsd.org/changeset/ports/384856 Log: Update to 0.002. Changes: https://metacpan.org/changes/release/DBOOK/Mojolicious-Plugin-SetUserGroup-0.002 Modified: head/www/p5-Mojolicious-Plugin-SetUserGroup/Makefile head/www/p5-Mojolicious-Plugin-SetUserGroup/distinfo Modified: head/www/p5-Mojolicious-Plugin-SetUserGroup/Makefile ============================================================================== --- head/www/p5-Mojolicious-Plugin-SetUserGroup/Makefile Mon Apr 27 15:25:51 2015 (r384855) +++ head/www/p5-Mojolicious-Plugin-SetUserGroup/Makefile Mon Apr 27 15:29:06 2015 (r384856) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojolicious-Plugin-SetUserGroup -PORTVERSION= 0.001 +PORTVERSION= 0.002 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DBOOK Modified: head/www/p5-Mojolicious-Plugin-SetUserGroup/distinfo ============================================================================== --- head/www/p5-Mojolicious-Plugin-SetUserGroup/distinfo Mon Apr 27 15:25:51 2015 (r384855) +++ head/www/p5-Mojolicious-Plugin-SetUserGroup/distinfo Mon Apr 27 15:29:06 2015 (r384856) @@ -1,2 +1,2 @@ -SHA256 (Mojolicious-Plugin-SetUserGroup-0.001.tar.gz) = 62ba9db779b44cfae3672898d866ece1e55ecd6bd644d6f5453f6099e2e7945f -SIZE (Mojolicious-Plugin-SetUserGroup-0.001.tar.gz) = 8070 +SHA256 (Mojolicious-Plugin-SetUserGroup-0.002.tar.gz) = 0d3769e7822456bd7d8fc988a9c91f0493461387f3125befa8abeda089b254ee +SIZE (Mojolicious-Plugin-SetUserGroup-0.002.tar.gz) = 8342 From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 15:35:43 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4D5B7FE; Mon, 27 Apr 2015 15:35:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C3A814C7; Mon, 27 Apr 2015 15:35:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RFZhZi026548; Mon, 27 Apr 2015 15:35:43 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RFZhSa026547; Mon, 27 Apr 2015 15:35:43 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201504271535.t3RFZhSa026547@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 27 Apr 2015 15:35:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384857 - head/security/p5-Crypt-SSLeay X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 15:35:43 -0000 Author: mat Date: Mon Apr 27 15:35:42 2015 New Revision: 384857 URL: https://svnweb.freebsd.org/changeset/ports/384857 Log: Make non-interactive. PR: 199354 Sponsored by: Absolight Modified: head/security/p5-Crypt-SSLeay/Makefile Modified: head/security/p5-Crypt-SSLeay/Makefile ============================================================================== --- head/security/p5-Crypt-SSLeay/Makefile Mon Apr 27 15:29:06 2015 (r384856) +++ head/security/p5-Crypt-SSLeay/Makefile Mon Apr 27 15:35:42 2015 (r384857) @@ -21,5 +21,6 @@ RUN_DEPENDS= p5-LWP-Protocol-https>=6.02 USES= perl5 USE_PERL5= configure USE_OPENSSL= yes +CONFIGURE_ARGS= --no-live-tests .include From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 15:44:04 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 05367356; Mon, 27 Apr 2015 15:44:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E84F4162C; Mon, 27 Apr 2015 15:44:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RFi3WC031327; Mon, 27 Apr 2015 15:44:03 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RFi3kU031326; Mon, 27 Apr 2015 15:44:03 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201504271544.t3RFi3kU031326@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 27 Apr 2015 15:44:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384858 - head/Mk/Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 15:44:04 -0000 Author: mat Date: Mon Apr 27 15:44:03 2015 New Revision: 384858 URL: https://svnweb.freebsd.org/changeset/ports/384858 Log: Forgot that when I updated Perl lang/perl5-devel. Sponsored by: Absolight Modified: head/Mk/Uses/perl5.mk Modified: head/Mk/Uses/perl5.mk ============================================================================== --- head/Mk/Uses/perl5.mk Mon Apr 27 15:35:42 2015 (r384857) +++ head/Mk/Uses/perl5.mk Mon Apr 27 15:44:03 2015 (r384858) @@ -56,7 +56,7 @@ PERL_VERSION= 5.18.4 .elif ${PERL5_DEFAULT} == 5.20 PERL_VERSION= 5.20.2 .elif ${PERL5_DEFAULT} == 5.21 -PERL_VERSION= 5.21.11 +PERL_VERSION= 5.21.12 .else IGNORE= Invalid perl5 version ${PERL5_DEFAULT} .endif From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 15:45:00 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EA09C482; Mon, 27 Apr 2015 15:45:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BE6791635; Mon, 27 Apr 2015 15:45:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RFj0EP031579; Mon, 27 Apr 2015 15:45:00 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RFj0Yi031573; Mon, 27 Apr 2015 15:45:00 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201504271545.t3RFj0Yi031573@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 27 Apr 2015 15:45:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384859 - head/security/py-rekall X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 15:45:01 -0000 Author: antoine Date: Mon Apr 27 15:44:59 2015 New Revision: 384859 URL: https://svnweb.freebsd.org/changeset/ports/384859 Log: Update to 1.3.2 Modified: head/security/py-rekall/Makefile head/security/py-rekall/distinfo Modified: head/security/py-rekall/Makefile ============================================================================== --- head/security/py-rekall/Makefile Mon Apr 27 15:44:03 2015 (r384858) +++ head/security/py-rekall/Makefile Mon Apr 27 15:44:59 2015 (r384859) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rekall -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,6 +23,7 @@ RUN_DEPENDS= cabextract:${PORTSDIR}/arch ${PYTHON_PKGNAMEPREFIX}Flask-Sockets>=0:${PORTSDIR}/www/py-flask-sockets \ ${PYTHON_PKGNAMEPREFIX}gevent>=1.0.1:${PORTSDIR}/devel/py-gevent \ ${PYTHON_PKGNAMEPREFIX}gevent-websocket>=0.9.3:${PORTSDIR}/www/py-gevent-websocket \ + ${PYTHON_PKGNAMEPREFIX}intervaltree>=2.0.4:${PORTSDIR}/devel/py-intervaltree \ ${PYTHON_PKGNAMEPREFIX}ipython>=2.0.0:${PORTSDIR}/devel/ipython \ ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.3.1:${PORTSDIR}/security/py-pycrypto \ ${PYTHON_PKGNAMEPREFIX}pyelftools>=0.22:${PORTSDIR}/devel/py-pyelftools \ @@ -39,7 +40,7 @@ OPTIONS_DEFINE= DOCS post-patch: @${CHMOD} -R a+rX ${WRKSRC} - @${REINPLACE_CMD} '/argparse/d ; /ipython/s/3.0.0/2.0.0/ ; /DateTime/d' ${WRKSRC}/setup.py + @${REINPLACE_CMD} '/argparse/d ; /ipython/s/3.0.0/2.0.0/' ${WRKSRC}/setup.py post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/security/py-rekall/distinfo ============================================================================== --- head/security/py-rekall/distinfo Mon Apr 27 15:44:03 2015 (r384858) +++ head/security/py-rekall/distinfo Mon Apr 27 15:44:59 2015 (r384859) @@ -1,2 +1,2 @@ -SHA256 (rekall-1.3.1.tar.gz) = e126a105659f1eccb2d98fe7d0a9828f979df803218a3cdcda2ee50afb0693da -SIZE (rekall-1.3.1.tar.gz) = 4208204 +SHA256 (rekall-1.3.2.tar.gz) = bc4f4d04a863e2b7aa21fbdbf8dcb7e23c2eb8cea526528321f4b9c6ff2b5b07 +SIZE (rekall-1.3.2.tar.gz) = 4145091 From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 16:05:53 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2C6D9B6F; Mon, 27 Apr 2015 16:05:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 00D7E1874; Mon, 27 Apr 2015 16:05:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RG5q8I041936; Mon, 27 Apr 2015 16:05:52 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RG5q8g041934; Mon, 27 Apr 2015 16:05:52 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201504271605.t3RG5q8g041934@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 27 Apr 2015 16:05:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384861 - head/security/suricata X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 16:05:53 -0000 Author: antoine Date: Mon Apr 27 16:05:52 2015 New Revision: 384861 URL: https://svnweb.freebsd.org/changeset/ports/384861 Log: - Add JSON to OPTIONS_DEFAULT to match default configuration where eve-log support is enabled - Package threshold.config configuration file PR: 197937 Approved by: koobs (maintainer) Modified: head/security/suricata/Makefile head/security/suricata/pkg-plist Modified: head/security/suricata/Makefile ============================================================================== --- head/security/suricata/Makefile Mon Apr 27 15:59:45 2015 (r384860) +++ head/security/suricata/Makefile Mon Apr 27 16:05:52 2015 (r384861) @@ -3,6 +3,7 @@ PORTNAME= suricata PORTVERSION= 2.0.6 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.openinfosecfoundation.org/download/ \ http://mirrors.rit.edu/zi/ @@ -28,7 +29,7 @@ INSTALL_TARGET= install-strip PATHFIX_MAKEFILEIN= Makefile.am OPTIONS_DEFINE= GEOIP HTP_PORT IPFW JSON NSS PORTS_PCAP PRELUDE SC TESTS -OPTIONS_DEFAULT= HTP_PORT IPFW PRELUDE +OPTIONS_DEFAULT= HTP_PORT IPFW JSON PRELUDE OPTIONS_RADIO= SCRIPTS OPTIONS_RADIO_SCRIPTS= LUA LUAJIT OPTIONS_SUB= yes @@ -108,7 +109,7 @@ CONFIGURE_ARGS+=--enable-gccprotect \ LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config CONFIG_DIR?= ${ETCDIR} -CONFIG_FILES= suricata.yaml classification.config reference.config +CONFIG_FILES= suricata.yaml classification.config reference.config threshold.config RULES_DIR= ${CONFIG_DIR}/rules RULES_FILES= decoder-events.rules dns-events.rules files.rules http-events.rules smtp-events.rules stream-events.rules tls-events.rules LOGS_DIR?= /var/log/${PORTNAME} Modified: head/security/suricata/pkg-plist ============================================================================== --- head/security/suricata/pkg-plist Mon Apr 27 15:59:45 2015 (r384860) +++ head/security/suricata/pkg-plist Mon Apr 27 16:05:52 2015 (r384861) @@ -59,6 +59,7 @@ bin/suricata @sample %%ETCDIR%%/suricata.yaml.sample @sample %%ETCDIR%%/classification.config.sample @sample %%ETCDIR%%/reference.config.sample +@sample %%ETCDIR%%/threshold.config.sample %%ETCDIR%%/rules/decoder-events.rules %%ETCDIR%%/rules/dns-events.rules %%ETCDIR%%/rules/files.rules From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 18:27:55 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 47E9FAE8; Mon, 27 Apr 2015 18:27:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 366C5195E; Mon, 27 Apr 2015 18:27:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RIRt83013453; Mon, 27 Apr 2015 18:27:55 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RIRsQa013451; Mon, 27 Apr 2015 18:27:54 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201504271827.t3RIRsQa013451@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Mon, 27 Apr 2015 18:27:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384862 - in head/mail/msmtp: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 18:27:55 -0000 Author: novel Date: Mon Apr 27 18:27:54 2015 New Revision: 384862 URL: https://svnweb.freebsd.org/changeset/ports/384862 Log: - Update to 1.6.2 - Drop the man page patch and use REINPLACE_CMD instead to provide a proper SSL certs path in config sample Deleted: head/mail/msmtp/files/ Modified: head/mail/msmtp/Makefile head/mail/msmtp/distinfo Modified: head/mail/msmtp/Makefile ============================================================================== --- head/mail/msmtp/Makefile Mon Apr 27 16:05:52 2015 (r384861) +++ head/mail/msmtp/Makefile Mon Apr 27 18:27:54 2015 (r384862) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= msmtp -PORTVERSION= 1.4.32 -PORTREVISION= 3 +PORTVERSION= 1.6.2 CATEGORIES= mail ipv6 MASTER_SITES= SF @@ -13,7 +12,7 @@ COMMENT= SMTP plugin for MUAs LICENSE= GPLv3 GNU_CONFIGURE= yes -USES= makeinfo pkgconfig tar:bzip2 +USES= makeinfo pkgconfig tar:xz CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INFO= msmtp @@ -76,6 +75,10 @@ PLIST_SUB+= NLS="@comment " .include +post-extract: + @${REINPLACE_CMD} -e 's|/etc/ssl/certs/ca\\-certificates.crt|${LOCALBASE}/share/certs/ca\\-root\\-nss.crt|' \ + ${WRKSRC}/doc/msmtp.1 + .if ${PORT_OPTIONS:MMSMTPQ} PLIST_SUB+= MSMTPQ="" Modified: head/mail/msmtp/distinfo ============================================================================== --- head/mail/msmtp/distinfo Mon Apr 27 16:05:52 2015 (r384861) +++ head/mail/msmtp/distinfo Mon Apr 27 18:27:54 2015 (r384862) @@ -1,2 +1,2 @@ -SHA256 (msmtp-1.4.32.tar.bz2) = 2bf0c5c7e78f9905f48de235a75111a1a88238793043bbeae00360b22f1a5f88 -SIZE (msmtp-1.4.32.tar.bz2) = 303652 +SHA256 (msmtp-1.6.2.tar.xz) = 2f6ecd7cbfadf548fd55205bd24cb63b84bcbb1185efed917dd7800595a48789 +SIZE (msmtp-1.6.2.tar.xz) = 280292 From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 18:40:02 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CFC04E1E; Mon, 27 Apr 2015 18:40:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A469E1A79; Mon, 27 Apr 2015 18:40:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RIe25r018959; Mon, 27 Apr 2015 18:40:02 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RIe1bS018955; Mon, 27 Apr 2015 18:40:01 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201504271840.t3RIe1bS018955@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Mon, 27 Apr 2015 18:40:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384863 - in head/devel/libxo: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 18:40:02 -0000 Author: brooks Date: Mon Apr 27 18:40:01 2015 New Revision: 384863 URL: https://svnweb.freebsd.org/changeset/ports/384863 Log: Upgrade to 0.3.2. Sponsored by: DARPA, AFRL Deleted: head/devel/libxo/files/ Modified: head/devel/libxo/Makefile head/devel/libxo/distinfo head/devel/libxo/pkg-plist Modified: head/devel/libxo/Makefile ============================================================================== --- head/devel/libxo/Makefile Mon Apr 27 18:27:54 2015 (r384862) +++ head/devel/libxo/Makefile Mon Apr 27 18:40:01 2015 (r384863) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libxo -PORTVERSION= 0.2.0 +PORTVERSION= 0.3.2 CATEGORIES= devel textproc MASTER_SITES= http://github.com/Juniper/${PORTNAME}/releases/download/${PORTVERSION}/ Modified: head/devel/libxo/distinfo ============================================================================== --- head/devel/libxo/distinfo Mon Apr 27 18:27:54 2015 (r384862) +++ head/devel/libxo/distinfo Mon Apr 27 18:40:01 2015 (r384863) @@ -1,2 +1,2 @@ -SHA256 (libxo-0.2.0.tar.gz) = 32b22b0310eb2521639151daa1c5af317214870ac51b900872ecde6744102492 -SIZE (libxo-0.2.0.tar.gz) = 672029 +SHA256 (libxo-0.3.2.tar.gz) = bf4a5f8f78b03356fe82a1c479b2d97d6df4527f714e13580f1ca390387438ea +SIZE (libxo-0.3.2.tar.gz) = 818657 Modified: head/devel/libxo/pkg-plist ============================================================================== --- head/devel/libxo/pkg-plist Mon Apr 27 18:27:54 2015 (r384862) +++ head/devel/libxo/pkg-plist Mon Apr 27 18:40:01 2015 (r384863) @@ -1,5 +1,6 @@ bin/libxo-config bin/xo +bin/xohtml bin/xolint include/libxo/xo.h lib/libxo.a @@ -8,5 +9,31 @@ lib/libxo.so.0 lib/libxo.so.0.0.0 lib/pkgconfig/libxo.pc man/man1/xo.1.gz +man/man1/xohtml.1.gz man/man1/xolint.1.gz +man/man3/libxo.3.gz +man/man3/xo_attr.3.gz +man/man3/xo_create.3.gz +man/man3/xo_emit.3.gz +man/man3/xo_err.3.gz +man/man3/xo_finish.3.gz +man/man3/xo_flush.3.gz +man/man3/xo_no_setlocale.3.gz +man/man3/xo_open_container.3.gz +man/man3/xo_open_list.3.gz +man/man3/xo_open_marker.3.gz +man/man3/xo_parse_args.3.gz +man/man3/xo_set_allocator.3.gz +man/man3/xo_set_flags.3.gz +man/man3/xo_set_info.3.gz +man/man3/xo_set_options.3.gz +man/man3/xo_set_style.3.gz +man/man3/xo_set_version.3.gz +man/man3/xo_set_writer.3.gz +man/man5/xo_format.5.gz %%PORTDOCS%%%%DOCSDIR%%/Copyright +%%DATADIR%%/external/jquery.js +%%DATADIR%%/external/jquery.qtip.css +%%DATADIR%%/external/jquery.qtip.js +%%DATADIR%%/xohtml.css +%%DATADIR%%/xohtml.js From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 18:50:48 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A014B49D; Mon, 27 Apr 2015 18:50:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E7911C1B; Mon, 27 Apr 2015 18:50:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RIomOK024124; Mon, 27 Apr 2015 18:50:48 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RIomws024123; Mon, 27 Apr 2015 18:50:48 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201504271850.t3RIomws024123@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 27 Apr 2015 18:50:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384864 - head/emulators/xen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 18:50:48 -0000 Author: bapt Date: Mon Apr 27 18:50:47 2015 New Revision: 384864 URL: https://svnweb.freebsd.org/changeset/ports/384864 Log: Limit xen kernel to amd64 Modified: head/emulators/xen/Makefile Modified: head/emulators/xen/Makefile ============================================================================== --- head/emulators/xen/Makefile Mon Apr 27 18:40:01 2015 (r384863) +++ head/emulators/xen/Makefile Mon Apr 27 18:50:47 2015 (r384864) @@ -9,6 +9,8 @@ COMMENT= Xen Hyvervisor meta port LICENSE= GPLv2 +ONLY_FOR_ARCH= amd64 + RUN_DEPENDS= /boot/xen:${PORTSDIR}/emulators/xen-kernel \ xl:${PORTSDIR}/sysutils/xen-tools From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 19:23:15 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EEEF1E97; Mon, 27 Apr 2015 19:23:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C2FF11066; Mon, 27 Apr 2015 19:23:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RJNFXq043076; Mon, 27 Apr 2015 19:23:15 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RJNFB8043074; Mon, 27 Apr 2015 19:23:15 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201504271923.t3RJNFB8043074@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Mon, 27 Apr 2015 19:23:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384865 - in head/net/openldap24-server: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 19:23:16 -0000 Author: delphij Date: Mon Apr 27 19:23:14 2015 New Revision: 384865 URL: https://svnweb.freebsd.org/changeset/ports/384865 Log: Don't hardcode STRIP unconditionally [1]. Instead, respect the build environment's settings. Add a DEBUG option. Based on patch from: tobik [1] Requested by: Leander Schäfer Added: head/net/openldap24-server/files/patch-build__top.mk (contents, props changed) Modified: head/net/openldap24-server/Makefile Modified: head/net/openldap24-server/Makefile ============================================================================== --- head/net/openldap24-server/Makefile Mon Apr 27 18:50:47 2015 (r384864) +++ head/net/openldap24-server/Makefile Mon Apr 27 19:23:14 2015 (r384865) @@ -64,7 +64,7 @@ OPENLDAP_SHLIB_MAJOR= 2 OPENLDAP_SHLIB_MINOR= 10.3 OPENLDAP_MAJOR= ${DISTVERSION:R} -OPTIONS_DEFINE= FETCH GSSAPI +OPTIONS_DEFINE= DEBUG FETCH GSSAPI FETCH_DESC= Enable fetch(3) support GSSAPI_DESC= With GSSAPI support (implies SASL support) @@ -276,6 +276,12 @@ CONFIGURE_ARGS+= --enable-constraint=${O CONFIGURE_ARGS+= --enable-dds=${OVERLAY_ENABLE} .endif +.if ${PORT_OPTIONS:MDEBUG} +CONFIGURE_ARGS+= --enable-debug=yes +.endif + +MAKE_ENV+= STRIP=${STRIP} + .if ${PORT_OPTIONS:MDEREF} CONFIGURE_ARGS+= --enable-deref=${OVERLAY_ENABLE} .endif Added: head/net/openldap24-server/files/patch-build__top.mk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/openldap24-server/files/patch-build__top.mk Mon Apr 27 19:23:14 2015 (r384865) @@ -0,0 +1,11 @@ +--- build/top.mk.orig 2014-09-18 18:48:49.000000000 -0700 ++++ build/top.mk 2015-04-27 12:02:52.234737749 -0700 +@@ -59,8 +59,6 @@ + INSTALL_DATA = $(INSTALL) -m 644 + INSTALL_SCRIPT = $(INSTALL) + +-STRIP = -s +- + LINT = lint + 5LINT = 5lint + From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 19:31:24 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7D6D410C; Mon, 27 Apr 2015 19:31:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 50D491193; Mon, 27 Apr 2015 19:31:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RJVOTH047892; Mon, 27 Apr 2015 19:31:24 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RJVN8v047889; Mon, 27 Apr 2015 19:31:23 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201504271931.t3RJVN8v047889@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Mon, 27 Apr 2015 19:31:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384866 - in head/security/signing-party: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 19:31:24 -0000 Author: johans Date: Mon Apr 27 19:31:23 2015 New Revision: 384866 URL: https://svnweb.freebsd.org/changeset/ports/384866 Log: Avoid perl 5.20 specific construct Fixes caff with perl 5.18 Submitted by: Mike Burns Added: head/security/signing-party/files/ head/security/signing-party/files/patch-caff_caff (contents, props changed) Modified: head/security/signing-party/Makefile Modified: head/security/signing-party/Makefile ============================================================================== --- head/security/signing-party/Makefile Mon Apr 27 19:23:14 2015 (r384865) +++ head/security/signing-party/Makefile Mon Apr 27 19:31:23 2015 (r384866) @@ -3,6 +3,7 @@ PORTNAME= signing-party PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://ftp.stack.nl/pub/users/johans/signing-party/ \ ${MASTER_SITE_DEBIAN} Added: head/security/signing-party/files/patch-caff_caff ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/signing-party/files/patch-caff_caff Mon Apr 27 19:31:23 2015 (r384866) @@ -0,0 +1,15 @@ +Avoid construct that only works in perl 5.20 + +--- caff/caff.orig 2015-04-27 21:19:22.000000000 +0200 ++++ caff/caff 2015-04-27 21:19:28.000000000 +0200 +@@ -714,7 +714,9 @@ sub readwrite_gpg($%) { + # ignore direct and dup handles + my @infhs = grep {defined $opts{$_} and !$handles->options($_)->{direct} and $handles->{$_} !~ /^[<>]&/} qw/stdin passphrase command/; + my @outfhs = grep {defined $handles->{$_} and !$handles->options($_)->{direct} and $handles->{$_} !~ /^[<>]&/} qw/stdout stderr status logger/; +- my %fh = reverse %$handles{@infhs, @outfhs}; ++ my %fh; ++ $fh{$_} = $handles->{$_} foreach (@infhs, @outfhs); ++ %fh = reverse %fh; + + my %offset = map {$_ => 0} @infhs; + my %output = map {$_ => ''} @outfhs; From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 20:00:21 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 08E29CE3; Mon, 27 Apr 2015 20:00:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EACDE14CB; Mon, 27 Apr 2015 20:00:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RK0KkE059362; Mon, 27 Apr 2015 20:00:20 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RK0Kre059361; Mon, 27 Apr 2015 20:00:20 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201504272000.t3RK0Kre059361@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 27 Apr 2015 20:00:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384867 - head/games/agame X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 20:00:21 -0000 Author: amdmi3 Date: Mon Apr 27 20:00:20 2015 New Revision: 384867 URL: https://svnweb.freebsd.org/changeset/ports/384867 Log: - Clarify LICENSE Modified: head/games/agame/Makefile Modified: head/games/agame/Makefile ============================================================================== --- head/games/agame/Makefile Mon Apr 27 19:31:23 2015 (r384866) +++ head/games/agame/Makefile Mon Apr 27 20:00:20 2015 (r384867) @@ -12,7 +12,7 @@ DISTNAME= game-src-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Simple Tetris-like game -LICENSE= GPLv2 +LICENSE= GPLv2 # or later USES= gmake tar:tgz USE_SDL= sdl image mixer From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 20:04:19 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CC4B9F21; Mon, 27 Apr 2015 20:04:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA38015D8; Mon, 27 Apr 2015 20:04:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RK4J75063550; Mon, 27 Apr 2015 20:04:19 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RK4J26063548; Mon, 27 Apr 2015 20:04:19 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201504272004.t3RK4J26063548@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Mon, 27 Apr 2015 20:04:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384868 - head/devel/py-enum34 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 20:04:19 -0000 Author: bofh Date: Mon Apr 27 20:04:18 2015 New Revision: 384868 URL: https://svnweb.freebsd.org/changeset/ports/384868 Log: devel/py-enum34: Update version 1.0=>1.0.4 PR: 199706 Submitted by: stiginge@pvv.org Modified: head/devel/py-enum34/Makefile head/devel/py-enum34/distinfo Modified: head/devel/py-enum34/Makefile ============================================================================== --- head/devel/py-enum34/Makefile Mon Apr 27 20:00:20 2015 (r384867) +++ head/devel/py-enum34/Makefile Mon Apr 27 20:04:18 2015 (r384868) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= enum34 -PORTVERSION= 1.0 +PORTVERSION= 1.0.4 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-enum34/distinfo ============================================================================== --- head/devel/py-enum34/distinfo Mon Apr 27 20:00:20 2015 (r384867) +++ head/devel/py-enum34/distinfo Mon Apr 27 20:04:18 2015 (r384868) @@ -1,2 +1,2 @@ -SHA256 (enum34-1.0.tar.gz) = 384b593703b057e0b19d90ff62844b1c8796da2e6bd9957d6ce9119bdeade635 -SIZE (enum34-1.0.tar.gz) = 32331 +SHA256 (enum34-1.0.4.tar.gz) = d3c19f26a6a34629c18c775f59dfc5dd595764c722b57a2da56ebfb69b94e447 +SIZE (enum34-1.0.4.tar.gz) = 32944 From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 20:09:11 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9A2BF139; Mon, 27 Apr 2015 20:09:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8818C162A; Mon, 27 Apr 2015 20:09:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RK9BIQ064387; Mon, 27 Apr 2015 20:09:11 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RK9AqZ064383; Mon, 27 Apr 2015 20:09:10 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201504272009.t3RK9AqZ064383@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Mon, 27 Apr 2015 20:09:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384869 - head/games/lgeneral X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 20:09:11 -0000 Author: lme Date: Mon Apr 27 20:09:10 2015 New Revision: 384869 URL: https://svnweb.freebsd.org/changeset/ports/384869 Log: - Update to 1.2.6 - Mark broken on powerpc and sparc64 - Simplify OPTIONS PR: 197433 Submitted by: tkato432@yahoo.com Modified: head/games/lgeneral/Makefile head/games/lgeneral/distinfo head/games/lgeneral/pkg-plist Modified: head/games/lgeneral/Makefile ============================================================================== --- head/games/lgeneral/Makefile Mon Apr 27 20:04:18 2015 (r384868) +++ head/games/lgeneral/Makefile Mon Apr 27 20:09:10 2015 (r384869) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lgeneral -PORTVERSION= 1.2.5 +PORTVERSION= 1.2.6 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME} \ SF/${PORTNAME}/${PORTNAME}-data:data @@ -12,55 +12,39 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:DE MAINTAINER= ports@FreeBSD.org COMMENT= Turn-based strategy engine inspired by Panzer General -LICENSE= GPLv2 # or later -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE= GPLv2 -USE_SDL= sdl USES= gmake -GNU_CONFIGURE= yes USE_CSTD= gnu89 +USE_SDL= sdl +GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS_DEFINE= SOUND NLS DOCS -OPTIONS_DEFAULT= SOUND -SOUND_DESC= Enable sound support +BROKEN_powerpc= Does not install on ${ARCH} +BROKEN_sparc64= Does not install on ${ARCH} -.include +OPTIONS_DEFINE= DOCS NLS SOUND +OPTIONS_DEFAULT= SOUND +OPTIONS_SUB= yes -.if ${PORT_OPTIONS:MSOUND} -USE_SDL+= mixer -.else -CONFIGURE_ARGS+=--disable-sound -.endif - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ENV+= am_cv_func_iconv=no -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif - -.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" -BROKEN= Does not install on ia64, powerpc, or sparc64 -.endif +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls +NLS_CONFIGURE_ENV_OFF= am_cv_func_iconv=no +SOUND_USE= sdl=mixer +SOUND_CONFIGURE_ENABLE= sound post-patch: - @${REINPLACE_CMD} -e 's|/icons|/pixmaps|' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's|/icons.*|/pixmaps|' ${WRKSRC}/Makefile.in post-install: - ${MKDIR} ${STAGEDIR}${DATADIR}/gfx/flags - ${MKDIR} ${STAGEDIR}${DATADIR}/gfx/units/ - ${MKDIR} ${STAGEDIR}${DATADIR}/gfx/terrain/pg/ - ${STAGEDIR}${PREFIX}/bin/lgc-pg -s ${WRKDIR}/pg-data -d ${STAGEDIR}${DATADIR} - @${FIND} ${STAGEDIR}${DATADIR} -type d | ${XARGS} ${CHMOD} a+rx - @${FIND} ${STAGEDIR}${DATADIR} -type f | ${XARGS} ${CHMOD} ${SHAREMODE} -.if ${PORT_OPTIONS:MDOCS} +.for i in flags terrain units + @${MKDIR} ${STAGEDIR}${DATADIR}/gfx/${i} +.endfor + (${STAGEDIR}${PREFIX}/bin/lgc-pg -s ${WRKDIR}/pg-data \ + -d ${STAGEDIR}${DATADIR}) @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.* ${STAGEDIR}${DOCSDIR} -.endif + (cd ${WRKSRC} && ${INSTALL_DATA} README.* ${STAGEDIR}${DOCSDIR}) .include Modified: head/games/lgeneral/distinfo ============================================================================== --- head/games/lgeneral/distinfo Mon Apr 27 20:04:18 2015 (r384868) +++ head/games/lgeneral/distinfo Mon Apr 27 20:09:10 2015 (r384869) @@ -1,4 +1,4 @@ -SHA256 (lgeneral-1.2.5.tar.gz) = 1df5a730820699a3244b626e51ef1d84f7fa3e3868a202da83b21dd8c1c6c90d -SIZE (lgeneral-1.2.5.tar.gz) = 1684984 +SHA256 (lgeneral-1.2.6.tar.gz) = be85d63b718475dfc2ff48ac30e70fa020cac169e8b11bbd229cd2f4fe2570b4 +SIZE (lgeneral-1.2.6.tar.gz) = 1676266 SHA256 (pg-data.tar.gz) = cc6fa5d263d1d5824d706517958b1bb09b405ba0ed21e63e4a4d38e2727d7a04 SIZE (pg-data.tar.gz) = 410476 Modified: head/games/lgeneral/pkg-plist ============================================================================== --- head/games/lgeneral/pkg-plist Mon Apr 27 20:04:18 2015 (r384868) +++ head/games/lgeneral/pkg-plist Mon Apr 27 20:09:10 2015 (r384869) @@ -21,7 +21,6 @@ share/applications/lgeneral.desktop %%DATADIR%%/convdata/grid.bmp %%DATADIR%%/convdata/guard.bmp %%DATADIR%%/convdata/leg.wav -%%DATADIR%%/convdata/mapnames %%DATADIR%%/convdata/move.bmp %%DATADIR%%/convdata/reinf %%DATADIR%%/convdata/sea.wav @@ -217,7 +216,7 @@ share/applications/lgeneral.desktop %%NLS%%share/locale/de/LC_MESSAGES/pg.mo %%NLS%%share/locale/en/LC_MESSAGES/lgeneral.mo %%NLS%%share/locale/en/LC_MESSAGES/pg.mo -share/pixmaps/lgeneral48.png -@dir %%DATADIR%%/ai_modules -@dir %%DATADIR%%/music +share/pixmaps/lgeneral.png @dir %%DATADIR%%/terrain +@dir %%DATADIR%%/music +@dir %%DATADIR%%/ai_modules From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 20:28:16 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2BA21979; Mon, 27 Apr 2015 20:28:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 176F818F2; Mon, 27 Apr 2015 20:28:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RKSFQj074482; Mon, 27 Apr 2015 20:28:15 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RKSDRR074471; Mon, 27 Apr 2015 20:28:13 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201504272028.t3RKSDRR074471@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Mon, 27 Apr 2015 20:28:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384870 - in head: . audio/filter_audio audio/libfilteraudio net-im/qTox net-im/qTox/files net-im/tox X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 20:28:16 -0000 Author: thierry Date: Mon Apr 27 20:28:13 2015 New Revision: 384870 URL: https://svnweb.freebsd.org/changeset/ports/384870 Log: - Update of qTox and toxcore after their new API is eventually fixed (this unbreak qTox) - Rename audio/filter_audio to audio/libfilteraudio. PR: ports/199726 Submitted by: yuri (at) rawbw.com Added: head/audio/libfilteraudio/ - copied from r384800, head/audio/filter_audio/ Deleted: head/audio/filter_audio/ Modified: head/MOVED head/audio/libfilteraudio/Makefile head/audio/libfilteraudio/distinfo head/net-im/qTox/Makefile head/net-im/qTox/distinfo head/net-im/qTox/files/patch-qtox.pro head/net-im/tox/Makefile head/net-im/tox/distinfo Modified: head/MOVED ============================================================================== --- head/MOVED Mon Apr 27 20:09:10 2015 (r384869) +++ head/MOVED Mon Apr 27 20:28:13 2015 (r384870) @@ -7568,3 +7568,4 @@ java/eclipse-pmd||2015-04-18|Has expired textproc/nltk|textproc/py-nltk|2015-04-19|Renamed for consistency devel/rubygem-inline|devel/rubygem-rubyinline|2015-04-21|Rename to match our rubygems naming devel/p5-Devel-Profiler|devel/p5-Devel-NYTProf|2015-04-24|Devel::DProf was removed form Perl, use Devel::NYTProf +audio/filter_audio|audio/libfilteraudio|2015-04-27|audio/filter-audio is renamed into audio/libfilteraudio Modified: head/audio/libfilteraudio/Makefile ============================================================================== --- head/audio/filter_audio/Makefile Sun Apr 26 16:32:34 2015 (r384800) +++ head/audio/libfilteraudio/Makefile Mon Apr 27 20:28:13 2015 (r384870) @@ -1,8 +1,8 @@ # Created by: Yuri Victorovich # $FreeBSD$ -PORTNAME= filter_audio -PORTVERSION= 0.150317 +PORTNAME= libfilteraudio +PORTVERSION= 0.150426 CATEGORIES= audio DIST_SUBDIR= ${PORTNAME}-${GH_COMMIT} @@ -13,9 +13,8 @@ LICENSE= BSD3CLAUSE USE_GITHUB= yes GH_ACCOUNT= irungentoo -GH_PROJECT= filter_audio -GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= 2ebc753 +GH_PROJECT= libfilteraudio +GH_TAGNAME= d64d957 USES= gmake USE_LDCONFIG= yes Modified: head/audio/libfilteraudio/distinfo ============================================================================== --- head/audio/filter_audio/distinfo Sun Apr 26 16:32:34 2015 (r384800) +++ head/audio/libfilteraudio/distinfo Mon Apr 27 20:28:13 2015 (r384870) @@ -1,2 +1,2 @@ -SHA256 (filter_audio-2ebc753/filter_audio-0.150317.tar.gz) = d58a831b0489229fbe60bb991655baefea00720b3b7ae9b4bd80fb37ffd706cc -SIZE (filter_audio-2ebc753/filter_audio-0.150317.tar.gz) = 171180 +SHA256 (libfilteraudio-/irungentoo-libfilteraudio-0.150426-d64d957_GH0.tar.gz) = b25d0fdd2434499f9c036214a2930c0881d448444ce70f7bda63bd13a74affa9 +SIZE (libfilteraudio-/irungentoo-libfilteraudio-0.150426-d64d957_GH0.tar.gz) = 191873 Modified: head/net-im/qTox/Makefile ============================================================================== --- head/net-im/qTox/Makefile Mon Apr 27 20:09:10 2015 (r384869) +++ head/net-im/qTox/Makefile Mon Apr 27 20:28:13 2015 (r384870) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qTox -PORTVERSION= 0.150317 +PORTVERSION= 0.150426 CATEGORIES= net-im net-p2p MAINTAINER= yuri@rawbw.com @@ -10,21 +10,18 @@ COMMENT= Qt 5 based Tox client LICENSE= GPLv3 -BROKEN= Fails to build - BUILD_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox LIB_DEPENDS= libopencv_highgui.so:${PORTSDIR}/graphics/opencv \ libopencv_core.so:${PORTSDIR}/graphics/opencv-core \ libvpx.so:${PORTSDIR}/multimedia/libvpx \ - libfilteraudio.so:${PORTSDIR}/audio/filter_audio \ + libfilteraudio.so:${PORTSDIR}/audio/libfilteraudio \ libsodium.so:${PORTSDIR}/security/libsodium \ libqrencode.so:${PORTSDIR}/graphics/libqrencode RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox USE_GITHUB= yes GH_ACCOUNT= tux3 -GH_COMMIT= de42357 -GH_TAGNAME= ${GH_COMMIT} +GH_TAGNAME= 25329d3 USES= compiler:c++11-lib desktop-file-utils openal:soft qmake gmake USE_GNOME= glib20 gtk20 cairo gdkpixbuf2 Modified: head/net-im/qTox/distinfo ============================================================================== --- head/net-im/qTox/distinfo Mon Apr 27 20:09:10 2015 (r384869) +++ head/net-im/qTox/distinfo Mon Apr 27 20:28:13 2015 (r384870) @@ -1,2 +1,2 @@ -SHA256 (qTox-0.150317.tar.gz) = f89c7c149cd9dc1b934f545e6bfff0b40f3af0205a213dcba2ad7d466a127468 -SIZE (qTox-0.150317.tar.gz) = 4633713 +SHA256 (tux3-qTox-0.150426-25329d3_GH0.tar.gz) = aa8615a0e57fce5dd4ed4bf19a9934b8e1d8f34bf6dbaeb1d16ece2ef9405869 +SIZE (tux3-qTox-0.150426-25329d3_GH0.tar.gz) = 4643786 Modified: head/net-im/qTox/files/patch-qtox.pro ============================================================================== --- head/net-im/qTox/files/patch-qtox.pro Mon Apr 27 20:09:10 2015 (r384869) +++ head/net-im/qTox/files/patch-qtox.pro Mon Apr 27 20:28:13 2015 (r384870) @@ -1,10 +1,9 @@ ---- qtox.pro +--- qtox.pro.orig 2015-04-27 03:03:27 UTC +++ qtox.pro -@@ -451,3 +451,15 @@ - src/widget/gui.h \ - src/toxme.h \ - src/misc/qrwidget.h -+ +@@ -433,6 +433,18 @@ SOURCES += \ + src/profilelocker.cpp \ + src/avatarbroadcaster.cpp + +unix { + target.path = $$PREFIX/bin + @@ -16,3 +15,7 @@ + + INSTALLS = target desktop icon +} ++ + HEADERS += \ + src/audio.h \ + src/core/core.h \ Modified: head/net-im/tox/Makefile ============================================================================== --- head/net-im/tox/Makefile Mon Apr 27 20:09:10 2015 (r384869) +++ head/net-im/tox/Makefile Mon Apr 27 20:28:13 2015 (r384870) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= toxcore -PORTVERSION= 0.150401 +PORTVERSION= 0.150426 CATEGORIES= net-im net-p2p MAINTAINER= thierry@FreeBSD.org @@ -19,7 +19,7 @@ LIB_DEPENDS= libvpx.so:${PORTSDIR}/multi USE_GITHUB= yes GH_ACCOUNT= irungentoo GH_PROJECT= ${PORTNAME} -GH_TAGNAME= a47fad1 +GH_TAGNAME= 6a1efc3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-tests Modified: head/net-im/tox/distinfo ============================================================================== --- head/net-im/tox/distinfo Mon Apr 27 20:09:10 2015 (r384869) +++ head/net-im/tox/distinfo Mon Apr 27 20:28:13 2015 (r384870) @@ -1,2 +1,2 @@ -SHA256 (irungentoo-toxcore-0.150401-a47fad1_GH0.tar.gz) = 1e70291f91d1664607e6bf4230d8a077ee1d8dbdea4796ccdfa069a1f3f4679c -SIZE (irungentoo-toxcore-0.150401-a47fad1_GH0.tar.gz) = 347407 +SHA256 (irungentoo-toxcore-0.150426-6a1efc3_GH0.tar.gz) = 57ae059afa408a93df290d019f5fda578cb7d13bdfdb8631d827eb055d181f25 +SIZE (irungentoo-toxcore-0.150426-6a1efc3_GH0.tar.gz) = 369215 From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 20:29:49 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B9102A79; Mon, 27 Apr 2015 20:29:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A6F761909; Mon, 27 Apr 2015 20:29:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RKTnio074827; Mon, 27 Apr 2015 20:29:49 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RKTmVI074823; Mon, 27 Apr 2015 20:29:48 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201504272029.t3RKTmVI074823@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Mon, 27 Apr 2015 20:29:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384871 - in head/net-im/uTox: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 20:29:49 -0000 Author: thierry Date: Mon Apr 27 20:29:48 2015 New Revision: 384871 URL: https://svnweb.freebsd.org/changeset/ports/384871 Log: Upgrade uTox to 20150419 v0.2.p. PR: ports/199358 Submitted by: Ivan Klymenko Modified: head/net-im/uTox/Makefile head/net-im/uTox/distinfo head/net-im/uTox/files/patch-Makefile Modified: head/net-im/uTox/Makefile ============================================================================== --- head/net-im/uTox/Makefile Mon Apr 27 20:28:13 2015 (r384870) +++ head/net-im/uTox/Makefile Mon Apr 27 20:29:48 2015 (r384871) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= uTox -DISTVERSION= 0.2.o.20150402 +DISTVERSION= 0.2.p.20150419 CATEGORIES= net-im net-p2p MAINTAINER= fidaj@ukr.net @@ -16,14 +16,13 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ libv4lconvert.so:${PORTSDIR}/multimedia/libv4l \ libvpx.so:${PORTSDIR}/multimedia/libvpx \ - libfilteraudio.so:${PORTSDIR}/audio/filter_audio + libfilteraudio.so:${PORTSDIR}/audio/libfilteraudio RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox USE_GITHUB= yes GH_ACCOUNT= notsecure GH_PROJECT= ${PORTNAME} -GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= 15b1ad9 +GH_TAGNAME= a147476 USES= compiler:c11 desktop-file-utils gmake openal:al pkgconfig USE_XORG= x11 xext xrender Modified: head/net-im/uTox/distinfo ============================================================================== --- head/net-im/uTox/distinfo Mon Apr 27 20:28:13 2015 (r384870) +++ head/net-im/uTox/distinfo Mon Apr 27 20:29:48 2015 (r384871) @@ -1,2 +1,2 @@ -SHA256 (uTox-0.2.o.20150402.tar.gz) = 2342606a843719004a28d70370a1eb924764010e8ac0abc63217178dd6de95da -SIZE (uTox-0.2.o.20150402.tar.gz) = 767366 +SHA256 (notsecure-uTox-0.2.p.20150419-a147476_GH0.tar.gz) = d080eb441d8bf0f61ffe3aa2b45b7140343e755b31dfddaf7d4fa8e66cb87070 +SIZE (notsecure-uTox-0.2.p.20150419-a147476_GH0.tar.gz) = 775449 Modified: head/net-im/uTox/files/patch-Makefile ============================================================================== --- head/net-im/uTox/files/patch-Makefile Mon Apr 27 20:28:13 2015 (r384870) +++ head/net-im/uTox/files/patch-Makefile Mon Apr 27 20:29:48 2015 (r384871) @@ -1,26 +1,26 @@ ---- Makefile.orig 2015-03-08 21:59:37.000000000 +0200 -+++ Makefile 2015-03-08 22:41:28.269531000 +0200 -@@ -16,10 +16,6 @@ - DEPS += libv4lconvert +--- Makefile.orig 2015-04-19 07:13:44 UTC ++++ Makefile +@@ -16,10 +16,6 @@ ifeq ($(V4LCONVERT), 1) + DEPS += libv4lconvert endif -ifeq ($(FILTER_AUDIO), 1) -- DEPS += filteraudio +- DEPS += filteraudio -endif - ifeq ($(UNITY), 1) - DEPS += messaging-menu unity + DEPS += messaging-menu unity endif -@@ -41,6 +37,7 @@ +@@ -41,6 +37,7 @@ endif ifeq ($(FILTER_AUDIO), 1) - CFLAGS += -DAUDIO_FILTERING -+ LDFLAGS += -lfilteraudio + CFLAGS += -DAUDIO_FILTERING ++ LDFLAGS += -lfilteraudio endif ifeq ($(UNITY), 1) -@@ -100,7 +97,7 @@ - +@@ -100,7 +97,7 @@ install: utox + mkdir -p $(DESTDIR)$(PREFIX)/share/applications install -m 644 utox.desktop $(DESTDIR)$(PREFIX)/share/applications/utox.desktop - if [ "$UNITY" -eq "1" ]; then echo "X-MessagingMenu-UsesChatSection=true" >> $(DESTDIR)$(PREFIX)/share/applications/utox.desktop; fi From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 20:33:40 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B14C5BCD; Mon, 27 Apr 2015 20:33:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9E88919DA; Mon, 27 Apr 2015 20:33:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RKXeFL079189; Mon, 27 Apr 2015 20:33:40 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RKXcGl079169; Mon, 27 Apr 2015 20:33:38 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201504272033.t3RKXcGl079169@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Mon, 27 Apr 2015 20:33:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384872 - in head/security: . passivedns passivedns/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 20:33:40 -0000 Author: lme Date: Mon Apr 27 20:33:38 2015 New Revision: 384872 URL: https://svnweb.freebsd.org/changeset/ports/384872 Log: Add security/passivedns: A tool to collect DNS records passively to aid Incident handling, Network Security Monitoring (NSM) and general digital forensics. PassiveDNS sniffs traffic from an interface or reads a pcap-file and outputs the DNS-server answers to a log file. PassiveDNS can cache/aggregate duplicate DNS answers in-memory, limiting the amount of data in the logfile without losing the essense in the DNS answer. WWW: https://github.com/gamelinux/passivedns PR: 198499 Submitted by: shadowbq@gmail.com Added: head/security/passivedns/ head/security/passivedns/Makefile (contents, props changed) head/security/passivedns/distinfo (contents, props changed) head/security/passivedns/files/ head/security/passivedns/files/passivedns.in (contents, props changed) head/security/passivedns/files/pkg-message.in (contents, props changed) head/security/passivedns/pkg-descr (contents, props changed) head/security/passivedns/pkg-plist (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Mon Apr 27 20:29:48 2015 (r384871) +++ head/security/Makefile Mon Apr 27 20:33:38 2015 (r384872) @@ -666,6 +666,7 @@ SUBDIR += pamtester SUBDIR += paperkey SUBDIR += parano + SUBDIR += passivedns SUBDIR += pbc SUBDIR += pbnj SUBDIR += pcsc-tools Added: head/security/passivedns/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/passivedns/Makefile Mon Apr 27 20:33:38 2015 (r384872) @@ -0,0 +1,40 @@ +# $FreeBSD$ + +PORTNAME= passivedns +DISTVERSION= ${GH_TAG} +CATEGORIES= security +DISTFILES= gamelinux-passivedns-1.1.3-60-ga6c7e26.tar.gz + +MAINTAINER= shadowbq@gmail.com +COMMENT= Network sniffer that logs DNS replies for use in passive DNS setups + +LICENSE= GPLv2 + +LIB_DEPENDS= libldns.so:${PORTSDIR}/dns/ldns + +USE_GITHUB= yes +GH_ACCOUNT= gamelinux +GH_PROJECT= passivedns +GH_TAG= a6c7e26 + +WRKSRC= ${WRKDIR}/gamelinux-${PORTNAME}-${GH_TAG} + +SUB_FILES= pkg-message + +USES= autoreconf gmake libtool +AUTOMAKE_ARGS= --add-missing + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-ldns-libraries=${PREFIX}/lib +CONFIGURE_ARGS+=--with-ldns-includes=${PREFIX}/include + +USE_RC_SUBR= passivedns + +.include + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/passivedns \ + ${STAGEDIR}${PREFIX}/bin + ${MKDIR} ${STAGEDIR}/var/log/passivedns + +.include Added: head/security/passivedns/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/passivedns/distinfo Mon Apr 27 20:33:38 2015 (r384872) @@ -0,0 +1,2 @@ +SHA256 (gamelinux-passivedns-1.1.3-60-ga6c7e26.tar.gz) = 6196cb863c8fcd352e4c3019053530c7ac75656a5c43d11be6774eb9115be5c7 +SIZE (gamelinux-passivedns-1.1.3-60-ga6c7e26.tar.gz) = 51318 Added: head/security/passivedns/files/passivedns.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/passivedns/files/passivedns.in Mon Apr 27 20:33:38 2015 (r384872) @@ -0,0 +1,49 @@ +#!/bin/sh + +# $FreeBSD$ +# +# PROVIDE: passivedns +# REQUIRE: DAEMON +# BEFORE: LOGIN +# KEYWORD: shutdown + +# Add the following lines to /etc/rc.conf to enable passivedns: +# passivedns_enable (bool): Set to YES to enable passivedns +# Default: NO +# passivedns_interface (str): +# Default: none - MUST BE SET +# passivedns_logdir (str): Logging Directory +# Default: "/var/log/passivedns" +# passivedns_fields (str): Passive DNS Fields to log +# Default: "SMcsCQTAtn" +# passivedns_flags (str): Extra flags passed to passivedns (-D is always passed) +# Default: none + +. /etc/rc.subr + +name="passivedns" +rcvar=passivedns_enable + +command="%%PREFIX%%/bin/passivedns" + +start_precmd=start_precmd + +start_precmd() +{ + if [ -z "${passivedns_interface}" ]; then + err 1 "passivedns_interface must set." + fi +} + +# set some defaults +load_rc_config $name + +: ${passivedns_enable="NO"} +: ${passivedns_logdir="/var/log/passivedns"} +: ${passivedns_fields="SMcsCQTAtn"} +: ${passivedns_flags=""} + +command_args="-i ${passivedns_interface} -l ${passivedns_logdir}/passivedns.log -f ${passivedns_fields} ${passivedns_flags} -D" + +run_rc_command "$1" + Added: head/security/passivedns/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/passivedns/files/pkg-message.in Mon Apr 27 20:33:38 2015 (r384872) @@ -0,0 +1,3 @@ +A startup script 'passivedns' was installed in %%PREFIX%%/etc/rc.d/. + +Type "passivedns -h" on the commandline for usage instructions. Added: head/security/passivedns/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/passivedns/pkg-descr Mon Apr 27 20:33:38 2015 (r384872) @@ -0,0 +1,11 @@ +A tool to collect DNS records passively to aid Incident handling, Network +Security Monitoring (NSM) and general digital forensics. + +PassiveDNS sniffs traffic from an interface or reads a pcap-file and outputs +the DNS-server answers to a log file. PassiveDNS can cache/aggregate duplicate +DNS answers in-memory, limiting the amount of data in the logfile without +losing the essense in the DNS answer. + +(c)2011-2012 - Edward Bjarte Fjellskal + +WWW: https://github.com/gamelinux/passivedns Added: head/security/passivedns/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/passivedns/pkg-plist Mon Apr 27 20:33:38 2015 (r384872) @@ -0,0 +1,2 @@ +bin/passivedns +@dir(root,wheel,750) /var/log/passivedns From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 20:34:06 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 31E1ACBD; Mon, 27 Apr 2015 20:34:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1F78919E4; Mon, 27 Apr 2015 20:34:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RKY5Bj079373; Mon, 27 Apr 2015 20:34:05 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RKY59n079371; Mon, 27 Apr 2015 20:34:05 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201504272034.t3RKY59n079371@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 27 Apr 2015 20:34:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384873 - in head/emulators/xen-kernel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 20:34:06 -0000 Author: bapt Date: Mon Apr 27 20:34:05 2015 New Revision: 384873 URL: https://svnweb.freebsd.org/changeset/ports/384873 Log: Fix xen.4th on head following change r280937 and r281180 (in base) Reported by: Michael Dexter Submitted by: dteske Modified: head/emulators/xen-kernel/Makefile head/emulators/xen-kernel/files/xen.4th Modified: head/emulators/xen-kernel/Makefile ============================================================================== --- head/emulators/xen-kernel/Makefile Mon Apr 27 20:33:38 2015 (r384872) +++ head/emulators/xen-kernel/Makefile Mon Apr 27 20:34:05 2015 (r384873) @@ -3,6 +3,7 @@ PORTNAME= xen PKGNAMESUFFIX= -kernel PORTVERSION= 4.5.0 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://bits.xensource.com/oss-xen/release/${PORTVERSION}/ Modified: head/emulators/xen-kernel/files/xen.4th ============================================================================== --- head/emulators/xen-kernel/files/xen.4th Mon Apr 27 20:33:38 2015 (r384872) +++ head/emulators/xen-kernel/files/xen.4th Mon Apr 27 20:34:05 2015 (r384873) @@ -1,3 +1,5 @@ +also menu-command-helpers + : boot_xen_disabled ( N -- NOTREACHED ) toggle_menuitem ( n -- n ) menu-redraw @@ -15,8 +17,8 @@ set mainmenu_caption[7]="Disable [X]en" set maintoggled_text[7]="Disabling [X]en..." -set mainansi_caption[7]="Disable Xen" -set maintoggled_ansi[7]="Disabling Xen..." +set mainansi_caption[7]="Disable ^[1mX^[men" +set maintoggled_ansi[7]="Disabling ^[1mX^[men..." set mainmenu_keycode[7]=120 set mainmenu_command[7]="boot_xen_disabled" From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 20:34:15 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D1579DA4; Mon, 27 Apr 2015 20:34:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF23419F1; Mon, 27 Apr 2015 20:34:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RKYFFn079515; Mon, 27 Apr 2015 20:34:15 GMT (envelope-from vg@FreeBSD.org) Received: (from vg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RKYF0p079513; Mon, 27 Apr 2015 20:34:15 GMT (envelope-from vg@FreeBSD.org) Message-Id: <201504272034.t3RKYF0p079513@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vg set sender to vg@FreeBSD.org using -f From: Veniamin Gvozdikov Date: Mon, 27 Apr 2015 20:34:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384874 - head/graphics/yed X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 20:34:15 -0000 Author: vg Date: Mon Apr 27 20:34:14 2015 New Revision: 384874 URL: https://svnweb.freebsd.org/changeset/ports/384874 Log: - Update to 3.14.1 PR: ports/199616 Submitted by: Eugene Mychlo (maintainer) Modified: head/graphics/yed/Makefile head/graphics/yed/distinfo Modified: head/graphics/yed/Makefile ============================================================================== --- head/graphics/yed/Makefile Mon Apr 27 20:34:05 2015 (r384873) +++ head/graphics/yed/Makefile Mon Apr 27 20:34:14 2015 (r384874) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yed -PORTVERSION= 3.14 +PORTVERSION= 3.14.1 CATEGORIES= graphics java MASTER_SITES= # DISTNAME= yEd-${PORTVERSION} Modified: head/graphics/yed/distinfo ============================================================================== --- head/graphics/yed/distinfo Mon Apr 27 20:34:05 2015 (r384873) +++ head/graphics/yed/distinfo Mon Apr 27 20:34:14 2015 (r384874) @@ -1,2 +1,2 @@ -SHA256 (yEd-3.14.zip) = 147bb081b063abee202a0019597ac960273454046afb29ebbe91e62102dd0471 -SIZE (yEd-3.14.zip) = 27940970 +SHA256 (yEd-3.14.1.zip) = a25af752e3362e8c5ddb83a94e09f1054dba8439b5d92d01dba0172def98f127 +SIZE (yEd-3.14.1.zip) = 27988549 From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 20:43:31 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 214CCF90; Mon, 27 Apr 2015 20:43:31 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0D7CC1B0E; Mon, 27 Apr 2015 20:43:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RKhViK084408; Mon, 27 Apr 2015 20:43:31 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RKhUR5084403; Mon, 27 Apr 2015 20:43:30 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201504272043.t3RKhUR5084403@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 27 Apr 2015 20:43:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384875 - head/sysutils/xen-tools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 20:43:31 -0000 Author: bapt Date: Mon Apr 27 20:43:30 2015 New Revision: 384875 URL: https://svnweb.freebsd.org/changeset/ports/384875 Log: Control what we do build from qemu-xen to avoid automagically detected dependencies Reduce the size of the package by 10M by not building the qemu tools Hack the build to always use the c++ compiler from base which avoids having qemu-system-i386 linked to gcc's libstdc++ Based on reports by: Michael Dexter Modified: head/sysutils/xen-tools/Makefile head/sysutils/xen-tools/pkg-plist Modified: head/sysutils/xen-tools/Makefile ============================================================================== --- head/sysutils/xen-tools/Makefile Mon Apr 27 20:34:14 2015 (r384874) +++ head/sysutils/xen-tools/Makefile Mon Apr 27 20:43:30 2015 (r384875) @@ -3,7 +3,7 @@ PORTNAME= xen PKGNAMESUFFIX= -tools PORTVERSION= 4.5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils emulators MASTER_SITES= http://bits.xensource.com/oss-xen/release/${PORTVERSION}/ \ http://code.coreboot.org/p/seabios/downloads/get/:seabios @@ -21,8 +21,8 @@ LIB_DEPENDS= libyajl.so:${PORTSDIR}/deve libpixman-1.so:${PORTSDIR}/x11/pixman BUILD_DEPENDS= dev86>0:${PORTSDIR}/devel/dev86 -ONLY_FOR_ARCHS= amd64 i386 -ONLY_FOR_ARCHS_REASON= "not yet ported to anything other than amd64, i386" +ONLY_FOR_ARCHS= amd64 +ONLY_FOR_ARCHS_REASON= "not yet ported to anything other than amd64" SEABIOSVERSION= 1.8.1 DISTFILES+= ${PORTNAME}-${PORTVERSION}.tar.gz \ @@ -37,6 +37,17 @@ CONFIGURE_ENV= HOSTCC="${CC}" CC="${CC}" ac_cv_path_BASH=${TRUE} \ ac_cv_path_XGETTEXT=${TRUE} MAKE_ARGS= HOSTCC="${CC}" CC="${CC}" GCC="${GCC}" cc="${GCC}" +QEMU_ARGS= --disable-gtk \ + --disable-smartcard-nss \ + --disable-sdl \ + --disable-vte \ + --disable-vnc \ + --disable-glx \ + --disable-curses \ + --disable-tools \ + --disable-curl \ + --cxx=c++ +CONFIGURE_ARGS+= --with-extra-qemuu-configure-args="${QEMU_ARGS}" SHEBANG_FILES= tools/misc/xencov_split \ tools/misc/xen-ringwatch USE_GCC= yes @@ -62,5 +73,7 @@ post-patch: ${WRKSRC}/tools/qemu-xen-traditional/i386-dm/helper2.c \ ${WRKSRC}/docs/man/* +post-install: + ${MKDIR} ${STAGEDIR}/var/run/xen + .include -RUN_DEPENDS:= ${RUN_DEPENDS:N*gcc*} Modified: head/sysutils/xen-tools/pkg-plist ============================================================================== --- head/sysutils/xen-tools/pkg-plist Mon Apr 27 20:34:14 2015 (r384874) +++ head/sysutils/xen-tools/pkg-plist Mon Apr 27 20:43:30 2015 (r384875) @@ -1,224 +1,3 @@ -%%PORTDOCS%%share/doc/xen/README.xenmon -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/.deps -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,arch-arm,hvm,save.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,arch-arm.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,callback.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,dom0_ops.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,domctl.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,elfnote.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,event_channel.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,features.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,gcov.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,grant_table.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,hvm,e820.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,hvm,hvm_info_table.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,hvm,hvm_op.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,hvm,hvm_xs_strings.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,hvm,ioreq.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,hvm,params.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,hvm,pvdrivers.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,hvm,save.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,io,blkif.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,io,console.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,io,fbif.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,io,fsif.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,io,kbdif.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,io,libxenvchan.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,io,netif.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,io,pciif.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,io,protocols.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,io,ring.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,io,tpmif.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,io,usbif.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,io,vscsiif.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,io,xenbus.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,io,xs_wire.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,kexec.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,mem_event.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,memory.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,nmi.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,physdev.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,platform.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,sched.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,sysctl.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,tmem.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,trace.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,vcpu.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,version.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,xen-compat.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,xen.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,xencomm.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,xenoprof.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,xsm,flask_op.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,xen,errno.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/arm/index.html -%%PORTDOCS%%share/doc/xen/html/hypercall/index.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/.deps -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,arch-x86,cpuid.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,arch-x86,hvm,save.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,arch-x86,xen-mca.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,arch-x86,xen-x86_32.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,arch-x86,xen.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,arch-x86_32.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,callback.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,dom0_ops.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,domctl.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,elfnote.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,event_channel.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,features.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,gcov.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,grant_table.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,hvm,e820.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,hvm,hvm_info_table.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,hvm,hvm_op.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,hvm,hvm_xs_strings.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,hvm,ioreq.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,hvm,params.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,hvm,pvdrivers.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,hvm,save.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,io,blkif.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,io,console.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,io,fbif.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,io,fsif.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,io,kbdif.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,io,libxenvchan.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,io,netif.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,io,pciif.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,io,protocols.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,io,ring.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,io,tpmif.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,io,usbif.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,io,vscsiif.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,io,xenbus.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,io,xs_wire.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,kexec.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,mem_event.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,memory.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,nmi.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,physdev.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,platform.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,sched.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,sysctl.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,tmem.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,trace.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,vcpu.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,version.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,xen-compat.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,xen.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,xencomm.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,xenoprof.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,xsm,flask_op.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,xen,errno.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/index.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/.deps -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,arch-x86,cpuid.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,arch-x86,hvm,save.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,arch-x86,xen-mca.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,arch-x86,xen-x86_64.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,arch-x86,xen.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,arch-x86_64.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,callback.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,dom0_ops.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,domctl.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,elfnote.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,event_channel.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,features.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,gcov.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,grant_table.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,hvm,e820.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,hvm,hvm_info_table.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,hvm,hvm_op.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,hvm,hvm_xs_strings.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,hvm,ioreq.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,hvm,params.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,hvm,pvdrivers.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,hvm,save.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,io,blkif.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,io,console.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,io,fbif.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,io,fsif.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,io,kbdif.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,io,libxenvchan.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,io,netif.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,io,pciif.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,io,protocols.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,io,ring.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,io,tpmif.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,io,usbif.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,io,vscsiif.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,io,xenbus.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,io,xs_wire.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,kexec.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,mem_event.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,memory.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,nmi.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,physdev.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,platform.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,sched.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,sysctl.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,tmem.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,trace.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,vcpu.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,version.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,xen-compat.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,xen.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,xencomm.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,xenoprof.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,xsm,flask_op.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,xen,errno.h.html -%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/index.html -%%PORTDOCS%%share/doc/xen/html/index.html -%%PORTDOCS%%share/doc/xen/html/man/index.html -%%PORTDOCS%%share/doc/xen/html/man/xenstore-chmod.1.html -%%PORTDOCS%%share/doc/xen/html/man/xenstore-ls.1.html -%%PORTDOCS%%share/doc/xen/html/man/xenstore.1.html -%%PORTDOCS%%share/doc/xen/html/man/xl.1.html -%%PORTDOCS%%share/doc/xen/html/man/xl.cfg.5.html -%%PORTDOCS%%share/doc/xen/html/man/xl.conf.5.html -%%PORTDOCS%%share/doc/xen/html/man/xlcpupool.cfg.5.html -%%PORTDOCS%%share/doc/xen/html/misc/amd-ucode-container.txt -%%PORTDOCS%%share/doc/xen/html/misc/channel.txt -%%PORTDOCS%%share/doc/xen/html/misc/console.txt -%%PORTDOCS%%share/doc/xen/html/misc/crashdb.txt -%%PORTDOCS%%share/doc/xen/html/misc/distro_mapping.txt -%%PORTDOCS%%share/doc/xen/html/misc/dump-core-format.txt -%%PORTDOCS%%share/doc/xen/html/misc/grant-tables.txt -%%PORTDOCS%%share/doc/xen/html/misc/index.html -%%PORTDOCS%%share/doc/xen/html/misc/kexec_and_kdump.txt -%%PORTDOCS%%share/doc/xen/html/misc/libxl_memory.txt -%%PORTDOCS%%share/doc/xen/html/misc/pci-device-reservations.txt -%%PORTDOCS%%share/doc/xen/html/misc/printk-formats.txt -%%PORTDOCS%%share/doc/xen/html/misc/pvh-readme.txt -%%PORTDOCS%%share/doc/xen/html/misc/sedf_scheduler_mini-HOWTO.txt -%%PORTDOCS%%share/doc/xen/html/misc/tscmode.txt -%%PORTDOCS%%share/doc/xen/html/misc/vbd-interface.txt -%%PORTDOCS%%share/doc/xen/html/misc/vtd.txt -%%PORTDOCS%%share/doc/xen/html/misc/vtpm-platforms.txt -%%PORTDOCS%%share/doc/xen/html/misc/vtpm.txt -%%PORTDOCS%%share/doc/xen/html/misc/vtpmmgr.txt -%%PORTDOCS%%share/doc/xen/html/misc/xen-error-handling.txt -%%PORTDOCS%%share/doc/xen/html/misc/xenpaging.txt -%%PORTDOCS%%share/doc/xen/html/misc/xenstore-ring.txt -%%PORTDOCS%%share/doc/xen/html/misc/xenstore.txt -%%PORTDOCS%%share/doc/xen/html/misc/xl-disk-configuration.txt -%%PORTDOCS%%share/doc/xen/html/misc/xsm-flask.txt -%%PYTHON_SITELIBDIR%%/fsimage.so -%%PYTHON_SITELIBDIR%%/grub/ExtLinuxConf.py -%%PYTHON_SITELIBDIR%%/grub/ExtLinuxConf.pyc -%%PYTHON_SITELIBDIR%%/grub/GrubConf.py -%%PYTHON_SITELIBDIR%%/grub/GrubConf.pyc -%%PYTHON_SITELIBDIR%%/grub/LiloConf.py -%%PYTHON_SITELIBDIR%%/grub/LiloConf.pyc -%%PYTHON_SITELIBDIR%%/grub/__init__.py -%%PYTHON_SITELIBDIR%%/grub/__init__.pyc -%%PYTHON_SITELIBDIR%%/pygrub-0.3-py%%PYTHON_VER%%.egg-info -%%PYTHON_SITELIBDIR%%/xen-3.0-py%%PYTHON_VER%%.egg-info -%%PYTHON_SITELIBDIR%%/xen/__init__.py -%%PYTHON_SITELIBDIR%%/xen/__init__.pyc -%%PYTHON_SITELIBDIR%%/xen/lowlevel/__init__.py -%%PYTHON_SITELIBDIR%%/xen/lowlevel/__init__.pyc -%%PYTHON_SITELIBDIR%%/xen/lowlevel/xc.so -%%PYTHON_SITELIBDIR%%/xen/lowlevel/xs.so bin/pygrub bin/xen-detect bin/xencons @@ -238,14 +17,14 @@ bin/xentrace_format bin/xentrace_setsize etc/bash_completion.d/xl.sh etc/rc.d/xencommons -etc/xen/README -etc/xen/README.incompatibilities -etc/xen/cpupool -etc/xen/scripts/hotplugpath.sh -etc/xen/scripts/vif-bridge -etc/xen/xl.conf -etc/xen/xlexample.hvm -etc/xen/xlexample.pvlinux +%%ETCDIR%%/README +%%ETCDIR%%/README.incompatibilities +%%ETCDIR%%/cpupool +%%ETCDIR%%/scripts/hotplugpath.sh +%%ETCDIR%%/scripts/vif-bridge +%%ETCDIR%%/xl.conf +%%ETCDIR%%/xlexample.hvm +%%ETCDIR%%/xlexample.pvlinux include/_libxl_list.h include/_libxl_types.h include/_libxl_types_json.h @@ -367,12 +146,26 @@ lib/libxlutil.a lib/libxlutil.so lib/libxlutil.so.4.3 lib/libxlutil.so.4.3.0 +%%PYTHON_SITELIBDIR%%/fsimage.so +%%PYTHON_SITELIBDIR%%/grub/ExtLinuxConf.py +%%PYTHON_SITELIBDIR%%/grub/ExtLinuxConf.pyc +%%PYTHON_SITELIBDIR%%/grub/GrubConf.py +%%PYTHON_SITELIBDIR%%/grub/GrubConf.pyc +%%PYTHON_SITELIBDIR%%/grub/LiloConf.py +%%PYTHON_SITELIBDIR%%/grub/LiloConf.pyc +%%PYTHON_SITELIBDIR%%/grub/__init__.py +%%PYTHON_SITELIBDIR%%/grub/__init__.pyc +%%PYTHON_SITELIBDIR%%/pygrub-0.3-py%%PYTHON_VER%%.egg-info +%%PYTHON_SITELIBDIR%%/xen-3.0-py%%PYTHON_VER%%.egg-info +%%PYTHON_SITELIBDIR%%/xen/__init__.py +%%PYTHON_SITELIBDIR%%/xen/__init__.pyc +%%PYTHON_SITELIBDIR%%/xen/lowlevel/__init__.py +%%PYTHON_SITELIBDIR%%/xen/lowlevel/__init__.pyc +%%PYTHON_SITELIBDIR%%/xen/lowlevel/xc.so +%%PYTHON_SITELIBDIR%%/xen/lowlevel/xs.so lib/xen/bin/libxl-save-helper lib/xen/bin/lsevtchn lib/xen/bin/pygrub -lib/xen/bin/qemu-img -lib/xen/bin/qemu-io -lib/xen/bin/qemu-nbd lib/xen/bin/qemu-system-i386 lib/xen/bin/readnotes lib/xen/bin/xen-init-dom0 @@ -417,6 +210,210 @@ sbin/xentop sbin/xentrace_setmask sbin/xenwatchdogd sbin/xl +%%PORTDOCS%%%%DOCSDIR%%/README.xenmon +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/.deps +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,arch-arm,hvm,save.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,arch-arm.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,callback.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,dom0_ops.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,domctl.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,elfnote.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,event_channel.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,features.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,gcov.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,grant_table.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,hvm,e820.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,hvm,hvm_info_table.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,hvm,hvm_op.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,hvm,hvm_xs_strings.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,hvm,ioreq.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,hvm,params.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,hvm,pvdrivers.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,hvm,save.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,io,blkif.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,io,console.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,io,fbif.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,io,fsif.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,io,kbdif.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,io,libxenvchan.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,io,netif.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,io,pciif.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,io,protocols.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,io,ring.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,io,tpmif.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,io,usbif.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,io,vscsiif.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,io,xenbus.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,io,xs_wire.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,kexec.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,mem_event.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,memory.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,nmi.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,physdev.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,platform.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,sched.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,sysctl.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,tmem.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,trace.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,vcpu.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,version.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,xen-compat.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,xen.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,xencomm.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,xenoprof.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,xsm,flask_op.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,xen,errno.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/index.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/index.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/.deps +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,arch-x86,cpuid.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,arch-x86,hvm,save.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,arch-x86,xen-mca.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,arch-x86,xen-x86_32.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,arch-x86,xen.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,arch-x86_32.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,callback.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,dom0_ops.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,domctl.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,elfnote.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,event_channel.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,features.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,gcov.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,grant_table.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,hvm,e820.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,hvm,hvm_info_table.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,hvm,hvm_op.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,hvm,hvm_xs_strings.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,hvm,ioreq.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,hvm,params.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,hvm,pvdrivers.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,hvm,save.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,io,blkif.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,io,console.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,io,fbif.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,io,fsif.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,io,kbdif.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,io,libxenvchan.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,io,netif.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,io,pciif.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,io,protocols.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,io,ring.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,io,tpmif.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,io,usbif.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,io,vscsiif.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,io,xenbus.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,io,xs_wire.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,kexec.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,mem_event.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,memory.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,nmi.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,physdev.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,platform.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,sched.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,sysctl.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,tmem.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,trace.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,vcpu.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,version.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,xen-compat.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,xen.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,xencomm.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,xenoprof.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,xsm,flask_op.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,xen,errno.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/index.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/.deps +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,arch-x86,cpuid.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,arch-x86,hvm,save.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,arch-x86,xen-mca.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,arch-x86,xen-x86_64.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,arch-x86,xen.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,arch-x86_64.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,callback.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,dom0_ops.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,domctl.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,elfnote.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,event_channel.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,features.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,gcov.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,grant_table.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,hvm,e820.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,hvm,hvm_info_table.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,hvm,hvm_op.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,hvm,hvm_xs_strings.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,hvm,ioreq.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,hvm,params.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,hvm,pvdrivers.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,hvm,save.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,io,blkif.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,io,console.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,io,fbif.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,io,fsif.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,io,kbdif.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,io,libxenvchan.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,io,netif.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,io,pciif.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,io,protocols.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,io,ring.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,io,tpmif.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,io,usbif.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,io,vscsiif.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,io,xenbus.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,io,xs_wire.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,kexec.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,mem_event.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,memory.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,nmi.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,physdev.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,platform.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,sched.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,sysctl.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,tmem.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,trace.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,vcpu.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,version.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,xen-compat.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,xen.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,xencomm.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,xenoprof.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,xsm,flask_op.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,xen,errno.h.html +%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/index.html +%%PORTDOCS%%%%DOCSDIR%%/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/html/man/index.html +%%PORTDOCS%%%%DOCSDIR%%/html/man/xenstore-chmod.1.html +%%PORTDOCS%%%%DOCSDIR%%/html/man/xenstore-ls.1.html +%%PORTDOCS%%%%DOCSDIR%%/html/man/xenstore.1.html +%%PORTDOCS%%%%DOCSDIR%%/html/man/xl.1.html +%%PORTDOCS%%%%DOCSDIR%%/html/man/xl.cfg.5.html +%%PORTDOCS%%%%DOCSDIR%%/html/man/xl.conf.5.html +%%PORTDOCS%%%%DOCSDIR%%/html/man/xlcpupool.cfg.5.html +%%PORTDOCS%%%%DOCSDIR%%/html/misc/amd-ucode-container.txt +%%PORTDOCS%%%%DOCSDIR%%/html/misc/channel.txt +%%PORTDOCS%%%%DOCSDIR%%/html/misc/console.txt +%%PORTDOCS%%%%DOCSDIR%%/html/misc/crashdb.txt +%%PORTDOCS%%%%DOCSDIR%%/html/misc/distro_mapping.txt +%%PORTDOCS%%%%DOCSDIR%%/html/misc/dump-core-format.txt +%%PORTDOCS%%%%DOCSDIR%%/html/misc/grant-tables.txt +%%PORTDOCS%%%%DOCSDIR%%/html/misc/index.html +%%PORTDOCS%%%%DOCSDIR%%/html/misc/kexec_and_kdump.txt +%%PORTDOCS%%%%DOCSDIR%%/html/misc/libxl_memory.txt +%%PORTDOCS%%%%DOCSDIR%%/html/misc/pci-device-reservations.txt +%%PORTDOCS%%%%DOCSDIR%%/html/misc/printk-formats.txt +%%PORTDOCS%%%%DOCSDIR%%/html/misc/pvh-readme.txt +%%PORTDOCS%%%%DOCSDIR%%/html/misc/sedf_scheduler_mini-HOWTO.txt +%%PORTDOCS%%%%DOCSDIR%%/html/misc/tscmode.txt +%%PORTDOCS%%%%DOCSDIR%%/html/misc/vbd-interface.txt +%%PORTDOCS%%%%DOCSDIR%%/html/misc/vtd.txt +%%PORTDOCS%%%%DOCSDIR%%/html/misc/vtpm-platforms.txt +%%PORTDOCS%%%%DOCSDIR%%/html/misc/vtpm.txt +%%PORTDOCS%%%%DOCSDIR%%/html/misc/vtpmmgr.txt +%%PORTDOCS%%%%DOCSDIR%%/html/misc/xen-error-handling.txt +%%PORTDOCS%%%%DOCSDIR%%/html/misc/xenpaging.txt +%%PORTDOCS%%%%DOCSDIR%%/html/misc/xenstore-ring.txt +%%PORTDOCS%%%%DOCSDIR%%/html/misc/xenstore.txt +%%PORTDOCS%%%%DOCSDIR%%/html/misc/xl-disk-configuration.txt +%%PORTDOCS%%%%DOCSDIR%%/html/misc/xsm-flask.txt share/qemu-xen/qemu/QEMU,cgthree.bin share/qemu-xen/qemu/QEMU,tcx.bin share/qemu-xen/qemu/acpi-dsdt.aml @@ -495,10 +492,11 @@ share/qemu-xen/qemu/vgabios-qxl.bin share/qemu-xen/qemu/vgabios-stdvga.bin share/qemu-xen/qemu/vgabios-vmware.bin share/qemu-xen/qemu/vgabios.bin -@dir etc/xen/auto +@dir %%ETCDIR%%/auto @dir /var/db/xen/xenpaging @dir /var/db/xen @dir /var/db/xenstored @dir /var/log/xen @dir /var/xen/dump @dir /var/xen +@dir /var/run/xen From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 21:00:11 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6864840F; Mon, 27 Apr 2015 21:00:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 566171CAD; Mon, 27 Apr 2015 21:00:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RL0BoP090508; Mon, 27 Apr 2015 21:00:11 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RL0BaU090507; Mon, 27 Apr 2015 21:00:11 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201504272100.t3RL0BaU090507@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 27 Apr 2015 21:00:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384876 - head/audio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 21:00:11 -0000 Author: antoine Date: Mon Apr 27 21:00:10 2015 New Revision: 384876 URL: https://svnweb.freebsd.org/changeset/ports/384876 Log: Unbreak INDEX Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Mon Apr 27 20:43:30 2015 (r384875) +++ head/audio/Makefile Mon Apr 27 21:00:10 2015 (r384876) @@ -148,7 +148,6 @@ SUBDIR += festvox-rab16 SUBDIR += festvox-rab8 SUBDIR += festvox-russian - SUBDIR += filter_audio SUBDIR += firefly SUBDIR += flac SUBDIR += flac123 @@ -356,6 +355,7 @@ SUBDIR += libdssialsacompat SUBDIR += libebur128 SUBDIR += libechonest + SUBDIR += libfilteraudio SUBDIR += libfishsound SUBDIR += libgig SUBDIR += libgme From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 21:04:13 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 256BE5BA; Mon, 27 Apr 2015 21:04:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 132041D6B; Mon, 27 Apr 2015 21:04:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RL4CCH094655; Mon, 27 Apr 2015 21:04:12 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RL4CIC094654; Mon, 27 Apr 2015 21:04:12 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201504272104.t3RL4CIC094654@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 27 Apr 2015 21:04:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384877 - head/finance/electrum/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 21:04:13 -0000 Author: marino Date: Mon Apr 27 21:04:12 2015 New Revision: 384877 URL: https://svnweb.freebsd.org/changeset/ports/384877 Log: finance/electrum: Unbreak on DragonFly (staging) Since the setup.py patch would never get sent upstream anyway, I modified the patch to install the desktop icons on every platform that ports supports unconditionally rather than check the OSNAME against a list. Issue was introduced on last commit Approved by: blanket (restore DF functionality) Modified: head/finance/electrum/files/patch-setup.py Modified: head/finance/electrum/files/patch-setup.py ============================================================================== --- head/finance/electrum/files/patch-setup.py Mon Apr 27 21:00:10 2015 (r384876) +++ head/finance/electrum/files/patch-setup.py Mon Apr 27 21:04:12 2015 (r384877) @@ -1,10 +1,12 @@ --- setup.py.orig 2015-03-14 13:27:54 UTC +++ setup.py -@@ -18,7 +18,7 @@ if sys.version_info[:3] < (2, 7, 0): +@@ -17,8 +17,8 @@ if sys.version_info[:3] < (2, 7, 0): + data_files = [] - if platform.system() == 'Linux' or platform.system() == 'FreeBSD': +-if platform.system() == 'Linux' or platform.system() == 'FreeBSD': - usr_share = os.path.join(sys.prefix, "share") ++if True: + usr_share = '%%PREFIX%%/share' data_files += [ (os.path.join(usr_share, 'applications/'), ['electrum.desktop']), From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 21:15:16 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1B15188A; Mon, 27 Apr 2015 21:15:16 +0000 (UTC) Received: from mx1a.lautre.net (mx1a.lautre.net [80.67.160.71]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.lautre.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id CB4741EA5; Mon, 27 Apr 2015 21:15:15 +0000 (UTC) Received: from graf.pompo.net (graf.pompo.net [78.225.128.39]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: thierry@pompo.net) by mx1a.lautre.net (Postfix) with ESMTPSA id 2FDFF4141F; Mon, 27 Apr 2015 23:15:12 +0200 (CEST) Received: by graf.pompo.net (Postfix, from userid 1001) id C153A71E541; Mon, 27 Apr 2015 23:15:11 +0200 (CEST) Date: Mon, 27 Apr 2015 23:15:11 +0200 From: Thierry Thomas To: Antoine Brodin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r384876 - head/audio Message-ID: <20150427211511.GO18623@graf.pompo.net> Mail-Followup-To: Antoine Brodin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201504272100.t3RL0BaU090507@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <201504272100.t3RL0BaU090507@svn.freebsd.org> X-Operating-System: FreeBSD 10.1-STABLE amd64 Organization: Kabbale Eros X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: X-PGP: 0xF1C516B3C8359753 User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 21:15:16 -0000 Le lun 27 avr 15 à 23:00:11 +0200, Antoine Brodin écrivait : > Author: antoine > Date: Mon Apr 27 21:00:10 2015 > New Revision: 384876 > URL: https://svnweb.freebsd.org/changeset/ports/384876 > > Log: > Unbreak INDEX Oops! Thanks. -- Th. Thomas. From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 21:21:05 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2567CAB7; Mon, 27 Apr 2015 21:21:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EDDBD1F92; Mon, 27 Apr 2015 21:21:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RLL4RI001908; Mon, 27 Apr 2015 21:21:04 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RLL4Ws001905; Mon, 27 Apr 2015 21:21:04 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201504272121.t3RLL4Ws001905@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 27 Apr 2015 21:21:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384878 - in head/textproc/mdocml: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 21:21:05 -0000 Author: bapt Date: Mon Apr 27 21:21:03 2015 New Revision: 384878 URL: https://svnweb.freebsd.org/changeset/ports/384878 Log: Update to 1.13.2 Deleted: head/textproc/mdocml/files/patch-mdoc_macro.c Modified: head/textproc/mdocml/Makefile head/textproc/mdocml/distinfo head/textproc/mdocml/files/patch-msec.in Modified: head/textproc/mdocml/Makefile ============================================================================== --- head/textproc/mdocml/Makefile Mon Apr 27 21:04:12 2015 (r384877) +++ head/textproc/mdocml/Makefile Mon Apr 27 21:21:03 2015 (r384878) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mdocml -PORTVERSION= 1.13.1 +PORTVERSION= 1.13.2 CATEGORIES= textproc MASTER_SITES= http://mdocml.bsd.lv/snapshots/ \ ${MASTER_SITE_LOCAL} @@ -15,6 +15,7 @@ LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/d EXAMPLESDIR= ${PREFIX}/share/examples/mandoc +HAS_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/textproc/mdocml/distinfo ============================================================================== --- head/textproc/mdocml/distinfo Mon Apr 27 21:04:12 2015 (r384877) +++ head/textproc/mdocml/distinfo Mon Apr 27 21:21:03 2015 (r384878) @@ -1,2 +1,2 @@ -SHA256 (mdocml-1.13.1.tar.gz) = 7a18e728dc8555b1095bf7edbf086e1d6afb5508c06a7baecfd0b0e448648bf9 -SIZE (mdocml-1.13.1.tar.gz) = 317389 +SHA256 (mdocml-1.13.2.tar.gz) = 9074755da96e8afbf9634d7ffa29c1decda2f642e13d9d844f26cd1e06d9716b +SIZE (mdocml-1.13.2.tar.gz) = 348464 Modified: head/textproc/mdocml/files/patch-msec.in ============================================================================== --- head/textproc/mdocml/files/patch-msec.in Mon Apr 27 21:04:12 2015 (r384877) +++ head/textproc/mdocml/files/patch-msec.in Mon Apr 27 21:21:03 2015 (r384878) @@ -1,5 +1,5 @@ ---- msec.in.orig 2009-07-20 22:05:54.000000000 +0200 -+++ msec.in 2009-07-20 22:07:03.000000000 +0200 +--- msec.in.orig 2014-12-13 14:06:34 UTC ++++ msec.in @@ -22,16 +22,16 @@ * Be sure to escape strings. */ @@ -10,8 +10,8 @@ +LINE("1", "FreeBSD General Commands Manual") +LINE("2", "FreeBSD System Calls Manual") +LINE("3", "FreeBSD Library Functions Manual") - LINE("3p", "Perl Library Functions Manual") --LINE("4", "Kernel Interfaces Manual") + LINE("3p", "Perl Library Manual") +-LINE("4", "Device Drivers Manual") -LINE("5", "File Formats Manual") -LINE("6", "Games Manual") -LINE("7", "Miscellaneous Information Manual") From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 21:23:59 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 337A7BBD; Mon, 27 Apr 2015 21:23:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 21D591FAF; Mon, 27 Apr 2015 21:23:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RLNxMg004757; Mon, 27 Apr 2015 21:23:59 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RLNxUP004756; Mon, 27 Apr 2015 21:23:59 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201504272123.t3RLNxUP004756@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 27 Apr 2015 21:23:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384879 - head/textproc/mdocml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 21:23:59 -0000 Author: bapt Date: Mon Apr 27 21:23:58 2015 New Revision: 384879 URL: https://svnweb.freebsd.org/changeset/ports/384879 Log: Forgot to commit the plist change Modified: head/textproc/mdocml/pkg-plist Modified: head/textproc/mdocml/pkg-plist ============================================================================== --- head/textproc/mdocml/pkg-plist Mon Apr 27 21:21:03 2015 (r384878) +++ head/textproc/mdocml/pkg-plist Mon Apr 27 21:23:58 2015 (r384879) @@ -1,17 +1,17 @@ bin/apropos bin/demandoc +@comment bin/man bin/mandoc -@comment bin/preconv bin/whatis @comment include/mandoc/man.h @comment include/mandoc/mandoc.h @comment include/mandoc/mandoc_aux.h @comment include/mandoc/mdoc.h -@comment lib/mandoc/libmandoc.a +lib/mandoc/libmandoc.a man/man1/apropos.1.gz man/man1/demandoc.1.gz +@comment man/man1/man.1.gz man/man1/mandoc.1.gz -@comment man/man1/preconv.1.gz man/man1/whatis.1.gz man/man3/mandoc.3.gz man/man3/mandoc_escape.3.gz From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 21:40:12 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1C706215; Mon, 27 Apr 2015 21:40:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0ACED11A6; Mon, 27 Apr 2015 21:40:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RLeBES010808; Mon, 27 Apr 2015 21:40:11 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RLeBsw010806; Mon, 27 Apr 2015 21:40:11 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201504272140.t3RLeBsw010806@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 27 Apr 2015 21:40:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384880 - head/textproc/mdocml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 21:40:12 -0000 Author: bapt Date: Mon Apr 27 21:40:10 2015 New Revision: 384880 URL: https://svnweb.freebsd.org/changeset/ports/384880 Log: Actually I meant to upgrade to 1.13.3 Modified: head/textproc/mdocml/Makefile head/textproc/mdocml/distinfo Modified: head/textproc/mdocml/Makefile ============================================================================== --- head/textproc/mdocml/Makefile Mon Apr 27 21:23:58 2015 (r384879) +++ head/textproc/mdocml/Makefile Mon Apr 27 21:40:10 2015 (r384880) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mdocml -PORTVERSION= 1.13.2 +PORTVERSION= 1.13.3 CATEGORIES= textproc MASTER_SITES= http://mdocml.bsd.lv/snapshots/ \ ${MASTER_SITE_LOCAL} Modified: head/textproc/mdocml/distinfo ============================================================================== --- head/textproc/mdocml/distinfo Mon Apr 27 21:23:58 2015 (r384879) +++ head/textproc/mdocml/distinfo Mon Apr 27 21:40:10 2015 (r384880) @@ -1,2 +1,2 @@ -SHA256 (mdocml-1.13.2.tar.gz) = 9074755da96e8afbf9634d7ffa29c1decda2f642e13d9d844f26cd1e06d9716b -SIZE (mdocml-1.13.2.tar.gz) = 348464 +SHA256 (mdocml-1.13.3.tar.gz) = 23ccab4800d50bf4c327979af5d4aa1a6a2dc490789cb67c4c3ac1bd40b8cad8 +SIZE (mdocml-1.13.3.tar.gz) = 358971 From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 23:42:11 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E57F1AF7; Mon, 27 Apr 2015 23:42:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D38582000; Mon, 27 Apr 2015 23:42:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RNgAVQ073130; Mon, 27 Apr 2015 23:42:10 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RNgAnb073128; Mon, 27 Apr 2015 23:42:10 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201504272342.t3RNgAnb073128@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Mon, 27 Apr 2015 23:42:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384881 - head/lang/gcc5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 23:42:11 -0000 Author: gerald Date: Mon Apr 27 23:42:09 2015 New Revision: 384881 URL: https://svnweb.freebsd.org/changeset/ports/384881 Log: Update to the 5.1 release, the first release of the GCC 5 series. The default mode for C is now -std=gnu11 instead of -std=gnu89. New warning options -Wc90-c99-compat and -Wc99-c11-compat may prove useful on that front. The C++ front end now has full C++14 language support including C++14 variable templates, C++14 aggregates with non-static data member initializers, C++14 extended constexpr, and more. The Standard C++ Library (libstdc++) has full C++11 support and experimental full C++14 support. It uses a new ABI by default. There have been significant improvements to inter-procedural optimizations and link-time optimization such as One Definition Rule based merging of C++ types as well as register allocation. OpenMP 4.0 specification offloading features are now supported by the C, C++, and Fortran compilers. Cilk Plus, an extension to the C and C++ languages to support data and task parallelism, has been added as well. New warning options -Wswitch-bool, -Wlogical-not-parentheses, -Wbool-compare and -Wsizeof-array-argument may prove useful as may new preprocessor directives __has_include, __has_include_next, and __has_attribute. GCC can now be built as a shared library for embedding in other processes (such as interpreters), suitable for Just-In-Time compilation to machine code. This provides a C API and a C++ wrapper API. Many code generation improvements for AArch64, ARM, support for AVX-512{BW,DQ,VL,IFMA,VBMI} and Intel MPX on x86-64, and generally improvements on many targets. The Local Register Allocator (LRA) now contains a rematerialization subpass and is able to reuse the PIC hard register on x86/x86-64 to improve performance of position independent code. https://gcc.gnu.org/gcc-5/changes.html has a more extensive set of changes and https://gcc.gnu.org/gcc-5/porting_to.html has a solid overview of issue you may encountering porting to this new version. Modified: head/lang/gcc5/Makefile head/lang/gcc5/distinfo Modified: head/lang/gcc5/Makefile ============================================================================== --- head/lang/gcc5/Makefile Mon Apr 27 21:40:10 2015 (r384880) +++ head/lang/gcc5/Makefile Mon Apr 27 23:42:09 2015 (r384881) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 5.0.1.s20150421 +PORTVERSION= 5.1.0 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} -MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} +MASTER_SITE_SUBDIR= releases/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX} MAINTAINER= gerald@FreeBSD.org @@ -111,10 +111,11 @@ INFO= gcc${SUFFIX}/cpp \ gcc${SUFFIX}/gccint \ gcc${SUFFIX}/gfortran \ gcc${SUFFIX}/libgomp -.if ${ARCH} == "i386" || ${ARCH} == "amd64" +# Release tarballs (as opposed to snapshots) always carry this. +#.if ${ARCH} == "i386" || ${ARCH} == "amd64" INFO+= gcc${SUFFIX}/libquadmath \ gcc${SUFFIX}/libitm -.endif +#.endif SUB_FILES= pkg-message SUB_LIST+= TARGLIB=${TARGLIB} Modified: head/lang/gcc5/distinfo ============================================================================== --- head/lang/gcc5/distinfo Mon Apr 27 21:40:10 2015 (r384880) +++ head/lang/gcc5/distinfo Mon Apr 27 23:42:09 2015 (r384881) @@ -1,2 +1,2 @@ -SHA256 (gcc-5-20150421.tar.bz2) = b738e5f202dc99709c8f11d0d7f1e1274026d322eabeb1aec2a0ca6b321f4716 -SIZE (gcc-5-20150421.tar.bz2) = 90708748 +SHA256 (gcc-5.1.0.tar.bz2) = b7dafdf89cbb0e20333dbf5b5349319ae06e3d1a30bf3515b5488f7e89dca5ad +SIZE (gcc-5.1.0.tar.bz2) = 94954411 From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 01:51:40 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 05355FF3 for ; Tue, 28 Apr 2015 01:51:40 +0000 (UTC) Received: from vfemail.net (ninezero.vfemail.net [96.30.253.190]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B65A11C6E for ; Tue, 28 Apr 2015 01:51:39 +0000 (UTC) Received: (qmail 45258 invoked by uid 89); 28 Apr 2015 01:51:29 -0000 Received: from localhost (HELO freequeue.vfemail.net) (127.0.0.1) by localhost with (DHE-RSA-AES256-SHA encrypted) SMTP; 28 Apr 2015 01:51:29 -0000 Received: (qmail 45219 invoked by uid 89); 28 Apr 2015 01:51:12 -0000 Received: by simscan 1.3.1 ppid: 45211, pid: 45215, t: 0.1010s scanners:none Received: from unknown (HELO smtp102-2.vfemail.net) (172.16.100.62) by FreeQueue with SMTP; 28 Apr 2015 01:51:12 -0000 Received: (qmail 6893 invoked by uid 89); 28 Apr 2015 01:51:12 -0000 Received: by simscan 1.4.0 ppid: 6872, pid: 6882, t: 1.6878s scanners:none Received: from unknown (HELO nil) (amJlaWNoQHZmZW1haWwubmV0@172.16.100.27) by 172.16.100.62 with ESMTPA; 28 Apr 2015 01:51:10 -0000 From: Jan Beich To: Gerald Pfeifer Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r384881 - head/lang/gcc5 In-Reply-To: <201504272342.t3RNgAnb073128@svn.freebsd.org> (Gerald Pfeifer's message of "Mon, 27 Apr 2015 23:42:10 +0000 (UTC)") References: <201504272342.t3RNgAnb073128@svn.freebsd.org> Date: Tue, 28 Apr 2015 03:50:59 +0200 Message-ID: <8udd-3trw-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 01:51:40 -0000 --=-=-= Content-Type: text/plain Gerald Pfeifer writes: > PORTNAME= gcc > -PORTVERSION= 5.0.1.s20150421 > +PORTVERSION= 5.1.0 > CATEGORIES= lang java > MASTER_SITES= ${MASTER_SITE_GCC} > -MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} > +MASTER_SITE_SUBDIR= releases/${DISTVERSION} It fails to fetch from GCC mirrors. Did you mean the following? MASTER_SITE_SUBDIR= releases/gcc-${DISTVERSION} --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJVPueDXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREQjQ0MzY3NEM3RDIzNTc4NkUxNDkyQ0VF NEM3Nzg4MzQ3OURCRERCAAoJEOTHeINHnb3bD00H/jHCYwyU5b3AG/yuLX/e6zFa Bv8+8i7qId5fZlIGCwWCrXJJ4VTxSZY4VoNiEfupZMgSuFG7nrs81afa0XgPzi3d 2FK5+r5PIABfYdu6vS2JkbWRWlOxjMI0CnJ23hZN9c3rWiTsj1f9h2YOCjm/25rv BAjKEAOHpuFjAsWM2V4ciw/rPKvMgVT01j1aNscFdBDvKoazzE6Si974n7dCwA3v aQNfeza4HScLYacFl8NuQDafIzPEBm3JxbgoCvBjFh1jF0kQ61JJM7BY9l+msBtC Cf+ZVufCYr3P34ivxM6S/HlkekloDV8EM/4R67KDuruiFMgnEFHRJ39T/tlO/lg= =bEWG -----END PGP SIGNATURE----- --=-=-=-- From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 03:50:30 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 826DB2D2; Tue, 28 Apr 2015 03:50:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6FA201AD8; Tue, 28 Apr 2015 03:50:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3S3oUUE092862; Tue, 28 Apr 2015 03:50:30 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3S3oScT092853; Tue, 28 Apr 2015 03:50:28 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201504280350.t3S3oScT092853@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Tue, 28 Apr 2015 03:50:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384882 - in head/x11-wm: . euclid-wm euclid-wm/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 03:50:30 -0000 Author: vanilla Date: Tue Apr 28 03:50:28 2015 New Revision: 384882 URL: https://svnweb.freebsd.org/changeset/ports/384882 Log: Add euclid-wm 0.4.3, minimalist, tiling window manager for X11. PR: 199713 Submitted by: anastmag@gmail.com Added: head/x11-wm/euclid-wm/ head/x11-wm/euclid-wm/Makefile (contents, props changed) head/x11-wm/euclid-wm/distinfo (contents, props changed) head/x11-wm/euclid-wm/files/ head/x11-wm/euclid-wm/files/patch-Makefile (contents, props changed) head/x11-wm/euclid-wm/files/patch-euclid-wm.c (contents, props changed) head/x11-wm/euclid-wm/pkg-descr (contents, props changed) Modified: head/x11-wm/Makefile Modified: head/x11-wm/Makefile ============================================================================== --- head/x11-wm/Makefile Mon Apr 27 23:42:09 2015 (r384881) +++ head/x11-wm/Makefile Tue Apr 28 03:50:28 2015 (r384882) @@ -52,6 +52,7 @@ SUBDIR += emerald SUBDIR += enlightenment SUBDIR += epplets + SUBDIR += euclid-wm SUBDIR += evilwm SUBDIR += fbcmd SUBDIR += fluxbox Added: head/x11-wm/euclid-wm/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/euclid-wm/Makefile Tue Apr 28 03:50:28 2015 (r384882) @@ -0,0 +1,35 @@ +# $FreeBSD$ + +PORTNAME= euclid-wm +PORTVERSION= 0.4.3 +CATEGORIES= x11-wm +#MASTER_SITES= http://euclid-wm.googlecode.com/files/ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} + +MAINTAINER= anastmag@gmail.com +COMMENT= Minimalist, tiling window manager for X11 + +LICENSE= BSD3CLAUSE + +OPTIONS_DEFINE= XINERAMA +XINERAMA_DESC= X11 Xinerama extention support +OPTIONS_DEFAULT=XINERAMA + +XINERAMA_ALL_TARGET= euclid-wm +XINERAMA_USE= XORG=xinerama + +USES= gmake +USE_XORG= x11 + +PLIST_FILES= bin/euclid-wm \ + bin/start-euclid \ + man/man1/euclid-wm.1.gz \ + share/euclid-wm/euclid-wm.conf \ + share/euclid-wm/euclidrc \ + share/euclid-wm/VERSION \ + share/xsessions/euclid.desktop + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/euclid-wm + +.include Added: head/x11-wm/euclid-wm/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/euclid-wm/distinfo Tue Apr 28 03:50:28 2015 (r384882) @@ -0,0 +1,2 @@ +SHA256 (euclid-wm-0.4.3.tar.gz) = 7498215584aabe3e035adc42fb3daa5b85d53e5a61836523eb670a1a724158db +SIZE (euclid-wm-0.4.3.tar.gz) = 23871 Added: head/x11-wm/euclid-wm/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/euclid-wm/files/patch-Makefile Tue Apr 28 03:50:28 2015 (r384882) @@ -0,0 +1,57 @@ +--- Makefile.orig 2013-12-16 15:18:31 UTC ++++ Makefile +@@ -1,6 +1,6 @@ +-PREFIX = usr ++PREFIX = usr/local + SHAREDIR = ${PREFIX}/share +-MANDIR = ${SHAREDIR}/man ++MANDIR = ${PREFIX}/man + BINDIR = ${PREFIX}/bin + SVNREV = 222 + VER = 0.4.2 +@@ -13,12 +13,12 @@ endif + CONFDIR = ${XDG_CONFIG_HOME}/euclid-wm + + CC = cc -pedantic -Wall +-CFLAGS = -O2 -g -std=c99 ++CFLAGS = -O2 -g -std=c99 -I/usr/local/include -L/usr/local/lib + LDFLAGS = -lX11 -lXinerama + + .PHONY: all install install_conf clean uninstall dist dist_clean + +-all: euclid-wm ++all: noxinerama + + euclid-wm: euclid-wm.c + ${CC} $< ${LDFLAGS} ${CFLAGS} -o $@ +@@ -28,14 +28,23 @@ noxinerama: euclid-wm.c + cp noxinerama euclid-wm + + install: all +- @install -m755 euclid-wm -D ${DESTDIR}/${BINDIR}/euclid-wm +- @install -m644 euclid.desktop -D ${DESTDIR}/${SHAREDIR}/xsessions/euclid.desktop +- @install -m644 euclid.1 -D ${DESTDIR}/${MANDIR}/man1/euclid-wm.1 +- @install -m644 euclid-wm.conf.sample -D -b ${DESTDIR}/${SHAREDIR}/euclid-wm/euclid-wm.conf +- @install -m644 euclidrc -D -b ${DESTDIR}/${SHAREDIR}/euclid-wm/euclidrc +- @install -m644 VERSION -D ${DESTDIR}/${SHAREDIR}/euclid-wm/VERSION 2>/dev/null || echo "From SVN: `svn info | grep Revision: | cut -d ' ' -f2`/`date +%F`" >${DESTDIR}/${SHAREDIR}/euclid-wm/VERSION ++# @install -m755 euclid-wm -D ${DESTDIR}/${BINDIR}/euclid-wm ++ @cp -f euclid-wm ${DESTDIR}/${BINDIR}/euclid-wm ++# @install -m644 euclid.desktop -D ${DESTDIR}/${SHAREDIR}/xsessions/euclid.desktop ++ @mkdir -p ${DESTDIR}/${SHAREDIR}/xsessions ++ @cp -f euclid.desktop ${DESTDIR}/${SHAREDIR}/xsessions/euclid.desktop ++# @install -m644 euclid.1 -D ${DESTDIR}/${MANDIR}/man1/euclid-wm.1 ++ @cp -f euclid.1 ${DESTDIR}/${MANDIR}/man1/euclid-wm.1 ++# @install -m644 euclid-wm.conf.sample -D -b ${DESTDIR}/${SHAREDIR}/euclid-wm/euclid-wm.conf ++ @mkdir -p ${DESTDIR}/${SHAREDIR}/euclid-wm ++ @cp -f euclid-wm.conf.sample ${DESTDIR}/${SHAREDIR}/euclid-wm/euclid-wm.conf ++# @install -m644 euclidrc -D -b ${DESTDIR}/${SHAREDIR}/euclid-wm/euclidrc ++ @cp -f euclidrc ${DESTDIR}/${SHAREDIR}/euclid-wm/euclidrc ++# @install -m644 VERSION -D ${DESTDIR}/${SHAREDIR}/euclid-wm/VERSION 2>/dev/null || echo "From SVN: `svn info | grep Revision: | cut -d ' ' -f2`/`date +%F`" >${DESTDIR}/${SHAREDIR}/euclid-wm/VERSION ++ @cp -f VERSION ${DESTDIR}/${SHAREDIR}/euclid-wm/VERSION + @sed s_/usr/share_/${SHAREDIR}_ start-euclid-local +- @install -m755 start-euclid-local -D ${DESTDIR}/${BINDIR}/start-euclid ++# @install -m755 start-euclid-local -D ${DESTDIR}/${BINDIR}/start-euclid ++ @cp -f start-euclid-local ${DESTDIR}/${BINDIR}/start-euclid + + install_conf: + @install -b -D -m600 euclid-wm.conf.sample ${CONFDIR}/euclid-wm.conf Added: head/x11-wm/euclid-wm/files/patch-euclid-wm.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/euclid-wm/files/patch-euclid-wm.c Tue Apr 28 03:50:28 2015 (r384882) @@ -0,0 +1,14 @@ +--- euclid-wm.c.orig 2013-12-16 15:18:31 UTC ++++ euclid-wm.c +@@ -93,9 +93,9 @@ Thus the one or more of the following no + + + //this is a hack +-FILE *popen(char *, char *); ++FILE *popen(const char *,const char *); + int pclose (FILE *); +-char *tempnam(char *,char*); ++char *tempnam(const char *,const char*); + + + #define BINDINGS 65 Added: head/x11-wm/euclid-wm/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/euclid-wm/pkg-descr Tue Apr 28 03:50:28 2015 (r384882) @@ -0,0 +1,9 @@ +euclid-wm is a minimalist, tiling window manager for X11 that seeks to allow +easy management of numerous windows entirely from the keyboard. + +euclid seeks to do two things in particular: + - balance the ease of use common among window managers with automatic + or fixed layouts with the flexibility of those dynamic layouts, + - create an easy way to manage minimized windows + +WWW: http://euclid-wm.sourceforge.net From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 05:40:25 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BD9E7D6E; Tue, 28 Apr 2015 05:40:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AA2021569; Tue, 28 Apr 2015 05:40:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3S5ePGS048676; Tue, 28 Apr 2015 05:40:25 GMT (envelope-from glewis@FreeBSD.org) Received: (from glewis@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3S5ePKc048673; Tue, 28 Apr 2015 05:40:25 GMT (envelope-from glewis@FreeBSD.org) Message-Id: <201504280540.t3S5ePKc048673@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: glewis set sender to glewis@FreeBSD.org using -f From: Greg Lewis Date: Tue, 28 Apr 2015 05:40:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384884 - in head/java/openjdk7: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 05:40:26 -0000 Author: glewis Date: Tue Apr 28 05:40:24 2015 New Revision: 384884 URL: https://svnweb.freebsd.org/changeset/ports/384884 Log: . Update to 7u80. Added: head/java/openjdk7/files/patch-7u80-b32 (contents, props changed) Modified: head/java/openjdk7/Makefile head/java/openjdk7/files/patch-bsd Modified: head/java/openjdk7/Makefile ============================================================================== --- head/java/openjdk7/Makefile Tue Apr 28 05:39:54 2015 (r384883) +++ head/java/openjdk7/Makefile Tue Apr 28 05:40:24 2015 (r384884) @@ -3,7 +3,6 @@ PORTNAME= openjdk PORTVERSION= ${JDK_MAJOR_VERSION}.${PORT_MINOR_VERSION}.${PORT_BUILD_NUMBER} -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= java devel MASTER_SITES= http://download.java.net/openjdk/jdk${JDK_MAJOR_VERSION}u${JDK_MINOR_VERSION}/promoted/b${JDK_BUILD_NUMBER}/ \ @@ -36,8 +35,8 @@ DEBUG_DESC= Enable extra debugging info POLICY_DESC= Install the Unlimited Strength Policy Files TZUPDATE_DESC= Update the time zone data -PORT_MINOR_VERSION= 76 -PORT_BUILD_NUMBER= 13 +PORT_MINOR_VERSION= 80 +PORT_BUILD_NUMBER= 15 JDK_MAJOR_VERSION= 7 JDK_MINOR_VERSION= 40 JDK_BUILD_NUMBER= 43 Added: head/java/openjdk7/files/patch-7u80-b32 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/openjdk7/files/patch-7u80-b32 Tue Apr 28 05:40:24 2015 (r384884) @@ -0,0 +1,109450 @@ +--- ./.hgtags Mon Jan 05 11:48:37 2015 -0800 ++++ ./.hgtags Fri Apr 10 09:18:39 2015 -0700 +@@ -525,6 +525,10 @@ + fa606411d8fd650334b6f90d626399e13e77740f jdk7u72-b14 + f42462b4dfd81539eacf90955d2d26e1dc1686c0 jdk7u72-b30 + 891bb800d7b2abff392669276f9e55ff30ba9962 jdk7u72-b31 ++cc4b22b0bc1810d6bb1367f08c47707923a89b0e jdk7u72-b32 ++9179bba54a0d43be8a5325152acd29ac2852c4d5 jdk7u72-b33 ++8c92ab4f302fea71b378a0eb8912d2321acdae68 jdk7u72-b34 ++8d5af53bb3926fac6aa21e2f02a8df7c6718c5c2 jdk7u72-b35 + 569e053e97b4fecaf1371f7cf2645394edb8a11a jdk7u75-b00 + 618b221a71a962f1d62a5b02db1b4256bad9441a jdk7u75-b01 + eb36016211cb5d412c779836bd8efbf133cbf6f5 jdk7u75-b02 +@@ -556,3 +560,37 @@ + 01d1d34f82f30de97a61f8b0048c61aa17d0dd12 jdk7u76-b12 + a9728fbea214dbf6f58567e729fdc5276f3c704f jdk7u76-b13 + a788e9c5671436bb711f0e185cd74b17220d6e35 jdk7u76-b30 ++ed58c355d118cb3d9713de41ecb105cca3175472 jdk7u76-b31 ++79a5a54289ef52fc67d5447bacc60610282b1e3c jdk7u76-b32 ++dcc07fe8d380a63c22086abeb62a5a9780b3639c jdk7u79-b00 ++9d7b2508882acda9da48a0f52490e1b31111fcd6 jdk7u79-b01 ++fc70c5c1a1c0cfd7fd11237a5a7fcce6a1cd2cd8 jdk7u79-b02 ++6842b297466cf696cca4ac6f776183bd74e8f52f jdk7u79-b03 ++7d851d1726c67146e491575e905aaa3f1eb90083 jdk7u79-b06 ++9e76c64141e8b65d64d0defbe12094d6c9eb8f03 jdk7u79-b07 ++52a09e691b39ab0f23ca0830fbb2a372e157990c jdk7u79-b08 ++5127e5f6909283ade8de12d0a912b82383cd0084 jdk7u79-b09 ++83f6693e12e6265e914ad07b5fe137ab01c2dbbf jdk7u79-b10 ++be4cf73f2c91c252c84fb1799e68585027eab3b0 jdk7u79-b11 ++fae704111ce1257c66c80e1221cf89522fd2d52e jdk7u79-b12 ++434885f8214fd2671ea6b4708663fc9a14505872 jdk7u79-b13 ++4dc3a33c7c9d3a88ee566554ffd8253b777aa6a4 jdk7u79-b14 ++ee3b3ebecd737ff98883e4f15471887dfdfa8dce jdk7u79-b30 ++127bfeeddc9cf2f8cbf58052f32f6c8676fb8840 jdk7u79-b15 ++d4397128f8b65eb96287128575dd1a3da6a7825b jdk7u80-b00 ++90564f0970e92b844122be27f051655aef6dc423 jdk7u80-b01 ++36e8397bf04d972519b80ca9e24e68a2ed1e4dbd jdk7u80-b02 ++4093bbbc90009bfd9311ccd6373c7a2f2755c9d9 jdk7u80-b03 ++928d01695cd2b65119bbfcd51032ae427a66f83d jdk7u80-b04 ++46d516760a680deaeffdb03e3221648bc14c0818 jdk7u80-b05 ++8fffdc2d1faaf2c61abff00ee41f50d28da2174a jdk7u80-b06 ++6d0aaea852b04d7270fde5c289827b00f2391374 jdk7u80-b07 ++e8daab5fb25eb513c53d6d766d50caf662131d79 jdk7u80-b08 ++8c0f70ebdfbd5b06c759ab762b093e8c3ee6558e jdk7u80-b09 ++67dafced5999152f5f88ace0a84122909049182c jdk7u80-b10 ++7a31b13266333dbc62825b827fb5730417d7212c jdk7u80-b11 ++96d3f807999b5c2d8b07ebf0b79fdbc1952d1109 jdk7u80-b12 ++5bd350f497873137786dc6ff5abcae1207bcc30b jdk7u80-b13 ++4da82068f37e17858d318d24a5a6284d48627e68 jdk7u80-b14 ++611f7d38d9346243b558dc78409b813241eb426f jdk7u80-b30 ++f19659de2034611095d307ccc68f777abc8b008e jdk7u80-b15 +--- ./THIRD_PARTY_README Mon Jan 05 11:48:37 2015 -0800 ++++ ./THIRD_PARTY_README Fri Apr 10 09:18:39 2015 -0700 +@@ -1001,7 +1001,7 @@ + + ------------------------------------------------------------------------------- + +-%% This notice is provided with respect to libpng 1.5.4, which is ++%% This notice is provided with respect to libpng 1.6.16, which is + included with JRE 7, JDK 7, and OpenJDK 7. + + --- begin of LICENSE --- +@@ -1017,7 +1017,7 @@ + + This code is released under the libpng license. + +-libpng versions 1.2.6, August 15, 2004, through 1.5.4, July 7, 2011, are ++libpng versions 1.2.6, August 15, 2004, through 1.6.16, December 22, 2014, are + Copyright (c) 2004, 2006-2011 Glenn Randers-Pehrson, and are + distributed according to the same disclaimer and license as libpng-1.2.5 + with the following individual added to the list of Contributing Authors +@@ -1115,7 +1115,7 @@ + + Glenn Randers-Pehrson + glennrp at users.sourceforge.net +-July 7, 2011 ++December 22, 2014 + + --- end of LICENSE --- + +@@ -1912,35 +1912,6 @@ + + ------------------------------------------------------------------------------- + +-%% This notice is provided with respect to Sparkle v.1.5, +-which is included with JRE 7 on Mac OS X. +- +---- begin of LICENSE --- +- +-Copyright (c) 2012 Sparkle.org and Andy Matuschak +- +-Permission is hereby granted, free of charge, to any person obtaining a copy +-of this software and associated documentation files (the "Software"), to deal +-in the Software without restriction, including without limitation the rights +-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +-copies of the Software, and to permit persons to whom the Software is +-furnished to do so, subject to the following conditions: +- +-The above copyright notice and this permission notice shall be included in all +-copies or substantial portions of the Software. +- +-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +-SOFTWARE. +- +---- end of LICENSE --- +- +-------------------------------------------------------------------------------- +- + %% Portions licensed from Taligent, Inc. + + ------------------------------------------------------------------------------- +@@ -3198,12 +3169,12 @@ + %% This notice is provided with respect to the following which is + included with JRE 7, JDK 7, and OpenJDK 7, except where noted: + +- Apache Derby 10.8.3.0 [included with JDK 7 only] ++ Apache Derby 10.8.1.2 [included with JDK 7 only] + Apache Jakarta BCEL 5.2 + Apache Jakarta Regexp 1.4 + Apache Santuario XMLSec-Java 1.4.2 + Apache Xalan-Java 2.7.1 +- Apache Xerces2 Java 2.11.0 ++ Apache Xerces2 Java 2.10.0 + Apache XML Resolver 1.1 + + +--- ./make/jprt.properties Mon Jan 05 11:48:37 2015 -0800 ++++ ./make/jprt.properties Fri Apr 10 09:18:39 2015 -0700 +@@ -83,6 +83,7 @@ + ${jprt.my.test.target.set:TESTNAME=jdk_security1}, \ + ${jprt.my.test.target.set:TESTNAME=jdk_security2}, \ + ${jprt.my.test.target.set:TESTNAME=jdk_security3}, \ ++ ${jprt.my.test.target.set:TESTNAME=jdk_security4}, \ + ${jprt.my.test.target.set:TESTNAME=jdk_rmi}, \ + ${jprt.my.test.target.set:TESTNAME=jdk_management}, \ + ${jprt.my.test.target.set:TESTNAME=jdk_jmx}, \ +--- ./test/Makefile Mon Jan 05 11:48:37 2015 -0800 ++++ ./test/Makefile Fri Apr 10 09:18:39 2015 -0700 +@@ -63,7 +63,7 @@ + jdk_other \ + jdk_net \ + jdk_nio \ +- jdk_security1 jdk_security2 jdk_security3 \ ++ jdk_security1 jdk_security2 jdk_security3 jdk_security4 \ + jdk_sound \ + jdk_text \ + jdk_tools \ +--- ./corba/.hgtags Mon Jan 05 11:49:17 2015 -0800 ++++ ./corba/.hgtags Fri Apr 10 09:18:50 2015 -0700 +@@ -527,6 +527,10 @@ + bd80d0c18ccd97669dd8392dbde5cd91f647ee1d jdk7u72-b14 + 66da7f46eff05df2aa3bb9b5c1f7ee47a75828a5 jdk7u72-b30 + 4fefe5c11ddb650e681e2dd5e8ac8dfeb15e6afd jdk7u72-b31 ++c8d42c36b2ab3db65bcd7497ca87e3b2c191f3f7 jdk7u72-b32 ++a3070ed2ab6aa1542e5e545e9e19684dcd056945 jdk7u72-b33 ++5d1445139b101e045fd389578df8825d5b2d0dad jdk7u72-b34 ++acc110e88fc38ed6118ed1fe44a3211f5b4a6337 jdk7u72-b35 + 88772da384953fed254492c3ea9da498381081f2 jdk7u75-b00 + 0466441d71122c9af252ec17f597f228dbf64578 jdk7u75-b01 + 9aa7fe309fa584ff782ab9d557632321747ba11e jdk7u75-b02 +@@ -558,3 +562,37 @@ + 14f0846f4d1b8373e3e3cce10901f37341bf6980 jdk7u76-b12 + 0db41b697138ce89f15c49eef1dc670f94a27d89 jdk7u76-b13 + 71a8665159f2f014b1869f3d723d3b6fbe878a16 jdk7u76-b30 ++7a566e2b22722a59174c7cced744bdda3709ce2e jdk7u76-b31 ++dbbdf5e8b66e6fccd36977016d38683346c5d107 jdk7u76-b32 ++f55967c261230a4fcc8d71ecfe58f2f47ea50393 jdk7u79-b00 ++d2a032b5389366fdff24b8a5ba52931da14d2a8d jdk7u79-b01 ++0a8522745129e647c3b1fe9ef7b5f7d84e063938 jdk7u79-b02 ++df1f9eb105ed2b05c0d15b08abded72e8e4a76c5 jdk7u79-b03 ++f2c5c65d2d7f2153370429ebc8dfded9f9ada43e jdk7u79-b06 ++3f5ddba1c4f1f5268d2419360c9b83f303166f4f jdk7u79-b07 ++65366f746473f25f9ccda87e5c77f04247050a86 jdk7u79-b08 ++58c0e28636cd1b3e947e71a40693f57f65a48ba4 jdk7u79-b09 ++b36cf254eef39119d817eef3344b98c5a79c30b8 jdk7u79-b10 ++0ebb0413e7d9f8352bdb92552f5fc1056049c9dd jdk7u79-b11 ++2ae2ecbcdd17641b8eb4d97fa2324ef41a2fddb7 jdk7u79-b12 ++ec5c1e656d0383c697c7a3a7f3c6839d225ea649 jdk7u79-b13 ++4262b390c9460e6dbeb6968a60ac6356452d47a9 jdk7u79-b14 ++89b8b9610d476843e696cdad5d8d238f83e00c94 jdk7u79-b30 ++59faa52493939dccdf6ff9efe86371101769b8f9 jdk7u79-b15 ++1a3aa4637b80fabbd069ae88c241efcb3520fc49 jdk7u80-b00 ++df1decc820934ad8bf91c853e81c88d4f7590e25 jdk7u80-b01 ++2444fa7df7e3e07f2533f6c875c3a8e408048f6c jdk7u80-b02 ++fc6a39d6be24e0c1f7d9193e4f3ea4e474bb4dc3 jdk7u80-b03 ++d9ddd2aec6bee31e3bd8bb4eb258c27a624162c3 jdk7u80-b04 ++6696348644df30f1807acd3a38a603ebdf09480c jdk7u80-b05 ++4362d8c11c43fb414a75b03616252cf8007eea61 jdk7u80-b06 ++1191862bb140612cc458492a0ffac5969f48c4df jdk7u80-b07 ++6a12979724faeb9abe3e6af347c64f173713e8a4 jdk7u80-b08 ++f09d8e79d1e970a583677987f2baa2a030903441 jdk7u80-b09 ++d4abe9013712af965bc7284efaa7f8d3cc90dde8 jdk7u80-b10 ++7c5957c3d8d6d5c2e9562267bf2db68dec775fb1 jdk7u80-b11 ++fa884531a1a32d78fb6b4e5253dae275eaaddd2c jdk7u80-b12 ++8e4a2983e0d085331c7281d90f23c43bfdab5ed4 jdk7u80-b13 ++90e140a093262c0ca0b408a5997074fbd87639c0 jdk7u80-b14 ++52b7bbe24e490090f98bee27dbd5ec5715b31243 jdk7u80-b30 ++353be4a0a6ec19350d18e0e9ded5544ed5d7433f jdk7u80-b15 +--- ./corba/THIRD_PARTY_README Mon Jan 05 11:49:17 2015 -0800 ++++ ./corba/THIRD_PARTY_README Fri Apr 10 09:18:50 2015 -0700 +@@ -1001,7 +1001,7 @@ + + ------------------------------------------------------------------------------- + +-%% This notice is provided with respect to libpng 1.5.4, which is ++%% This notice is provided with respect to libpng 1.6.16, which is + included with JRE 7, JDK 7, and OpenJDK 7. + + --- begin of LICENSE --- +@@ -1017,7 +1017,7 @@ + + This code is released under the libpng license. + +-libpng versions 1.2.6, August 15, 2004, through 1.5.4, July 7, 2011, are ++libpng versions 1.2.6, August 15, 2004, through 1.6.16, December 22, 2014, are + Copyright (c) 2004, 2006-2011 Glenn Randers-Pehrson, and are + distributed according to the same disclaimer and license as libpng-1.2.5 + with the following individual added to the list of Contributing Authors +@@ -1115,7 +1115,7 @@ + + Glenn Randers-Pehrson + glennrp at users.sourceforge.net +-July 7, 2011 ++December 22, 2014 + + --- end of LICENSE --- + +@@ -1912,35 +1912,6 @@ + + ------------------------------------------------------------------------------- + +-%% This notice is provided with respect to Sparkle v.1.5, +-which is included with JRE 7 on Mac OS X. +- +---- begin of LICENSE --- +- +-Copyright (c) 2012 Sparkle.org and Andy Matuschak +- +-Permission is hereby granted, free of charge, to any person obtaining a copy +-of this software and associated documentation files (the "Software"), to deal +-in the Software without restriction, including without limitation the rights +-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +-copies of the Software, and to permit persons to whom the Software is +-furnished to do so, subject to the following conditions: +- +-The above copyright notice and this permission notice shall be included in all +-copies or substantial portions of the Software. +- +-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +-SOFTWARE. +- +---- end of LICENSE --- +- +-------------------------------------------------------------------------------- +- + %% Portions licensed from Taligent, Inc. + + ------------------------------------------------------------------------------- +@@ -3198,12 +3169,12 @@ + %% This notice is provided with respect to the following which is + included with JRE 7, JDK 7, and OpenJDK 7, except where noted: + +- Apache Derby 10.8.3.0 [included with JDK 7 only] ++ Apache Derby 10.8.1.2 [included with JDK 7 only] + Apache Jakarta BCEL 5.2 + Apache Jakarta Regexp 1.4 + Apache Santuario XMLSec-Java 1.4.2 + Apache Xalan-Java 2.7.1 +- Apache Xerces2 Java 2.11.0 ++ Apache Xerces2 Java 2.10.0 + Apache XML Resolver 1.1 + + +--- ./hotspot/.hgtags Mon Jan 05 11:51:17 2015 -0800 ++++ ./hotspot/.hgtags Fri Apr 10 09:19:25 2015 -0700 +@@ -752,6 +752,10 @@ + d9b56c6bdddb6f9d8242230f5fdd58f9c7d30ea5 jdk7u72-b14 + a6ae698522bfab3c595a4f8c2c3ee7e8939eb1bb jdk7u72-b30 + 492a2abed4ca015459e24f7348233531b7e929d2 jdk7u72-b31 ++61dacdb82145abe6cb5911e5a06fd8d8622fb55f jdk7u72-b32 ++64cbcac4027843d0292f262520a8945161cc1657 jdk7u72-b33 ++bcb9613e07e212f3103a3bcc5e5085b4d69ad5e1 jdk7u72-b34 ++f9c89a617dac063054749d1880807f6700f04c8a jdk7u72-b35 + e6b6d91b3934c281086f8efacb0926e7451cc18b jdk7u75-b00 + 9096ac248b379a0f3012f18c7289ec47cdef8459 jdk7u75-b01 + a6964b2822d906eab9c923cdd723cf3dd4facfcd jdk7u75-b02 +@@ -783,3 +787,44 @@ + e375023d196199ffb263cb15739f7218e1621be6 jdk7u76-b12 + a395c29532e5322657c542d54dd957940cf2f523 jdk7u76-b13 + 98f0c5279ba76eb1b5741dc67f7b5f10e7508449 jdk7u76-b30 ++875d0ccc97fe7a46a0a9996e897827022db58200 jdk7u76-b31 ++dfc50bbce42cff3d17d4d8780646dedac8d3dad0 jdk7u76-b32 ++2480d9d778301a3f88b0ab8ee35a585df82528e5 jdk7u79-b00 ++ae6723b35de91e3e964cc92d832e17743e4f43c6 jdk7u79-b01 ++653c92d16c45392cd7a5073528c8b8396c1f087c jdk7u79-b02 ++e6d47ed41881381a212faf9e394011cf10d76509 jdk7u79-b03 ++c5486f8bb2dbc5ab176235adc999d31ad5f413fb jdk7u79-b06 ++5439057a4c7fd26de2fe129eb5d695dda7f42dcf jdk7u79-b07 ++e65e02cf3523bf5c5ea4df6d17a7b60b456c53b5 jdk7u79-b08 ++641e2adae9d455ef8a41b319e86c4ed8148735b9 jdk7u79-b09 ++e5512513c35ccd3f3552039b0cf6352cce0af9f2 jdk7u79-b10 ++5cef060f38caed08ea20a08d40735a5395d3f73e jdk7u79-b11 ++8f34a2992faa8a2592fc15a5309340635a423fd5 jdk7u79-b12 ++08c8504cd6ce900078d2187ca8f0545328872cba jdk7u79-b13 ++30e5853fcd717f6284b916b2c8fe388408e055f0 jdk7u79-b14 ++4d4936bc95f47c3b6591b163ae06e4952ef66344 jdk7u79-b30 ++78dcbf58e349beaafeed97f7e897832d28a3403f jdk7u79-b15 ++b92f390febd01615af4a736b4f830f6052aa1d09 hs24.80-b00 ++1448ebfef4f1aae0174eca983ad05507730ca6fd hs24.80-b01 ++b1d29549dca7e36a4d050af5a54f8f56963a5c7d hs24.80-b02 ++ff18bcebe2943527cdbc094375c38c27ec7f2442 hs24.80-b03 ++1b9722b5134a8e565d8b8fe851849e034beff057 hs24.80-b04 ++04d6919c44db8c9d811ef0ac4775a579f854cdfc hs24.80-b05 ++ee18e60e7e8da9f1912895af353564de0330a2b1 hs24.80-b06 ++05fe7a87d14908eb3f21a0d29fc72cee2f996b7f jdk7u80-b00 ++e2533d62ca887078e4b952a75a75680cfb7894b9 jdk7u80-b01 ++bad107a5d096b070355c5a2d80aa50bc5576144b jdk7u80-b02 ++9d2b485d2a58ea57ab2b3c06b2128f456ab39a38 jdk7u80-b03 ++a89267b51c40cba0b26fe84831478389723c8321 jdk7u80-b04 ++00402b4ff7a90a6deba09816192e335cadfdb4f0 jdk7u80-b05 ++87d4354a3ce8aafccf1f1cd9cb9d88a58731dde8 jdk7u80-b06 ++d496bd71dc129828c2b5962e2072cdb591454e4a jdk7u80-b07 ++5ce33a4444cf74e04c22fb11b1e1b76b68a6477a jdk7u80-b08 ++48af02f3c56ceefc4a1b16a4bdb6d54e416b2171 jdk7u80-b09 ++502c24b2ffaed2e2a209c7d84bb53a98c062e5ef jdk7u80-b10 ++c59862e92fb3f919da426efa01b4c699ce122517 jdk7u80-b11 ++a0572b740d79d089de854e498f57a55c9a59c9ad jdk7u80-b12 ++a550ec1c311fe9c3393597cae620b02fa9e1dfa1 jdk7u80-b13 ++c63aa8d5e8ab6e86df1f5d54bcf7a54ec325667c jdk7u80-b14 ++27e0103f3b11f06bc3277914564ed9a1976fb3d5 jdk7u80-b30 ++426e09df7eda980317d1308af15c29ef691cd471 jdk7u80-b15 +--- ./hotspot/THIRD_PARTY_README Mon Jan 05 11:51:17 2015 -0800 ++++ ./hotspot/THIRD_PARTY_README Fri Apr 10 09:19:25 2015 -0700 +@@ -1001,7 +1001,7 @@ + + ------------------------------------------------------------------------------- + +-%% This notice is provided with respect to libpng 1.5.4, which is ++%% This notice is provided with respect to libpng 1.6.16, which is + included with JRE 7, JDK 7, and OpenJDK 7. + + --- begin of LICENSE --- +@@ -1017,7 +1017,7 @@ + + This code is released under the libpng license. + +-libpng versions 1.2.6, August 15, 2004, through 1.5.4, July 7, 2011, are ++libpng versions 1.2.6, August 15, 2004, through 1.6.16, December 22, 2014, are + Copyright (c) 2004, 2006-2011 Glenn Randers-Pehrson, and are + distributed according to the same disclaimer and license as libpng-1.2.5 + with the following individual added to the list of Contributing Authors +@@ -1115,7 +1115,7 @@ + + Glenn Randers-Pehrson + glennrp at users.sourceforge.net +-July 7, 2011 ++December 22, 2014 + + --- end of LICENSE --- + +@@ -1912,35 +1912,6 @@ + + ------------------------------------------------------------------------------- + +-%% This notice is provided with respect to Sparkle v.1.5, +-which is included with JRE 7 on Mac OS X. +- +---- begin of LICENSE --- +- +-Copyright (c) 2012 Sparkle.org and Andy Matuschak +- +-Permission is hereby granted, free of charge, to any person obtaining a copy +-of this software and associated documentation files (the "Software"), to deal +-in the Software without restriction, including without limitation the rights +-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +-copies of the Software, and to permit persons to whom the Software is +-furnished to do so, subject to the following conditions: +- +-The above copyright notice and this permission notice shall be included in all +-copies or substantial portions of the Software. +- +-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +-SOFTWARE. +- +---- end of LICENSE --- +- +-------------------------------------------------------------------------------- +- + %% Portions licensed from Taligent, Inc. + + ------------------------------------------------------------------------------- +@@ -3198,12 +3169,12 @@ + %% This notice is provided with respect to the following which is + included with JRE 7, JDK 7, and OpenJDK 7, except where noted: + +- Apache Derby 10.8.3.0 [included with JDK 7 only] ++ Apache Derby 10.8.1.2 [included with JDK 7 only] + Apache Jakarta BCEL 5.2 + Apache Jakarta Regexp 1.4 + Apache Santuario XMLSec-Java 1.4.2 + Apache Xalan-Java 2.7.1 +- Apache Xerces2 Java 2.11.0 ++ Apache Xerces2 Java 2.10.0 + Apache XML Resolver 1.1 + + +--- ./hotspot/make/hotspot_version Mon Jan 05 11:51:17 2015 -0800 ++++ ./hotspot/make/hotspot_version Fri Apr 10 09:19:25 2015 -0700 +@@ -34,8 +34,8 @@ + HOTSPOT_VM_COPYRIGHT=Copyright 2015 + + HS_MAJOR_VER=24 +-HS_MINOR_VER=76 +-HS_BUILD_NUMBER=04 ++HS_MINOR_VER=80 ++HS_BUILD_NUMBER=11 + + JDK_MAJOR_VER=1 + JDK_MINOR_VER=7 +--- ./hotspot/make/jprt.properties Mon Jan 05 11:51:17 2015 -0800 ++++ ./hotspot/make/jprt.properties Fri Apr 10 09:19:25 2015 -0700 +@@ -38,7 +38,7 @@ + + # This tells jprt what default release we want to build + +-jprt.hotspot.default.release=jdk7u60 ++jprt.hotspot.default.release=jdk7u72 + + jprt.tools.default.release=${jprt.submit.option.release?${jprt.submit.option.release}:${jprt.hotspot.default.release}} + +@@ -54,92 +54,94 @@ + # Define the Solaris platforms we want for the various releases + jprt.my.solaris.sparc.jdk8=solaris_sparc_5.10 + jprt.my.solaris.sparc.jdk7=solaris_sparc_5.10 +-jprt.my.solaris.sparc.jdk7u60=${jprt.my.solaris.sparc.jdk7} ++jprt.my.solaris.sparc.jdk7u72=${jprt.my.solaris.sparc.jdk7} + jprt.my.solaris.sparc=${jprt.my.solaris.sparc.${jprt.tools.default.release}} + + jprt.my.solaris.sparcv9.jdk8=solaris_sparcv9_5.10 + jprt.my.solaris.sparcv9.jdk7=solaris_sparcv9_5.10 +-jprt.my.solaris.sparcv9.jdk7u60=${jprt.my.solaris.sparcv9.jdk7} ++jprt.my.solaris.sparcv9.jdk7u72=${jprt.my.solaris.sparcv9.jdk7} + jprt.my.solaris.sparcv9=${jprt.my.solaris.sparcv9.${jprt.tools.default.release}} + + jprt.my.solaris.i586.jdk8=solaris_i586_5.10 + jprt.my.solaris.i586.jdk7=solaris_i586_5.10 +-jprt.my.solaris.i586.jdk7u60=${jprt.my.solaris.i586.jdk7} ++jprt.my.solaris.i586.jdk7u72=${jprt.my.solaris.i586.jdk7} + jprt.my.solaris.i586=${jprt.my.solaris.i586.${jprt.tools.default.release}} + + jprt.my.solaris.x64.jdk8=solaris_x64_5.10 + jprt.my.solaris.x64.jdk7=solaris_x64_5.10 +-jprt.my.solaris.x64.jdk7u60=${jprt.my.solaris.x64.jdk7} ++jprt.my.solaris.x64.jdk7u72=${jprt.my.solaris.x64.jdk7} + jprt.my.solaris.x64=${jprt.my.solaris.x64.${jprt.tools.default.release}} + + jprt.my.linux.i586.jdk8=linux_i586_2.6 + jprt.my.linux.i586.jdk7=linux_i586_2.6 +-jprt.my.linux.i586.jdk7u60=${jprt.my.linux.i586.jdk7} ++jprt.my.linux.i586.jdk7u72=${jprt.my.linux.i586.jdk7} + jprt.my.linux.i586=${jprt.my.linux.i586.${jprt.tools.default.release}} + + jprt.my.linux.x64.jdk8=linux_x64_2.6 + jprt.my.linux.x64.jdk7=linux_x64_2.6 +-jprt.my.linux.x64.jdk7u60=${jprt.my.linux.x64.jdk7} ++jprt.my.linux.x64.jdk7u72=${jprt.my.linux.x64.jdk7} + jprt.my.linux.x64=${jprt.my.linux.x64.${jprt.tools.default.release}} + + jprt.my.linux.ppc.jdk8=linux_ppc_2.6 + jprt.my.linux.ppc.jdk7=linux_ppc_2.6 +-jprt.my.linux.ppc.jdk7u60=${jprt.my.linux.ppc.jdk7} ++jprt.my.linux.ppc.jdk7u72=${jprt.my.linux.ppc.jdk7} + jprt.my.linux.ppc=${jprt.my.linux.ppc.${jprt.tools.default.release}} + + jprt.my.linux.ppcv2.jdk8=linux_ppcv2_2.6 + jprt.my.linux.ppcv2.jdk7=linux_ppcv2_2.6 +-jprt.my.linux.ppcv2.jdk7u60=${jprt.my.linux.ppcv2.jdk7} ++jprt.my.linux.ppcv2.jdk7u72=${jprt.my.linux.ppcv2.jdk7} + jprt.my.linux.ppcv2=${jprt.my.linux.ppcv2.${jprt.tools.default.release}} + + jprt.my.linux.armvfp.jdk8=linux_armvfp_2.6 + jprt.my.linux.armvfp.jdk7=linux_armvfp_2.6 +-jprt.my.linux.armvfp.jdk7u60=${jprt.my.linux.armvfp.jdk7} ++jprt.my.linux.armvfp.jdk7u72=${jprt.my.linux.armvfp.jdk7} + jprt.my.linux.armvfp=${jprt.my.linux.armvfp.${jprt.tools.default.release}} + + jprt.my.linux.armvfpsflt.jdk8=linux_armvfpsflt_2.6 + jprt.my.linux.armvfpsflt.jdk7=linux_armvfpsflt_2.6 +-jprt.my.linux.armvfpsflt.jdk7u60=${jprt.my.linux.armvfpsflt.jdk7} ++jprt.my.linux.armvfpsflt.jdk7u72=${jprt.my.linux.armvfpsflt.jdk7} + jprt.my.linux.armvfpsflt=${jprt.my.linux.armvfpsflt.${jprt.tools.default.release}} + + jprt.my.linux.armvfphflt.jdk8=linux_armvfphflt_2.6 + jprt.my.linux.armvfphflt.jdk7=linux_armvfphflt_2.6 +-jprt.my.linux.armvfphflt.jdk7u60=${jprt.my.linux.armvfphflt.jdk7} ++jprt.my.linux.armvfphflt.jdk7u72=${jprt.my.linux.armvfphflt.jdk7} + jprt.my.linux.armvfphflt=${jprt.my.linux.armvfphflt.${jprt.tools.default.release}} + + jprt.my.linux.armv6.jdk8=linux_armv6_2.6 + jprt.my.linux.armv6.jdk7=linux_armv6_2.6 +-jprt.my.linux.armv6.jdk7u60=${jprt.my.linux.armv6.jdk7} ++jprt.my.linux.armv6.jdk7u72=${jprt.my.linux.armv6.jdk7} + jprt.my.linux.armv6=${jprt.my.linux.armv6.${jprt.tools.default.release}} + + jprt.my.linux.armvs.jdk8=linux_armvs_2.6 + jprt.my.linux.armvs.jdk7=linux_armvs_2.6 +-jprt.my.linux.armvs.jdk7u60=${jprt.my.linux.armvs.jdk7} ++jprt.my.linux.armvs.jdk7u72=${jprt.my.linux.armvs.jdk7} + jprt.my.linux.armvs=${jprt.my.linux.armvs.${jprt.tools.default.release}} + + jprt.my.linux.armvh.jdk8=linux_armvh_2.6 + jprt.my.linux.armvh.jdk7=linux_armvh_2.6 +-jprt.my.linux.armvh.jdk7u60=${jprt.my.linux.armvh.jdk7} ++jprt.my.linux.armvh.jdk7u72=${jprt.my.linux.armvh.jdk7} + jprt.my.linux.armvh=${jprt.my.linux.armvh.${jprt.tools.default.release}} + + jprt.my.linux.armsflt.jdk8=linux_armsflt_2.6 + jprt.my.linux.armsflt.jdk7=linux_armsflt_2.6 +-jprt.my.linux.armsflt.jdk7u60=${jprt.my.linux.armsflt.jdk7} ++jprt.my.linux.armsflt.jdk7u72=${jprt.my.linux.armsflt.jdk7} + jprt.my.linux.armsflt=${jprt.my.linux.armsflt.${jprt.tools.default.release}} + ++jprt.my.linux.sparcv9=linux_sparcv9_3.8 ++ + jprt.my.macosx.x64.jdk8=macosx_x64_10.7 + jprt.my.macosx.x64.jdk7=macosx_x64_10.7 +-jprt.my.macosx.x64.jdk7u60=${jprt.my.macosx.x64.jdk7} ++jprt.my.macosx.x64.jdk7u72=${jprt.my.macosx.x64.jdk7} + jprt.my.macosx.x64=${jprt.my.macosx.x64.${jprt.tools.default.release}} + + jprt.my.windows.i586.jdk8=windows_i586_5.1 + jprt.my.windows.i586.jdk7=windows_i586_5.1 +-jprt.my.windows.i586.jdk7u60=${jprt.my.windows.i586.jdk7} ++jprt.my.windows.i586.jdk7u72=${jprt.my.windows.i586.jdk7} + jprt.my.windows.i586=${jprt.my.windows.i586.${jprt.tools.default.release}} + + jprt.my.windows.x64.jdk8=windows_x64_5.2 + jprt.my.windows.x64.jdk7=windows_x64_5.2 +-jprt.my.windows.x64.jdk7u60=${jprt.my.windows.x64.jdk7} ++jprt.my.windows.x64.jdk7u72=${jprt.my.windows.x64.jdk7} + jprt.my.windows.x64=${jprt.my.windows.x64.${jprt.tools.default.release}} + + # Standard list of jprt build targets for this source tree +@@ -151,6 +153,7 @@ + ${jprt.my.solaris.x64}-{product|fastdebug|debug}, \ + ${jprt.my.linux.i586}-{product|fastdebug|debug}, \ + ${jprt.my.linux.x64}-{product|fastdebug}, \ ++ ${jprt.my.linux.sparcv9}-{product|fastdebug}, \ + ${jprt.my.macosx.x64}-{product|fastdebug|debug}, \ + ${jprt.my.windows.i586}-{product|fastdebug|debug}, \ + ${jprt.my.windows.x64}-{product|fastdebug|debug}, \ +@@ -177,7 +180,7 @@ + + jprt.build.targets.jdk8=${jprt.build.targets.all} + jprt.build.targets.jdk7=${jprt.build.targets.all} +-jprt.build.targets.jdk7u60=${jprt.build.targets.all} ++jprt.build.targets.jdk7u72=${jprt.build.targets.all} + jprt.build.targets=${jprt.build.targets.${jprt.tools.default.release}} + + # Subset lists of test targets for this source tree +@@ -352,6 +355,30 @@ + ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_G1, \ + ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_ParOldGC + ++jprt.my.linux.sparcv9.test.targets = \ ++ ${jprt.my.linux.sparcv9}-{product|fastdebug}-c2-jvm98, \ ++ ${jprt.my.linux.sparcv9}-{product|fastdebug}-c2-jvm98_nontiered, \ ++ ${jprt.my.linux.sparcv9}-{product|fastdebug}-c2-scimark, \ ++ ${jprt.my.linux.sparcv9}-{product|fastdebug}-c2-GCBasher_default, \ ++ ${jprt.my.linux.sparcv9}-{product|fastdebug}-c2-GCBasher_SerialGC, \ ++ ${jprt.my.linux.sparcv9}-{product|fastdebug}-c2-GCBasher_ParallelGC, \ ++ ${jprt.my.linux.sparcv9}-{product|fastdebug}-c2-GCBasher_ParNewGC, \ ++ ${jprt.my.linux.sparcv9}-{product|fastdebug}-c2-GCBasher_CMS, \ ++ ${jprt.my.linux.sparcv9}-{product|fastdebug}-c2-GCBasher_G1, \ ++ ${jprt.my.linux.sparcv9}-{product|fastdebug}-c2-GCBasher_ParOldGC, \ ++ ${jprt.my.linux.sparcv9}-{product|fastdebug}-c2-GCOld_default, \ ++ ${jprt.my.linux.sparcv9}-{product|fastdebug}-c2-GCOld_SerialGC, \ ++ ${jprt.my.linux.sparcv9}-{product|fastdebug}-c2-GCOld_ParallelGC, \ ++ ${jprt.my.linux.sparcv9}-{product|fastdebug}-c2-GCOld_ParNewGC, \ ++ ${jprt.my.linux.sparcv9}-{product|fastdebug}-c2-GCOld_CMS, \ ++ ${jprt.my.linux.sparcv9}-{product|fastdebug}-c2-GCOld_G1, \ ++ ${jprt.my.linux.sparcv9}-{product|fastdebug}-c2-GCOld_ParOldGC, \ ++ ${jprt.my.linux.sparcv9}-{product|fastdebug}-c2-jbb_default, \ ++ ${jprt.my.linux.sparcv9}-{product|fastdebug}-c2-jbb_default_nontiered, \ ++ ${jprt.my.linux.sparcv9}-{product|fastdebug}-c2-jbb_ParallelGC, \ ++ ${jprt.my.linux.sparcv9}-{product|fastdebug}-c2-jbb_G1, \ ++ ${jprt.my.linux.sparcv9}-{product|fastdebug}-c2-jbb_ParOldGC ++ + jprt.my.macosx.x64.test.targets = \ + ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jvm98, \ + ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jvm98_nontiered, \ +@@ -452,6 +479,7 @@ + ${jprt.my.solaris.x64.test.targets}, \ + ${jprt.my.linux.i586.test.targets}, \ + ${jprt.my.linux.x64.test.targets}, \ ++ ${jprt.my.linux.sparcv9.test.targets}, \ + ${jprt.my.macosx.x64.test.targets}, \ + ${jprt.my.windows.i586.test.targets}, \ + ${jprt.my.windows.x64.test.targets}, \ +@@ -470,7 +498,7 @@ + + jprt.test.targets.jdk8=${jprt.test.targets.standard} + jprt.test.targets.jdk7=${jprt.test.targets.standard} +-jprt.test.targets.jdk7u60=${jprt.test.targets.jdk7} ++jprt.test.targets.jdk7u72=${jprt.test.targets.jdk7} + jprt.test.targets=${jprt.test.targets.${jprt.tools.default.release}} + + # The default test/Makefile targets that should be run +@@ -490,6 +518,7 @@ + ${jprt.my.solaris.x64}-*-c2-servertest, \ + ${jprt.my.linux.i586}-*-c2-servertest, \ + ${jprt.my.linux.x64}-*-c2-servertest, \ ++ ${jprt.my.linux.sparcv9}-*-c2-servertest, \ + ${jprt.my.macosx.x64}-*-c2-servertest, \ + ${jprt.my.windows.i586}-*-c2-servertest, \ + ${jprt.my.windows.x64}-*-c2-servertest +@@ -501,6 +530,7 @@ + ${jprt.my.solaris.x64}-fastdebug-c2-internalvmtests, \ + ${jprt.my.linux.i586}-fastdebug-c2-internalvmtests, \ + ${jprt.my.linux.x64}-fastdebug-c2-internalvmtests, \ ++ ${jprt.my.linux.sparcv9}-fastdebug-c2-internalvmtests, \ + ${jprt.my.macosx.x64}-fastdebug-c2-internalvmtests, \ + ${jprt.my.windows.i586}-fastdebug-c2-internalvmtests, \ + ${jprt.my.windows.x64}-fastdebug-c2-internalvmtests +@@ -512,6 +542,7 @@ + ${jprt.my.solaris.x64}-{product|fastdebug}-c2-wbapitest, \ + ${jprt.my.linux.i586}-{product|fastdebug}-c2-wbapitest, \ + ${jprt.my.linux.x64}-{product|fastdebug}-c2-wbapitest, \ ++ ${jprt.my.linux.sparcv9}-{product|fastdebug}-c2-wbapitest, \ + ${jprt.my.windows.i586}-{product|fastdebug}-c2-wbapitest, \ + ${jprt.my.windows.x64}-{product|fastdebug}-c2-wbapitest, \ + ${jprt.my.solaris.sparc}-{product|fastdebug}-c1-wbapitest, \ +@@ -530,7 +561,7 @@ + + jprt.make.rule.test.targets.jdk8=${jprt.make.rule.test.targets.standard} + jprt.make.rule.test.targets.jdk7=${jprt.make.rule.test.targets.standard} +-jprt.make.rule.test.targets.jdk7u60=${jprt.make.rule.test.targets.jdk7} ++jprt.make.rule.test.targets.jdk7u72=${jprt.make.rule.test.targets.jdk7} + jprt.make.rule.test.targets=${jprt.make.rule.test.targets.${jprt.tools.default.release}} + + # 7155453: Work-around to prevent popups on OSX from blocking test completion +--- ./hotspot/src/cpu/sparc/vm/assembler_sparc.inline.hpp Mon Jan 05 11:51:17 2015 -0800 ++++ ./hotspot/src/cpu/sparc/vm/assembler_sparc.inline.hpp Fri Apr 10 09:19:25 2015 -0700 +@@ -119,7 +119,15 @@ + inline void Assembler::ldf(FloatRegisterImpl::Width w, Register s1, Register s2, FloatRegister d) { emit_long( op(ldst_op) | fd(d, w) | alt_op3(ldf_op3, w) | rs1(s1) | rs2(s2) ); } + inline void Assembler::ldf(FloatRegisterImpl::Width w, Register s1, int simm13a, FloatRegister d, RelocationHolder const& rspec) { emit_data( op(ldst_op) | fd(d, w) | alt_op3(ldf_op3, w) | rs1(s1) | immed(true) | simm(simm13a, 13), rspec); } + +-inline void Assembler::ldf(FloatRegisterImpl::Width w, const Address& a, FloatRegister d, int offset) { relocate(a.rspec(offset)); ldf( w, a.base(), a.disp() + offset, d); } ++inline void Assembler::ldf(FloatRegisterImpl::Width w, const Address& a, FloatRegister d, int offset) { ++ relocate(a.rspec(offset)); ++ if (a.has_index()) { ++ assert(offset == 0, ""); ++ ldf(w, a.base(), a.index(), d); ++ } else { ++ ldf(w, a.base(), a.disp() + offset, d); ++ } ++} + + inline void Assembler::ldfsr( Register s1, Register s2) { v9_dep(); emit_long( op(ldst_op) | op3(ldfsr_op3) | rs1(s1) | rs2(s2) ); } + inline void Assembler::ldfsr( Register s1, int simm13a) { v9_dep(); emit_data( op(ldst_op) | op3(ldfsr_op3) | rs1(s1) | immed(true) | simm(simm13a, 13)); } +--- ./hotspot/src/cpu/sparc/vm/stubGenerator_sparc.cpp Mon Jan 05 11:51:17 2015 -0800 ++++ ./hotspot/src/cpu/sparc/vm/stubGenerator_sparc.cpp Fri Apr 10 09:19:25 2015 -0700 +@@ -614,8 +614,8 @@ + // Save the regs and make space for a C call + __ save(SP, -96, SP); + __ save_all_globals_into_locals(); +- BLOCK_COMMENT("call os::naked_sleep"); +- __ call(CAST_FROM_FN_PTR(address, os::naked_sleep)); ++ BLOCK_COMMENT("call os::naked_short_sleep"); ++ __ call(CAST_FROM_FN_PTR(address, os::naked_short_sleep)); + __ delayed()->nop(); + __ restore_globals_from_locals(); + __ restore(); +--- ./hotspot/src/cpu/sparc/vm/vm_version_sparc.cpp Mon Jan 05 11:51:17 2015 -0800 ++++ ./hotspot/src/cpu/sparc/vm/vm_version_sparc.cpp Fri Apr 10 09:19:25 2015 -0700 +@@ -98,6 +98,27 @@ + _supports_cx8 = has_v9(); + _supports_atomic_getset4 = true; // swap instruction + ++ // There are Fujitsu Sparc64 CPUs which support blk_init as well so ++ // we have to take this check out of the 'is_niagara()' block below. ++ if (has_blk_init()) { ++ // When using CMS or G1, we cannot use memset() in BOT updates ++ // because the sun4v/CMT version in libc_psr uses BIS which ++ // exposes "phantom zeros" to concurrent readers. See 6948537. ++ if (FLAG_IS_DEFAULT(UseMemSetInBOT) && (UseConcMarkSweepGC || UseG1GC)) { ++ FLAG_SET_DEFAULT(UseMemSetInBOT, false); ++ } ++ // Issue a stern warning if the user has explicitly set ++ // UseMemSetInBOT (it is known to cause issues), but allow ++ // use for experimentation and debugging. ++ if (UseConcMarkSweepGC || UseG1GC) { ++ if (UseMemSetInBOT) { ++ assert(!FLAG_IS_DEFAULT(UseMemSetInBOT), "Error"); ++ warning("Experimental flag -XX:+UseMemSetInBOT is known to cause instability" ++ " on sun4v; please understand that you are using at your own risk!"); ++ } ++ } ++ } ++ + if (is_niagara()) { + // Indirect branch is the same cost as direct + if (FLAG_IS_DEFAULT(UseInlineCaches)) { +@@ -107,12 +128,6 @@ + if (FLAG_IS_DEFAULT(OptoLoopAlignment)) { + FLAG_SET_DEFAULT(OptoLoopAlignment, 4); + } +- // When using CMS or G1, we cannot use memset() in BOT updates +- // because the sun4v/CMT version in libc_psr uses BIS which +- // exposes "phantom zeros" to concurrent readers. See 6948537. +- if (FLAG_IS_DEFAULT(UseMemSetInBOT) && (UseConcMarkSweepGC || UseG1GC)) { +- FLAG_SET_DEFAULT(UseMemSetInBOT, false); +- } + #ifdef _LP64 + // 32-bit oops don't make sense for the 64-bit VM on sparc + // since the 32-bit VM has the same registers and smaller objects. +--- ./hotspot/src/cpu/sparc/vm/vm_version_sparc.hpp Mon Jan 05 11:51:17 2015 -0800 ++++ ./hotspot/src/cpu/sparc/vm/vm_version_sparc.hpp Fri Apr 10 09:19:25 2015 -0700 +@@ -96,7 +96,13 @@ + static bool is_M_family(int features) { return (features & M_family_m) != 0; } + static bool is_T_family(int features) { return (features & T_family_m) != 0; } + static bool is_niagara() { return is_T_family(_features); } +- DEBUG_ONLY( static bool is_niagara(int features) { return (features & sun4v_m) != 0; } ) ++#ifdef ASSERT ++ static bool is_niagara(int features) { ++ // 'sun4v_m' may be defined on both Sun/Oracle Sparc CPUs as well as ++ // on Fujitsu Sparc64 CPUs, but only Sun/Oracle Sparcs can be 'niagaras'. ++ return (features & sun4v_m) != 0 && (features & sparc64_family_m) == 0; ++ } ++#endif + + // Returns true if it is niagara1 (T1). + static bool is_T1_model(int features) { return is_T_family(features) && ((features & T1_model_m) != 0); } +--- ./hotspot/src/cpu/x86/vm/assembler_x86.cpp Mon Jan 05 11:51:17 2015 -0800 ++++ ./hotspot/src/cpu/x86/vm/assembler_x86.cpp Fri Apr 10 09:19:25 2015 -0700 +@@ -7641,10 +7641,12 @@ + // if fast computation is not possible, result is NaN. Requires + // fallback from user of this macro. + // increase precision for intermediate steps of the computation ++ BLOCK_COMMENT("fast_pow {"); + increase_precision(); + fyl2x(); // Stack: (Y*log2(X)) ... + pow_exp_core_encoding(); // Stack: exp(X) ... + restore_precision(); ++ BLOCK_COMMENT("} fast_pow"); + } + + void MacroAssembler::fast_exp() { +--- ./hotspot/src/cpu/x86/vm/frame_x86.inline.hpp Mon Jan 05 11:51:17 2015 -0800 ++++ ./hotspot/src/cpu/x86/vm/frame_x86.inline.hpp Fri Apr 10 09:19:25 2015 -0700 +@@ -292,14 +292,18 @@ + return true; + } + ++inline oop frame::saved_oop_result(RegisterMap* map) const { ++ oop* result_adr = (oop *)map->location(rax->as_VMReg()); ++ guarantee(result_adr != NULL, "bad register save location"); + +- +-inline oop frame::saved_oop_result(RegisterMap* map) const { +- return *((oop*) map->location(rax->as_VMReg())); ++ return (*result_adr); + } + + inline void frame::set_saved_oop_result(RegisterMap* map, oop obj) { +- *((oop*) map->location(rax->as_VMReg())) = obj; ++ oop* result_adr = (oop *)map->location(rax->as_VMReg()); ++ guarantee(result_adr != NULL, "bad register save location"); ++ ++ *result_adr = obj; + } + + #endif // CPU_X86_VM_FRAME_X86_INLINE_HPP +--- ./hotspot/src/cpu/x86/vm/vm_version_x86.hpp Mon Jan 05 11:51:17 2015 -0800 ++++ ./hotspot/src/cpu/x86/vm/vm_version_x86.hpp Fri Apr 10 09:19:25 2015 -0700 +@@ -499,10 +499,12 @@ + static uint cores_per_cpu() { + uint result = 1; + if (is_intel()) { +- if (supports_processor_topology()) { ++ bool supports_topology = supports_processor_topology(); ++ if (supports_topology) { + result = _cpuid_info.tpl_cpuidB1_ebx.bits.logical_cpus / + _cpuid_info.tpl_cpuidB0_ebx.bits.logical_cpus; +- } else { ++ } ++ if (!supports_topology || result == 0) { + result = (_cpuid_info.dcp_cpuid4_eax.bits.cores_per_cpu + 1); + } + } else if (is_amd()) { +--- ./hotspot/src/os/bsd/dtrace/libjvm_db.c Mon Jan 05 11:51:17 2015 -0800 ++++ ./hotspot/src/os/bsd/dtrace/libjvm_db.c Fri Apr 10 09:19:25 2015 -0700 +@@ -261,6 +261,9 @@ + uint64_t base; + int err; + ++ /* Clear *vmp now in case we jump to fail: */ ++ memset(vmp, 0, sizeof(VMStructEntry)); ++ + err = ps_pglobal_lookup(J->P, LIBJVM_SO, "gHotSpotVMStructs", &sym_addr); + CHECK_FAIL(err); + err = read_pointer(J, sym_addr, &gHotSpotVMStructs); +--- ./hotspot/src/os/bsd/vm/os_bsd.cpp Mon Jan 05 11:51:17 2015 -0800 ++++ ./hotspot/src/os/bsd/vm/os_bsd.cpp Fri Apr 10 09:19:25 2015 -0700 +@@ -3711,9 +3711,21 @@ + } + } + +-int os::naked_sleep() { +- // %% make the sleep time an integer flag. for now use 1 millisec. +- return os::sleep(Thread::current(), 1, false); ++void os::naked_short_sleep(jlong ms) { ++ struct timespec req; ++ ++ assert(ms < 1000, "Un-interruptable sleep, short time use only"); ++ req.tv_sec = 0; ++ if (ms > 0) { ++ req.tv_nsec = (ms % 1000) * 1000000; ++ } ++ else { ++ req.tv_nsec = 1; ++ } ++ ++ nanosleep(&req, NULL); ++ ++ return; + } + + // Sleep forever; naked call to OS-specific sleep; use with CAUTION +--- ./hotspot/src/os/linux/vm/os_linux.cpp Mon Jan 05 11:51:17 2015 -0800 ++++ ./hotspot/src/os/linux/vm/os_linux.cpp Fri Apr 10 09:19:25 2015 -0700 +@@ -1,5 +1,5 @@ + /* +- * Copyright (c) 1999, 2014, Oracle and/or its affiliates. All rights reserved. ++ * Copyright (c) 1999, 2015, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it +@@ -3866,9 +3866,33 @@ + } + } + +-int os::naked_sleep() { +- // %% make the sleep time an integer flag. for now use 1 millisec. +- return os::sleep(Thread::current(), 1, false); ++// ++// Short sleep, direct OS call. ++// ++// Note: certain versions of Linux CFS scheduler (since 2.6.23) do not guarantee ++// sched_yield(2) will actually give up the CPU: ++// ++// * Alone on this pariticular CPU, keeps running. ++// * Before the introduction of "skip_buddy" with "compat_yield" disabled ++// (pre 2.6.39). ++// ++// So calling this with 0 is an alternative. ++// ++void os::naked_short_sleep(jlong ms) { ++ struct timespec req; ++ ++ assert(ms < 1000, "Un-interruptable sleep, short time use only"); ++ req.tv_sec = 0; ++ if (ms > 0) { ++ req.tv_nsec = (ms % 1000) * 1000000; ++ } ++ else { ++ req.tv_nsec = 1; ++ } ++ ++ nanosleep(&req, NULL); ++ ++ return; + } + + // Sleep forever; naked call to OS-specific sleep; use with CAUTION +@@ -6041,26 +6065,57 @@ + #define __NR_execve IA32_ONLY(11) IA64_ONLY(1033) AMD64_ONLY(59) + #endif + ++#if defined(SPARC) ++// This assembly code makes the call to "syscall(__NR_fork)" and then ++// gets the values for "pid" and "is_child" from the correct registers. ++// This was done to make sure the compiler does not change the order ++// of the instructions while optimizing. ++void sparc_fork(int nr_fork, pid_t *pid, int *ischild) { ++ asm volatile ( ++ " mov %2, %%o0\n\t" ++ " call syscall, 0\n\t" ++ " nop\n\t" ++ " mov %%o0, %0\n\t" ++ " mov %%o1, %1\n\t" ++ : "=r" (*pid), "=r" (*ischild) ++ : "r" (nr_fork) : ++ ); ++} ++#endif ++ + // Run the specified command in a separate process. Return its exit value, + // or -1 on failure (e.g. can't fork a new process). + // Unlike system(), this function can be called from signal handler. It + // doesn't block SIGINT et al. + int os::fork_and_exec(char* cmd) { + const char * argv[4] = {"sh", "-c", cmd, NULL}; ++ int is_child; ++ pid_t pid; + + // fork() in LinuxThreads/NPTL is not async-safe. It needs to run + // pthread_atfork handlers and reset pthread library. All we need is a + // separate process to execve. Make a direct syscall to fork process. + // On IA64 there's no fork syscall, we have to use fork() and hope for + // the best... +- pid_t pid = NOT_IA64(syscall(__NR_fork);) ++#if defined(SPARC) ++ sparc_fork(__NR_fork, &pid, &is_child); ++#else ++ pid = NOT_IA64(syscall(__NR_fork);) + IA64_ONLY(fork();) + ++ // set the is_child flag by checking the pid ++ if (pid == 0) { ++ is_child = 1; ++ } else { ++ is_child = 0; ++ } ++#endif ++ + if (pid < 0) { + // fork failed + return -1; + +- } else if (pid == 0) { ++ } else if (is_child) { + // child process + + // execve() in LinuxThreads will call pthread_kill_other_threads_np() +--- ./hotspot/src/os/solaris/dtrace/libjvm_db.c Mon Jan 05 11:51:17 2015 -0800 ++++ ./hotspot/src/os/solaris/dtrace/libjvm_db.c Fri Apr 10 09:19:25 2015 -0700 +@@ -261,6 +261,9 @@ + uint64_t base; + int err; + ++ /* Clear *vmp now in case we jump to fail: */ ++ memset(vmp, 0, sizeof(VMStructEntry)); ++ + err = ps_pglobal_lookup(J->P, LIBJVM_SO, "gHotSpotVMStructs", &sym_addr); + CHECK_FAIL(err); + err = read_pointer(J, sym_addr, &gHotSpotVMStructs); +--- ./hotspot/src/os/solaris/vm/os_solaris.cpp Mon Jan 05 11:51:17 2015 -0800 ++++ ./hotspot/src/os/solaris/vm/os_solaris.cpp Fri Apr 10 09:19:25 2015 -0700 +@@ -2311,8 +2311,8 @@ + st->cr(); + status = true; + } +- ::close(fd); + } ++ ::close(fd); + } + return status; + } +@@ -2336,13 +2336,18 @@ + "ILL_ILLTRP", "ILL_PRVOPC", "ILL_PRVREG", *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 05:42:29 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2FB6EF46; Tue, 28 Apr 2015 05:42:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0FD22162D; Tue, 28 Apr 2015 05:42:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3S5gSRp050862; Tue, 28 Apr 2015 05:42:28 GMT (envelope-from vg@FreeBSD.org) Received: (from vg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3S5gRTf050856; Tue, 28 Apr 2015 05:42:27 GMT (envelope-from vg@FreeBSD.org) Message-Id: <201504280542.t3S5gRTf050856@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vg set sender to vg@FreeBSD.org using -f From: Veniamin Gvozdikov Date: Tue, 28 Apr 2015 05:42:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384886 - in head/www: . itop itop/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 05:42:29 -0000 Author: vg Date: Tue Apr 28 05:42:27 2015 New Revision: 384886 URL: https://svnweb.freebsd.org/changeset/ports/384886 Log: New port: www/itop iTop stands for IT Operational Portal. iTop is an Open Source web application for the day to day operations of an IT environment. iTop was designed with the ITIL best practices in mind but does not dictate any specific process, the application is flexible enough to adapt to your processes whether you want rather informal and pragmatic processes or a strict ITIL aligned behavior. WWW: http://www.combodo.com/ PR: ports/199646 Submitted by: olevole@olevole.ru Added: head/www/itop/ head/www/itop/Makefile (contents, props changed) head/www/itop/distinfo (contents, props changed) head/www/itop/files/ head/www/itop/files/pkg-message.in (contents, props changed) head/www/itop/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Tue Apr 28 05:40:56 2015 (r384885) +++ head/www/Makefile Tue Apr 28 05:42:27 2015 (r384886) @@ -331,6 +331,7 @@ SUBDIR += interchange SUBDIR += iojs SUBDIR += ismail + SUBDIR += itop SUBDIR += iwebcal SUBDIR += jawstats SUBDIR += jdresolve Added: head/www/itop/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/itop/Makefile Tue Apr 28 05:42:27 2015 (r384886) @@ -0,0 +1,54 @@ +# $FreeBSD$ + +PORTNAME= itop +PORTVERSION= 2.1.0 +CATEGORIES= www +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} +DISTNAME= iTop-${PORTVERSION}-2127 + +MAINTAINER= olevole@olevole.ru +COMMENT= Simple, web based IT Service Management tool + +LICENSE= AGPLv3 + +USES= zip +USE_PHP= ctype iconv mbstring pcre session xml zlib readline \ + dom simplexml hash json soap mcrypt filter + +NO_BUILD= yes + +ITOPDIR= ${WWWDIR}/${PORTNAME} +SUB_FILES= pkg-message + +OPTIONS_DEFINE= MYSQL PGSQL LDAP +OPTIONS_DEFAULT=MYSQL + +.include + +.if ${PORT_OPTIONS:MMYSQL} +USE_MYSQL= client +USE_PHP+= mysql mysqli +.endif + +.if ${PORT_OPTIONS:MPGSQL} +USE_PHP+= pgsql +.endif + +.if ${PORT_OPTIONS:MLDAP} +USE_PHP+= ldap +.endif + +post-install: + @${ECHO_CMD} "@owner ${WWWOWN}" >> ${TMPPLIST} + @${ECHO_CMD} "@group ${WWWGRP}" >> ${TMPPLIST} + @${FIND} -s ${STAGEDIR}${WWWDIR} -not -type d | ${SORT} | \ + ${SED} -e 's#^${STAGEDIR}${PREFIX}/##' >> ${TMPPLIST} + @${ECHO} @dir ${WWWDIR} >> ${TMPPLIST} + @${ECHO_CMD} "@group" >> ${TMPPLIST} + @${ECHO_CMD} "@owner" >> ${TMPPLIST} + +do-install: + @${MKDIR} ${STAGEDIR}${WWWDIR} + ${CP} -a ${WRKDIR}/web/ ${STAGEDIR}${WWWDIR} + +.include Added: head/www/itop/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/itop/distinfo Tue Apr 28 05:42:27 2015 (r384886) @@ -0,0 +1,2 @@ +SHA256 (iTop-2.1.0-2127.zip) = b6816809b1ba9f4ec2aff13ae029eefeaef880329fb406b5b509ad0ad43f0764 +SIZE (iTop-2.1.0-2127.zip) = 6334005 Added: head/www/itop/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/itop/files/pkg-message.in Tue Apr 28 05:42:27 2015 (r384886) @@ -0,0 +1,27 @@ +Installation: + +1. Ensure that all the scripts have the appropriate owner (if PHP is running in + safe mode, having some scripts with an owner different from the owner of + other scripts will be a problem). + Check the access rights on the files/folders: the setup needs to have write + access either to the whole directory where iTop is installed or to the following + subdirectories (create them if needed) + - conf + - data + - env-production + - log + +2. You now need to create the DB where iTop is going to live + + PostgreSQL:: + createdb -U pgsql -W itop + createuser -U pgsql -P -e itop + createlang -U pgsql -W plpgsql itop + + MySQL:: + mysqladmin -u dba_user -p create itop + mysql -u dba_user -p + GRANT ALL PRIVILEGES ON itop.* TO itop@localhost IDENTIFIED BY 'passwd'; + +3. Open the main iTop directory in your web browser. iTop should then display + the setup instructions on screen. Added: head/www/itop/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/itop/pkg-descr Tue Apr 28 05:42:27 2015 (r384886) @@ -0,0 +1,8 @@ +iTop stands for IT Operational Portal. +iTop is an Open Source web application for the day to day operations +of an IT environment. iTop was designed with the ITIL best practices +in mind but does not dictate any specific process, the application +is flexible enough to adapt to your processes whether you want rather +informal and pragmatic processes or a strict ITIL aligned behavior. + +WWW: http://www.combodo.com/ From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 06:05:36 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BADA52F2; Tue, 28 Apr 2015 06:05:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A8D3C185D; Tue, 28 Apr 2015 06:05:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3S65aLt061106; Tue, 28 Apr 2015 06:05:36 GMT (envelope-from vg@FreeBSD.org) Received: (from vg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3S65awt061100; Tue, 28 Apr 2015 06:05:36 GMT (envelope-from vg@FreeBSD.org) Message-Id: <201504280605.t3S65awt061100@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vg set sender to vg@FreeBSD.org using -f From: Veniamin Gvozdikov Date: Tue, 28 Apr 2015 06:05:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384887 - head/graphics/pngcrush X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 06:05:36 -0000 Author: vg Date: Tue Apr 28 06:05:35 2015 New Revision: 384887 URL: https://svnweb.freebsd.org/changeset/ports/384887 Log: - Update to 1.7.85 Changelog: * Improved reporting of invalid chunk names. Does not try to put non-printable characters in STDERR; displays hex numbers instead. * Fixed include path for utime.h on MSVC (Louis McLaughlin). * Eliminated "FAR" memory support (it was removed from libpng at version 1.6.0). * Disabled the "-already_crushed" option which does not really work well. PR: ports/199520 Submitted by: Anton Sayetsky (maintainer) Modified: head/graphics/pngcrush/Makefile head/graphics/pngcrush/distinfo Modified: head/graphics/pngcrush/Makefile ============================================================================== --- head/graphics/pngcrush/Makefile Tue Apr 28 05:42:27 2015 (r384886) +++ head/graphics/pngcrush/Makefile Tue Apr 28 06:05:35 2015 (r384887) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pngcrush -PORTVERSION= 1.7.84 +PORTVERSION= 1.7.85 CATEGORIES= graphics MASTER_SITES= SF/pmt/${PORTNAME}/${PORTVERSION}/ \ SF/pmt/${PORTNAME}/old-versions/1.7/${PORTVERSION}/ Modified: head/graphics/pngcrush/distinfo ============================================================================== --- head/graphics/pngcrush/distinfo Tue Apr 28 05:42:27 2015 (r384886) +++ head/graphics/pngcrush/distinfo Tue Apr 28 06:05:35 2015 (r384887) @@ -1,2 +1,2 @@ -SHA256 (pngcrush-1.7.84-nolib.tar.xz) = 2d45b172ce334945edabf33321a8712ebbf8692490a5e37c6a28e18dbba7b4c2 -SIZE (pngcrush-1.7.84-nolib.tar.xz) = 60052 +SHA256 (pngcrush-1.7.85-nolib.tar.xz) = 296cef699cac7b23c02f5458e4fd7fe3b07ee4748a69928c7d51743198f56cc3 +SIZE (pngcrush-1.7.85-nolib.tar.xz) = 59828 From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 06:32:24 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 12423A9E; Tue, 28 Apr 2015 06:32:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F3A261BCE; Tue, 28 Apr 2015 06:32:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3S6WN02075371; Tue, 28 Apr 2015 06:32:23 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3S6WNTP075370; Tue, 28 Apr 2015 06:32:23 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201504280632.t3S6WNTP075370@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Tue, 28 Apr 2015 06:32:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384888 - head/lang/gcc5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 06:32:24 -0000 Author: marino Date: Tue Apr 28 06:32:23 2015 New Revision: 384888 URL: https://svnweb.freebsd.org/changeset/ports/384888 Log: lang/gcc5: Remove Dragonfly's Makefile; it's no longer needed Now that the JAVA exclusion is part of the main Makefile, the only thing Makefile.DragonFly was doing was supporting pre-gcc5 dev branch. Those users have a static package available to them, and in general they are expected to upgrade to post-gcc5 in base anyway. Thus the DF makefile is no longer necessary. Deleted: head/lang/gcc5/Makefile.DragonFly From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 07:53:49 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0079DE78; Tue, 28 Apr 2015 07:53:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E3045156A; Tue, 28 Apr 2015 07:53:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3S7rmtE014870; Tue, 28 Apr 2015 07:53:48 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3S7rmeI014869; Tue, 28 Apr 2015 07:53:48 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201504280753.t3S7rmeI014869@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Tue, 28 Apr 2015 07:53:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384889 - head/devel/p5-Term-EditLine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 07:53:49 -0000 Author: ehaupt Date: Tue Apr 28 07:53:48 2015 New Revision: 384889 URL: https://svnweb.freebsd.org/changeset/ports/384889 Log: Specify PORTSCOUT hints. Modified: head/devel/p5-Term-EditLine/Makefile Modified: head/devel/p5-Term-EditLine/Makefile ============================================================================== --- head/devel/p5-Term-EditLine/Makefile Tue Apr 28 06:32:23 2015 (r384888) +++ head/devel/p5-Term-EditLine/Makefile Tue Apr 28 07:53:48 2015 (r384889) @@ -14,6 +14,8 @@ COMMENT= Perl interface to the NetBSD ed USES= perl5 USE_PERL5= configure +PORTSCOUT= skipv:0.06,0.07 # no functional change + post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Term/EditLine/EditLine.so From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 08:46:54 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 92B90CD9; Tue, 28 Apr 2015 08:46:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 810641B71; Tue, 28 Apr 2015 08:46:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3S8ksd9039966; Tue, 28 Apr 2015 08:46:54 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3S8ksnu039964; Tue, 28 Apr 2015 08:46:54 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201504280846.t3S8ksnu039964@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Tue, 28 Apr 2015 08:46:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384890 - head/mail/p5-Mail-LMLM X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 08:46:54 -0000 Author: culot Date: Tue Apr 28 08:46:53 2015 New Revision: 384890 URL: https://svnweb.freebsd.org/changeset/ports/384890 Log: - Update to 0.6804 Changes: http://search.cpan.org/dist/Mail-LMLM/Changes Modified: head/mail/p5-Mail-LMLM/Makefile head/mail/p5-Mail-LMLM/distinfo Modified: head/mail/p5-Mail-LMLM/Makefile ============================================================================== --- head/mail/p5-Mail-LMLM/Makefile Tue Apr 28 07:53:48 2015 (r384889) +++ head/mail/p5-Mail-LMLM/Makefile Tue Apr 28 08:46:53 2015 (r384890) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Mail-LMLM -PORTVERSION= 0.6803 -PORTREVISION= 1 +PORTVERSION= 0.6804 CATEGORIES= mail perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Mail Modified: head/mail/p5-Mail-LMLM/distinfo ============================================================================== --- head/mail/p5-Mail-LMLM/distinfo Tue Apr 28 07:53:48 2015 (r384889) +++ head/mail/p5-Mail-LMLM/distinfo Tue Apr 28 08:46:53 2015 (r384890) @@ -1,2 +1,2 @@ -SHA256 (Mail-LMLM-0.6803.tar.gz) = 4cffec2e2408fe20a7c9119da36ad5d15221cf357ea6e5ec4b53704e8a848917 -SIZE (Mail-LMLM-0.6803.tar.gz) = 23192 +SHA256 (Mail-LMLM-0.6804.tar.gz) = 62af85ab0c9074208c63b777b0c46a6379749d095055270ca4b1ebe49c15dead +SIZE (Mail-LMLM-0.6804.tar.gz) = 23262 From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 09:11:18 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BE25A209; Tue, 28 Apr 2015 09:11:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A842B1DEC; Tue, 28 Apr 2015 09:11:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3S9BIG5054131; Tue, 28 Apr 2015 09:11:18 GMT (envelope-from blackend@FreeBSD.org) Received: (from blackend@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3S9B9Ei054072; Tue, 28 Apr 2015 09:11:09 GMT (envelope-from blackend@FreeBSD.org) Message-Id: <201504280911.t3S9B9Ei054072@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: blackend set sender to blackend@FreeBSD.org using -f From: Marc Fonvieille Date: Tue, 28 Apr 2015 09:11:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384891 - in head/misc: freebsd-doc-all freebsd-doc-de freebsd-doc-el freebsd-doc-en freebsd-doc-es freebsd-doc-fr freebsd-doc-hu freebsd-doc-ja freebsd-doc-nl freebsd-doc-pt freebsd-do... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 09:11:18 -0000 Author: blackend (doc committer) Date: Tue Apr 28 09:11:08 2015 New Revision: 384891 URL: https://svnweb.freebsd.org/changeset/ports/384891 Log: Update to r46616 of the FreeBSD docset. Approved by: doceng (implicit) Modified: head/misc/freebsd-doc-all/Makefile head/misc/freebsd-doc-de/pkg-plist.html head/misc/freebsd-doc-de/pkg-plist.html-common head/misc/freebsd-doc-de/pkg-plist.html-split head/misc/freebsd-doc-de/pkg-plist.pdf head/misc/freebsd-doc-de/pkg-plist.ps head/misc/freebsd-doc-de/pkg-plist.txt head/misc/freebsd-doc-el/pkg-plist.html head/misc/freebsd-doc-el/pkg-plist.html-common head/misc/freebsd-doc-el/pkg-plist.html-split head/misc/freebsd-doc-el/pkg-plist.pdf head/misc/freebsd-doc-el/pkg-plist.ps head/misc/freebsd-doc-el/pkg-plist.txt head/misc/freebsd-doc-en/Makefile head/misc/freebsd-doc-en/distinfo head/misc/freebsd-doc-en/pkg-plist.extras head/misc/freebsd-doc-en/pkg-plist.html head/misc/freebsd-doc-en/pkg-plist.html-common head/misc/freebsd-doc-en/pkg-plist.html-split head/misc/freebsd-doc-en/pkg-plist.pdf head/misc/freebsd-doc-en/pkg-plist.ps head/misc/freebsd-doc-en/pkg-plist.txt head/misc/freebsd-doc-es/pkg-plist.html head/misc/freebsd-doc-es/pkg-plist.html-common head/misc/freebsd-doc-es/pkg-plist.html-split head/misc/freebsd-doc-es/pkg-plist.pdf head/misc/freebsd-doc-es/pkg-plist.ps head/misc/freebsd-doc-es/pkg-plist.txt head/misc/freebsd-doc-fr/pkg-plist.html head/misc/freebsd-doc-fr/pkg-plist.html-common head/misc/freebsd-doc-fr/pkg-plist.html-split head/misc/freebsd-doc-fr/pkg-plist.pdf head/misc/freebsd-doc-fr/pkg-plist.ps head/misc/freebsd-doc-fr/pkg-plist.txt head/misc/freebsd-doc-hu/pkg-plist.html head/misc/freebsd-doc-hu/pkg-plist.html-common head/misc/freebsd-doc-hu/pkg-plist.html-split head/misc/freebsd-doc-hu/pkg-plist.pdf head/misc/freebsd-doc-hu/pkg-plist.ps head/misc/freebsd-doc-hu/pkg-plist.txt head/misc/freebsd-doc-ja/pkg-plist.html head/misc/freebsd-doc-ja/pkg-plist.html-common head/misc/freebsd-doc-ja/pkg-plist.html-split head/misc/freebsd-doc-ja/pkg-plist.pdf head/misc/freebsd-doc-ja/pkg-plist.ps head/misc/freebsd-doc-ja/pkg-plist.txt head/misc/freebsd-doc-nl/pkg-plist.html head/misc/freebsd-doc-nl/pkg-plist.html-common head/misc/freebsd-doc-nl/pkg-plist.html-split head/misc/freebsd-doc-nl/pkg-plist.pdf head/misc/freebsd-doc-nl/pkg-plist.ps head/misc/freebsd-doc-nl/pkg-plist.txt head/misc/freebsd-doc-pt/pkg-plist.html head/misc/freebsd-doc-pt/pkg-plist.html-common head/misc/freebsd-doc-pt/pkg-plist.html-split head/misc/freebsd-doc-pt/pkg-plist.pdf head/misc/freebsd-doc-pt/pkg-plist.ps head/misc/freebsd-doc-pt/pkg-plist.txt head/misc/freebsd-doc-ru/pkg-plist.html head/misc/freebsd-doc-ru/pkg-plist.html-common head/misc/freebsd-doc-ru/pkg-plist.html-split head/misc/freebsd-doc-ru/pkg-plist.pdf head/misc/freebsd-doc-ru/pkg-plist.ps head/misc/freebsd-doc-ru/pkg-plist.txt head/misc/freebsd-doc-zh_cn/pkg-plist.html head/misc/freebsd-doc-zh_cn/pkg-plist.html-common head/misc/freebsd-doc-zh_cn/pkg-plist.html-split head/misc/freebsd-doc-zh_cn/pkg-plist.pdf head/misc/freebsd-doc-zh_cn/pkg-plist.ps head/misc/freebsd-doc-zh_cn/pkg-plist.txt head/misc/freebsd-doc-zh_tw/pkg-plist.html head/misc/freebsd-doc-zh_tw/pkg-plist.html-common head/misc/freebsd-doc-zh_tw/pkg-plist.html-split head/misc/freebsd-doc-zh_tw/pkg-plist.pdf head/misc/freebsd-doc-zh_tw/pkg-plist.ps head/misc/freebsd-doc-zh_tw/pkg-plist.txt Modified: head/misc/freebsd-doc-all/Makefile ============================================================================== --- head/misc/freebsd-doc-all/Makefile Tue Apr 28 08:46:53 2015 (r384890) +++ head/misc/freebsd-doc-all/Makefile Tue Apr 28 09:11:08 2015 (r384891) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= freebsd-doc-all -PORTVERSION= 46230 +PORTVERSION= 46616 PORTEPOCH= 1 CATEGORIES= misc docs MASTER_SITES= #empty Modified: head/misc/freebsd-doc-de/pkg-plist.html ============================================================================== --- head/misc/freebsd-doc-de/pkg-plist.html Tue Apr 28 08:46:53 2015 (r384890) +++ head/misc/freebsd-doc-de/pkg-plist.html Tue Apr 28 09:11:08 2015 (r384891) @@ -1,9 +1,6 @@ -%%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/contributing/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-update-server/article.html -%%DOCSDIR%%/%%DOCLANG%%/articles/laptop/article.html -%%DOCSDIR%%/%%DOCLANG%%/articles/linux-comparison/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/new-users/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/port-mentor-guidelines/article.html Modified: head/misc/freebsd-doc-de/pkg-plist.html-common ============================================================================== --- head/misc/freebsd-doc-de/pkg-plist.html-common Tue Apr 28 08:46:53 2015 (r384890) +++ head/misc/freebsd-doc-de/pkg-plist.html-common Tue Apr 28 09:11:08 2015 (r384891) @@ -1,4 +1,3 @@ -%%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/contributing/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-update-server/docbook.css @@ -7,8 +6,6 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-update-server/imagelib/callouts/3.png %%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-update-server/imagelib/callouts/4.png %%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-update-server/imagelib/callouts/5.png -%%DOCSDIR%%/%%DOCLANG%%/articles/laptop/docbook.css -%%DOCSDIR%%/%%DOCLANG%%/articles/linux-comparison/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/imagelib/callouts/1.png %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/imagelib/callouts/2.png @@ -183,13 +180,6 @@ %%DOCSDIR%%/%%DOCLANG%%/books/handbook/security/ipsec-encap-pkt.png %%DOCSDIR%%/%%DOCLANG%%/books/handbook/security/ipsec-network.png %%DOCSDIR%%/%%DOCLANG%%/books/handbook/security/ipsec-out-pkt.png -%%DOCSDIR%%/%%DOCLANG%%/books/handbook/vinum/vinum-concat.png -%%DOCSDIR%%/%%DOCLANG%%/books/handbook/vinum/vinum-mirrored-vol.png -%%DOCSDIR%%/%%DOCLANG%%/books/handbook/vinum/vinum-raid10-vol.png -%%DOCSDIR%%/%%DOCLANG%%/books/handbook/vinum/vinum-raid5-org.png -%%DOCSDIR%%/%%DOCLANG%%/books/handbook/vinum/vinum-simple-vol.png -%%DOCSDIR%%/%%DOCLANG%%/books/handbook/vinum/vinum-striped-vol.png -%%DOCSDIR%%/%%DOCLANG%%/books/handbook/vinum/vinum-striped.png %%DOCSDIR%%/%%DOCLANG%%/books/handbook/virtualization/parallels-freebsd1.png %%DOCSDIR%%/%%DOCLANG%%/books/handbook/virtualization/parallels-freebsd10.png %%DOCSDIR%%/%%DOCLANG%%/books/handbook/virtualization/parallels-freebsd11.png Modified: head/misc/freebsd-doc-de/pkg-plist.html-split ============================================================================== --- head/misc/freebsd-doc-de/pkg-plist.html-split Tue Apr 28 08:46:53 2015 (r384890) +++ head/misc/freebsd-doc-de/pkg-plist.html-split Tue Apr 28 09:11:08 2015 (r384891) @@ -1,13 +1,3 @@ -%%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports/adopt-port.html -%%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports/create-port.html -%%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports/fix-broken.html -%%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports/index.html -%%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports/ix01.html -%%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports/maintain-port.html -%%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports/mortal-coil.html -%%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports/resources.html -%%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports/trademarks.html -%%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports/what-contribute.html %%DOCSDIR%%/%%DOCLANG%%/articles/contributing/contrib-how.html %%DOCSDIR%%/%%DOCLANG%%/articles/contributing/index.html %%DOCSDIR%%/%%DOCLANG%%/articles/contributing/ix01.html @@ -25,19 +15,6 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-update-server/prerequisites.html %%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-update-server/tips.html %%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-update-server/trademarks.html -%%DOCSDIR%%/%%DOCLANG%%/articles/laptop/index.html -%%DOCSDIR%%/%%DOCLANG%%/articles/laptop/modems.html -%%DOCSDIR%%/%%DOCLANG%%/articles/laptop/pcmcia.html -%%DOCSDIR%%/%%DOCLANG%%/articles/laptop/power-management.html -%%DOCSDIR%%/%%DOCLANG%%/articles/laptop/trademarks.html -%%DOCSDIR%%/%%DOCLANG%%/articles/linux-comparison/freebsd-advantages.html -%%DOCSDIR%%/%%DOCLANG%%/articles/linux-comparison/freebsd-conclusion.html -%%DOCSDIR%%/%%DOCLANG%%/articles/linux-comparison/freebsd-features.html -%%DOCSDIR%%/%%DOCLANG%%/articles/linux-comparison/freebsd-security.html -%%DOCSDIR%%/%%DOCLANG%%/articles/linux-comparison/freebsd-support.html -%%DOCSDIR%%/%%DOCLANG%%/articles/linux-comparison/index.html -%%DOCSDIR%%/%%DOCLANG%%/articles/linux-comparison/legalnotice.html -%%DOCSDIR%%/%%DOCLANG%%/articles/linux-comparison/trademarks.html %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/howto.html %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/index.html %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/ix01.html @@ -513,6 +490,14 @@ %%DOCSDIR%%/%%DOCLANG%%/books/handbook/x-xdm.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/x11-wm.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/x11.html +%%DOCSDIR%%/%%DOCLANG%%/books/handbook/zfs-advanced.html +%%DOCSDIR%%/%%DOCLANG%%/books/handbook/zfs-links.html +%%DOCSDIR%%/%%DOCLANG%%/books/handbook/zfs-quickstart.html +%%DOCSDIR%%/%%DOCLANG%%/books/handbook/zfs-term.html +%%DOCSDIR%%/%%DOCLANG%%/books/handbook/zfs-zfs-allow.html +%%DOCSDIR%%/%%DOCLANG%%/books/handbook/zfs-zfs.html +%%DOCSDIR%%/%%DOCLANG%%/books/handbook/zfs-zpool.html +%%DOCSDIR%%/%%DOCLANG%%/books/handbook/zfs.html %%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/build-cluster.html %%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/building.html %%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/ch06s25.html Modified: head/misc/freebsd-doc-de/pkg-plist.pdf ============================================================================== --- head/misc/freebsd-doc-de/pkg-plist.pdf Tue Apr 28 08:46:53 2015 (r384890) +++ head/misc/freebsd-doc-de/pkg-plist.pdf Tue Apr 28 09:11:08 2015 (r384891) @@ -1,9 +1,6 @@ -%%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/contributing/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-update-server/article.pdf -%%DOCSDIR%%/%%DOCLANG%%/articles/laptop/article.pdf -%%DOCSDIR%%/%%DOCLANG%%/articles/linux-comparison/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/new-users/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/port-mentor-guidelines/article.pdf Modified: head/misc/freebsd-doc-de/pkg-plist.ps ============================================================================== --- head/misc/freebsd-doc-de/pkg-plist.ps Tue Apr 28 08:46:53 2015 (r384890) +++ head/misc/freebsd-doc-de/pkg-plist.ps Tue Apr 28 09:11:08 2015 (r384891) @@ -1,9 +1,6 @@ -%%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/contributing/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-update-server/article.ps -%%DOCSDIR%%/%%DOCLANG%%/articles/laptop/article.ps -%%DOCSDIR%%/%%DOCLANG%%/articles/linux-comparison/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/new-users/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/port-mentor-guidelines/article.ps Modified: head/misc/freebsd-doc-de/pkg-plist.txt ============================================================================== --- head/misc/freebsd-doc-de/pkg-plist.txt Tue Apr 28 08:46:53 2015 (r384890) +++ head/misc/freebsd-doc-de/pkg-plist.txt Tue Apr 28 09:11:08 2015 (r384891) @@ -1,11 +1,8 @@ -%%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/contributing/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-update-server/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-update-server/diff.txt %%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-update-server/init.txt -%%DOCSDIR%%/%%DOCLANG%%/articles/laptop/article.txt -%%DOCSDIR%%/%%DOCLANG%%/articles/linux-comparison/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/new-users/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/port-mentor-guidelines/article.txt Modified: head/misc/freebsd-doc-el/pkg-plist.html ============================================================================== --- head/misc/freebsd-doc-el/pkg-plist.html Tue Apr 28 08:46:53 2015 (r384890) +++ head/misc/freebsd-doc-el/pkg-plist.html Tue Apr 28 09:11:08 2015 (r384891) @@ -1,18 +1,14 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/article.html -%%DOCSDIR%%/%%DOCLANG%%/articles/compiz-fusion/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/contributing/article.html -%%DOCSDIR%%/%%DOCLANG%%/articles/cvs-freebsd/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-questions/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/gjournal-desktop/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/greek-language-support/article.html -%%DOCSDIR%%/%%DOCLANG%%/articles/laptop/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/mailing-list-faq/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/new-users/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/problem-reports/article.html -%%DOCSDIR%%/%%DOCLANG%%/articles/releng-packages/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/releng/article.html %%DOCSDIR%%/%%DOCLANG%%/books/faq/book.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/book.html Modified: head/misc/freebsd-doc-el/pkg-plist.html-common ============================================================================== --- head/misc/freebsd-doc-el/pkg-plist.html-common Tue Apr 28 08:46:53 2015 (r384890) +++ head/misc/freebsd-doc-el/pkg-plist.html-common Tue Apr 28 09:11:08 2015 (r384891) @@ -1,14 +1,11 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/docbook.css -%%DOCSDIR%%/%%DOCLANG%%/articles/compiz-fusion/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/contributing/docbook.css -%%DOCSDIR%%/%%DOCLANG%%/articles/cvs-freebsd/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-questions/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/gjournal-desktop/disklabel1.png %%DOCSDIR%%/%%DOCLANG%%/articles/gjournal-desktop/disklabel2.png %%DOCSDIR%%/%%DOCLANG%%/articles/gjournal-desktop/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/greek-language-support/docbook.css -%%DOCSDIR%%/%%DOCLANG%%/articles/laptop/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/mailing-list-faq/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/docbook.css @@ -18,7 +15,6 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/imagelib/callouts/4.png %%DOCSDIR%%/%%DOCLANG%%/articles/new-users/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/problem-reports/docbook.css -%%DOCSDIR%%/%%DOCLANG%%/articles/releng-packages/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/releng/branches-head.png %%DOCSDIR%%/%%DOCLANG%%/articles/releng/branches-releng3.png %%DOCSDIR%%/%%DOCLANG%%/articles/releng/branches-releng4.png Modified: head/misc/freebsd-doc-el/pkg-plist.html-split ============================================================================== --- head/misc/freebsd-doc-el/pkg-plist.html-split Tue Apr 28 08:46:53 2015 (r384890) +++ head/misc/freebsd-doc-el/pkg-plist.html-split Tue Apr 28 09:11:08 2015 (r384891) @@ -12,20 +12,10 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/recommendations.html %%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/trademarks.html %%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/unix-license.html -%%DOCSDIR%%/%%DOCLANG%%/articles/compiz-fusion/compiz-fusion.html -%%DOCSDIR%%/%%DOCLANG%%/articles/compiz-fusion/compiz-troubleshooting.html -%%DOCSDIR%%/%%DOCLANG%%/articles/compiz-fusion/index.html -%%DOCSDIR%%/%%DOCLANG%%/articles/compiz-fusion/nvidia-setup.html -%%DOCSDIR%%/%%DOCLANG%%/articles/compiz-fusion/trademarks.html -%%DOCSDIR%%/%%DOCLANG%%/articles/compiz-fusion/xorg-configuration.html %%DOCSDIR%%/%%DOCLANG%%/articles/contributing/contrib-how.html %%DOCSDIR%%/%%DOCLANG%%/articles/contributing/index.html %%DOCSDIR%%/%%DOCLANG%%/articles/contributing/ix01.html %%DOCSDIR%%/%%DOCLANG%%/articles/contributing/trademarks.html -%%DOCSDIR%%/%%DOCLANG%%/articles/cvs-freebsd/first-setup.html -%%DOCSDIR%%/%%DOCLANG%%/articles/cvs-freebsd/freebsdspecific.html -%%DOCSDIR%%/%%DOCLANG%%/articles/cvs-freebsd/index.html -%%DOCSDIR%%/%%DOCLANG%%/articles/cvs-freebsd/trademarks.html %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/ar01s02.html %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/ar01s03.html %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/ar01s04.html @@ -53,11 +43,6 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/greek-language-support/various-apps.html %%DOCSDIR%%/%%DOCLANG%%/articles/greek-language-support/x11-fonts.html %%DOCSDIR%%/%%DOCLANG%%/articles/greek-language-support/xorg-setup.html -%%DOCSDIR%%/%%DOCLANG%%/articles/laptop/index.html -%%DOCSDIR%%/%%DOCLANG%%/articles/laptop/modems.html -%%DOCSDIR%%/%%DOCLANG%%/articles/laptop/pcmcia.html -%%DOCSDIR%%/%%DOCLANG%%/articles/laptop/power-management.html -%%DOCSDIR%%/%%DOCLANG%%/articles/laptop/trademarks.html %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/commands.html %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/conclusion.html %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/firewall.html @@ -98,8 +83,6 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/problem-reports/pr-when.html %%DOCSDIR%%/%%DOCLANG%%/articles/problem-reports/pr-writing.html %%DOCSDIR%%/%%DOCLANG%%/articles/problem-reports/trademarks.html -%%DOCSDIR%%/%%DOCLANG%%/articles/releng-packages/ar01s02.html -%%DOCSDIR%%/%%DOCLANG%%/articles/releng-packages/index.html %%DOCSDIR%%/%%DOCLANG%%/articles/releng/ackno.html %%DOCSDIR%%/%%DOCLANG%%/articles/releng/biblio.html %%DOCSDIR%%/%%DOCLANG%%/articles/releng/distribution.html Modified: head/misc/freebsd-doc-el/pkg-plist.pdf ============================================================================== --- head/misc/freebsd-doc-el/pkg-plist.pdf Tue Apr 28 08:46:53 2015 (r384890) +++ head/misc/freebsd-doc-el/pkg-plist.pdf Tue Apr 28 09:11:08 2015 (r384891) @@ -1,18 +1,14 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/article.pdf -%%DOCSDIR%%/%%DOCLANG%%/articles/compiz-fusion/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/contributing/article.pdf -%%DOCSDIR%%/%%DOCLANG%%/articles/cvs-freebsd/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-questions/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/gjournal-desktop/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/greek-language-support/article.pdf -%%DOCSDIR%%/%%DOCLANG%%/articles/laptop/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/mailing-list-faq/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/new-users/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/problem-reports/article.pdf -%%DOCSDIR%%/%%DOCLANG%%/articles/releng-packages/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/releng/article.pdf %%DOCSDIR%%/%%DOCLANG%%/books/faq/book.pdf %%DOCSDIR%%/%%DOCLANG%%/books/handbook/book.pdf Modified: head/misc/freebsd-doc-el/pkg-plist.ps ============================================================================== --- head/misc/freebsd-doc-el/pkg-plist.ps Tue Apr 28 08:46:53 2015 (r384890) +++ head/misc/freebsd-doc-el/pkg-plist.ps Tue Apr 28 09:11:08 2015 (r384891) @@ -1,18 +1,14 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/article.ps -%%DOCSDIR%%/%%DOCLANG%%/articles/compiz-fusion/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/contributing/article.ps -%%DOCSDIR%%/%%DOCLANG%%/articles/cvs-freebsd/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-questions/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/gjournal-desktop/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/greek-language-support/article.ps -%%DOCSDIR%%/%%DOCLANG%%/articles/laptop/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/mailing-list-faq/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/new-users/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/problem-reports/article.ps -%%DOCSDIR%%/%%DOCLANG%%/articles/releng-packages/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/releng/article.ps %%DOCSDIR%%/%%DOCLANG%%/books/faq/book.ps %%DOCSDIR%%/%%DOCLANG%%/books/handbook/book.ps Modified: head/misc/freebsd-doc-el/pkg-plist.txt ============================================================================== --- head/misc/freebsd-doc-el/pkg-plist.txt Tue Apr 28 08:46:53 2015 (r384890) +++ head/misc/freebsd-doc-el/pkg-plist.txt Tue Apr 28 09:11:08 2015 (r384891) @@ -1,18 +1,14 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/article.txt -%%DOCSDIR%%/%%DOCLANG%%/articles/compiz-fusion/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/contributing/article.txt -%%DOCSDIR%%/%%DOCLANG%%/articles/cvs-freebsd/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-questions/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/gjournal-desktop/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/greek-language-support/article.txt -%%DOCSDIR%%/%%DOCLANG%%/articles/laptop/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/mailing-list-faq/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/new-users/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/problem-reports/article.txt -%%DOCSDIR%%/%%DOCLANG%%/articles/releng-packages/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/releng/article.txt %%DOCSDIR%%/%%DOCLANG%%/books/faq/book.txt %%DOCSDIR%%/%%DOCLANG%%/books/handbook/book.txt Modified: head/misc/freebsd-doc-en/Makefile ============================================================================== --- head/misc/freebsd-doc-en/Makefile Tue Apr 28 08:46:53 2015 (r384890) +++ head/misc/freebsd-doc-en/Makefile Tue Apr 28 09:11:08 2015 (r384891) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= freebsd-doc -PORTVERSION= 46230 +PORTVERSION= 46616 PORTEPOCH= 1 CATEGORIES= misc docs MASTER_SITES= LOCAL/blackend Modified: head/misc/freebsd-doc-en/distinfo ============================================================================== --- head/misc/freebsd-doc-en/distinfo Tue Apr 28 08:46:53 2015 (r384890) +++ head/misc/freebsd-doc-en/distinfo Tue Apr 28 09:11:08 2015 (r384891) @@ -1,2 +1,2 @@ -SHA256 (freebsd-doc-46230.tar.gz) = e63593755f17ac8fe872ff5cf809da79ac20eb4088b59f8cabb779c6be8e6123 -SIZE (freebsd-doc-46230.tar.gz) = 33887613 +SHA256 (freebsd-doc-46616.tar.gz) = 27cd14dd93fa22f2d4e4a2c016e7eed834be7c2fa0c41c9bfd59858b64904059 +SIZE (freebsd-doc-46616.tar.gz) = 34832475 Modified: head/misc/freebsd-doc-en/pkg-plist.extras ============================================================================== --- head/misc/freebsd-doc-en/pkg-plist.extras Tue Apr 28 08:46:53 2015 (r384890) +++ head/misc/freebsd-doc-en/pkg-plist.extras Tue Apr 28 09:11:08 2015 (r384891) @@ -1,7 +1,2 @@ -%%DOCSDIR%%/%%DOCLANG%%/articles/fbsd-from-scratch/stage_1.conf.default -%%DOCSDIR%%/%%DOCLANG%%/articles/fbsd-from-scratch/stage_1.sh -%%DOCSDIR%%/%%DOCLANG%%/articles/fbsd-from-scratch/stage_2.conf.default -%%DOCSDIR%%/%%DOCLANG%%/articles/fbsd-from-scratch/stage_2.sh -%%DOCSDIR%%/%%DOCLANG%%/articles/fbsd-from-scratch/stage_3.mk %%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-update-server/diff.txt %%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-update-server/init.txt Modified: head/misc/freebsd-doc-en/pkg-plist.html ============================================================================== --- head/misc/freebsd-doc-en/pkg-plist.html Tue Apr 28 08:46:53 2015 (r384890) +++ head/misc/freebsd-doc-en/pkg-plist.html Tue Apr 28 09:11:08 2015 (r384891) @@ -1,15 +1,10 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/building-products/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/article.html -%%DOCSDIR%%/%%DOCLANG%%/articles/compiz-fusion/article.html -%%DOCSDIR%%/%%DOCLANG%%/articles/console-server/article.html -%%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/contributing/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/contributors/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/cups/article.html -%%DOCSDIR%%/%%DOCLANG%%/articles/custom-gcc/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/article.html -%%DOCSDIR%%/%%DOCLANG%%/articles/fbsd-from-scratch/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/filtering-bridges/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/fonts/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-questions/article.html @@ -18,9 +13,7 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/gjournal-desktop/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/hubs/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/ipsec-must/article.html -%%DOCSDIR%%/%%DOCLANG%%/articles/laptop/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/ldap-auth/article.html -%%DOCSDIR%%/%%DOCLANG%%/articles/linux-comparison/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/linux-emulation/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/mailing-list-faq/article.html @@ -34,13 +27,12 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/problem-reports/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/rc-scripting/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/relaydelay/article.html -%%DOCSDIR%%/%%DOCLANG%%/articles/releng-packages/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/releng/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/remote-install/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/serial-uart/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/solid-state/article.html +%%DOCSDIR%%/%%DOCLANG%%/articles/vinum/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/vm-design/article.html -%%DOCSDIR%%/%%DOCLANG%%/articles/wp-toolbox/article.html %%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/book.html %%DOCSDIR%%/%%DOCLANG%%/books/design-44bsd/book.html %%DOCSDIR%%/%%DOCLANG%%/books/dev-model/book.html Modified: head/misc/freebsd-doc-en/pkg-plist.html-common ============================================================================== --- head/misc/freebsd-doc-en/pkg-plist.html-common Tue Apr 28 08:46:53 2015 (r384890) +++ head/misc/freebsd-doc-en/pkg-plist.html-common Tue Apr 28 09:11:08 2015 (r384891) @@ -6,16 +6,10 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/imagelib/callouts/1.png %%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/imagelib/callouts/2.png %%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/imagelib/callouts/3.png -%%DOCSDIR%%/%%DOCLANG%%/articles/compiz-fusion/docbook.css -%%DOCSDIR%%/%%DOCLANG%%/articles/console-server/docbook.css -%%DOCSDIR%%/%%DOCLANG%%/articles/console-server/tk0231-9-1.png -%%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/contributing/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/contributors/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/cups/docbook.css -%%DOCSDIR%%/%%DOCLANG%%/articles/custom-gcc/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/docbook.css -%%DOCSDIR%%/%%DOCLANG%%/articles/fbsd-from-scratch/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/filtering-bridges/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/fonts/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-questions/docbook.css @@ -31,9 +25,7 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/gjournal-desktop/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/hubs/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/ipsec-must/docbook.css -%%DOCSDIR%%/%%DOCLANG%%/articles/laptop/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/ldap-auth/docbook.css -%%DOCSDIR%%/%%DOCLANG%%/articles/linux-comparison/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/linux-emulation/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/mailing-list-faq/docbook.css @@ -65,7 +57,6 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/rc-scripting/imagelib/callouts/8.png %%DOCSDIR%%/%%DOCLANG%%/articles/rc-scripting/imagelib/callouts/9.png %%DOCSDIR%%/%%DOCLANG%%/articles/relaydelay/docbook.css -%%DOCSDIR%%/%%DOCLANG%%/articles/releng-packages/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/releng/branches-head.png %%DOCSDIR%%/%%DOCLANG%%/articles/releng/branches-releng3.png %%DOCSDIR%%/%%DOCLANG%%/articles/releng/branches-releng4.png @@ -85,12 +76,19 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/remote-install/imagelib/callouts/7.png %%DOCSDIR%%/%%DOCLANG%%/articles/serial-uart/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/solid-state/docbook.css +%%DOCSDIR%%/%%DOCLANG%%/articles/vinum/docbook.css +%%DOCSDIR%%/%%DOCLANG%%/articles/vinum/vinum-concat.png +%%DOCSDIR%%/%%DOCLANG%%/articles/vinum/vinum-mirrored-vol.png +%%DOCSDIR%%/%%DOCLANG%%/articles/vinum/vinum-raid10-vol.png +%%DOCSDIR%%/%%DOCLANG%%/articles/vinum/vinum-raid5-org.png +%%DOCSDIR%%/%%DOCLANG%%/articles/vinum/vinum-simple-vol.png +%%DOCSDIR%%/%%DOCLANG%%/articles/vinum/vinum-striped-vol.png +%%DOCSDIR%%/%%DOCLANG%%/articles/vinum/vinum-striped.png %%DOCSDIR%%/%%DOCLANG%%/articles/vm-design/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/vm-design/fig1.png %%DOCSDIR%%/%%DOCLANG%%/articles/vm-design/fig2.png %%DOCSDIR%%/%%DOCLANG%%/articles/vm-design/fig3.png %%DOCSDIR%%/%%DOCLANG%%/articles/vm-design/fig4.png -%%DOCSDIR%%/%%DOCLANG%%/articles/wp-toolbox/docbook.css %%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/docbook.css %%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/imagelib/callouts/1.png %%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/imagelib/callouts/10.png Modified: head/misc/freebsd-doc-en/pkg-plist.html-split ============================================================================== --- head/misc/freebsd-doc-en/pkg-plist.html-split Tue Apr 28 08:46:53 2015 (r384890) +++ head/misc/freebsd-doc-en/pkg-plist.html-split Tue Apr 28 09:11:08 2015 (r384891) @@ -18,6 +18,7 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/building-products/freebsd-intro.html %%DOCSDIR%%/%%DOCLANG%%/articles/building-products/index.html %%DOCSDIR%%/%%DOCLANG%%/articles/building-products/trademarks.html +%%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/ar01s13.html %%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/archs.html %%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/bugzilla.html %%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/commit-log-message.html @@ -32,7 +33,6 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/misc.html %%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/non-committers.html %%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/people.html -%%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/perks.html %%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/pgpkeys.html %%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/ports.html %%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/pref-license.html @@ -41,38 +41,10 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/subversion-primer.html %%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/tracking.license.grants.html %%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/trademarks.html -%%DOCSDIR%%/%%DOCLANG%%/articles/compiz-fusion/compiz-fusion.html -%%DOCSDIR%%/%%DOCLANG%%/articles/compiz-fusion/compiz-troubleshooting.html -%%DOCSDIR%%/%%DOCLANG%%/articles/compiz-fusion/index.html -%%DOCSDIR%%/%%DOCLANG%%/articles/compiz-fusion/nvidia-setup.html -%%DOCSDIR%%/%%DOCLANG%%/articles/compiz-fusion/trademarks.html -%%DOCSDIR%%/%%DOCLANG%%/articles/compiz-fusion/xorg-configuration.html -%%DOCSDIR%%/%%DOCLANG%%/articles/console-server/cabling.html -%%DOCSDIR%%/%%DOCLANG%%/articles/console-server/conserver-versions.html -%%DOCSDIR%%/%%DOCLANG%%/articles/console-server/freebsd.html -%%DOCSDIR%%/%%DOCLANG%%/articles/console-server/index.html -%%DOCSDIR%%/%%DOCLANG%%/articles/console-server/ix01.html -%%DOCSDIR%%/%%DOCLANG%%/articles/console-server/links.html -%%DOCSDIR%%/%%DOCLANG%%/articles/console-server/manpages.html -%%DOCSDIR%%/%%DOCLANG%%/articles/console-server/our-solution.html -%%DOCSDIR%%/%%DOCLANG%%/articles/console-server/possible-solutions.html -%%DOCSDIR%%/%%DOCLANG%%/articles/console-server/security.html -%%DOCSDIR%%/%%DOCLANG%%/articles/console-server/setting-up-server.html -%%DOCSDIR%%/%%DOCLANG%%/articles/console-server/solaris.html -%%DOCSDIR%%/%%DOCLANG%%/articles/console-server/trademarks.html -%%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports/adopt-port.html -%%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports/create-port.html -%%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports/fix-broken.html -%%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports/index.html -%%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports/ix01.html -%%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports/maintain-port.html -%%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports/mortal-coil.html -%%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports/resources.html -%%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports/trademarks.html -%%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports/what-contribute.html %%DOCSDIR%%/%%DOCLANG%%/articles/contributing/contrib-how.html %%DOCSDIR%%/%%DOCLANG%%/articles/contributing/index.html %%DOCSDIR%%/%%DOCLANG%%/articles/contributing/ix01.html +%%DOCSDIR%%/%%DOCLANG%%/articles/contributing/ports-contributing.html %%DOCSDIR%%/%%DOCLANG%%/articles/contributing/trademarks.html %%DOCSDIR%%/%%DOCLANG%%/articles/contributors/contrib-386bsd.html %%DOCSDIR%%/%%DOCLANG%%/articles/contributors/contrib-additional.html @@ -91,28 +63,13 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/cups/printing-cups-configuring-printers.html %%DOCSDIR%%/%%DOCLANG%%/articles/cups/printing-cups-configuring-server.html %%DOCSDIR%%/%%DOCLANG%%/articles/cups/printing-cups-install.html -%%DOCSDIR%%/%%DOCLANG%%/articles/cups/printing-cups-ports-knobs.html %%DOCSDIR%%/%%DOCLANG%%/articles/cups/printing-cups-troubleshooting.html %%DOCSDIR%%/%%DOCLANG%%/articles/cups/trademarks.html -%%DOCSDIR%%/%%DOCLANG%%/articles/custom-gcc/configuring-ports-gcc.html -%%DOCSDIR%%/%%DOCLANG%%/articles/custom-gcc/index.html -%%DOCSDIR%%/%%DOCLANG%%/articles/custom-gcc/performance-imparct.html -%%DOCSDIR%%/%%DOCLANG%%/articles/custom-gcc/prerequisites.html -%%DOCSDIR%%/%%DOCLANG%%/articles/custom-gcc/trademarks.html %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/comparing-bsd-and-linux.html %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/index.html %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/trademarks.html %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/what-a-real-unix.html %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/why-is-bsd-not-better-known.html -%%DOCSDIR%%/%%DOCLANG%%/articles/fbsd-from-scratch/files.html -%%DOCSDIR%%/%%DOCLANG%%/articles/fbsd-from-scratch/index.html -%%DOCSDIR%%/%%DOCLANG%%/articles/fbsd-from-scratch/limitations.html -%%DOCSDIR%%/%%DOCLANG%%/articles/fbsd-from-scratch/prerequisites.html -%%DOCSDIR%%/%%DOCLANG%%/articles/fbsd-from-scratch/stage1.html -%%DOCSDIR%%/%%DOCLANG%%/articles/fbsd-from-scratch/stage2.html -%%DOCSDIR%%/%%DOCLANG%%/articles/fbsd-from-scratch/stage3.html -%%DOCSDIR%%/%%DOCLANG%%/articles/fbsd-from-scratch/trademarks.html -%%DOCSDIR%%/%%DOCLANG%%/articles/fbsd-from-scratch/why.html %%DOCSDIR%%/%%DOCLANG%%/articles/filtering-bridges/filtering-bridges-contributors.html %%DOCSDIR%%/%%DOCLANG%%/articles/filtering-bridges/filtering-bridges-enabling.html %%DOCSDIR%%/%%DOCLANG%%/articles/filtering-bridges/filtering-bridges-finalprep.html @@ -177,11 +134,6 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/ipsec-must/kernel.html %%DOCSDIR%%/%%DOCLANG%%/articles/ipsec-must/solution.html %%DOCSDIR%%/%%DOCLANG%%/articles/ipsec-must/trademarks.html -%%DOCSDIR%%/%%DOCLANG%%/articles/laptop/index.html -%%DOCSDIR%%/%%DOCLANG%%/articles/laptop/modems.html -%%DOCSDIR%%/%%DOCLANG%%/articles/laptop/pcmcia.html -%%DOCSDIR%%/%%DOCLANG%%/articles/laptop/power-management.html -%%DOCSDIR%%/%%DOCLANG%%/articles/laptop/trademarks.html %%DOCSDIR%%/%%DOCLANG%%/articles/ldap-auth/client.html %%DOCSDIR%%/%%DOCLANG%%/articles/ldap-auth/index.html %%DOCSDIR%%/%%DOCLANG%%/articles/ldap-auth/ldap.html @@ -189,14 +141,6 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/ldap-auth/ssl-ca.html %%DOCSDIR%%/%%DOCLANG%%/articles/ldap-auth/trademarks.html %%DOCSDIR%%/%%DOCLANG%%/articles/ldap-auth/useful.html -%%DOCSDIR%%/%%DOCLANG%%/articles/linux-comparison/freebsd-advantages.html -%%DOCSDIR%%/%%DOCLANG%%/articles/linux-comparison/freebsd-conclusion.html -%%DOCSDIR%%/%%DOCLANG%%/articles/linux-comparison/freebsd-features.html -%%DOCSDIR%%/%%DOCLANG%%/articles/linux-comparison/freebsd-security.html -%%DOCSDIR%%/%%DOCLANG%%/articles/linux-comparison/freebsd-support.html -%%DOCSDIR%%/%%DOCLANG%%/articles/linux-comparison/index.html -%%DOCSDIR%%/%%DOCLANG%%/articles/linux-comparison/legalnotice.html -%%DOCSDIR%%/%%DOCLANG%%/articles/linux-comparison/trademarks.html %%DOCSDIR%%/%%DOCLANG%%/articles/linux-emulation/conclusion.html %%DOCSDIR%%/%%DOCLANG%%/articles/linux-emulation/freebsd-emulation.html %%DOCSDIR%%/%%DOCLANG%%/articles/linux-emulation/index.html @@ -234,7 +178,6 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/new-users/next-steps.html %%DOCSDIR%%/%%DOCLANG%%/articles/new-users/other-useful-commands.html %%DOCSDIR%%/%%DOCLANG%%/articles/new-users/other.html -%%DOCSDIR%%/%%DOCLANG%%/articles/new-users/printing-files-from-dos.html %%DOCSDIR%%/%%DOCLANG%%/articles/new-users/trademarks.html %%DOCSDIR%%/%%DOCLANG%%/articles/new-users/your-working-environment.html %%DOCSDIR%%/%%DOCLANG%%/articles/p4-primer/Integrations.html @@ -298,9 +241,6 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/rc-scripting/rcng-task.html %%DOCSDIR%%/%%DOCLANG%%/articles/rc-scripting/trademarks.html %%DOCSDIR%%/%%DOCLANG%%/articles/relaydelay/index.html -%%DOCSDIR%%/%%DOCLANG%%/articles/releng-packages/ar01s02.html -%%DOCSDIR%%/%%DOCLANG%%/articles/releng-packages/index.html -%%DOCSDIR%%/%%DOCLANG%%/articles/releng-packages/trademarks.html %%DOCSDIR%%/%%DOCLANG%%/articles/releng/ackno.html %%DOCSDIR%%/%%DOCLANG%%/articles/releng/distribution.html %%DOCSDIR%%/%%DOCLANG%%/articles/releng/extensibility.html @@ -328,6 +268,14 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/solid-state/ro-fs.html %%DOCSDIR%%/%%DOCLANG%%/articles/solid-state/strategies.html %%DOCSDIR%%/%%DOCLANG%%/articles/solid-state/trademarks.html +%%DOCSDIR%%/%%DOCLANG%%/articles/vinum/index.html +%%DOCSDIR%%/%%DOCLANG%%/articles/vinum/vinum-access-bottlenecks.html +%%DOCSDIR%%/%%DOCLANG%%/articles/vinum/vinum-config.html +%%DOCSDIR%%/%%DOCLANG%%/articles/vinum/vinum-data-integrity.html +%%DOCSDIR%%/%%DOCLANG%%/articles/vinum/vinum-examples.html +%%DOCSDIR%%/%%DOCLANG%%/articles/vinum/vinum-object-naming.html +%%DOCSDIR%%/%%DOCLANG%%/articles/vinum/vinum-objects.html +%%DOCSDIR%%/%%DOCLANG%%/articles/vinum/vinum-root.html %%DOCSDIR%%/%%DOCLANG%%/articles/vm-design/allen-briggs-qa.html %%DOCSDIR%%/%%DOCLANG%%/articles/vm-design/conclusion.html %%DOCSDIR%%/%%DOCLANG%%/articles/vm-design/freeing-pages.html @@ -339,11 +287,6 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/vm-design/swap-layers.html %%DOCSDIR%%/%%DOCLANG%%/articles/vm-design/trademarks.html %%DOCSDIR%%/%%DOCLANG%%/articles/vm-design/vm-objects.html -%%DOCSDIR%%/%%DOCLANG%%/articles/wp-toolbox/challenge.html -%%DOCSDIR%%/%%DOCLANG%%/articles/wp-toolbox/conclusion.html -%%DOCSDIR%%/%%DOCLANG%%/articles/wp-toolbox/freebsd-solution.html -%%DOCSDIR%%/%%DOCLANG%%/articles/wp-toolbox/index.html -%%DOCSDIR%%/%%DOCLANG%%/articles/wp-toolbox/trademarks.html %%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/appendices.html %%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/bi01.html %%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/boot-bios.html @@ -563,6 +506,7 @@ %%DOCSDIR%%/%%DOCLANG%%/books/faq/compatibility-other.html %%DOCSDIR%%/%%DOCLANG%%/books/faq/compatibility-processors.html %%DOCSDIR%%/%%DOCLANG%%/books/faq/disks.html +%%DOCSDIR%%/%%DOCLANG%%/books/faq/funnies.html %%DOCSDIR%%/%%DOCLANG%%/books/faq/hardware.html %%DOCSDIR%%/%%DOCLANG%%/books/faq/index.html %%DOCSDIR%%/%%DOCLANG%%/books/faq/install.html @@ -720,6 +664,7 @@ %%DOCSDIR%%/%%DOCLANG%%/books/handbook/dtrace-using.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/dtrace.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/editors.html +%%DOCSDIR%%/%%DOCLANG%%/books/handbook/eresources-mail.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/eresources-news.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/eresources-web.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/eresources.html @@ -854,7 +799,7 @@ %%DOCSDIR%%/%%DOCLANG%%/books/handbook/security-accounting.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/security-advisories.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/security-intro.html -%%DOCSDIR%%/%%DOCLANG%%/books/handbook/security-portaudit.html +%%DOCSDIR%%/%%DOCLANG%%/books/handbook/security-pkg.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/security-resourcelimits.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/security.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/sendmail.html @@ -889,6 +834,7 @@ %%DOCSDIR%%/%%DOCLANG%%/books/handbook/virtualization-host-bhyve.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/virtualization-host-virtualbox.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/virtualization.html +%%DOCSDIR%%/%%DOCLANG%%/books/handbook/x-compiz-fusion.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/x-config-quick-start.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/x-config.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/x-fonts.html Modified: head/misc/freebsd-doc-en/pkg-plist.pdf ============================================================================== --- head/misc/freebsd-doc-en/pkg-plist.pdf Tue Apr 28 08:46:53 2015 (r384890) +++ head/misc/freebsd-doc-en/pkg-plist.pdf Tue Apr 28 09:11:08 2015 (r384891) @@ -1,15 +1,10 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/building-products/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/article.pdf -%%DOCSDIR%%/%%DOCLANG%%/articles/compiz-fusion/article.pdf -%%DOCSDIR%%/%%DOCLANG%%/articles/console-server/article.pdf -%%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/contributing/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/contributors/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/cups/article.pdf -%%DOCSDIR%%/%%DOCLANG%%/articles/custom-gcc/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/article.pdf -%%DOCSDIR%%/%%DOCLANG%%/articles/fbsd-from-scratch/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/filtering-bridges/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/fonts/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-questions/article.pdf @@ -18,9 +13,7 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/gjournal-desktop/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/hubs/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/ipsec-must/article.pdf -%%DOCSDIR%%/%%DOCLANG%%/articles/laptop/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/ldap-auth/article.pdf -%%DOCSDIR%%/%%DOCLANG%%/articles/linux-comparison/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/linux-emulation/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/mailing-list-faq/article.pdf @@ -34,13 +27,12 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/problem-reports/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/rc-scripting/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/relaydelay/article.pdf -%%DOCSDIR%%/%%DOCLANG%%/articles/releng-packages/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/releng/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/remote-install/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/serial-uart/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/solid-state/article.pdf +%%DOCSDIR%%/%%DOCLANG%%/articles/vinum/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/vm-design/article.pdf -%%DOCSDIR%%/%%DOCLANG%%/articles/wp-toolbox/article.pdf %%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/book.pdf %%DOCSDIR%%/%%DOCLANG%%/books/design-44bsd/book.pdf %%DOCSDIR%%/%%DOCLANG%%/books/dev-model/book.pdf Modified: head/misc/freebsd-doc-en/pkg-plist.ps ============================================================================== --- head/misc/freebsd-doc-en/pkg-plist.ps Tue Apr 28 08:46:53 2015 (r384890) +++ head/misc/freebsd-doc-en/pkg-plist.ps Tue Apr 28 09:11:08 2015 (r384891) @@ -1,15 +1,10 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/building-products/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/article.ps -%%DOCSDIR%%/%%DOCLANG%%/articles/compiz-fusion/article.ps -%%DOCSDIR%%/%%DOCLANG%%/articles/console-server/article.ps -%%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/contributing/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/contributors/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/cups/article.ps -%%DOCSDIR%%/%%DOCLANG%%/articles/custom-gcc/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/article.ps -%%DOCSDIR%%/%%DOCLANG%%/articles/fbsd-from-scratch/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/filtering-bridges/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/fonts/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-questions/article.ps @@ -18,9 +13,7 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/gjournal-desktop/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/hubs/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/ipsec-must/article.ps -%%DOCSDIR%%/%%DOCLANG%%/articles/laptop/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/ldap-auth/article.ps -%%DOCSDIR%%/%%DOCLANG%%/articles/linux-comparison/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/linux-emulation/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/mailing-list-faq/article.ps @@ -34,13 +27,12 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/problem-reports/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/rc-scripting/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/relaydelay/article.ps -%%DOCSDIR%%/%%DOCLANG%%/articles/releng-packages/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/releng/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/remote-install/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/serial-uart/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/solid-state/article.ps +%%DOCSDIR%%/%%DOCLANG%%/articles/vinum/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/vm-design/article.ps -%%DOCSDIR%%/%%DOCLANG%%/articles/wp-toolbox/article.ps %%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/book.ps %%DOCSDIR%%/%%DOCLANG%%/books/design-44bsd/book.ps %%DOCSDIR%%/%%DOCLANG%%/books/dev-model/book.ps Modified: head/misc/freebsd-doc-en/pkg-plist.txt ============================================================================== --- head/misc/freebsd-doc-en/pkg-plist.txt Tue Apr 28 08:46:53 2015 (r384890) +++ head/misc/freebsd-doc-en/pkg-plist.txt Tue Apr 28 09:11:08 2015 (r384891) @@ -1,15 +1,10 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/building-products/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/article.txt -%%DOCSDIR%%/%%DOCLANG%%/articles/compiz-fusion/article.txt -%%DOCSDIR%%/%%DOCLANG%%/articles/console-server/article.txt -%%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/contributing/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/contributors/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/cups/article.txt -%%DOCSDIR%%/%%DOCLANG%%/articles/custom-gcc/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/article.txt -%%DOCSDIR%%/%%DOCLANG%%/articles/fbsd-from-scratch/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/filtering-bridges/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/fonts/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-questions/article.txt @@ -20,9 +15,7 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/gjournal-desktop/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/hubs/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/ipsec-must/article.txt -%%DOCSDIR%%/%%DOCLANG%%/articles/laptop/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/ldap-auth/article.txt -%%DOCSDIR%%/%%DOCLANG%%/articles/linux-comparison/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/linux-emulation/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/mailing-list-faq/article.txt @@ -36,13 +29,12 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/problem-reports/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/rc-scripting/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/relaydelay/article.txt -%%DOCSDIR%%/%%DOCLANG%%/articles/releng-packages/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/releng/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/remote-install/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/serial-uart/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/solid-state/article.txt +%%DOCSDIR%%/%%DOCLANG%%/articles/vinum/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/vm-design/article.txt -%%DOCSDIR%%/%%DOCLANG%%/articles/wp-toolbox/article.txt %%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/book.txt %%DOCSDIR%%/%%DOCLANG%%/books/design-44bsd/book.txt %%DOCSDIR%%/%%DOCLANG%%/books/dev-model/book.txt Modified: head/misc/freebsd-doc-es/pkg-plist.html ============================================================================== --- head/misc/freebsd-doc-es/pkg-plist.html Tue Apr 28 08:46:53 2015 (r384890) +++ head/misc/freebsd-doc-es/pkg-plist.html Tue Apr 28 09:11:08 2015 (r384891) @@ -1,11 +1,6 @@ -%%DOCSDIR%%/%%DOCLANG%%/articles/casestudy-argentina.com/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/contributing/article.html -%%DOCSDIR%%/%%DOCLANG%%/articles/cvs-freebsd/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/article.html -%%DOCSDIR%%/%%DOCLANG%%/articles/fbsd-from-scratch/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/fdp-es/article.html -%%DOCSDIR%%/%%DOCLANG%%/articles/laptop/article.html -%%DOCSDIR%%/%%DOCLANG%%/articles/linux-comparison/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/mailing-list-faq/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/article.html Modified: head/misc/freebsd-doc-es/pkg-plist.html-common ============================================================================== --- head/misc/freebsd-doc-es/pkg-plist.html-common Tue Apr 28 08:46:53 2015 (r384890) +++ head/misc/freebsd-doc-es/pkg-plist.html-common Tue Apr 28 09:11:08 2015 (r384891) @@ -1,11 +1,6 @@ -%%DOCSDIR%%/%%DOCLANG%%/articles/casestudy-argentina.com/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/contributing/docbook.css -%%DOCSDIR%%/%%DOCLANG%%/articles/cvs-freebsd/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/docbook.css -%%DOCSDIR%%/%%DOCLANG%%/articles/fbsd-from-scratch/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/fdp-es/docbook.css -%%DOCSDIR%%/%%DOCLANG%%/articles/laptop/docbook.css -%%DOCSDIR%%/%%DOCLANG%%/articles/linux-comparison/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/mailing-list-faq/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/docbook.css Modified: head/misc/freebsd-doc-es/pkg-plist.html-split ============================================================================== --- head/misc/freebsd-doc-es/pkg-plist.html-split Tue Apr 28 08:46:53 2015 (r384890) +++ head/misc/freebsd-doc-es/pkg-plist.html-split Tue Apr 28 09:11:08 2015 (r384891) @@ -1,26 +1,10 @@ -%%DOCSDIR%%/%%DOCLANG%%/articles/casestudy-argentina.com/challenge.html -%%DOCSDIR%%/%%DOCLANG%%/articles/casestudy-argentina.com/freebsd.html -%%DOCSDIR%%/%%DOCLANG%%/articles/casestudy-argentina.com/index.html -%%DOCSDIR%%/%%DOCLANG%%/articles/casestudy-argentina.com/results.html -%%DOCSDIR%%/%%DOCLANG%%/articles/casestudy-argentina.com/trademarks.html %%DOCSDIR%%/%%DOCLANG%%/articles/contributing/contrib-how.html %%DOCSDIR%%/%%DOCLANG%%/articles/contributing/index.html %%DOCSDIR%%/%%DOCLANG%%/articles/contributing/ix01.html -%%DOCSDIR%%/%%DOCLANG%%/articles/cvs-freebsd/ar01s02.html -%%DOCSDIR%%/%%DOCLANG%%/articles/cvs-freebsd/freebsdspecific.html -%%DOCSDIR%%/%%DOCLANG%%/articles/cvs-freebsd/index.html -%%DOCSDIR%%/%%DOCLANG%%/articles/cvs-freebsd/trademarks.html %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/ar01s02.html %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/ar01s03.html %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/ar01s04.html %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/index.html -%%DOCSDIR%%/%%DOCLANG%%/articles/fbsd-from-scratch/index.html -%%DOCSDIR%%/%%DOCLANG%%/articles/fbsd-from-scratch/limitations.html -%%DOCSDIR%%/%%DOCLANG%%/articles/fbsd-from-scratch/prerequisites.html -%%DOCSDIR%%/%%DOCLANG%%/articles/fbsd-from-scratch/stage1.html -%%DOCSDIR%%/%%DOCLANG%%/articles/fbsd-from-scratch/stage2.html -%%DOCSDIR%%/%%DOCLANG%%/articles/fbsd-from-scratch/stage3.html -%%DOCSDIR%%/%%DOCLANG%%/articles/fbsd-from-scratch/why.html %%DOCSDIR%%/%%DOCLANG%%/articles/fdp-es/ar01s02.html %%DOCSDIR%%/%%DOCLANG%%/articles/fdp-es/ar01s03.html %%DOCSDIR%%/%%DOCLANG%%/articles/fdp-es/ar01s04.html @@ -32,19 +16,6 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/fdp-es/index.html %%DOCSDIR%%/%%DOCLANG%%/articles/fdp-es/sintaxis.html %%DOCSDIR%%/%%DOCLANG%%/articles/fdp-es/voluntarios-fdp-es.html -%%DOCSDIR%%/%%DOCLANG%%/articles/laptop/ar01s02.html -%%DOCSDIR%%/%%DOCLANG%%/articles/laptop/ar01s03.html -%%DOCSDIR%%/%%DOCLANG%%/articles/laptop/ar01s04.html -%%DOCSDIR%%/%%DOCLANG%%/articles/laptop/index.html -%%DOCSDIR%%/%%DOCLANG%%/articles/linux-comparison/freebsd-addenda.html -%%DOCSDIR%%/%%DOCLANG%%/articles/linux-comparison/freebsd-advantages.html -%%DOCSDIR%%/%%DOCLANG%%/articles/linux-comparison/freebsd-conclusion.html -%%DOCSDIR%%/%%DOCLANG%%/articles/linux-comparison/freebsd-features.html -%%DOCSDIR%%/%%DOCLANG%%/articles/linux-comparison/freebsd-security.html -%%DOCSDIR%%/%%DOCLANG%%/articles/linux-comparison/freebsd-support.html -%%DOCSDIR%%/%%DOCLANG%%/articles/linux-comparison/index.html -%%DOCSDIR%%/%%DOCLANG%%/articles/linux-comparison/legalnotice.html -%%DOCSDIR%%/%%DOCLANG%%/articles/linux-comparison/trademarks.html %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/commands.html %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/conclusion.html %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/firewall.html Modified: head/misc/freebsd-doc-es/pkg-plist.pdf ============================================================================== --- head/misc/freebsd-doc-es/pkg-plist.pdf Tue Apr 28 08:46:53 2015 (r384890) +++ head/misc/freebsd-doc-es/pkg-plist.pdf Tue Apr 28 09:11:08 2015 (r384891) @@ -1,11 +1,6 @@ -%%DOCSDIR%%/%%DOCLANG%%/articles/casestudy-argentina.com/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/contributing/article.pdf -%%DOCSDIR%%/%%DOCLANG%%/articles/cvs-freebsd/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/article.pdf -%%DOCSDIR%%/%%DOCLANG%%/articles/fbsd-from-scratch/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/fdp-es/article.pdf -%%DOCSDIR%%/%%DOCLANG%%/articles/laptop/article.pdf -%%DOCSDIR%%/%%DOCLANG%%/articles/linux-comparison/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/mailing-list-faq/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/article.pdf Modified: head/misc/freebsd-doc-es/pkg-plist.ps ============================================================================== --- head/misc/freebsd-doc-es/pkg-plist.ps Tue Apr 28 08:46:53 2015 (r384890) +++ head/misc/freebsd-doc-es/pkg-plist.ps Tue Apr 28 09:11:08 2015 (r384891) @@ -1,11 +1,6 @@ -%%DOCSDIR%%/%%DOCLANG%%/articles/casestudy-argentina.com/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/contributing/article.ps -%%DOCSDIR%%/%%DOCLANG%%/articles/cvs-freebsd/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/article.ps -%%DOCSDIR%%/%%DOCLANG%%/articles/fbsd-from-scratch/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/fdp-es/article.ps -%%DOCSDIR%%/%%DOCLANG%%/articles/laptop/article.ps -%%DOCSDIR%%/%%DOCLANG%%/articles/linux-comparison/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/mailing-list-faq/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/article.ps Modified: head/misc/freebsd-doc-es/pkg-plist.txt ============================================================================== --- head/misc/freebsd-doc-es/pkg-plist.txt Tue Apr 28 08:46:53 2015 (r384890) +++ head/misc/freebsd-doc-es/pkg-plist.txt Tue Apr 28 09:11:08 2015 (r384891) @@ -1,11 +1,6 @@ -%%DOCSDIR%%/%%DOCLANG%%/articles/casestudy-argentina.com/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/contributing/article.txt -%%DOCSDIR%%/%%DOCLANG%%/articles/cvs-freebsd/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/article.txt -%%DOCSDIR%%/%%DOCLANG%%/articles/fbsd-from-scratch/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/fdp-es/article.txt -%%DOCSDIR%%/%%DOCLANG%%/articles/laptop/article.txt -%%DOCSDIR%%/%%DOCLANG%%/articles/linux-comparison/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/mailing-list-faq/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/article.txt Modified: head/misc/freebsd-doc-fr/pkg-plist.html ============================================================================== --- head/misc/freebsd-doc-fr/pkg-plist.html Tue Apr 28 08:46:53 2015 (r384890) +++ head/misc/freebsd-doc-fr/pkg-plist.html Tue Apr 28 09:11:08 2015 (r384891) @@ -1,21 +1,17 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/building-products/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/article.html -%%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/contributing/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/contributors/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/filtering-bridges/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/fonts/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/ipsec-must/article.html -%%DOCSDIR%%/%%DOCLANG%%/articles/laptop/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/article.html -%%DOCSDIR%%/%%DOCLANG%%/articles/mh/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/new-users/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/pam/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/pr-guidelines/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/problem-reports/article.html -%%DOCSDIR%%/%%DOCLANG%%/articles/releng-packages/article.html %%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/book.html %%DOCSDIR%%/%%DOCLANG%%/books/faq/book.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/book.html Modified: head/misc/freebsd-doc-fr/pkg-plist.html-common ============================================================================== --- head/misc/freebsd-doc-fr/pkg-plist.html-common Tue Apr 28 08:46:53 2015 (r384890) +++ head/misc/freebsd-doc-fr/pkg-plist.html-common Tue Apr 28 09:11:08 2015 (r384891) @@ -2,16 +2,13 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/building-products/freebsd-branches.png %%DOCSDIR%%/%%DOCLANG%%/articles/building-products/freebsd-organization.png %%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/docbook.css -%%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/contributing/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/contributors/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/filtering-bridges/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/fonts/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/ipsec-must/docbook.css -%%DOCSDIR%%/%%DOCLANG%%/articles/laptop/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/docbook.css -%%DOCSDIR%%/%%DOCLANG%%/articles/mh/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/imagelib/callouts/1.png %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/imagelib/callouts/2.png @@ -21,7 +18,6 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/pam/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/pr-guidelines/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/problem-reports/docbook.css -%%DOCSDIR%%/%%DOCLANG%%/articles/releng-packages/docbook.css %%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/docbook.css %%DOCSDIR%%/%%DOCLANG%%/books/faq/docbook.css %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/docbook.css Modified: head/misc/freebsd-doc-fr/pkg-plist.html-split ============================================================================== --- head/misc/freebsd-doc-fr/pkg-plist.html-split Tue Apr 28 08:46:53 2015 (r384890) +++ head/misc/freebsd-doc-fr/pkg-plist.html-split Tue Apr 28 09:11:08 2015 (r384891) @@ -13,16 +13,6 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/index.html %%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/people.html %%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/ssh.guide.html -%%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports/adopt-port.html -%%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports/create-port.html -%%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports/fix-broken.html -%%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports/index.html -%%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports/ix01.html -%%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports/maintain-port.html -%%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports/mortal-coil.html -%%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports/resources.html -%%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports/trademarks.html -%%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports/what-contribute.html %%DOCSDIR%%/%%DOCLANG%%/articles/contributing/contrib-how.html %%DOCSDIR%%/%%DOCLANG%%/articles/contributing/index.html %%DOCSDIR%%/%%DOCLANG%%/articles/contributing/ix01.html @@ -69,10 +59,6 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/ipsec-must/ipsec-install.html %%DOCSDIR%%/%%DOCLANG%%/articles/ipsec-must/kernel.html %%DOCSDIR%%/%%DOCLANG%%/articles/ipsec-must/trademarks.html -%%DOCSDIR%%/%%DOCLANG%%/articles/laptop/ar01s02.html -%%DOCSDIR%%/%%DOCLANG%%/articles/laptop/ar01s03.html -%%DOCSDIR%%/%%DOCLANG%%/articles/laptop/ar01s04.html -%%DOCSDIR%%/%%DOCLANG%%/articles/laptop/index.html %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/commands.html %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/conclusion.html %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/firewall.html @@ -84,10 +70,6 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/startup.html %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/trademarks.html %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/updates.html -%%DOCSDIR%%/%%DOCLANG%%/articles/mh/ar01s02.html -%%DOCSDIR%%/%%DOCLANG%%/articles/mh/ar01s03.html -%%DOCSDIR%%/%%DOCLANG%%/articles/mh/ar01s04.html -%%DOCSDIR%%/%%DOCLANG%%/articles/mh/index.html %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/howto.html %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/index.html %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/ix01.html @@ -127,8 +109,6 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/problem-reports/pr-prep.html %%DOCSDIR%%/%%DOCLANG%%/articles/problem-reports/pr-when.html %%DOCSDIR%%/%%DOCLANG%%/articles/problem-reports/pr-writing.html -%%DOCSDIR%%/%%DOCLANG%%/articles/releng-packages/ar01s02.html -%%DOCSDIR%%/%%DOCLANG%%/articles/releng-packages/index.html %%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/Basics.html %%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/afs.html %%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/alpha.html Modified: head/misc/freebsd-doc-fr/pkg-plist.pdf ============================================================================== --- head/misc/freebsd-doc-fr/pkg-plist.pdf Tue Apr 28 08:46:53 2015 (r384890) +++ head/misc/freebsd-doc-fr/pkg-plist.pdf Tue Apr 28 09:11:08 2015 (r384891) @@ -1,21 +1,17 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/building-products/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/article.pdf -%%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/contributing/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/contributors/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/filtering-bridges/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/fonts/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/ipsec-must/article.pdf -%%DOCSDIR%%/%%DOCLANG%%/articles/laptop/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/article.pdf -%%DOCSDIR%%/%%DOCLANG%%/articles/mh/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/new-users/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/pam/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/pr-guidelines/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/problem-reports/article.pdf -%%DOCSDIR%%/%%DOCLANG%%/articles/releng-packages/article.pdf %%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/book.pdf %%DOCSDIR%%/%%DOCLANG%%/books/faq/book.pdf %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/book.pdf Modified: head/misc/freebsd-doc-fr/pkg-plist.ps ============================================================================== --- head/misc/freebsd-doc-fr/pkg-plist.ps Tue Apr 28 08:46:53 2015 (r384890) +++ head/misc/freebsd-doc-fr/pkg-plist.ps Tue Apr 28 09:11:08 2015 (r384891) @@ -1,21 +1,17 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/building-products/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/article.ps -%%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/contributing/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/contributors/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/filtering-bridges/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/fonts/article.ps *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 09:15:37 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 5D324679; Tue, 28 Apr 2015 09:15:37 +0000 (UTC) Date: Tue, 28 Apr 2015 09:15:37 +0000 From: Alexey Dokuchaev To: Lars Engels Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r384869 - head/games/lgeneral Message-ID: <20150428091537.GB88688@FreeBSD.org> References: <201504272009.t3RK9AqZ064383@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201504272009.t3RK9AqZ064383@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 09:15:37 -0000 On Mon, Apr 27, 2015 at 08:09:10PM +0000, Lars Engels wrote: > New Revision: 384869 > URL: https://svnweb.freebsd.org/changeset/ports/384869 > > Log: > - Update to 1.2.6 > - Mark broken on powerpc and sparc64 > - Simplify OPTIONS > [...] > @${MKDIR} ${STAGEDIR}${DOCSDIR} > - ${INSTALL_DATA} ${WRKSRC}/README.* ${STAGEDIR}${DOCSDIR} > -.endif > + (cd ${WRKSRC} && ${INSTALL_DATA} README.* ${STAGEDIR}${DOCSDIR}) Please, try to refrain from committing gratuitous changes; Kato's PRs are know to be poisoned with them. :( ./danfe From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 10:06:38 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7FE53773; Tue, 28 Apr 2015 10:06:38 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 54BFC1532; Tue, 28 Apr 2015 10:06:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SA6cgB080433; Tue, 28 Apr 2015 10:06:38 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SA6bZR080430; Tue, 28 Apr 2015 10:06:37 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201504281006.t3SA6bZR080430@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Tue, 28 Apr 2015 10:06:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384892 - head/devel/git X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 10:06:38 -0000 Author: garga Date: Tue Apr 28 10:06:36 2015 New Revision: 384892 URL: https://svnweb.freebsd.org/changeset/ports/384892 Log: Update to 2.3.7 Modified: head/devel/git/Makefile head/devel/git/distinfo head/devel/git/pkg-plist Modified: head/devel/git/Makefile ============================================================================== --- head/devel/git/Makefile Tue Apr 28 09:11:08 2015 (r384891) +++ head/devel/git/Makefile Tue Apr 28 10:06:36 2015 (r384892) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= git -PORTVERSION= 2.3.6 +PORTVERSION= 2.3.7 CATEGORIES= devel MASTER_SITES= KERNEL_ORG MASTER_SITE_SUBDIR= software/scm/git Modified: head/devel/git/distinfo ============================================================================== --- head/devel/git/distinfo Tue Apr 28 09:11:08 2015 (r384891) +++ head/devel/git/distinfo Tue Apr 28 10:06:36 2015 (r384892) @@ -1,6 +1,6 @@ -SHA256 (git-2.3.6.tar.xz) = 3ce01c54e92b47366756f57742280e052412efde65344e31f51ad8a48a7c60fc -SIZE (git-2.3.6.tar.xz) = 3621716 -SHA256 (git-manpages-2.3.6.tar.xz) = b1356f5cb3e7bf53445b08f24ea6950ef1f80031aedd6cd90e3ec60ff1f06b02 -SIZE (git-manpages-2.3.6.tar.xz) = 371620 -SHA256 (git-htmldocs-2.3.6.tar.xz) = b37439087ae465534588a65380e3acb66d3e6949904ede720febeed1dc5d8b49 -SIZE (git-htmldocs-2.3.6.tar.xz) = 987292 +SHA256 (git-2.3.7.tar.xz) = eb4696943f82ab55be71048d6e640942b78cd179ec501989aff8706b57f6515b +SIZE (git-2.3.7.tar.xz) = 3621804 +SHA256 (git-manpages-2.3.7.tar.xz) = 77e783b0ff15f6c0048bb6c4b79b141dd045516a45fe72c2a4b6fe1434e476ae +SIZE (git-manpages-2.3.7.tar.xz) = 371556 +SHA256 (git-htmldocs-2.3.7.tar.xz) = 8e797f1d50ef4f5681fab9bd2e45ac6c1d75b4a87f67d7a55ac37e1befaefc7f +SIZE (git-htmldocs-2.3.7.tar.xz) = 987448 Modified: head/devel/git/pkg-plist ============================================================================== --- head/devel/git/pkg-plist Tue Apr 28 09:11:08 2015 (r384891) +++ head/devel/git/pkg-plist Tue Apr 28 10:06:36 2015 (r384892) @@ -1220,6 +1220,7 @@ share/git-core/templates/info/exclude %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.3.4.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.3.5.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.3.6.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.3.7.txt %%GITWEB%%%%EXAMPLESDIR%%/gitweb/gitweb.cgi %%GITWEB%%%%EXAMPLESDIR%%/gitweb/static/gitweb.js %%GITWEB%%%%EXAMPLESDIR%%/gitweb/static/gitweb.css From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 11:58:49 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 028C9633; Tue, 28 Apr 2015 11:58:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E62F011E8; Tue, 28 Apr 2015 11:58:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SBwmsR034916; Tue, 28 Apr 2015 11:58:48 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SBwmQC034914; Tue, 28 Apr 2015 11:58:48 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201504281158.t3SBwmQC034914@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 28 Apr 2015 11:58:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384893 - head/astro/p5-Astro X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 11:58:49 -0000 Author: mat Date: Tue Apr 28 11:58:47 2015 New Revision: 384893 URL: https://svnweb.freebsd.org/changeset/ports/384893 Log: Update to 0.78. Sponsored by: Absolight Modified: head/astro/p5-Astro/Makefile head/astro/p5-Astro/distinfo Modified: head/astro/p5-Astro/Makefile ============================================================================== --- head/astro/p5-Astro/Makefile Tue Apr 28 10:06:36 2015 (r384892) +++ head/astro/p5-Astro/Makefile Tue Apr 28 11:58:47 2015 (r384893) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= Astro -PORTVERSION= 0.77 -PORTREVISION= 1 +PORTVERSION= 0.78 CATEGORIES= astro perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/astro/p5-Astro/distinfo ============================================================================== --- head/astro/p5-Astro/distinfo Tue Apr 28 10:06:36 2015 (r384892) +++ head/astro/p5-Astro/distinfo Tue Apr 28 11:58:47 2015 (r384893) @@ -1,2 +1,2 @@ -SHA256 (Astro-0.77.tar.gz) = 3de9be0e3061f101ae7d4ca42217733a899169cabd43c940098676db34acd12a -SIZE (Astro-0.77.tar.gz) = 35677 +SHA256 (Astro-0.78.tar.gz) = ed644712f2cad614e9f0f8f2ed74f08258dffb6a7b3f3b26bed3b1ec98474edc +SIZE (Astro-0.78.tar.gz) = 35675 From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 12:16:34 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A0F39CFF; Tue, 28 Apr 2015 12:16:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8FA96149B; Tue, 28 Apr 2015 12:16:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SCGYQq044761; Tue, 28 Apr 2015 12:16:34 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SCGYSp044760; Tue, 28 Apr 2015 12:16:34 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201504281216.t3SCGYSp044760@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Tue, 28 Apr 2015 12:16:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384894 - head/lang/gcc5-aux X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 12:16:34 -0000 Author: marino Date: Tue Apr 28 12:16:33 2015 New Revision: 384894 URL: https://svnweb.freebsd.org/changeset/ports/384894 Log: lang/gcc5-aux: r384038 (iconv commit) broken DragonFly, Fix Swapping LIBS with LDFLAGS and removing the *_configargs definitions allows gcc5-aux to build on all supported platforms. Now that gcc5 has been released, new bootstrap compilers should be created for both FreeBSD and DragonFly in order remove bootstrapping requirement (previously gcc5 built live but not in poudriere, reason still unknown). Modified: head/lang/gcc5-aux/Makefile Modified: head/lang/gcc5-aux/Makefile ============================================================================== --- head/lang/gcc5-aux/Makefile Tue Apr 28 11:58:47 2015 (r384893) +++ head/lang/gcc5-aux/Makefile Tue Apr 28 12:16:33 2015 (r384894) @@ -28,7 +28,7 @@ FULL_GNATGCC= NOT_SET OS_LABEL4VERS= [${OPSYS}${GARCH:M*64:S/amd_//:S/x86_//}] NO_MTREE= yes CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_GROUP= Standard Bootstrap OPTIONS_GROUP_Standard= FORT OBJC NLS TESTSUITE STATIC @@ -162,10 +162,7 @@ ADA_CONFIGURE_ENV+= CFLAGS="${CFLAGS}" ADA_CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" ADA_CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS}" ADA_CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" -ADA_CONFIGURE_ENV+= LIBS="${LIBS}" ADA_CONFIGURE_ENV+= PATH=${FULL_PATH} -ADA_CONFIGURE_ENV+= build_configargs="CPPFLAGS=\"${CPPFLAGS}\" LIBS=\"${LIBS}\"" -ADA_CONFIGURE_ENV+= host_configargs="CPPFLAGS=\"${CPPFLAGS}\" LIBS=\"${LIBS}\"" ADA_MAKE_ENV+= PATH=${FULL_PATH} ADA_MAKE_ENV+= LD_LIBRARY_PATH=${BUILDDIR}/gcc From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 12:29:13 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 91477F3C; Tue, 28 Apr 2015 12:29:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7FC5015E1; Tue, 28 Apr 2015 12:29:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SCTDGM050137; Tue, 28 Apr 2015 12:29:13 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SCTDYu050136; Tue, 28 Apr 2015 12:29:13 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201504281229.t3SCTDYu050136@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 28 Apr 2015 12:29:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384895 - head/biology/ncbi-blast+ X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 12:29:13 -0000 Author: antoine Date: Tue Apr 28 12:29:12 2015 New Revision: 384895 URL: https://svnweb.freebsd.org/changeset/ports/384895 Log: Mark BROKEN: fails to configure ===> Configuring for ncbi-blast+-2.2.30_2 configure: error: --localstatedir=/var: unknown option; use --help to show usage Reported by: pkg-fallout Modified: head/biology/ncbi-blast+/Makefile Modified: head/biology/ncbi-blast+/Makefile ============================================================================== --- head/biology/ncbi-blast+/Makefile Tue Apr 28 12:16:33 2015 (r384894) +++ head/biology/ncbi-blast+/Makefile Tue Apr 28 12:29:12 2015 (r384895) @@ -13,6 +13,8 @@ DISTNAME= ncbi-blast-${PORTVERSION}+-src MAINTAINER= jwbacon@tds.net COMMENT= NCBI implementation of Basic Local Alignment Search Tool +BROKEN= Fails to configure + LICENSE= Public_domain LICENSE_NAME= Public Domain LICENSE_FILE= ${WRKSRC}/scripts/projects/blast/LICENSE From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 12:34:00 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 45165104; Tue, 28 Apr 2015 12:34:00 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1DFBE16AA; Tue, 28 Apr 2015 12:33:59 +0000 (UTC) Received: from [192.168.1.22] (140.Red-83-60-172.dynamicIP.rima-tde.net [83.60.172.140]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 241BA43BC5; Tue, 28 Apr 2015 07:33:50 -0500 (CDT) Message-ID: <553F7E2C.6000500@marino.st> Date: Tue, 28 Apr 2015 14:33:48 +0200 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Antoine Brodin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r384895 - head/biology/ncbi-blast+ References: <201504281229.t3SCTDYu050136@svn.freebsd.org> In-Reply-To: <201504281229.t3SCTDYu050136@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 12:34:00 -0000 On 4/28/2015 14:29, Antoine Brodin wrote: > Author: antoine > Date: Tue Apr 28 12:29:12 2015 > New Revision: 384895 > URL: https://svnweb.freebsd.org/changeset/ports/384895 > > Log: > Mark BROKEN: fails to configure > > ===> Configuring for ncbi-blast+-2.2.30_2 > configure: error: --localstatedir=/var: unknown option; use --help to show usage > > Reported by: pkg-fallout > Which platform? I don't think this fails everywhere. From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 12:35:30 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DF8D8213; Tue, 28 Apr 2015 12:35:30 +0000 (UTC) Received: from mail-wi0-x22a.google.com (mail-wi0-x22a.google.com [IPv6:2a00:1450:400c:c05::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8EEBB16B8; Tue, 28 Apr 2015 12:35:30 +0000 (UTC) Received: by wizk4 with SMTP id k4so138553447wiz.1; Tue, 28 Apr 2015 05:35:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=Yvx/txUh4NN9DKUm1biS046Alr8D2M2OLZV0cxwBPzI=; b=tCtFaliqIM/l2XQeYJbLSHx4+ag+Snpg7ojOWqQ2gjd+R9vC4uVm55swOvSgQ8erIJ DzlLuxk/Sv4VVMnF38j3fwU0gJqm0UQZoPvajvUvYiVVv8Qm72pchWZbUTFnCyoni0Bs /73oWC4ZUCBPJBAoyvCoB/MlMMiKrIEQfr0CuwJrzyZsKgEGpwvGUAB9Lopu07yZ7jMX Bsm6KALD5l0QSW5Xz75TqQSkwIAyz7i5iwSX3tLa6dn5KsjF17odF+s7kfagIz7/FfiU fJnOmkdGqUn+hfRIjctQvyS2O5zQ4H39Bidb4CTKZZx7H2bfVKo5c3mRYo3gQPo68ngu 8U2g== MIME-Version: 1.0 X-Received: by 10.194.2.16 with SMTP id 16mr31454778wjq.46.1430224528772; Tue, 28 Apr 2015 05:35:28 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.194.87.100 with HTTP; Tue, 28 Apr 2015 05:35:28 -0700 (PDT) In-Reply-To: <553F7E2C.6000500@marino.st> References: <201504281229.t3SCTDYu050136@svn.freebsd.org> <553F7E2C.6000500@marino.st> Date: Tue, 28 Apr 2015 12:35:28 +0000 X-Google-Sender-Auth: PSCbh39hs9q4TMoUc4nhwKPwYAo Message-ID: Subject: Re: svn commit: r384895 - head/biology/ncbi-blast+ From: Antoine Brodin To: John Marino Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 12:35:31 -0000 On Tue, Apr 28, 2015 at 12:33 PM, John Marino wrote: > On 4/28/2015 14:29, Antoine Brodin wrote: >> Author: antoine >> Date: Tue Apr 28 12:29:12 2015 >> New Revision: 384895 >> URL: https://svnweb.freebsd.org/changeset/ports/384895 >> >> Log: >> Mark BROKEN: fails to configure >> >> ===> Configuring for ncbi-blast+-2.2.30_2 >> configure: error: --localstatedir=/var: unknown option; use --help to show usage >> >> Reported by: pkg-fallout >> > > Which platform? I don't think this fails everywhere. All of them Cheers, Antoine From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 12:39:50 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 93BEA5BB; Tue, 28 Apr 2015 12:39:50 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 697931732; Tue, 28 Apr 2015 12:39:49 +0000 (UTC) Received: from [192.168.1.22] (140.Red-83-60-172.dynamicIP.rima-tde.net [83.60.172.140]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 9460543BC5; Tue, 28 Apr 2015 07:39:47 -0500 (CDT) Message-ID: <553F7F91.1020003@marino.st> Date: Tue, 28 Apr 2015 14:39:45 +0200 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Antoine Brodin , John Marino CC: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Subject: Re: svn commit: r384895 - head/biology/ncbi-blast+ References: <201504281229.t3SCTDYu050136@svn.freebsd.org> <553F7E2C.6000500@marino.st> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 12:39:50 -0000 On 4/28/2015 14:35, Antoine Brodin wrote: > On Tue, Apr 28, 2015 at 12:33 PM, John Marino wrote: >> On 4/28/2015 14:29, Antoine Brodin wrote: >>> Author: antoine >>> Date: Tue Apr 28 12:29:12 2015 >>> New Revision: 384895 >>> URL: https://svnweb.freebsd.org/changeset/ports/384895 >>> >>> Log: >>> Mark BROKEN: fails to configure >>> >>> ===> Configuring for ncbi-blast+-2.2.30_2 >>> configure: error: --localstatedir=/var: unknown option; use --help to show usage >>> >>> Reported by: pkg-fallout >>> >> >> Which platform? I don't think this fails everywhere. > > All of them > Strange, it built for me in poudriere. I'd have to research exactly what I tested though. I certainly didn't try everywhere. I don't believe I just committed the change without testing it first, so I'm kind of surprised. John From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 13:00:27 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 194C9BB4; Tue, 28 Apr 2015 13:00:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0769319C3; Tue, 28 Apr 2015 13:00:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SD0QU9067501; Tue, 28 Apr 2015 13:00:26 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SD0Qa6067499; Tue, 28 Apr 2015 13:00:26 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201504281300.t3SD0Qa6067499@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Tue, 28 Apr 2015 13:00:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384896 - head/www/smarty3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 13:00:27 -0000 Author: culot Date: Tue Apr 28 13:00:25 2015 New Revision: 384896 URL: https://svnweb.freebsd.org/changeset/ports/384896 Log: - Update to 3.1.21 [1] - Add LICENSE (LGPL3) Changes: http://code.google.com/p/smarty-php/source/browse/trunk/distribution/change_log.txt PR: 199680 [1] Submitted by: Michael Fausten Modified: head/www/smarty3/Makefile head/www/smarty3/distinfo Modified: head/www/smarty3/Makefile ============================================================================== --- head/www/smarty3/Makefile Tue Apr 28 12:29:12 2015 (r384895) +++ head/www/smarty3/Makefile Tue Apr 28 13:00:25 2015 (r384896) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= smarty3 -PORTVERSION= 3.1.19 +PORTVERSION= 3.1.21 CATEGORIES= www MASTER_SITES= http://www.smarty.net/files/ DISTNAME= Smarty-${PORTVERSION} @@ -10,6 +10,8 @@ DISTNAME= Smarty-${PORTVERSION} MAINTAINER= ports@michael-fausten.de COMMENT= PHP compiling template engine +LICENSE= LGPL3 + WRKSRC= ${WRKDIR}/Smarty-${PORTVERSION} NO_BUILD= yes Modified: head/www/smarty3/distinfo ============================================================================== --- head/www/smarty3/distinfo Tue Apr 28 12:29:12 2015 (r384895) +++ head/www/smarty3/distinfo Tue Apr 28 13:00:25 2015 (r384896) @@ -1,2 +1,2 @@ -SHA256 (Smarty-3.1.19.tar.gz) = 445b583853774ebd17685abade5e3e76a0f3422dea2191611fb308faec276574 -SIZE (Smarty-3.1.19.tar.gz) = 207683 +SHA256 (Smarty-3.1.21.tar.gz) = e872f98a194a31b9dea710fceb308431c0e2b846e46ce845b547f54e5789c465 +SIZE (Smarty-3.1.21.tar.gz) = 208308 From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 13:16:51 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0EC1D1C5; Tue, 28 Apr 2015 13:16:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D7E7A1C10; Tue, 28 Apr 2015 13:16:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SDGoYk075172; Tue, 28 Apr 2015 13:16:50 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SDGobi075169; Tue, 28 Apr 2015 13:16:50 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201504281316.t3SDGobi075169@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 28 Apr 2015 13:16:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384897 - head/textproc/p5-XML-DifferenceMarkup X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 13:16:51 -0000 Author: mat Date: Tue Apr 28 13:16:49 2015 New Revision: 384897 URL: https://svnweb.freebsd.org/changeset/ports/384897 Log: Update to 1.05. Sponsored by: Absolight Modified: head/textproc/p5-XML-DifferenceMarkup/Makefile head/textproc/p5-XML-DifferenceMarkup/distinfo head/textproc/p5-XML-DifferenceMarkup/pkg-plist Modified: head/textproc/p5-XML-DifferenceMarkup/Makefile ============================================================================== --- head/textproc/p5-XML-DifferenceMarkup/Makefile Tue Apr 28 13:00:25 2015 (r384896) +++ head/textproc/p5-XML-DifferenceMarkup/Makefile Tue Apr 28 13:16:49 2015 (r384897) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= XML-DifferenceMarkup -PORTVERSION= 0.11 -PORTREVISION= 1 +PORTVERSION= 1.05 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,11 +13,21 @@ COMMENT= This module implements an XML d LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \ - p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff +BUILD_DEPENDS= p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML RUN_DEPENDS:= ${BUILD_DEPENDS} +LIB_DEPENDS= libdiffmark.so:${PORTSDIR}/textproc/diffmark USES= perl5 USE_PERL5= configure +post-patch: + @${REINPLACE_CMD} '/^\$$CC/s/g++/${CXX}/; s|/usr/local|${LOCALBASE}|g' \ + ${WRKSRC}/Makefile.PL + +# Don't pass any argument to Makefile.PL, it messes up lib detection. +do-configure: + @cd ${CONFIGURE_WRKSRC} && \ + ${SETENV} ${CONFIGURE_ENV} ${CONFIGURE_ARGS} \ + ${PERL5} ./${CONFIGURE_SCRIPT} + .include Modified: head/textproc/p5-XML-DifferenceMarkup/distinfo ============================================================================== --- head/textproc/p5-XML-DifferenceMarkup/distinfo Tue Apr 28 13:00:25 2015 (r384896) +++ head/textproc/p5-XML-DifferenceMarkup/distinfo Tue Apr 28 13:16:49 2015 (r384897) @@ -1,2 +1,2 @@ -SHA256 (XML-DifferenceMarkup-0.11.tar.gz) = 410a69773c3344ee56ac6c10b6256ca61aa69a8189e4e99cd81c14a633ebc4b6 -SIZE (XML-DifferenceMarkup-0.11.tar.gz) = 12680 +SHA256 (XML-DifferenceMarkup-1.05.tar.gz) = 38639c5c707694e2174ef7cb33bbfeb05f2098709f9b380b3869fd1a6d38a914 +SIZE (XML-DifferenceMarkup-1.05.tar.gz) = 65117 Modified: head/textproc/p5-XML-DifferenceMarkup/pkg-plist ============================================================================== --- head/textproc/p5-XML-DifferenceMarkup/pkg-plist Tue Apr 28 13:00:25 2015 (r384896) +++ head/textproc/p5-XML-DifferenceMarkup/pkg-plist Tue Apr 28 13:16:49 2015 (r384897) @@ -1,2 +1,3 @@ +%%SITE_ARCH%%/XML/DifferenceMarkup.pm +%%SITE_ARCH%%/auto/XML/DifferenceMarkup/DifferenceMarkup.so %%PERL5_MAN3%%/XML::DifferenceMarkup.3.gz -%%SITE_PERL%%/XML/DifferenceMarkup.pm From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 13:26:44 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 60665702; Tue, 28 Apr 2015 13:26:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E4D01D75; Tue, 28 Apr 2015 13:26:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SDQiRY080138; Tue, 28 Apr 2015 13:26:44 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SDQhqM080135; Tue, 28 Apr 2015 13:26:43 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201504281326.t3SDQhqM080135@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Tue, 28 Apr 2015 13:26:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384898 - head/textproc/py-pystache X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 13:26:44 -0000 Author: culot Date: Tue Apr 28 13:26:43 2015 New Revision: 384898 URL: https://svnweb.freebsd.org/changeset/ports/384898 Log: - Update to 0.5.4 - Take maintainership Changes: https://github.com/defunkt/pystache/blob/master/HISTORY.md Modified: head/textproc/py-pystache/Makefile head/textproc/py-pystache/distinfo Modified: head/textproc/py-pystache/Makefile ============================================================================== --- head/textproc/py-pystache/Makefile Tue Apr 28 13:16:49 2015 (r384897) +++ head/textproc/py-pystache/Makefile Tue Apr 28 13:26:43 2015 (r384898) @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= pystache -PORTVERSION= 0.5.3 -PORTREVISION= 1 +PORTVERSION= 0.5.4 CATEGORIES= textproc www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= culot@FreeBSD.org COMMENT= Logic-less templates for Python LICENSE= MIT Modified: head/textproc/py-pystache/distinfo ============================================================================== --- head/textproc/py-pystache/distinfo Tue Apr 28 13:16:49 2015 (r384897) +++ head/textproc/py-pystache/distinfo Tue Apr 28 13:26:43 2015 (r384898) @@ -1,2 +1,2 @@ -SHA256 (pystache-0.5.3.tar.gz) = 445c8663291abf11305693ecac7b9f3ff976555f5506ccc05a0353260a5a16dc -SIZE (pystache-0.5.3.tar.gz) = 74827 +SHA256 (pystache-0.5.4.tar.gz) = f7bbc265fb957b4d6c7c042b336563179444ab313fb93a719759111eabd3b85a +SIZE (pystache-0.5.4.tar.gz) = 75131 From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 13:36:56 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CCA9BA8A; Tue, 28 Apr 2015 13:36:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0DE91EC0; Tue, 28 Apr 2015 13:36:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SDau9U085192; Tue, 28 Apr 2015 13:36:56 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SDaufw085190; Tue, 28 Apr 2015 13:36:56 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201504281336.t3SDaufw085190@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 28 Apr 2015 13:36:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384899 - in head/www/mod_auth_xradius: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 13:36:56 -0000 Author: feld Date: Tue Apr 28 13:36:55 2015 New Revision: 384899 URL: https://svnweb.freebsd.org/changeset/ports/384899 Log: Include high availability patch to give us feature parity with Linux distros which include this patch in their packages for many years now. PR: 198498 Added: head/www/mod_auth_xradius/files/patch-src_mod__auth__xradius.c (contents, props changed) Modified: head/www/mod_auth_xradius/Makefile Modified: head/www/mod_auth_xradius/Makefile ============================================================================== --- head/www/mod_auth_xradius/Makefile Tue Apr 28 13:26:43 2015 (r384898) +++ head/www/mod_auth_xradius/Makefile Tue Apr 28 13:36:55 2015 (r384899) @@ -3,7 +3,7 @@ PORTNAME= mod_auth_xradius PORTVERSION= 0.4.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://www.outoforder.cc/downloads/mod_auth_xradius/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} Added: head/www/mod_auth_xradius/files/patch-src_mod__auth__xradius.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/mod_auth_xradius/files/patch-src_mod__auth__xradius.c Tue Apr 28 13:36:55 2015 (r384899) @@ -0,0 +1,30 @@ +--- src/mod_auth_xradius.c.orig 2005-04-28 07:58:25 UTC ++++ src/mod_auth_xradius.c +@@ -125,15 +125,15 @@ static int xrad_run_auth_check(request_r + rctx = xrad_auth_open(); + + /* Loop through the array of RADIUS Servers, adding them to the rctx object */ +- sr = (xrad_server_info *) dc->servers->elts; + for (i = 0; i < dc->servers->nelts; ++i) { +- rc = xrad_add_server(rctx, sr[i].hostname, sr[i].port, sr[i].secret, ++ sr = &(((xrad_server_info*)dc->servers->elts)[i]); ++ rc = xrad_add_server(rctx, sr->hostname, sr->port, sr->secret, + dc->timeout, dc->maxtries); + + if (rc != 0) { + ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, + "xradius: Failed to add server '%s:%d': (%d) %s", +- sr[i].hostname, sr[i].port, rc, xrad_strerror(rctx)); ++ sr->hostname, sr->port, rc, xrad_strerror(rctx)); + goto run_cleanup; + } + } +@@ -294,7 +294,7 @@ static const char *xrad_conf_add_server( + /* To properly use the Pools, this array is allocated from the here, instead of + inside the directory configuration creation function. */ + if (dc->servers == NULL) { +- dc->servers = apr_array_make(parms->pool, 4, sizeof(xrad_server_info*)); ++ dc->servers = apr_array_make(parms->pool, 4, sizeof(xrad_server_info)); + } + + sr = apr_array_push(dc->servers); From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 13:43:37 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 15B5CC45; Tue, 28 Apr 2015 13:43:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 04C881FC4; Tue, 28 Apr 2015 13:43:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SDhaZ5089703; Tue, 28 Apr 2015 13:43:36 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SDhaOv089702; Tue, 28 Apr 2015 13:43:36 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201504281343.t3SDhaOv089702@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 28 Apr 2015 13:43:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384900 - head/math/PDL X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 13:43:37 -0000 Author: mat Date: Tue Apr 28 13:43:36 2015 New Revision: 384900 URL: https://svnweb.freebsd.org/changeset/ports/384900 Log: Try to have portscout ignore x.y.z versions. Sponsored by: Absolight Modified: head/math/PDL/Makefile Modified: head/math/PDL/Makefile ============================================================================== --- head/math/PDL/Makefile Tue Apr 28 13:36:55 2015 (r384899) +++ head/math/PDL/Makefile Tue Apr 28 13:43:36 2015 (r384900) @@ -21,7 +21,7 @@ BUILD_DEPENDS= p5-Astro-FITS-Header>=0:$ p5-Module-Compile>=0.23:${PORTSDIR}/devel/p5-Module-Compile RUN_DEPENDS:= ${BUILD_DEPENDS} -PORTSCOUT= limit:^[0-9\.]*$$ +PORTSCOUT= limit:^[0-9]\.[0-9][0-9]+[0-9\.]*$$ USES= gmake perl5 USE_PERL5= configure From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 13:45:13 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9EE47DDB; Tue, 28 Apr 2015 13:45:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8D4CC1FD6; Tue, 28 Apr 2015 13:45:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SDjDYV090079; Tue, 28 Apr 2015 13:45:13 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SDjDWa090078; Tue, 28 Apr 2015 13:45:13 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201504281345.t3SDjDWa090078@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 28 Apr 2015 13:45:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384901 - head/sysutils/tmux X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 13:45:13 -0000 Author: mat Date: Tue Apr 28 13:45:12 2015 New Revision: 384901 URL: https://svnweb.freebsd.org/changeset/ports/384901 Log: Portscout thinks 1.9 is after 1.9a, which is, of course, wrong :-) Sponsored by: Absolight Modified: head/sysutils/tmux/Makefile Modified: head/sysutils/tmux/Makefile ============================================================================== --- head/sysutils/tmux/Makefile Tue Apr 28 13:43:36 2015 (r384900) +++ head/sysutils/tmux/Makefile Tue Apr 28 13:45:12 2015 (r384901) @@ -25,6 +25,8 @@ PLIST_FILES= bin/tmux \ PORTDOCS= CHANGES FAQ README TODO PORTEXAMPLES= * +PORTSCOUT= skipv:1.9 + OPTIONS_DEFINE= DOCS EXAMPLES LIBEVENT_STATIC BACKSPACE LIBEVENT_STATIC_DESC= Build with static libevent From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 14:01:39 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 12803177; Tue, 28 Apr 2015 14:01:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0091011C8; Tue, 28 Apr 2015 14:01:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SE1cU5099506; Tue, 28 Apr 2015 14:01:38 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SE1ccD099505; Tue, 28 Apr 2015 14:01:38 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201504281401.t3SE1ccD099505@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Tue, 28 Apr 2015 14:01:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384902 - head/lang/gcc5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 14:01:39 -0000 Author: gerald Date: Tue Apr 28 14:01:38 2015 New Revision: 384902 URL: https://svnweb.freebsd.org/changeset/ports/384902 Log: Fix MASTER_SITE_SUBDIR. Reported by: jbeich Pointy Hat to: whatever injects distcache.FreeBSD.org into my testing Modified: head/lang/gcc5/Makefile Modified: head/lang/gcc5/Makefile ============================================================================== --- head/lang/gcc5/Makefile Tue Apr 28 13:45:12 2015 (r384901) +++ head/lang/gcc5/Makefile Tue Apr 28 14:01:38 2015 (r384902) @@ -5,7 +5,7 @@ PORTNAME= gcc PORTVERSION= 5.1.0 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} -MASTER_SITE_SUBDIR= releases/${DISTVERSION} +MASTER_SITE_SUBDIR= releases/gcc-${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX} MAINTAINER= gerald@FreeBSD.org From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 14:05:25 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0693F3F3; Tue, 28 Apr 2015 14:05:25 +0000 (UTC) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (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 D916B11FE; Tue, 28 Apr 2015 14:05:24 +0000 (UTC) Received: from tuna.dhcp.nue.suse.com (nat.nue.novell.com [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id 9F7F13F447; Tue, 28 Apr 2015 10:05:22 -0400 (EDT) Date: Tue, 28 Apr 2015 16:05:20 +0200 (CEST) From: Gerald Pfeifer To: Jan Beich cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r384881 - head/lang/gcc5 In-Reply-To: <8udd-3trw-wny@FreeBSD.org> Message-ID: References: <201504272342.t3RNgAnb073128@svn.freebsd.org> <8udd-3trw-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 14:05:25 -0000 On Tue, 28 Apr 2015, Jan Beich wrote: > It fails to fetch from GCC mirrors. Did you mean the following? > > MASTER_SITE_SUBDIR= releases/gcc-${DISTVERSION} Thanks Jan! Fixed now. I spent 20+ minutes trying to diagnose what had happened, and found this: => Attempting to fetch http://distcache.freebsd.org/ports-distfiles/gcc-5.1.0.tar.bz2 gcc-5.1.0.tar.bz2 0 B 0 Bps Interestingly this happens still, even after I commented all lines containing "distcache" in $PORTSDIR/Mk/bsd.*.mk. Where _does_ that usage of distcache.freebsd.org come from, then? Gerald From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 14:20:31 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F41A387E; Tue, 28 Apr 2015 14:20:30 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CAC241444; Tue, 28 Apr 2015 14:20:30 +0000 (UTC) Received: from [192.168.1.22] (140.Red-83-60-172.dynamicIP.rima-tde.net [83.60.172.140]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 31B4B43BC9; Tue, 28 Apr 2015 09:20:26 -0500 (CDT) Message-ID: <553F9728.6050906@marino.st> Date: Tue, 28 Apr 2015 16:20:24 +0200 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Gerald Pfeifer , Jan Beich CC: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r384881 - head/lang/gcc5 References: <201504272342.t3RNgAnb073128@svn.freebsd.org> <8udd-3trw-wny@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 14:20:31 -0000 On 4/28/2015 16:05, Gerald Pfeifer wrote: > On Tue, 28 Apr 2015, Jan Beich wrote: >> It fails to fetch from GCC mirrors. Did you mean the following? >> >> MASTER_SITE_SUBDIR= releases/gcc-${DISTVERSION} > > Thanks Jan! Fixed now. > > I spent 20+ minutes trying to diagnose what had happened, and found this: > > => Attempting to fetch http://distcache.freebsd.org/ports-distfiles/gcc-5.1.0.tar.bz2 > gcc-5.1.0.tar.bz2 0 B 0 Bps > > Interestingly this happens still, even after I commented all lines > containing "distcache" in $PORTSDIR/Mk/bsd.*.mk. > I think you can get what you are looking for with by putting "MASTER_SITE_BACKUP=" in make.conf or the command line. That will save you having to edit files next time. John From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 14:21:51 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 4E93C97E; Tue, 28 Apr 2015 14:21:51 +0000 (UTC) Date: Tue, 28 Apr 2015 14:21:51 +0000 From: Alexey Dokuchaev To: Gerald Pfeifer Cc: Jan Beich , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r384881 - head/lang/gcc5 Message-ID: <20150428142151.GA2306@FreeBSD.org> References: <201504272342.t3RNgAnb073128@svn.freebsd.org> <8udd-3trw-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 14:21:51 -0000 On Tue, Apr 28, 2015 at 04:05:20PM +0200, Gerald Pfeifer wrote: > On Tue, 28 Apr 2015, Jan Beich wrote: > > It fails to fetch from GCC mirrors. Did you mean the following? > > > > MASTER_SITE_SUBDIR= releases/gcc-${DISTVERSION} > > Thanks Jan! Fixed now. > > I spent 20+ minutes trying to diagnose what had happened, and found this: > > => Attempting to fetch http://distcache.freebsd.org/ports-distfiles/gcc-5.1.0.tar.bz2 > gcc-5.1.0.tar.bz2 0 B 0 Bps BTW, did anyone else notice that for new FreeBSD versions, fetch line now always has this "0 B 0 Bps" part in the logs? Yet when building port for e.g. FreeBSD 8.4, some meaningful numbers are reported there. ./danfe From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 14:26:56 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1F8C0B36; Tue, 28 Apr 2015 14:26:56 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D4D4A14B3; Tue, 28 Apr 2015 14:26:55 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 1367CBDC2E; Tue, 28 Apr 2015 16:26:54 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id E7824BDC24; Tue, 28 Apr 2015 16:26:53 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 3305A6125; Tue, 28 Apr 2015 16:26:53 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id CDEA35145AC; Tue, 28 Apr 2015 16:26:52 +0200 (CEST) Date: Tue, 28 Apr 2015 16:26:52 +0200 From: Mathieu Arnold To: Gerald Pfeifer , Jan Beich cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r384881 - head/lang/gcc5 Message-ID: <5F36179DF773D2601B1DACBA@ogg.in.absolight.net> In-Reply-To: References: <201504272342.t3RNgAnb073128@svn.freebsd.org> <8udd-3trw-wny@FreeBSD.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 14:26:56 -0000 +--On 28 avril 2015 16:05:20 +0200 Gerald Pfeifer wrote: | On Tue, 28 Apr 2015, Jan Beich wrote: |> It fails to fetch from GCC mirrors. Did you mean the following? |> |> MASTER_SITE_SUBDIR= releases/gcc-${DISTVERSION} | | Thanks Jan! Fixed now. | | I spent 20+ minutes trying to diagnose what had happened, and found this: | | => Attempting to fetch | http://distcache.freebsd.org/ports-distfiles/gcc-5.1.0.tar.bz2 | gcc-5.1.0.tar.bz2 0 B 0 Bps | | Interestingly this happens still, even after I commented all lines | containing "distcache" in $PORTSDIR/Mk/bsd.*.mk. | | Where _does_ that usage of distcache.freebsd.org come from, then? >From bsd.port.mk, around line 2423. To disable it, set "MASTER_SITE_BACKUP=" in make.conf or the command line. -- Mathieu Arnold From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 14:47:46 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5D743DC; Tue, 28 Apr 2015 14:47:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49C9F1769; Tue, 28 Apr 2015 14:47:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SElk6b020585; Tue, 28 Apr 2015 14:47:46 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SElhcu020560; Tue, 28 Apr 2015 14:47:43 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201504281447.t3SElhcu020560@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 28 Apr 2015 14:47:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384903 - in head/graphics/tulip: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 14:47:46 -0000 Author: adamw Date: Tue Apr 28 14:47:42 2015 New Revision: 384903 URL: https://svnweb.freebsd.org/changeset/ports/384903 Log: Update to 4.7.0, pet portlint, rename patch files so the names are unambiguous, and assign maintainership to submitter. PR: 199614 Submitted by: Ben Woods (new maintainer) Added: head/graphics/tulip/files/patch-library_tulip-core_src_PluginLibraryLoader.cpp - copied, changed from r384902, head/graphics/tulip/files/patch-dirent head/graphics/tulip/files/patch-plugins_view_HistogramView_HistogramStatistics.cpp - copied, changed from r384902, head/graphics/tulip/files/patch-plugins-view-HistogramView_HistogramStatistics.cpp head/graphics/tulip/files/patch-software_crash__handling_CrashHandling.cpp - copied, changed from r384902, head/graphics/tulip/files/patch-software-crash_handling_CrashHandling.cpp head/graphics/tulip/files/patch-software_crash__handling_StackWalker.cpp - copied, changed from r384902, head/graphics/tulip/files/patch-software-crash_handling_StackWalker.cpp head/graphics/tulip/files/patch-software_tulip__perspective_src_main.cpp - copied, changed from r384902, head/graphics/tulip/files/patch-software-tulip_perspective-src_main.cpp head/graphics/tulip/files/patch-software_tulip_include_TulipPerspectiveProcessHandler.h - copied, changed from r384902, head/graphics/tulip/files/patch-software-tulip-include_TulipPerspectiveProcessHandler.h head/graphics/tulip/files/patch-software_tulip_src_main.cpp - copied, changed from r384902, head/graphics/tulip/files/patch-software-tulip-src_main.cpp Deleted: head/graphics/tulip/files/patch-dirent head/graphics/tulip/files/patch-plugins-view-HistogramView_HistogramStatistics.cpp head/graphics/tulip/files/patch-software-crash_handling_CrashHandling.cpp head/graphics/tulip/files/patch-software-crash_handling_StackWalker.cpp head/graphics/tulip/files/patch-software-tulip-include_TulipPerspectiveProcessHandler.h head/graphics/tulip/files/patch-software-tulip-src_main.cpp head/graphics/tulip/files/patch-software-tulip_perspective-src_main.cpp Modified: head/graphics/tulip/Makefile head/graphics/tulip/distinfo head/graphics/tulip/files/patch-CMakeLists.txt head/graphics/tulip/files/patch-thirdparty_CMakeLists.txt head/graphics/tulip/pkg-plist Modified: head/graphics/tulip/Makefile ============================================================================== --- head/graphics/tulip/Makefile Tue Apr 28 14:01:38 2015 (r384902) +++ head/graphics/tulip/Makefile Tue Apr 28 14:47:42 2015 (r384903) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= tulip -PORTVERSION= 4.6.1 +PORTVERSION= 4.7.0 DISTVERSIONSUFFIX= _src CATEGORIES= graphics MASTER_SITES= SF/auber/${PORTNAME}/${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= woodsb02@gmail.com COMMENT= System dedicated to the visualization of huge graphs LICENSE= LGPL3 Modified: head/graphics/tulip/distinfo ============================================================================== --- head/graphics/tulip/distinfo Tue Apr 28 14:01:38 2015 (r384902) +++ head/graphics/tulip/distinfo Tue Apr 28 14:47:42 2015 (r384903) @@ -1,2 +1,2 @@ -SHA256 (tulip-4.6.1_src.tar.gz) = 27ab129af9541b94bfb6f63497b4055a298a3058be58795b3bc67c2d9789a18b -SIZE (tulip-4.6.1_src.tar.gz) = 82574518 +SHA256 (tulip-4.7.0_src.tar.gz) = 8ae2fe8e27e147a845eb21a3b8e9a3bb88d3d0c8d9e9c2952579399908e07874 +SIZE (tulip-4.7.0_src.tar.gz) = 82801728 Modified: head/graphics/tulip/files/patch-CMakeLists.txt ============================================================================== --- head/graphics/tulip/files/patch-CMakeLists.txt Tue Apr 28 14:01:38 2015 (r384902) +++ head/graphics/tulip/files/patch-CMakeLists.txt Tue Apr 28 14:47:42 2015 (r384903) @@ -1,18 +1,6 @@ ---- CMakeLists.txt.orig 2014-09-28 22:18:14.000000000 +0200 -+++ CMakeLists.txt 2014-09-30 12:39:54.000000000 +0200 -@@ -108,7 +108,10 @@ - IF(APPLE) - SET_TARGET_PROPERTIES(${name} PROPERTIES INSTALL_NAME_DIR "@executable_path/../lib") - ENDIF(APPLE) -- SET_TARGET_PROPERTIES(${name} PROPERTIES INSTALL_RPATH "$ORIGIN") -+ GET_TARGET_PROPERTY(_target_type ${name} TYPE) -+ IF(NOT "${_target_type}" STREQUAL "INTERFACE_LIBRARY") -+ SET_TARGET_PROPERTIES(${name} PROPERTIES INSTALL_RPATH "$ORIGIN") -+ ENDIF(NOT "${_target_type}" STREQUAL "INTERFACE_LIBRARY") - IF(MSVC) - SET_TARGET_PROPERTIES(${name} PROPERTIES RUNTIME_OUTPUT_DIRECTORY_DEBUG "${CMAKE_CURRENT_BINARY_DIR}") - SET_TARGET_PROPERTIES(${name} PROPERTIES RUNTIME_OUTPUT_DIRECTORY_RELEASE "${CMAKE_CURRENT_BINARY_DIR}") -@@ -401,8 +401,8 @@ +--- CMakeLists.txt.orig 2015-04-22 14:45:15 UTC ++++ CMakeLists.txt +@@ -367,8 +367,8 @@ SET(FTGLInclude ${PROJECT_SOURCE_DIR}/th SET(FTGLLibrary ftgl-tulip-${TulipMMVersion}) ENDIF(NOT BUILD_CORE_ONLY) Copied and modified: head/graphics/tulip/files/patch-library_tulip-core_src_PluginLibraryLoader.cpp (from r384902, head/graphics/tulip/files/patch-dirent) ============================================================================== --- head/graphics/tulip/files/patch-dirent Tue Apr 28 14:01:38 2015 (r384902, copy source) +++ head/graphics/tulip/files/patch-library_tulip-core_src_PluginLibraryLoader.cpp Tue Apr 28 14:47:42 2015 (r384903) @@ -1,6 +1,6 @@ ---- library/tulip-core/src/PluginLibraryLoader.cpp.orig 2014-03-25 10:10:30.000000000 +0100 -+++ library/tulip-core/src/PluginLibraryLoader.cpp 2014-04-01 13:50:00.000000000 +0200 -@@ -130,7 +130,14 @@ +--- library/tulip-core/src/PluginLibraryLoader.cpp.orig 2015-04-18 20:15:27 UTC ++++ library/tulip-core/src/PluginLibraryLoader.cpp +@@ -130,7 +130,14 @@ bool PluginLibraryLoader::loadPluginLibr } // accepts only file whose name matches *.so or *.dylib Copied and modified: head/graphics/tulip/files/patch-plugins_view_HistogramView_HistogramStatistics.cpp (from r384902, head/graphics/tulip/files/patch-plugins-view-HistogramView_HistogramStatistics.cpp) ============================================================================== --- head/graphics/tulip/files/patch-plugins-view-HistogramView_HistogramStatistics.cpp Tue Apr 28 14:01:38 2015 (r384902, copy source) +++ head/graphics/tulip/files/patch-plugins_view_HistogramView_HistogramStatistics.cpp Tue Apr 28 14:47:42 2015 (r384903) @@ -1,5 +1,5 @@ ---- plugins/view/HistogramView/HistogramStatistics.cpp.orig 2014-04-18 12:05:56.000000000 +0200 -+++ plugins/view/HistogramView/HistogramStatistics.cpp 2014-04-18 12:07:56.000000000 +0200 +--- plugins/view/HistogramView/HistogramStatistics.cpp.orig 2015-04-18 20:15:49 UTC ++++ plugins/view/HistogramView/HistogramStatistics.cpp @@ -30,7 +30,7 @@ #include "HistoStatsConfigWidget.h" #include "HistogramView.h" Copied and modified: head/graphics/tulip/files/patch-software_crash__handling_CrashHandling.cpp (from r384902, head/graphics/tulip/files/patch-software-crash_handling_CrashHandling.cpp) ============================================================================== --- head/graphics/tulip/files/patch-software-crash_handling_CrashHandling.cpp Tue Apr 28 14:01:38 2015 (r384902, copy source) +++ head/graphics/tulip/files/patch-software_crash__handling_CrashHandling.cpp Tue Apr 28 14:47:42 2015 (r384903) @@ -1,6 +1,6 @@ ---- software/crash_handling/CrashHandling.cpp.orig 2014-04-18 10:33:31.000000000 +0200 -+++ software/crash_handling/CrashHandling.cpp 2014-04-18 10:34:25.000000000 +0200 -@@ -38,7 +38,7 @@ +--- software/crash_handling/CrashHandling.cpp.orig 2015-04-18 20:15:52 UTC ++++ software/crash_handling/CrashHandling.cpp +@@ -48,7 +48,7 @@ void setExtraSymbolsSearchPaths(const st /* Linux/MacOS-specific handling */ Copied and modified: head/graphics/tulip/files/patch-software_crash__handling_StackWalker.cpp (from r384902, head/graphics/tulip/files/patch-software-crash_handling_StackWalker.cpp) ============================================================================== --- head/graphics/tulip/files/patch-software-crash_handling_StackWalker.cpp Tue Apr 28 14:01:38 2015 (r384902, copy source) +++ head/graphics/tulip/files/patch-software_crash__handling_StackWalker.cpp Tue Apr 28 14:47:42 2015 (r384903) @@ -1,6 +1,6 @@ ---- software/crash_handling/StackWalker.cpp.orig 2014-04-22 16:44:05.000000000 +0200 -+++ software/crash_handling/StackWalker.cpp 2014-04-22 16:46:01.000000000 +0200 -@@ -255,8 +255,13 @@ +--- software/crash_handling/StackWalker.cpp.orig 2015-04-18 20:15:52 UTC ++++ software/crash_handling/StackWalker.cpp +@@ -255,8 +255,13 @@ void StackWalkerGCC::printCallStack(std: char * real_name = abi::__cxa_demangle(mangled_name, 0, 0, &status); char *end; Copied and modified: head/graphics/tulip/files/patch-software_tulip__perspective_src_main.cpp (from r384902, head/graphics/tulip/files/patch-software-tulip_perspective-src_main.cpp) ============================================================================== --- head/graphics/tulip/files/patch-software-tulip_perspective-src_main.cpp Tue Apr 28 14:01:38 2015 (r384902, copy source) +++ head/graphics/tulip/files/patch-software_tulip__perspective_src_main.cpp Tue Apr 28 14:47:42 2015 (r384903) @@ -1,6 +1,6 @@ ---- software/tulip_perspective/src/main.cpp.orig 2014-04-18 11:58:12.000000000 +0200 -+++ software/tulip_perspective/src/main.cpp 2014-04-18 11:58:27.000000000 +0200 -@@ -129,7 +129,9 @@ +--- software/tulip_perspective/src/main.cpp.orig 2015-04-18 20:15:52 UTC ++++ software/tulip_perspective/src/main.cpp +@@ -134,7 +134,9 @@ void usage(const QString &error) { } int main(int argc,char **argv) { Copied and modified: head/graphics/tulip/files/patch-software_tulip_include_TulipPerspectiveProcessHandler.h (from r384902, head/graphics/tulip/files/patch-software-tulip-include_TulipPerspectiveProcessHandler.h) ============================================================================== --- head/graphics/tulip/files/patch-software-tulip-include_TulipPerspectiveProcessHandler.h Tue Apr 28 14:01:38 2015 (r384902, copy source) +++ head/graphics/tulip/files/patch-software_tulip_include_TulipPerspectiveProcessHandler.h Tue Apr 28 14:47:42 2015 (r384903) @@ -1,5 +1,5 @@ ---- software/tulip/include/TulipPerspectiveProcessHandler.h.orig 2014-04-18 11:41:35.000000000 +0200 -+++ software/tulip/include/TulipPerspectiveProcessHandler.h 2014-04-18 11:47:38.000000000 +0200 +--- software/tulip/include/TulipPerspectiveProcessHandler.h.orig 2015-04-18 20:15:52 UTC ++++ software/tulip/include/TulipPerspectiveProcessHandler.h @@ -27,6 +27,8 @@ #include Copied and modified: head/graphics/tulip/files/patch-software_tulip_src_main.cpp (from r384902, head/graphics/tulip/files/patch-software-tulip-src_main.cpp) ============================================================================== --- head/graphics/tulip/files/patch-software-tulip-src_main.cpp Tue Apr 28 14:01:38 2015 (r384902, copy source) +++ head/graphics/tulip/files/patch-software_tulip_src_main.cpp Tue Apr 28 14:47:42 2015 (r384903) @@ -1,6 +1,6 @@ ---- software/tulip/src/main.cpp.orig 2014-04-18 11:56:26.000000000 +0200 -+++ software/tulip/src/main.cpp 2014-04-18 11:56:38.000000000 +0200 -@@ -119,7 +119,9 @@ +--- software/tulip/src/main.cpp.orig 2015-04-22 14:45:04 UTC ++++ software/tulip/src/main.cpp +@@ -124,7 +124,9 @@ void checkTulipRunning(const QString& pe } int main(int argc, char **argv) { @@ -8,5 +8,5 @@ start_crash_handler(); +#endif - - + QApplication tulip_agent(argc, argv); + QString name("Tulip "); Modified: head/graphics/tulip/files/patch-thirdparty_CMakeLists.txt ============================================================================== --- head/graphics/tulip/files/patch-thirdparty_CMakeLists.txt Tue Apr 28 14:01:38 2015 (r384902) +++ head/graphics/tulip/files/patch-thirdparty_CMakeLists.txt Tue Apr 28 14:47:42 2015 (r384903) @@ -1,6 +1,6 @@ ---- thirdparty/CMakeLists.txt.orig 2014-09-28 22:17:08.000000000 +0200 -+++ thirdparty/CMakeLists.txt 2014-09-30 14:20:28.000000000 +0200 -@@ -3,7 +3,7 @@ +--- thirdparty/CMakeLists.txt.orig 2015-04-18 20:15:20 UTC ++++ thirdparty/CMakeLists.txt +@@ -3,7 +3,7 @@ DISABLE_COMPILER_WARNINGS() ADD_CORE_FILES(CMakeLists.txt) ADD_SUBDIRECTORY(gzstream) Modified: head/graphics/tulip/pkg-plist ============================================================================== --- head/graphics/tulip/pkg-plist Tue Apr 28 14:01:38 2015 (r384902) +++ head/graphics/tulip/pkg-plist Tue Apr 28 14:47:42 2015 (r384903) @@ -45,6 +45,7 @@ include/tulip/CopyPropertyDialog.h include/tulip/Curves.h include/tulip/DataSet.h include/tulip/Delaunay.h +include/tulip/DocumentationNavigator.h include/tulip/DoubleProperty.h include/tulip/DoublePropertyAnimation.h include/tulip/DoubleStringsListSelectionWidget.h @@ -248,6 +249,7 @@ include/tulip/TriconnectedTest.h include/tulip/TulipException.h include/tulip/TulipFileDescriptorWidget.h include/tulip/TulipFont.h +include/tulip/TulipFontAwesome.h include/tulip/TulipFontDialog.h include/tulip/TulipItemDelegate.h include/tulip/TulipItemEditorCreators.h @@ -331,6 +333,7 @@ lib/tulip/glyph/libCube-%%TULIP_VERSION% lib/tulip/glyph/libCubeOutlinedTransparent-%%TULIP_VERSION%%.so lib/tulip/glyph/libCylinder-%%TULIP_VERSION%%.so lib/tulip/glyph/libDiamond-%%TULIP_VERSION%%.so +lib/tulip/glyph/libFontAwesomeIcon-%%TULIP_VERSION%%.so lib/tulip/glyph/libGlowSphere-%%TULIP_VERSION%%.so lib/tulip/glyph/libHalfCylinder-%%TULIP_VERSION%%.so lib/tulip/glyph/libHexagone-%%TULIP_VERSION%%.so @@ -372,6 +375,7 @@ lib/tulip/libConnected-%%TULIP_VERSION%% lib/tulip/libConnectedComponent-%%TULIP_VERSION%%.so lib/tulip/libConnectedComponentPacking-%%TULIP_VERSION%%.so lib/tulip/libConvolutionClustering-%%TULIP_VERSION%%.so +lib/tulip/libCurveEdges-%%TULIP_VERSION%%.so lib/tulip/libDagLevelMetric-%%TULIP_VERSION%%.so lib/tulip/libDegreeMetric-%%TULIP_VERSION%%.so lib/tulip/libDelaunay-%%TULIP_VERSION%%.so @@ -410,6 +414,25 @@ lib/tulip/libMetricSizeMapping-%%TULIP_V lib/tulip/libMixedModel-%%TULIP_VERSION%%.so lib/tulip/libMultipleSelection-%%TULIP_VERSION%%.so lib/tulip/libNodeMetric-%%TULIP_VERSION%%.so +lib/tulip/libOGDFBalloon-%%TULIP_VERSION%%.so +lib/tulip/libOGDFCircular-%%TULIP_VERSION%%.so +lib/tulip/libOGDFDavidsonHarel-%%TULIP_VERSION%%.so +lib/tulip/libOGDFDominance-%%TULIP_VERSION%%.so +lib/tulip/libOGDFFastMultipoleEmbedder-%%TULIP_VERSION%%.so +lib/tulip/libOGDFFastMultipoleMultilevelEmbedder-%%TULIP_VERSION%%.so +lib/tulip/libOGDFFm3-%%TULIP_VERSION%%.so +lib/tulip/libOGDFFrutchermanReingold-%%TULIP_VERSION%%.so +lib/tulip/libOGDFGemFrick-%%TULIP_VERSION%%.so +lib/tulip/libOGDFKamadaKawai-%%TULIP_VERSION%%.so +lib/tulip/libOGDFMMMExampleFastLayout-%%TULIP_VERSION%%.so +lib/tulip/libOGDFMMMExampleNiceLayout-%%TULIP_VERSION%%.so +lib/tulip/libOGDFMMMExampleNoTwistLayout-%%TULIP_VERSION%%.so +lib/tulip/libOGDFPlanarizationGrid-%%TULIP_VERSION%%.so +lib/tulip/libOGDFStressMajorization-%%TULIP_VERSION%%.so +lib/tulip/libOGDFSugiyama-%%TULIP_VERSION%%.so +lib/tulip/libOGDFTree-%%TULIP_VERSION%%.so +lib/tulip/libOGDFUpwardPlanarization-%%TULIP_VERSION%%.so +lib/tulip/libOGDFVisibility-%%TULIP_VERSION%%.so lib/tulip/libOuterplanar-%%TULIP_VERSION%%.so lib/tulip/libPageRank-%%TULIP_VERSION%%.so lib/tulip/libPathLengthMetric-%%TULIP_VERSION%%.so @@ -425,6 +448,7 @@ lib/tulip/libRandomSimpleGraph-%%TULIP_V lib/tulip/libRandomTree-%%TULIP_VERSION%%.so lib/tulip/libRandomTreeGeneral-%%TULIP_VERSION%%.so lib/tulip/libReachableSubGraphSelection-%%TULIP_VERSION%%.so +lib/tulip/libReverseEdges-%%TULIP_VERSION%%.so lib/tulip/libSVGExport-%%TULIP_VERSION%%.so lib/tulip/libSimple-%%TULIP_VERSION%%.so lib/tulip/libSmallWorldGraph-%%TULIP_VERSION%%.so @@ -445,36 +469,17 @@ lib/tulip/libTutte-%%TULIP_VERSION%%.so lib/tulip/libVoronoi-%%TULIP_VERSION%%.so lib/tulip/libWebImport-%%TULIP_VERSION%%.so lib/tulip/libWelshPowell-%%TULIP_VERSION%%.so -lib/tulip/libogdfballoon-%%TULIP_VERSION%%.so -lib/tulip/libogdfcircular-%%TULIP_VERSION%%.so -lib/tulip/libogdfdavidsonharel-%%TULIP_VERSION%%.so -lib/tulip/libogdfdominance-%%TULIP_VERSION%%.so -lib/tulip/libogdffastmultipoleembedder-%%TULIP_VERSION%%.so -lib/tulip/libogdffastmultipolemultilevelembedder-%%TULIP_VERSION%%.so -lib/tulip/libogdffm3-%%TULIP_VERSION%%.so -lib/tulip/libogdffrutchermanreingold-%%TULIP_VERSION%%.so -lib/tulip/libogdfgemfrick-%%TULIP_VERSION%%.so -lib/tulip/libogdfkamadakawai-%%TULIP_VERSION%%.so -lib/tulip/libogdfmmmexamplefastlayout-%%TULIP_VERSION%%.so -lib/tulip/libogdfmmmexamplenicelayout-%%TULIP_VERSION%%.so -lib/tulip/libogdfmmmexamplenotwistlayout-%%TULIP_VERSION%%.so -lib/tulip/libogdfplanarizationgrid-%%TULIP_VERSION%%.so -lib/tulip/libogdfstressmajorization-%%TULIP_VERSION%%.so -lib/tulip/libogdfsugiyama-%%TULIP_VERSION%%.so -lib/tulip/libogdftree-%%TULIP_VERSION%%.so -lib/tulip/libogdfupwardplanarization-%%TULIP_VERSION%%.so -lib/tulip/libogdfvisibility-%%TULIP_VERSION%%.so -lib/tulip/libreverseedges-%%TULIP_VERSION%%.so lib/tulip/perspective/libGraphPerspective-%%TULIP_VERSION%%.so lib/tulip/view/libGeographicView-%%TULIP_VERSION%%.so lib/tulip/view/libHistogramView-%%TULIP_VERSION%%.so lib/tulip/view/libMatrixView-%%TULIP_VERSION%%.so lib/tulip/view/libParallelCoordinatesView-%%TULIP_VERSION%%.so lib/tulip/view/libPixelOrientedView-%%TULIP_VERSION%%.so +lib/tulip/view/libPythonScriptView-%%TULIP_VERSION%%.so lib/tulip/view/libSOMView-%%TULIP_VERSION%%.so lib/tulip/view/libScatterPlot2DView-%%TULIP_VERSION%%.so lib/tulip/view/libTableView-%%TULIP_VERSION%%.so -lib/tulip/view/libpythonscriptview-%%TULIP_VERSION%%.so +share/pixmaps/tulip.png %%DATADIR%%/FindGLEW.cmake %%DATADIR%%/FindTULIP.cmake %%DATADIR%%/TulipUseFile.cmake @@ -512,6 +517,7 @@ lib/tulip/view/libpythonscriptview-%%TUL %%DATADIR%%/bitmaps/edgeBlomSprite.png %%DATADIR%%/bitmaps/edgeSpring.png %%DATADIR%%/bitmaps/font.ttf +%%DATADIR%%/bitmaps/fontawesome-webfont.ttf %%DATADIR%%/bitmaps/fontb.ttf %%DATADIR%%/bitmaps/fonts/DejaVuMono/DejaVuMono.ttf %%DATADIR%%/bitmaps/fonts/DejaVuMono/DejaVuMono_Bold.ttf @@ -614,6 +620,7 @@ lib/tulip/view/libpythonscriptview-%%TUL %%DATADIR%%/bitmaps/samplePictures/741.png %%DATADIR%%/bitmaps/samplePictures/891.png %%DATADIR%%/bitmaps/titlebarGradient.png +%%DATADIR%%/bitmaps/tulip-file-icon.ico %%DATADIR%%/bitmaps/tulip.ico %%DATADIR%%/bitmaps/welcomelogo.bmp %%DATADIR%%/wizards/README.txt @@ -651,4 +658,3 @@ lib/tulip/view/libpythonscriptview-%%TUL %%DATADIR%%/wizards/tlpview/view.cpp %%DATADIR%%/wizards/tlpview/view.h %%DATADIR%%/wizards/tlpview/wizard.xml -share/pixmaps/tulip.png From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 14:55:27 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A2AD031A; Tue, 28 Apr 2015 14:55:27 +0000 (UTC) Received: from mailrelay105.isp.belgacom.be (mailrelay105.isp.belgacom.be [195.238.20.132]) by mx1.freebsd.org (Postfix) with ESMTP id BEF631881; Tue, 28 Apr 2015 14:55:26 +0000 (UTC) X-Belgacom-Dynamic: yes X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=KjSUzZxnmGSQ+6+vr4Kd0OSSUs/Ia9ciENKrYVIfwLU= c=1 sm=2 a=kj9zAlcOel0A:10 a=6I5d2MoRAAAA:8 a=CnA3NvvaXKhgevTXpX4A:9 a=CjuIK1q_8ugA:10 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2AfBwCfnj9V/wu/8VFcgwxTUAzIboYEAoE1TQEBAQEBAYELhCEBAQQ6HCMQCxQECSUPKh4GE4gvAQjHPQEBAQEBAQEDAQEBAQEBARcEiziEUjMHhC0BBJVpgkKDeJVtI4N2PDGCRQEBAQ Received: from 11.191-241-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.241.191.11]) by relay.skynet.be with ESMTP; 28 Apr 2015 16:54:14 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id t3SEs7ev006761; Tue, 28 Apr 2015 16:54:08 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Tue, 28 Apr 2015 16:54:07 +0200 From: Tijl Coosemans To: John Marino Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r384894 - head/lang/gcc5-aux Message-ID: <20150428165407.1bb95495@kalimero.tijl.coosemans.org> In-Reply-To: <201504281216.t3SCGYSp044760@svn.freebsd.org> References: <201504281216.t3SCGYSp044760@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 14:55:27 -0000 On Tue, 28 Apr 2015 12:16:34 +0000 (UTC) John Marino wrote: > Author: marino > Date: Tue Apr 28 12:16:33 2015 > New Revision: 384894 > URL: https://svnweb.freebsd.org/changeset/ports/384894 > > Log: > lang/gcc5-aux: r384038 (iconv commit) broken DragonFly, Fix > > Swapping LIBS with LDFLAGS and removing the *_configargs definitions > allows gcc5-aux to build on all supported platforms. Now that gcc5 has > been released, new bootstrap compilers should be created for both FreeBSD > and DragonFly in order remove bootstrapping requirement (previously > gcc5 built live but not in poudriere, reason still unknown). > > Modified: > head/lang/gcc5-aux/Makefile > > Modified: head/lang/gcc5-aux/Makefile > ============================================================================== > --- head/lang/gcc5-aux/Makefile Tue Apr 28 11:58:47 2015 (r384893) > +++ head/lang/gcc5-aux/Makefile Tue Apr 28 12:16:33 2015 (r384894) > @@ -28,7 +28,7 @@ FULL_GNATGCC= NOT_SET > OS_LABEL4VERS= [${OPSYS}${GARCH:M*64:S/amd_//:S/x86_//}] > NO_MTREE= yes > CPPFLAGS+= -I${LOCALBASE}/include > -LIBS+= -L${LOCALBASE}/lib > +LDFLAGS+= -L${LOCALBASE}/lib > > OPTIONS_GROUP= Standard Bootstrap > OPTIONS_GROUP_Standard= FORT OBJC NLS TESTSUITE STATIC > @@ -162,10 +162,7 @@ ADA_CONFIGURE_ENV+= CFLAGS="${CFLAGS}" > ADA_CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" > ADA_CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS}" > ADA_CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" > -ADA_CONFIGURE_ENV+= LIBS="${LIBS}" > ADA_CONFIGURE_ENV+= PATH=${FULL_PATH} > -ADA_CONFIGURE_ENV+= build_configargs="CPPFLAGS=\"${CPPFLAGS}\" LIBS=\"${LIBS}\"" > -ADA_CONFIGURE_ENV+= host_configargs="CPPFLAGS=\"${CPPFLAGS}\" LIBS=\"${LIBS}\"" On FreeBSD 10 it will link to libiconv without these instead of using libc iconv. I believe it will also try to use an internal libintl instead of using libintl from gettext-runtime. From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 15:00:23 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7B21D490; Tue, 28 Apr 2015 15:00:23 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5168F18C9; Tue, 28 Apr 2015 15:00:23 +0000 (UTC) Received: from [192.168.1.22] (140.Red-83-60-172.dynamicIP.rima-tde.net [83.60.172.140]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id CEF6243BC9; Tue, 28 Apr 2015 10:00:13 -0500 (CDT) Message-ID: <553FA06F.8000602@marino.st> Date: Tue, 28 Apr 2015 16:59:59 +0200 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Tijl Coosemans , John Marino CC: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r384894 - head/lang/gcc5-aux References: <201504281216.t3SCGYSp044760@svn.freebsd.org> <20150428165407.1bb95495@kalimero.tijl.coosemans.org> In-Reply-To: <20150428165407.1bb95495@kalimero.tijl.coosemans.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 15:00:23 -0000 On 4/28/2015 16:54, Tijl Coosemans wrote: > On Tue, 28 Apr 2015 12:16:34 +0000 (UTC) John Marino wrote: >> Author: marino >> Date: Tue Apr 28 12:16:33 2015 >> New Revision: 384894 >> URL: https://svnweb.freebsd.org/changeset/ports/384894 [snip] > > On FreeBSD 10 it will link to libiconv without these instead of using > libc iconv. I believe it will also try to use an internal libintl instead > of using libintl from gettext-runtime. I don't fully understand what was being accomplished. I do know that it still builds on FreeBSD 8,9, and 10 after this change and now it again builds on DragonFly which it didn't before (it couldn't find -lintl during the build) This isn't an issue for lang/gcc* ports because they disable NLS unconditionally. the gcc*-aux ports are the only ones that offer NLS option. I honestly don't know what the "pre" problem with iconv was (because I don't need NLS myself) John From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 15:01:22 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 657A4664; Tue, 28 Apr 2015 15:01:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5321B1975; Tue, 28 Apr 2015 15:01:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SF1MOI029317; Tue, 28 Apr 2015 15:01:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SF1MUm029316; Tue, 28 Apr 2015 15:01:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504281501.t3SF1MUm029316@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 28 Apr 2015 15:01:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384904 - head/net/p5-Socket X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 15:01:22 -0000 Author: sunpoet Date: Tue Apr 28 15:01:21 2015 New Revision: 384904 URL: https://svnweb.freebsd.org/changeset/ports/384904 Log: - Add PORTSCOUT Modified: head/net/p5-Socket/Makefile Modified: head/net/p5-Socket/Makefile ============================================================================== --- head/net/p5-Socket/Makefile Tue Apr 28 14:47:42 2015 (r384903) +++ head/net/p5-Socket/Makefile Tue Apr 28 15:01:21 2015 (r384904) @@ -14,6 +14,8 @@ COMMENT= Networking constants and suppor LICENSE= ART10 GPLv1 LICENSE_COMB= dual +PORTSCOUT= limit:^[0-9\.]*$$ + USE_PERL5= configure USES= perl5 From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 15:02:20 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E7362763; Tue, 28 Apr 2015 15:02:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D53CF198A; Tue, 28 Apr 2015 15:02:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SF2K5r030040; Tue, 28 Apr 2015 15:02:20 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SF2Kj3030039; Tue, 28 Apr 2015 15:02:20 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201504281502.t3SF2Kj3030039@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Tue, 28 Apr 2015 15:02:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384905 - head/net/freeradius2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 15:02:21 -0000 Author: garga Date: Tue Apr 28 15:02:20 2015 New Revision: 384905 URL: https://svnweb.freebsd.org/changeset/ports/384905 Log: Use libkrb5support.so to track security/krb5 dependency, libkrb5.so is present on base and can confuses ports system not installing security/krb5. No bump on PORTREVISION since it's disabled by default Approved by: zi@ Sponsored by: Netgate Modified: head/net/freeradius2/Makefile Modified: head/net/freeradius2/Makefile ============================================================================== --- head/net/freeradius2/Makefile Tue Apr 28 15:01:21 2015 (r384904) +++ head/net/freeradius2/Makefile Tue Apr 28 15:02:20 2015 (r384905) @@ -112,7 +112,7 @@ LIB_DEPENDS+= libkrb5.so:${PORTSDIR}/sec .endif CONFIGURE_ARGS+=--enable-heimdal-krb5 .else -LIB_DEPENDS+= libkrb5.so:${PORTSDIR}/security/krb5 +LIB_DEPENDS+= libkrb5support.so:${PORTSDIR}/security/krb5 .endif CONFIGURE_ARGS+=--with-rlm_krb5 .if ${PORT_OPTIONS:MHEIMDAL} && empty(PORT_OPTIONS:MHEIMDAL_PORT) From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 15:06:19 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6AD4E8BE; Tue, 28 Apr 2015 15:06:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 589EF19D5; Tue, 28 Apr 2015 15:06:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SF6J1M030684; Tue, 28 Apr 2015 15:06:19 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SF6IMv030679; Tue, 28 Apr 2015 15:06:18 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201504281506.t3SF6IMv030679@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 28 Apr 2015 15:06:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384906 - head/net/p5-Server-Starter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 15:06:19 -0000 Author: adamw Date: Tue Apr 28 15:06:18 2015 New Revision: 384906 URL: https://svnweb.freebsd.org/changeset/ports/384906 Log: Update to 0.27. Changes: https://metacpan.org/changes/distribution/Server-Starter Approved by: maintainer (implicit for updates) Modified: head/net/p5-Server-Starter/Makefile head/net/p5-Server-Starter/distinfo Modified: head/net/p5-Server-Starter/Makefile ============================================================================== --- head/net/p5-Server-Starter/Makefile Tue Apr 28 15:02:20 2015 (r384905) +++ head/net/p5-Server-Starter/Makefile Tue Apr 28 15:06:18 2015 (r384906) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Server-Starter -PORTVERSION= 0.23 +PORTVERSION= 0.27 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:KAZUHO @@ -12,9 +12,10 @@ COMMENT= Perl extension of superdaemon f TEST_DEPENDS= p5-IO-Socket-IP>=0:${PORTSDIR}/net/p5-IO-Socket-IP \ p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \ - p5-Test-SharedFork>0:${PORTSDIR}/devel/p5-Test-SharedFork + p5-Test-SharedFork>0:${PORTSDIR}/devel/p5-Test-SharedFork \ + p5-Test-TCP>=0:${PORTSDIR}/devel/p5-Test-TCP USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuild .include Modified: head/net/p5-Server-Starter/distinfo ============================================================================== --- head/net/p5-Server-Starter/distinfo Tue Apr 28 15:02:20 2015 (r384905) +++ head/net/p5-Server-Starter/distinfo Tue Apr 28 15:06:18 2015 (r384906) @@ -1,2 +1,2 @@ -SHA256 (Server-Starter-0.23.tar.gz) = e5bfd8ce524054846569969ac1a898addbf8c694e4fbb28272e723690c5b23ec -SIZE (Server-Starter-0.23.tar.gz) = 45879 +SHA256 (Server-Starter-0.27.tar.gz) = 8b59d14a88df244665bdc97c357d2fa00b8d880cf4914b26e991746ec1434bec +SIZE (Server-Starter-0.27.tar.gz) = 20944 From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 15:11:08 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AF34BA36; Tue, 28 Apr 2015 15:11:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9CF9D1ABA; Tue, 28 Apr 2015 15:11:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SFB8SY035009; Tue, 28 Apr 2015 15:11:08 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SFB8UL035008; Tue, 28 Apr 2015 15:11:08 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201504281511.t3SFB8UL035008@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Tue, 28 Apr 2015 15:11:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384907 - head/net-mgmt/bandwidthd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 15:11:08 -0000 Author: bdrewery Date: Tue Apr 28 15:11:07 2015 New Revision: 384907 URL: https://svnweb.freebsd.org/changeset/ports/384907 Log: Release maintainership. I've never used this. Modified: head/net-mgmt/bandwidthd/Makefile Modified: head/net-mgmt/bandwidthd/Makefile ============================================================================== --- head/net-mgmt/bandwidthd/Makefile Tue Apr 28 15:06:18 2015 (r384906) +++ head/net-mgmt/bandwidthd/Makefile Tue Apr 28 15:11:07 2015 (r384907) @@ -7,7 +7,7 @@ PORTREVISION= 7 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} -MAINTAINER= bdrewery@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Tracks bandwidth usage by IP address LICENSE= GPLv2 From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 15:13:21 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D7E8FBA1; Tue, 28 Apr 2015 15:13:21 +0000 (UTC) Received: from mailrelay105.isp.belgacom.be (mailrelay105.isp.belgacom.be [195.238.20.132]) by mx1.freebsd.org (Postfix) with ESMTP id F34201AF8; Tue, 28 Apr 2015 15:13:20 +0000 (UTC) X-Belgacom-Dynamic: yes X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=KjSUzZxnmGSQ+6+vr4Kd0OSSUs/Ia9ciENKrYVIfwLU= c=1 sm=2 a=kj9zAlcOel0A:10 a=6I5d2MoRAAAA:8 a=vBs2SA3GYDuxwWH5VkEA:9 a=CjuIK1q_8ugA:10 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2AdBwBMoz9V/wu/8VFcgwxTXMhuhgQCgTVNAQEBAQEBgQuEIQEBBDocIxALDgYECSUPKh4GE4gvAQjHPAEBAQEBAQEDAQEBAQEBARcEiziFBQeELQEElWmGOpVtI4N2PDGCRQEBAQ Received: from 11.191-241-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.241.191.11]) by relay.skynet.be with ESMTP; 28 Apr 2015 17:13:00 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id t3SFCwqH008059; Tue, 28 Apr 2015 17:12:59 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Tue, 28 Apr 2015 17:12:58 +0200 From: Tijl Coosemans To: John Marino Cc: John Marino , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r384894 - head/lang/gcc5-aux Message-ID: <20150428171258.4668b0ab@kalimero.tijl.coosemans.org> In-Reply-To: <553FA06F.8000602@marino.st> References: <201504281216.t3SCGYSp044760@svn.freebsd.org> <20150428165407.1bb95495@kalimero.tijl.coosemans.org> <553FA06F.8000602@marino.st> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 15:13:22 -0000 On Tue, 28 Apr 2015 16:59:59 +0200 John Marino wrote: > On 4/28/2015 16:54, Tijl Coosemans wrote: >> On Tue, 28 Apr 2015 12:16:34 +0000 (UTC) John Marino wrote: >>> Author: marino >>> Date: Tue Apr 28 12:16:33 2015 >>> New Revision: 384894 >>> URL: https://svnweb.freebsd.org/changeset/ports/384894 [snip] >> >> On FreeBSD 10 it will link to libiconv without these instead of using >> libc iconv. I believe it will also try to use an internal libintl instead >> of using libintl from gettext-runtime. > > I don't fully understand what was being accomplished. I do know that it > still builds on FreeBSD 8,9, and 10 after this change and now it again > builds on DragonFly which it didn't before (it couldn't find -lintl > during the build) > > This isn't an issue for lang/gcc* ports because they disable NLS > unconditionally. the gcc*-aux ports are the only ones that offer NLS > option. I honestly don't know what the "pre" problem with iconv was > (because I don't need NLS myself) The problem is that it links with libiconv now because it ignores CPPFLAGS (which includes -DLIBICONV_PLUG). You can check with "pkg query %B gcc5-aux" on FreeBSD 10. Can you provide a poudriere build log on Dragonfly that shows the error about libintl? From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 15:16:11 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2B38ED09; Tue, 28 Apr 2015 15:16:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F385C1B33; Tue, 28 Apr 2015 15:16:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SFGAtU035809; Tue, 28 Apr 2015 15:16:10 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SFGAj9035805; Tue, 28 Apr 2015 15:16:10 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201504281516.t3SFGAj9035805@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Tue, 28 Apr 2015 15:16:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384908 - head/devel/libfortuna X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 15:16:11 -0000 Author: bdrewery Date: Tue Apr 28 15:16:09 2015 New Revision: 384908 URL: https://svnweb.freebsd.org/changeset/ports/384908 Log: Update to 0.1.1 PR: 199735 Submitted by: waitman@waitman.net (maintainer) Modified: head/devel/libfortuna/Makefile head/devel/libfortuna/distinfo head/devel/libfortuna/pkg-descr Modified: head/devel/libfortuna/Makefile ============================================================================== --- head/devel/libfortuna/Makefile Tue Apr 28 15:11:07 2015 (r384907) +++ head/devel/libfortuna/Makefile Tue Apr 28 15:16:09 2015 (r384908) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= libfortuna -PORTVERSION= 0.1.0 +PORTVERSION= 0.1.1 CATEGORIES= devel -MASTER_SITES= GHL MAINTAINER= waitman@waitman.net COMMENT= Fortuna PRNG Library @@ -15,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT USE_GITHUB= yes USE_LDCONFIG= yes GH_ACCOUNT= waitman -GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= 4a52e16 +GH_TAGNAME= 11cbd88 .include Modified: head/devel/libfortuna/distinfo ============================================================================== --- head/devel/libfortuna/distinfo Tue Apr 28 15:11:07 2015 (r384907) +++ head/devel/libfortuna/distinfo Tue Apr 28 15:16:09 2015 (r384908) @@ -1,2 +1,2 @@ -SHA256 (libfortuna-0.1.0.tar.gz) = b70c49c2f5b51e5da651291ccb3e30beadc67a860e18d38e61dbfebf5c0b11a8 -SIZE (libfortuna-0.1.0.tar.gz) = 475233 +SHA256 (waitman-libfortuna-0.1.1-11cbd88_GH0.tar.gz) = 08402e7c531126905a5ac566098d079585d771cb7092559e1ad7fe392ec8bcc9 +SIZE (waitman-libfortuna-0.1.1-11cbd88_GH0.tar.gz) = 475218 Modified: head/devel/libfortuna/pkg-descr ============================================================================== --- head/devel/libfortuna/pkg-descr Tue Apr 28 15:11:07 2015 (r384907) +++ head/devel/libfortuna/pkg-descr Tue Apr 28 15:16:09 2015 (r384908) @@ -3,4 +3,4 @@ Fortuna PRNG library for generating rand libfortuna is a C library based on code extracted from BSD licensed PostgreSQL sources. It generates numbers with decent randomness. -WWW: https://dx.burplex.com/bin/libfortuna.html +WWW: http://crxwg.com/fortuna/bin/libfortuna.html From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 15:21:31 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0E98CE80; Tue, 28 Apr 2015 15:21:31 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D8CD31C41; Tue, 28 Apr 2015 15:21:30 +0000 (UTC) Received: from [192.168.1.22] (140.Red-83-60-172.dynamicIP.rima-tde.net [83.60.172.140]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 72B6B43BC9; Tue, 28 Apr 2015 10:21:27 -0500 (CDT) Message-ID: <553FA574.3010503@marino.st> Date: Tue, 28 Apr 2015 17:21:24 +0200 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Tijl Coosemans CC: John Marino , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r384894 - head/lang/gcc5-aux References: <201504281216.t3SCGYSp044760@svn.freebsd.org> <20150428165407.1bb95495@kalimero.tijl.coosemans.org> <553FA06F.8000602@marino.st> <20150428171258.4668b0ab@kalimero.tijl.coosemans.org> In-Reply-To: <20150428171258.4668b0ab@kalimero.tijl.coosemans.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 15:21:31 -0000 On 4/28/2015 17:12, Tijl Coosemans wrote: > On Tue, 28 Apr 2015 16:59:59 +0200 John Marino wrote: > > The problem is that it links with libiconv now because it ignores > CPPFLAGS (which includes -DLIBICONV_PLUG). You can check with > "pkg query %B gcc5-aux" on FreeBSD 10. I didn't revert the entire commit, it's passing CPPFLAGS now. Unless you are talking about overriding configure with those *_configargs settings? >From your answer, I infer it wasn't linking with libiconv before your commit? > > Can you provide a poudriere build log on Dragonfly that shows the > error about libintl? > sure, I still have it: http://muscles.dragonflybsd.org/bulk/bleeding-edge-potential/20150426_074600/logs/errors/gcc5-aux-20150422.log John From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 15:36:58 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7BB584B7; Tue, 28 Apr 2015 15:36:58 +0000 (UTC) Received: from mailrelay105.isp.belgacom.be (mailrelay105.isp.belgacom.be [195.238.20.132]) by mx1.freebsd.org (Postfix) with ESMTP id 9654D1DC8; Tue, 28 Apr 2015 15:36:57 +0000 (UTC) X-Belgacom-Dynamic: yes X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=KjSUzZxnmGSQ+6+vr4Kd0OSSUs/Ia9ciENKrYVIfwLU= c=1 sm=2 a=kj9zAlcOel0A:10 a=8ggJXkvBAAAA:8 a=DGyPIT0ExJXuWDO8r8gA:9 a=CjuIK1q_8ugA:10 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2AeBwDWpj9V/wu/8VFcgwxTXMhyhgACgTVNAQEBAQEBgQuEIAEBAQMBOhwjBQsLDgoJJQ8qHgYTiCMMAQjHVQEBAQEBAQQBAQEBAR2LOIUFB4QtAQSVaYY6gSQ9kDyDUCODdjwxAYJEAQEB Received: from 11.191-241-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.241.191.11]) by relay.skynet.be with ESMTP; 28 Apr 2015 17:36:57 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id t3SFasBK008458; Tue, 28 Apr 2015 17:36:55 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Tue, 28 Apr 2015 17:36:54 +0200 From: Tijl Coosemans To: John Marino Cc: John Marino , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r384894 - head/lang/gcc5-aux Message-ID: <20150428173654.2baa2951@kalimero.tijl.coosemans.org> In-Reply-To: <553FA574.3010503@marino.st> References: <201504281216.t3SCGYSp044760@svn.freebsd.org> <20150428165407.1bb95495@kalimero.tijl.coosemans.org> <553FA06F.8000602@marino.st> <20150428171258.4668b0ab@kalimero.tijl.coosemans.org> <553FA574.3010503@marino.st> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 15:36:58 -0000 On Tue, 28 Apr 2015 17:21:24 +0200 John Marino wrote: > On 4/28/2015 17:12, Tijl Coosemans wrote: >> On Tue, 28 Apr 2015 16:59:59 +0200 John Marino wrote: >> >> The problem is that it links with libiconv now because it ignores >> CPPFLAGS (which includes -DLIBICONV_PLUG). You can check with >> "pkg query %B gcc5-aux" on FreeBSD 10. > > I didn't revert the entire commit, it's passing CPPFLAGS now. > Unless you are talking about overriding configure with those > *_configargs settings? Yes, the CPPFLAGS you left only affects the first configure script and that script doesn't pass CPPFLAGS/LIBS to the Makefile it creates. That Makefile then runs multiple other configure scripts during build phase. The only way I found to pass CPPFLAGS/LIBS to these other configure scripts was *_configargs. > From your answer, I infer it wasn't linking with libiconv before your > commit? It was when libiconv happened to be installed, but with my commit libiconv is always installed as a build dependency on FreeBSD 10 (because the iconv.h header on FreeBSD 10 is broken). >> Can you provide a poudriere build log on Dragonfly that shows the >> error about libintl? > > sure, I still have it: > http://muscles.dragonflybsd.org/bulk/bleeding-edge-potential/20150426_074600/logs/errors/gcc5-aux-20150422.log Hmm, can you do a build with only 1 make job? From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 15:42:46 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 507BF697; Tue, 28 Apr 2015 15:42:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 248DA1EBD; Tue, 28 Apr 2015 15:42:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SFgkZh050122; Tue, 28 Apr 2015 15:42:46 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SFgjmH050118; Tue, 28 Apr 2015 15:42:45 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201504281542.t3SFgjmH050118@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 28 Apr 2015 15:42:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384909 - in head/sysutils/rinse: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 15:42:46 -0000 Author: jbeich Date: Tue Apr 28 15:42:44 2015 New Revision: 384909 URL: https://svnweb.freebsd.org/changeset/ports/384909 Log: - Update to 3.0.9 ChangeLog (trimmed): - Add check if extract command failed Modified: head/sysutils/rinse/Makefile head/sysutils/rinse/distinfo head/sysutils/rinse/files/patch-bin__rinse Modified: head/sysutils/rinse/Makefile ============================================================================== --- head/sysutils/rinse/Makefile Tue Apr 28 15:16:09 2015 (r384908) +++ head/sysutils/rinse/Makefile Tue Apr 28 15:42:44 2015 (r384909) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rinse -PORTVERSION= 3.0.6 +PORTVERSION= 3.0.9 CATEGORIES= sysutils MASTER_SITES= DEBIAN DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -14,11 +14,9 @@ LICENSE= ARTPERL10 RUN_DEPENDS= p5-Term-Size>0:${PORTSDIR}/devel/p5-Term-Size \ p5-libwww>0:${PORTSDIR}/www/p5-libwww -PORTSCOUT= skipv:3.0.7 # only debian/control changed - NO_ARCH= yes NO_BUILD= yes -USES= perl5 shebangfix +USES= perl5 shebangfix tar:xz USE_PERL5= run SHEBANG_FILES= bin/* tests/* MAKE_ARGS= PREFIX="${STAGEDIR}${PREFIX}" VERSION=${DISTVERSION} Modified: head/sysutils/rinse/distinfo ============================================================================== --- head/sysutils/rinse/distinfo Tue Apr 28 15:16:09 2015 (r384908) +++ head/sysutils/rinse/distinfo Tue Apr 28 15:42:44 2015 (r384909) @@ -1,2 +1,2 @@ -SHA256 (rinse_3.0.6.tar.gz) = a4821ec18720168bade8aa336bde110fd265b65dc04ad76069de8ad68bd626a1 -SIZE (rinse_3.0.6.tar.gz) = 30068 +SHA256 (rinse_3.0.9.tar.xz) = 05dd734bfe6dea321596acc9e898eeadd535a0ceb3ea7004aa70372843c326ad +SIZE (rinse_3.0.9.tar.xz) = 25940 Modified: head/sysutils/rinse/files/patch-bin__rinse ============================================================================== --- head/sysutils/rinse/files/patch-bin__rinse Tue Apr 28 15:16:09 2015 (r384908) +++ head/sysutils/rinse/files/patch-bin__rinse Tue Apr 28 15:42:44 2015 (r384909) @@ -22,7 +22,7 @@ # Run the unpacking command. # my $cmd = -- "rpm2cpio $file | (cd $CONFIG{'directory'} ; cpio --extract --make-directories --no-absolute-filenames --preserve-modification-time) 2>/dev/null >/dev/null"; +- "rpm2cpio $file | (cd $CONFIG{'directory'} ; cpio --extract --extract-over-symlinks --make-directories --no-absolute-filenames --preserve-modification-time) 2>/dev/null >/dev/null"; + "bsdtar xPf $file --chroot -C $CONFIG{'directory'}"; if ( $file =~ /(fedora|centos|redhat|mandriva)-release-/ ) { my $rpmname = basename($file); From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 15:47:17 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8A34B96D; Tue, 28 Apr 2015 15:47:17 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F3881F0B; Tue, 28 Apr 2015 15:47:16 +0000 (UTC) Received: from [192.168.1.22] (140.Red-83-60-172.dynamicIP.rima-tde.net [83.60.172.140]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 83DD643B4A; Tue, 28 Apr 2015 10:47:14 -0500 (CDT) Message-ID: <553FAB80.1040300@marino.st> Date: Tue, 28 Apr 2015 17:47:12 +0200 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Tijl Coosemans CC: John Marino , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r384894 - head/lang/gcc5-aux References: <201504281216.t3SCGYSp044760@svn.freebsd.org> <20150428165407.1bb95495@kalimero.tijl.coosemans.org> <553FA06F.8000602@marino.st> <20150428171258.4668b0ab@kalimero.tijl.coosemans.org> <553FA574.3010503@marino.st> <20150428173654.2baa2951@kalimero.tijl.coosemans.org> In-Reply-To: <20150428173654.2baa2951@kalimero.tijl.coosemans.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 15:47:17 -0000 On 4/28/2015 17:36, Tijl Coosemans wrote: > On Tue, 28 Apr 2015 17:21:24 +0200 John Marino wrote: > Yes, the CPPFLAGS you left only affects the first configure script and > that script doesn't pass CPPFLAGS/LIBS to the Makefile it creates. That > Makefile then runs multiple other configure scripts during build phase. > The only way I found to pass CPPFLAGS/LIBS to these other configure > scripts was *_configargs. I believe you, but that sounds like the gcc build system is broken then. > >> From your answer, I infer it wasn't linking with libiconv before your >> commit? > > It was when libiconv happened to be installed, but with my commit > libiconv is always installed as a build dependency on FreeBSD 10 > (because the iconv.h header on FreeBSD 10 is broken). Maybe NLS is too much a pain to support. Is there a reason that the lang/gccX don't support it? I only threw it in because it seemed to work, but it is starting to be too much trouble, especially if it's not standard for ports compiler to support it. > Hmm, can you do a build with only 1 make job? I have a new commit brewing that changes a few things: 1. new bootstrap for DragonFly 2. new option to build all 3 stages (currently the standard) 3. new standard behavior to build only one stage, but without libcc1 being produce which is the reason this wasn't set yet. I was going to make new bootstraps for FreeBSD but now I don't think it's necessary. I'm testing the build on FreeBSD 10 and FreeBSD 8 right now. (10 just passed). I can try to build with one job after that but it seems to me the issue is putting -L argument in args instead of LDFLAGS. I thought LIBS was limited to libraries and wasn't supposed to carry flags but the whole LIBS thing has never been really clear to me either. John From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 15:56:31 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 30552DB6; Tue, 28 Apr 2015 15:56:31 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1EF441055; Tue, 28 Apr 2015 15:56:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SFuUae055560; Tue, 28 Apr 2015 15:56:30 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SFuUMl055559; Tue, 28 Apr 2015 15:56:30 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201504281556.t3SFuUMl055559@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 28 Apr 2015 15:56:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384910 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 15:56:31 -0000 Author: antoine Date: Tue Apr 28 15:56:30 2015 New Revision: 384910 URL: https://svnweb.freebsd.org/changeset/ports/384910 Log: Do not error on dependency on ${NONEXISTENT}:dir:target when STRICT_DEPENDS is set Reviewed by: bdrewery With hat: portmgr Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Tue Apr 28 15:42:44 2015 (r384909) +++ head/Mk/bsd.port.mk Tue Apr 28 15:56:30 2015 (r384910) @@ -4444,7 +4444,9 @@ ${deptype:tl}-depends: fi; \ fi; \ if [ $$notfound != 0 ]; then \ - anynotfound=1; \ + if [ "$$prog" != "${NONEXISTENT}" ]; then \ + anynotfound=1; \ + fi; \ ${ECHO_MSG} "===> Verifying $$target for $$prog in $$dir"; \ if [ ! -d "$$dir" ]; then \ ${ECHO_MSG} " => No directory for $$prog. Skipping.."; \ From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 15:58:01 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0E266F05; Tue, 28 Apr 2015 15:58:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF858106E; Tue, 28 Apr 2015 15:58:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SFw00C055879; Tue, 28 Apr 2015 15:58:00 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SFw00K055874; Tue, 28 Apr 2015 15:58:00 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201504281558.t3SFw00K055874@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Tue, 28 Apr 2015 15:58:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384911 - head/lang/gcc5-aux X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 15:58:01 -0000 Author: marino Date: Tue Apr 28 15:57:59 2015 New Revision: 384911 URL: https://svnweb.freebsd.org/changeset/ports/384911 Log: lang/gcc5-aux: Build in one stage by default, new bootstrap for DF The original intention was to build update all the bootstrap compilers to be based on GCC5, but right now I'm only doing that for DragonFly. After June 30, I might rebuild the bootstrap compiler on FreeBSD 10.1, but right now gcc5-aux is building fine on FreeBSD in one stage, even though their bootstrap is based on GCC 4.9. Right now, gcc5-aux is building with 3 full stages. I'm switching it to a single stage build, but adding an off-by-default option to build it in three stages again. With one stage, libcc1 is not built, but with three stages it is. LibCC1 is meant to support the upcoming release of GDB so it's currently not needed (it fails to build if gcc is not fully bootstrapping which is why it's disabled) This brings the build down to about 9-14 minutes versus 60-90 minutes depending on the (average power) machine. Also, I've explicitly limited the build to i386 and amd64 on FreeBSD and I have dropped i386 support on DragonFly, which could only have been build on DragonFly 3.8 or earlier. Also, I removed the iconv dependency when a bootstrap compiler is being created (the all-overriding BOOTSTRAP option for the maintainer) Modified: head/lang/gcc5-aux/Makefile head/lang/gcc5-aux/Makefile.common head/lang/gcc5-aux/distinfo Modified: head/lang/gcc5-aux/Makefile ============================================================================== --- head/lang/gcc5-aux/Makefile Tue Apr 28 15:56:30 2015 (r384910) +++ head/lang/gcc5-aux/Makefile Tue Apr 28 15:57:59 2015 (r384911) @@ -31,7 +31,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_GROUP= Standard Bootstrap -OPTIONS_GROUP_Standard= FORT OBJC NLS TESTSUITE STATIC +OPTIONS_GROUP_Standard= FORT OBJC NLS TESTSUITE ALLSTAGES STATIC OPTIONS_GROUP_Bootstrap=BOOTSTRAP OPTIONS_DEFAULT= FORT OBJC NO_OPTIONS_SORT= yes @@ -39,6 +39,7 @@ NO_OPTIONS_SORT= yes FORT_DESC= Fortran language support OBJC_DESC= Objective-C language support TESTSUITE_DESC= Activate test support +ALLSTAGES_DESC= Build compiler with itself (twice, brings in libcc1) STATIC_DESC= Link compilers and drivers statically BOOTSTRAP_DESC= Create bootstrap compiler (overrides other options) @@ -50,6 +51,7 @@ BOOTSTRAP_DESC= Create bootstrap compil .include .if ${OPSYS} == FreeBSD +ONLY_FOR_ARCHS= amd64 i386 MODERN_BINUTILS= yes . if ${OSVERSION} < 900000 BOOTSTRAP_COMPILER= ada-bootstrap.${GARCH}.freebsd.84.tar.bz2 @@ -58,7 +60,8 @@ BOOTSTRAP_COMPILER= ada-bootstrap.${GARC . endif .endif .if ${OPSYS} == DragonFly -BOOTSTRAP_COMPILER= ada-bootstrap.${GARCH}.dragonfly.36A.tar.bz2 +ONLY_FOR_ARCHS= x86_64 +BOOTSTRAP_COMPILER= ada-bootstrap.${GARCH}.dragonfly.41.tar.bz2 .endif .if defined(MODERN_BINUTILS) @@ -109,10 +112,9 @@ DISTFILES+= ${BOOTSTRAP_COMPILER}:boot .if defined(PLUS_BOOTSTRAPS) DISTFILES= \ ${IDENTIFICATION}.tar.bz2 \ - ada-bootstrap.i386.dragonfly.36A.tar.bz2:boot \ ada-bootstrap.i386.freebsd.84.tar.bz2:boot \ ada-bootstrap.i386.freebsd.100B.tar.bz2:boot \ - ada-bootstrap.x86_64.dragonfly.36A.tar.bz2:boot \ + ada-bootstrap.x86_64.dragonfly.41.tar.bz2:boot \ ada-bootstrap.x86_64.freebsd.84.tar.bz2:boot \ ada-bootstrap.x86_64.freebsd.100B.tar.bz2:boot .endif @@ -151,8 +153,14 @@ EXTRA_CONFIG+= --with-stage1-ldflags=-s EXTRA_CONFIG+= --disable-shared --disable-lto EXTRA_CONFIG+= --with-boot-ldflags=-static .else -# For some reason, libcc1.a can't be build with bootstrap (only) in poudriere -#EXTRA_CONFIG+= --disable-bootstrap +. if !${PORT_OPTIONS:MALLSTAGES} +# For reasons unknown, build fails at libcc1 when the compiler is not +# not bootstrapping. It appears to be an upstream error. LibCC1 is used +# for gdb 7.9 exclusively, so it's not really needed. Let's disable it +# by default, but let people that want it suffer a 3-stage build. +EXTRA_CONFIG+= --disable-bootstrap --disable-libcc1 +. endif +USES+= iconv .endif # Establish Ada-aware compiler for use @@ -164,7 +172,6 @@ ADA_CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS ADA_CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" ADA_CONFIGURE_ENV+= PATH=${FULL_PATH} ADA_MAKE_ENV+= PATH=${FULL_PATH} -ADA_MAKE_ENV+= LD_LIBRARY_PATH=${BUILDDIR}/gcc # The standard configuration options ADA_CONFIG_ARGS= --enable-languages=${LANGS:Q} Modified: head/lang/gcc5-aux/Makefile.common ============================================================================== --- head/lang/gcc5-aux/Makefile.common Tue Apr 28 15:56:30 2015 (r384910) +++ head/lang/gcc5-aux/Makefile.common Tue Apr 28 15:57:59 2015 (r384911) @@ -9,7 +9,7 @@ LIB_DEPENDS+= libmpc.so:${PORTSDIR}/mat ONLY_FOR_ARCHS= i386 amd64 GNU_CONFIGURE= yes -USES= gmake iconv libtool perl5 tar:bzip2 +USES= gmake libtool perl5 tar:bzip2 USE_PERL5= build ALL_TARGET= default Modified: head/lang/gcc5-aux/distinfo ============================================================================== --- head/lang/gcc5-aux/distinfo Tue Apr 28 15:56:30 2015 (r384910) +++ head/lang/gcc5-aux/distinfo Tue Apr 28 15:57:59 2015 (r384911) @@ -1,13 +1,11 @@ SHA256 (gcc-5.1.0.tar.bz2) = b7dafdf89cbb0e20333dbf5b5349319ae06e3d1a30bf3515b5488f7e89dca5ad SIZE (gcc-5.1.0.tar.bz2) = 94954411 -SHA256 (ada-bootstrap.i386.dragonfly.36A.tar.bz2) = 6b1a6ff0fe0e3bf13c667db2fef177b811329cd998400a1303969a86911cb1c8 -SIZE (ada-bootstrap.i386.dragonfly.36A.tar.bz2) = 39357314 SHA256 (ada-bootstrap.i386.freebsd.84.tar.bz2) = b410336cb0e71c8a29dd5f831a17b4b7282e7d590f452475a94c6a625cfc8846 SIZE (ada-bootstrap.i386.freebsd.84.tar.bz2) = 39727003 SHA256 (ada-bootstrap.i386.freebsd.100B.tar.bz2) = 7231209f2600275f554f788ad1d036cf633c4339ebd25bd479a5bb1ddcddedf3 SIZE (ada-bootstrap.i386.freebsd.100B.tar.bz2) = 41229192 -SHA256 (ada-bootstrap.x86_64.dragonfly.36A.tar.bz2) = ba9b193f1f5c780c0e94086a9af6f1c8e843b6782c133b9948789b95b2e605c4 -SIZE (ada-bootstrap.x86_64.dragonfly.36A.tar.bz2) = 40747242 +SHA256 (ada-bootstrap.x86_64.dragonfly.41.tar.bz2) = eb7785d8b842aee2bb04b43adfb1346b178ee4e83d8775b4e6705fd23f1586f0 +SIZE (ada-bootstrap.x86_64.dragonfly.41.tar.bz2) = 44956630 SHA256 (ada-bootstrap.x86_64.freebsd.84.tar.bz2) = ba1a407d936e7b3f2bfe825d1fb5a1f0e85e8edbdd9e8440bb49ef643fec05fc SIZE (ada-bootstrap.x86_64.freebsd.84.tar.bz2) = 40227668 SHA256 (ada-bootstrap.x86_64.freebsd.100B.tar.bz2) = 1066d7c5e71d78b4416de3b73348227678ca07db52488409e270db7b00467f55 From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 16:10:07 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1312C65A; Tue, 28 Apr 2015 16:10:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0122D120B; Tue, 28 Apr 2015 16:10:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SGA6Oo061316; Tue, 28 Apr 2015 16:10:06 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SGA6MM061314; Tue, 28 Apr 2015 16:10:06 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201504281610.t3SGA6MM061314@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 28 Apr 2015 16:10:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384912 - head/devel/p5-CBOR-XS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 16:10:07 -0000 Author: pi Date: Tue Apr 28 16:10:05 2015 New Revision: 384912 URL: https://svnweb.freebsd.org/changeset/ports/384912 Log: devel/p5-CBOR-XS: update 1.26 -> 1.30 - the incremental parser didn't properly parse tagged values (testcase by Mons Anderson). - slightly speed up encoding of plain (nonmagical) arrays. - try to clarify further that effectively all 32 bit architectures have 64 bit integer support. - upgrade libecb PR: 199759 Submitted by: adamw Modified: head/devel/p5-CBOR-XS/Makefile head/devel/p5-CBOR-XS/distinfo Modified: head/devel/p5-CBOR-XS/Makefile ============================================================================== --- head/devel/p5-CBOR-XS/Makefile Tue Apr 28 15:57:59 2015 (r384911) +++ head/devel/p5-CBOR-XS/Makefile Tue Apr 28 16:10:05 2015 (r384912) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= CBOR-XS -PORTVERSION= 1.26 -PORTREVISION= 2 +PORTVERSION= 1.30 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MLEHMANN PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//} MAINTAINER= pi@FreeBSD.org COMMENT= Perl does Concise Binary Object Representation (CBOR, RFC7049) Modified: head/devel/p5-CBOR-XS/distinfo ============================================================================== --- head/devel/p5-CBOR-XS/distinfo Tue Apr 28 15:57:59 2015 (r384911) +++ head/devel/p5-CBOR-XS/distinfo Tue Apr 28 16:10:05 2015 (r384912) @@ -1,2 +1,2 @@ -SHA256 (CBOR-XS-1.26.tar.gz) = 8701f4697b86ba20063c2d5dc9be4dde63489c599f49518b654ba01063c070da -SIZE (CBOR-XS-1.26.tar.gz) = 62857 +SHA256 (CBOR-XS-1.3.tar.gz) = 46606e8c078fd0fba2a0cd5538e9c2d20579a62d8d2a717990d82c20a2886f42 +SIZE (CBOR-XS-1.3.tar.gz) = 63153 From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 16:42:58 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 700E6FCF; Tue, 28 Apr 2015 16:42:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 511D116B5; Tue, 28 Apr 2015 16:42:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SGgwS2080179; Tue, 28 Apr 2015 16:42:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SGgu8x080172; Tue, 28 Apr 2015 16:42:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504281642.t3SGgu8x080172@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 28 Apr 2015 16:42:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384913 - in head/science/libkml: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 16:42:58 -0000 Author: sunpoet Date: Tue Apr 28 16:42:55 2015 New Revision: 384913 URL: https://svnweb.freebsd.org/changeset/ports/384913 Log: - Update MASTER_SITES: move from Google Code to GitHub - Update pkg-descr - Update WWW - Bump PORTREVISION for package change Added: head/science/libkml/files/patch-configure.ac (contents, props changed) head/science/libkml/files/patch-src-kml-base-file_posix.cc - copied, changed from r384705, head/science/libkml/files/patch-src_kml_base_file__posix.cc head/science/libkml/files/patch-third_party-Makefile.am (contents, props changed) Deleted: head/science/libkml/files/patch-src_kml_base_file__posix.cc Modified: head/science/libkml/Makefile head/science/libkml/distinfo head/science/libkml/pkg-descr head/science/libkml/pkg-plist Modified: head/science/libkml/Makefile ============================================================================== --- head/science/libkml/Makefile Tue Apr 28 16:10:05 2015 (r384912) +++ head/science/libkml/Makefile Tue Apr 28 16:42:55 2015 (r384913) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= libkml -PORTVERSION= 1.2.0 -PORTREVISION= 2 +PORTVERSION= 1.2 +PORTREVISION= 3 CATEGORIES= science -MASTER_SITES= GOOGLE_CODE MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library for parse, generate, and operate on KML @@ -23,13 +22,17 @@ CONFIGURE_ARGS= --disable-java --disable GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes -USES= gmake libtool +USES= autoreconf gmake libtool + +GH_ACCOUNT= google +GH_PROJECT= ${PORTNAME} +GH_TAGNAME= release-${PORTVERSION} +USE_GITHUB= yes SWIG_BUILD_DEPENDS= ${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13 SWIG_CONFIGURE_OFF= --disable-swig post-patch: - @${REINPLACE_CMD} -e '/SWIG_VERSION:4/ s|:4|#*.*.|' ${WRKSRC}/configure - @${FIND} ${WRKSRC} -name Makefile.in -exec ${REINPLACE_CMD} 's|-Werror||; s| -ansi -pedantic||' '{}' \; + @${FIND} ${WRKSRC} -name Makefile.am -exec ${REINPLACE_CMD} 's|-Werror||; s| -ansi -pedantic||' '{}' \; .include Modified: head/science/libkml/distinfo ============================================================================== --- head/science/libkml/distinfo Tue Apr 28 16:10:05 2015 (r384912) +++ head/science/libkml/distinfo Tue Apr 28 16:42:55 2015 (r384913) @@ -1,2 +1,2 @@ -SHA256 (libkml-1.2.0.tar.gz) = fae9085e4cd9f0d4ae0d0626be7acf4ad5cbb37991b9d886df29daf72df37cbc -SIZE (libkml-1.2.0.tar.gz) = 9041987 +SHA256 (google-libkml-1.2-release-1.2_GH0.tar.gz) = 98b0808ac243390c09288bbc90c248879572ca7455f22dc4610aab32848d130d +SIZE (google-libkml-1.2-release-1.2_GH0.tar.gz) = 8784768 Added: head/science/libkml/files/patch-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/libkml/files/patch-configure.ac Tue Apr 28 16:42:55 2015 (r384913) @@ -0,0 +1,20 @@ +--- configure.ac.orig 2010-02-19 15:52:05 UTC ++++ configure.ac +@@ -6,7 +6,7 @@ AC_PREREQ(2.57) + AC_INIT(libkml, 1.2.0, http://code.google.com/p/libkml/issues) + AC_CONFIG_SRCDIR(README) + AC_CONFIG_AUX_DIR(config) +-AM_INIT_AUTOMAKE(-Wall -Werror) ++AM_INIT_AUTOMAKE(-Wall subdir-objects) + + AC_PROG_CPP + AC_PROG_CXX +@@ -88,7 +88,7 @@ if test "x$enable_swig" != xno; then + AC_CHECK_PROG(SWIG, swig, swig) + if test "x$SWIG" != x; then + SWIG_VERSION=`swig -version 2>&1|grep Version|cut -d" " -f3` +- if test ${SWIG_VERSION:4} -lt 35; then ++ if test ${SWIG_VERSION#*.*.} -lt 35; then + AC_MSG_WARN([You have SWIG $SWIG_VERSION installed, but libkml requires at least SWIG 1.3.35. The bindings will not be built.]) + SWIG= + fi Copied and modified: head/science/libkml/files/patch-src-kml-base-file_posix.cc (from r384705, head/science/libkml/files/patch-src_kml_base_file__posix.cc) ============================================================================== --- head/science/libkml/files/patch-src_kml_base_file__posix.cc Sat Apr 25 06:19:16 2015 (r384705, copy source) +++ head/science/libkml/files/patch-src-kml-base-file_posix.cc Tue Apr 28 16:42:55 2015 (r384913) @@ -1,4 +1,4 @@ ---- src/kml/base/file_posix.cc.orig 2010-01-14 00:16:30.000000000 +0000 +--- src/kml/base/file_posix.cc.orig 2010-02-19 15:52:05 UTC +++ src/kml/base/file_posix.cc @@ -29,6 +29,7 @@ #include "kml/base/file.h" Added: head/science/libkml/files/patch-third_party-Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/libkml/files/patch-third_party-Makefile.am Tue Apr 28 16:42:55 2015 (r384913) @@ -0,0 +1,66 @@ +--- third_party/Makefile.am.orig 2010-02-19 15:52:05 UTC ++++ third_party/Makefile.am +@@ -16,24 +16,24 @@ libminizip_la_SOURCES = \ + libminizip_la_LDFLAGS = -lz + + liburiparser_la_SOURCES = \ +- $(uriparser)/lib/UriCommon.c \ +- $(uriparser)/lib/UriCommon.h \ +- $(uriparser)/lib/UriCompare.c \ +- $(uriparser)/lib/UriEscape.c \ +- $(uriparser)/lib/UriFile.c \ +- $(uriparser)/lib/UriIp4.c \ +- $(uriparser)/lib/UriIp4Base.c \ +- $(uriparser)/lib/UriIp4Base.h \ +- $(uriparser)/lib/UriNormalize.c \ +- $(uriparser)/lib/UriNormalizeBase.c \ +- $(uriparser)/lib/UriNormalizeBase.h \ +- $(uriparser)/lib/UriParse.c \ +- $(uriparser)/lib/UriParseBase.c \ +- $(uriparser)/lib/UriParseBase.h \ +- $(uriparser)/lib/UriQuery.c \ +- $(uriparser)/lib/UriRecompose.c \ +- $(uriparser)/lib/UriResolve.c \ +- $(uriparser)/lib/UriShorten.c ++ uriparser-0.7.5/lib/UriCommon.c \ ++ uriparser-0.7.5/lib/UriCommon.h \ ++ uriparser-0.7.5/lib/UriCompare.c \ ++ uriparser-0.7.5/lib/UriEscape.c \ ++ uriparser-0.7.5/lib/UriFile.c \ ++ uriparser-0.7.5/lib/UriIp4.c \ ++ uriparser-0.7.5/lib/UriIp4Base.c \ ++ uriparser-0.7.5/lib/UriIp4Base.h \ ++ uriparser-0.7.5/lib/UriNormalize.c \ ++ uriparser-0.7.5/lib/UriNormalizeBase.c \ ++ uriparser-0.7.5/lib/UriNormalizeBase.h \ ++ uriparser-0.7.5/lib/UriParse.c \ ++ uriparser-0.7.5/lib/UriParseBase.c \ ++ uriparser-0.7.5/lib/UriParseBase.h \ ++ uriparser-0.7.5/lib/UriQuery.c \ ++ uriparser-0.7.5/lib/UriRecompose.c \ ++ uriparser-0.7.5/lib/UriResolve.c \ ++ uriparser-0.7.5/lib/UriShorten.c + liburiparser_la_LDFLAGS = -version-info 1:5:0 + + boost_root = boost_1_34_1 +@@ -79,13 +79,13 @@ libboostconfigplatforminclude_HEADERS = + + googletest = googletest-r108 + libgtest_la_SOURCES = \ +- $(googletest)/src/gtest.cc \ +- $(googletest)/src/gtest-death-test.cc \ +- $(googletest)/src/gtest-filepath.cc \ +- $(googletest)/src/gtest-internal-inl.h \ +- $(googletest)/src/gtest-port.cc \ +- $(googletest)/src/gtest-test-part.cc \ +- $(googletest)/src/gtest-typed-test.cc ++ googletest-r108/src/gtest.cc \ ++ googletest-r108/src/gtest-death-test.cc \ ++ googletest-r108/src/gtest-filepath.cc \ ++ googletest-r108/src/gtest-internal-inl.h \ ++ googletest-r108/src/gtest-port.cc \ ++ googletest-r108/src/gtest-test-part.cc \ ++ googletest-r108/src/gtest-typed-test.cc + + EXTRA_DIST = \ + expat.win32/expat.h \ Modified: head/science/libkml/pkg-descr ============================================================================== --- head/science/libkml/pkg-descr Tue Apr 28 16:10:05 2015 (r384912) +++ head/science/libkml/pkg-descr Tue Apr 28 16:42:55 2015 (r384913) @@ -1,5 +1,5 @@ -libkml is a library for use with applications that want to -parse, generate and operate on KML. It is an implementation -of the OGC KML 2.2 standard. +This is Google's reference implementation of OGC KML 2.2. It also includes +implementations of Google's gx: extensions used by Google Earth, as well as +several utility libraries for working with other formats. -WWW: http://code.google.com/p/libkml/ +WWW: https://github.com/google/libkml Modified: head/science/libkml/pkg-plist ============================================================================== --- head/science/libkml/pkg-plist Tue Apr 28 16:10:05 2015 (r384912) +++ head/science/libkml/pkg-plist Tue Apr 28 16:42:55 2015 (r384913) @@ -182,4 +182,3 @@ lib/liburiparser.a lib/liburiparser.so lib/liburiparser.so.1 lib/liburiparser.so.1.0.5 -@dir lib/libkml From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 16:43:03 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 361EB138; Tue, 28 Apr 2015 16:43:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 24E4D16B8; Tue, 28 Apr 2015 16:43:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SGh3GU080315; Tue, 28 Apr 2015 16:43:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SGh29d080313; Tue, 28 Apr 2015 16:43:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504281643.t3SGh29d080313@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 28 Apr 2015 16:43:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384914 - head/german/wordpress X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 16:43:03 -0000 Author: sunpoet Date: Tue Apr 28 16:43:02 2015 New Revision: 384914 URL: https://svnweb.freebsd.org/changeset/ports/384914 Log: - Update to 4.2.1 Changes: https://de.wordpress.org/2015/04/27/wordpress-4-2-1-security-release/ MFH: 2015Q2 Modified: head/german/wordpress/Makefile head/german/wordpress/distinfo Modified: head/german/wordpress/Makefile ============================================================================== --- head/german/wordpress/Makefile Tue Apr 28 16:42:55 2015 (r384913) +++ head/german/wordpress/Makefile Tue Apr 28 16:43:02 2015 (r384914) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.2 +PORTVERSION= 4.2.1 CATEGORIES= german www MASTER_SITES= http://de.wordpress.org/ DISTNAME= ${PORTNAME}-${PORTVERSION}-de_DE Modified: head/german/wordpress/distinfo ============================================================================== --- head/german/wordpress/distinfo Tue Apr 28 16:42:55 2015 (r384913) +++ head/german/wordpress/distinfo Tue Apr 28 16:43:02 2015 (r384914) @@ -1,2 +1,2 @@ -SHA256 (wordpress-4.2-de_DE.tar.gz) = c1ae565d23f394a7dea7c488962bcdaf717425a7ac130717ba7f2a6bfe58a134 -SIZE (wordpress-4.2-de_DE.tar.gz) = 6745057 +SHA256 (wordpress-4.2.1-de_DE.tar.gz) = 01268a6b673d53265cea9f24f6e00925968d68b33b3aa7cab871974bf14707a5 +SIZE (wordpress-4.2.1-de_DE.tar.gz) = 6744594 From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 16:43:09 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0C72C23B; Tue, 28 Apr 2015 16:43:09 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EECF916C1; Tue, 28 Apr 2015 16:43:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SGh80L080463; Tue, 28 Apr 2015 16:43:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SGh8Mt080459; Tue, 28 Apr 2015 16:43:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504281643.t3SGh8Mt080459@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 28 Apr 2015 16:43:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384915 - head/russian/wordpress X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 16:43:09 -0000 Author: sunpoet Date: Tue Apr 28 16:43:07 2015 New Revision: 384915 URL: https://svnweb.freebsd.org/changeset/ports/384915 Log: - Update to 4.2.1 Changes: https://wordpress.org/news/2015/04/wordpress-4-2-1/ PR: 199748 Submitted by: Mihail Timofeev <9267096@gmail.com> (maintainer) Modified: head/russian/wordpress/Makefile head/russian/wordpress/distinfo Modified: head/russian/wordpress/Makefile ============================================================================== --- head/russian/wordpress/Makefile Tue Apr 28 16:43:02 2015 (r384914) +++ head/russian/wordpress/Makefile Tue Apr 28 16:43:07 2015 (r384915) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.2 +PORTVERSION= 4.2.1 CATEGORIES= russian www MASTER_SITES= http://ru.wordpress.org/ DISTNAME= ${PORTNAME}-${PORTVERSION}-ru_RU Modified: head/russian/wordpress/distinfo ============================================================================== --- head/russian/wordpress/distinfo Tue Apr 28 16:43:02 2015 (r384914) +++ head/russian/wordpress/distinfo Tue Apr 28 16:43:07 2015 (r384915) @@ -1,2 +1,2 @@ -SHA256 (wordpress-4.2-ru_RU.tar.gz) = c444bcafec48da3280b124834c901aaeb06c1cec31cc73390f205fc50f214325 -SIZE (wordpress-4.2-ru_RU.tar.gz) = 6773653 +SHA256 (wordpress-4.2.1-ru_RU.tar.gz) = 880e0ffa96193b9670b2ddf63e818ea3830bf6afe97f3819e20ac6c340a051ec +SIZE (wordpress-4.2.1-ru_RU.tar.gz) = 6774864 From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 16:45:10 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A917389; Tue, 28 Apr 2015 16:45:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1029E16E2; Tue, 28 Apr 2015 16:45:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SGj9IY080921; Tue, 28 Apr 2015 16:45:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SGj9dp080918; Tue, 28 Apr 2015 16:45:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504281645.t3SGj9dp080918@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 28 Apr 2015 16:45:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384916 - head/devel/p5-MooX-ConfigFromFile X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 16:45:10 -0000 Author: sunpoet Date: Tue Apr 28 16:45:08 2015 New Revision: 384916 URL: https://svnweb.freebsd.org/changeset/ports/384916 Log: - Update to 0.007 Changes: http://search.cpan.org/dist/MooX-ConfigFromFile/Changes Modified: head/devel/p5-MooX-ConfigFromFile/Makefile head/devel/p5-MooX-ConfigFromFile/distinfo head/devel/p5-MooX-ConfigFromFile/pkg-plist Modified: head/devel/p5-MooX-ConfigFromFile/Makefile ============================================================================== --- head/devel/p5-MooX-ConfigFromFile/Makefile Tue Apr 28 16:43:07 2015 (r384915) +++ head/devel/p5-MooX-ConfigFromFile/Makefile Tue Apr 28 16:45:08 2015 (r384916) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MooX-ConfigFromFile -PORTVERSION= 0.006 +PORTVERSION= 0.007 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +15,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Config-Any>=0:${PORTSDIR}/devel/p5-Config-Any \ p5-File-Find-Rule>=0.30:${PORTSDIR}/devel/p5-File-Find-Rule \ - p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ + p5-Hash-Merge>=0:${PORTSDIR}/textproc/p5-Hash-Merge \ p5-Moo>=1.003000:${PORTSDIR}/devel/p5-Moo \ p5-MooX-File-ConfigDir>=0.002:${PORTSDIR}/devel/p5-MooX-File-ConfigDir RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/devel/p5-MooX-ConfigFromFile/distinfo ============================================================================== --- head/devel/p5-MooX-ConfigFromFile/distinfo Tue Apr 28 16:43:07 2015 (r384915) +++ head/devel/p5-MooX-ConfigFromFile/distinfo Tue Apr 28 16:45:08 2015 (r384916) @@ -1,2 +1,2 @@ -SHA256 (MooX-ConfigFromFile-0.006.tar.gz) = 8ab3b95910ae5fce6895c9d5edc30978c63ae6d1f344736f86e153a66c3564e5 -SIZE (MooX-ConfigFromFile-0.006.tar.gz) = 10893 +SHA256 (MooX-ConfigFromFile-0.007.tar.gz) = 15b39bd01e4d33acd0e8ef65938b8c077993fc60ebb73638d7f1419b19dd0163 +SIZE (MooX-ConfigFromFile-0.007.tar.gz) = 12642 Modified: head/devel/p5-MooX-ConfigFromFile/pkg-plist ============================================================================== --- head/devel/p5-MooX-ConfigFromFile/pkg-plist Tue Apr 28 16:43:07 2015 (r384915) +++ head/devel/p5-MooX-ConfigFromFile/pkg-plist Tue Apr 28 16:45:08 2015 (r384916) @@ -1,4 +1,6 @@ %%SITE_PERL%%/MooX/ConfigFromFile.pm %%SITE_PERL%%/MooX/ConfigFromFile/Role.pm +%%SITE_PERL%%/MooX/ConfigFromFile/Role/HashMergeLoaded.pm %%PERL5_MAN3%%/MooX::ConfigFromFile.3.gz %%PERL5_MAN3%%/MooX::ConfigFromFile::Role.3.gz +%%PERL5_MAN3%%/MooX::ConfigFromFile::Role::HashMergeLoaded.3.gz From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 16:47:25 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E2E1D4B3; Tue, 28 Apr 2015 16:47:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D137A16FE; Tue, 28 Apr 2015 16:47:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SGlPRt081325; Tue, 28 Apr 2015 16:47:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SGlPDj081321; Tue, 28 Apr 2015 16:47:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504281647.t3SGlPDj081321@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 28 Apr 2015 16:47:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384917 - head/devel/p5-Class-Accessor-Lite X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 16:47:26 -0000 Author: sunpoet Date: Tue Apr 28 16:47:24 2015 New Revision: 384917 URL: https://svnweb.freebsd.org/changeset/ports/384917 Log: - Update to 0.07 Changes: http://search.cpan.org/dist/Class-Accessor-Lite/Changes Modified: head/devel/p5-Class-Accessor-Lite/Makefile head/devel/p5-Class-Accessor-Lite/distinfo Modified: head/devel/p5-Class-Accessor-Lite/Makefile ============================================================================== --- head/devel/p5-Class-Accessor-Lite/Makefile Tue Apr 28 16:45:08 2015 (r384916) +++ head/devel/p5-Class-Accessor-Lite/Makefile Tue Apr 28 16:47:24 2015 (r384917) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Class-Accessor-Lite -PORTVERSION= 0.06 -PORTREVISION= 1 +PORTVERSION= 0.07 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Class-Accessor-Lite/distinfo ============================================================================== --- head/devel/p5-Class-Accessor-Lite/distinfo Tue Apr 28 16:45:08 2015 (r384916) +++ head/devel/p5-Class-Accessor-Lite/distinfo Tue Apr 28 16:47:24 2015 (r384917) @@ -1,2 +1,2 @@ -SHA256 (Class-Accessor-Lite-0.06.tar.gz) = f258660f01b928d4e7644d72ae4b890aae6b42afb62174168d7005ad56acb9ed -SIZE (Class-Accessor-Lite-0.06.tar.gz) = 28040 +SHA256 (Class-Accessor-Lite-0.07.tar.gz) = a8aaaaf32a64e9ff89dbc4ef8a55d6197f5c161b8fc8d64219eef9ea173971d1 +SIZE (Class-Accessor-Lite-0.07.tar.gz) = 31797 From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 16:57:13 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F1A21C91; Tue, 28 Apr 2015 16:57:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF6AE18A5; Tue, 28 Apr 2015 16:57:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SGvC2e086561; Tue, 28 Apr 2015 16:57:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SGvCOB086559; Tue, 28 Apr 2015 16:57:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504281657.t3SGvCOB086559@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 28 Apr 2015 16:57:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384918 - head/devel/p5-File-ConfigDir X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 16:57:13 -0000 Author: sunpoet Date: Tue Apr 28 16:57:11 2015 New Revision: 384918 URL: https://svnweb.freebsd.org/changeset/ports/384918 Log: - Update to 0.017 Changes: http://search.cpan.org/dist/File-ConfigDir/Changes Modified: head/devel/p5-File-ConfigDir/Makefile head/devel/p5-File-ConfigDir/distinfo Modified: head/devel/p5-File-ConfigDir/Makefile ============================================================================== --- head/devel/p5-File-ConfigDir/Makefile Tue Apr 28 16:47:24 2015 (r384917) +++ head/devel/p5-File-ConfigDir/Makefile Tue Apr 28 16:57:11 2015 (r384918) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= File-ConfigDir -PORTVERSION= 0.016 +PORTVERSION= 0.017 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-File-ConfigDir/distinfo ============================================================================== --- head/devel/p5-File-ConfigDir/distinfo Tue Apr 28 16:47:24 2015 (r384917) +++ head/devel/p5-File-ConfigDir/distinfo Tue Apr 28 16:57:11 2015 (r384918) @@ -1,2 +1,2 @@ -SHA256 (File-ConfigDir-0.016.tar.gz) = 8f8e0626e5a4b60ea40e69950832997bc7888ee138a59a3145c5301b2057ec7f -SIZE (File-ConfigDir-0.016.tar.gz) = 9143 +SHA256 (File-ConfigDir-0.017.tar.gz) = a72f6e51ab8edfb372a6a4347b4d9fba2254e5a138fcff0fa0ee549247ea7678 +SIZE (File-ConfigDir-0.017.tar.gz) = 9325 From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 17:02:01 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2FE10E60; Tue, 28 Apr 2015 17:02:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1BE3C1994; Tue, 28 Apr 2015 17:02:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SH21Zc091613; Tue, 28 Apr 2015 17:02:01 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SH1lnj090983; Tue, 28 Apr 2015 17:01:47 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201504281701.t3SH1lnj090983@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Tue, 28 Apr 2015 17:01:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384919 - in head: Mk Mk/Uses archivers/squeeze archivers/thunar-archive-plugin audio/thunar-media-tags-plugin audio/xfce4-mixer audio/xfce4-mpc-plugin audio/xfmpc deskutils/xfce4-tumbl... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 17:02:01 -0000 Author: bdrewery Date: Tue Apr 28 17:01:46 2015 New Revision: 384919 URL: https://svnweb.freebsd.org/changeset/ports/384919 Log: USES=xfce: Stop overriding MASTER_SITE_SUBDIR. Add an XFCE SITE_SUBDIR abbreviation and use it forf or the xfce ports, which removes the need to set MASTER_SITE_SUBDIR in any of them. This fixes ports that have USES=xfce but do not use the XFCE MASTER_SITE, namely sysutils/xfce4-bsdcpufreq-plugin. With hat: portmgr Modified: head/Mk/Uses/xfce.mk head/Mk/bsd.sites.mk head/archivers/squeeze/Makefile head/archivers/thunar-archive-plugin/Makefile head/audio/thunar-media-tags-plugin/Makefile head/audio/xfce4-mixer/Makefile head/audio/xfce4-mpc-plugin/Makefile head/audio/xfmpc/Makefile head/deskutils/xfce4-tumbler/Makefile head/deskutils/xfce4-xkb-plugin/Makefile head/devel/thunar-vcs-plugin/Makefile head/devel/xfce4-dev-tools/Makefile head/devel/xfce4-vala/Makefile head/editors/mousepad/Makefile head/graphics/ristretto/Makefile head/mail/xfce4-mailwatch-plugin/Makefile head/misc/xfce4-appfinder/Makefile head/misc/xfce4-weather-plugin/Makefile head/misc/xfce4-wm-themes/Makefile head/print/xfce4-print/Makefile head/sysutils/garcon/Makefile head/sysutils/xfburn/Makefile head/sysutils/xfce4-battery-plugin/Makefile head/sysutils/xfce4-cpugraph-plugin/Makefile head/sysutils/xfce4-diskperf-plugin/Makefile head/sysutils/xfce4-fsguard-plugin/Makefile head/sysutils/xfce4-genmon-plugin/Makefile head/sysutils/xfce4-mount-plugin/Makefile head/sysutils/xfce4-netload-plugin/Makefile head/sysutils/xfce4-settings/Makefile head/sysutils/xfce4-systemload-plugin/Makefile head/sysutils/xfce4-wavelan-plugin/Makefile head/www/xfce4-smartbookmark-plugin/Makefile head/x11-clocks/xfce4-datetime-plugin/Makefile head/x11-clocks/xfce4-timer-out-plugin/Makefile head/x11-clocks/xfce4-timer-plugin/Makefile head/x11-fm/thunar-vfs/Makefile head/x11-themes/gtk-xfce-engine/Makefile head/x11-toolkits/libxfce4gui/Makefile head/x11-wm/xfce4-panel/Makefile head/x11/libxfce4util/Makefile head/x11/xfce4-clipman-plugin/Makefile head/x11/xfce4-conf/Makefile head/x11/xfce4-embed-plugin/Makefile head/x11/xfce4-quicklauncher-plugin/Makefile head/x11/xfce4-screenshooter-plugin/Makefile head/x11/xfce4-taskmanager/Makefile head/x11/xfce4-terminal/Makefile head/x11/xfce4-verve-plugin/Makefile Modified: head/Mk/Uses/xfce.mk ============================================================================== --- head/Mk/Uses/xfce.mk Tue Apr 28 16:57:11 2015 (r384918) +++ head/Mk/Uses/xfce.mk Tue Apr 28 17:01:46 2015 (r384919) @@ -20,7 +20,7 @@ _USES_POST+= xfce _USE_XFCE_ALL= garcon libexo libgui libmenu libutil panel thunar xfconf -MASTER_SITE_SUBDIR?= xfce/4.12/src +XFCE_MASTER_SITE_VER= 4.12 xfce_ARGS?= # empty Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Tue Apr 28 16:57:11 2015 (r384918) +++ head/Mk/bsd.sites.mk Tue Apr 28 17:01:46 2015 (r384919) @@ -1358,7 +1358,8 @@ MASTER_SITES_SUBDIRS= APACHE_JAKARTA:${P NETLIB:${PORTNAME} \ PERL_CPAN:${PORTNAME:C/-.*//} \ SAVANNAH:${PORTNAME:tl} \ - SOURCEFORGE:${PORTNAME:tl}/${PORTNAME:tl}/${PORTVERSION} + SOURCEFORGE:${PORTNAME:tl}/${PORTNAME:tl}/${PORTVERSION} \ + XFCE:xfce/${XFCE_MASTER_SITE_VER}/src .if defined(MASTER_SITES) && ${MASTER_SITES:N*\:/*} Modified: head/archivers/squeeze/Makefile ============================================================================== --- head/archivers/squeeze/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/archivers/squeeze/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -5,8 +5,7 @@ PORTNAME= squeeze PORTVERSION= 0.2.3 PORTREVISION= 10 CATEGORIES= archivers xfce -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R} +MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org Modified: head/archivers/thunar-archive-plugin/Makefile ============================================================================== --- head/archivers/thunar-archive-plugin/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/archivers/thunar-archive-plugin/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -5,8 +5,7 @@ PORTNAME= thunar-archive-plugin PORTVERSION= 0.3.1 PORTREVISION= 4 CATEGORIES= archivers xfce -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR=src/thunar-plugins/${PORTNAME}/${PORTVERSION:R} +MASTER_SITES= XFCE/src/thunar-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org Modified: head/audio/thunar-media-tags-plugin/Makefile ============================================================================== --- head/audio/thunar-media-tags-plugin/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/audio/thunar-media-tags-plugin/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -5,8 +5,7 @@ PORTNAME= thunar-media-tags-plugin PORTVERSION= 0.2.1 PORTREVISION= 4 CATEGORIES= audio xfce -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR=src/thunar-plugins/${PORTNAME}/${PORTVERSION:R} +MASTER_SITES= XFCE/src/thunar-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org Modified: head/audio/xfce4-mixer/Makefile ============================================================================== --- head/audio/xfce4-mixer/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/audio/xfce4-mixer/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -5,8 +5,7 @@ PORTNAME= xfce4-mixer PORTVERSION= 4.11.0 PORTREVISION= 2 CATEGORIES= audio xfce -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R} +MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org Modified: head/audio/xfce4-mpc-plugin/Makefile ============================================================================== --- head/audio/xfce4-mpc-plugin/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/audio/xfce4-mpc-plugin/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -4,8 +4,7 @@ PORTNAME= xfce4-mpc-plugin PORTVERSION= 0.4.5 CATEGORIES= audio xfce -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R} +MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org Modified: head/audio/xfmpc/Makefile ============================================================================== --- head/audio/xfmpc/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/audio/xfmpc/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -5,8 +5,7 @@ PORTNAME= xfmpc PORTVERSION= 0.2.2 PORTREVISION= 6 CATEGORIES= audio xfce -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR=/src/apps/${PORTNAME}/${PORTVERSION:R} +MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org Modified: head/deskutils/xfce4-tumbler/Makefile ============================================================================== --- head/deskutils/xfce4-tumbler/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/deskutils/xfce4-tumbler/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -4,7 +4,7 @@ PORTNAME= tumbler PORTVERSION= 0.1.31 CATEGORIES= deskutils xfce -MASTER_SITES= ${MASTER_SITE_XFCE} +MASTER_SITES= XFCE PKGNAMEPREFIX= xfce4- DIST_SUBDIR= xfce4 Modified: head/deskutils/xfce4-xkb-plugin/Makefile ============================================================================== --- head/deskutils/xfce4-xkb-plugin/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/deskutils/xfce4-xkb-plugin/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -3,8 +3,7 @@ PORTNAME= xfce4-xkb-plugin PORTVERSION= 0.7.1 CATEGORIES= deskutils xfce -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R} +MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} MAINTAINER= xfce@FreeBSD.org COMMENT= Keyboard layout switching plugin for the Xfce panel Modified: head/devel/thunar-vcs-plugin/Makefile ============================================================================== --- head/devel/thunar-vcs-plugin/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/devel/thunar-vcs-plugin/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -5,8 +5,7 @@ PORTNAME= thunar-vcs-plugin PORTVERSION= 0.1.4 PORTREVISION= 13 CATEGORIES= devel xfce -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR= src/thunar-plugins/${PORTNAME}/${PORTVERSION:R} +MASTER_SITES= XFCE/src/thunar-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= sergey.dyatko@gmail.com Modified: head/devel/xfce4-dev-tools/Makefile ============================================================================== --- head/devel/xfce4-dev-tools/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/devel/xfce4-dev-tools/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -4,7 +4,7 @@ PORTNAME= xfce4-dev-tools PORTVERSION= 4.12.0 CATEGORIES= devel xfce -MASTER_SITES= ${MASTER_SITE_XFCE} +MASTER_SITES= XFCE DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org Modified: head/devel/xfce4-vala/Makefile ============================================================================== --- head/devel/xfce4-vala/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/devel/xfce4-vala/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -5,8 +5,7 @@ PORTNAME= xfce4-vala PORTVERSION= 4.10.3 PORTREVISION= 1 CATEGORIES= devel xfce -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR= src/bindings/${PORTNAME}/${PORTVERSION:R} +MASTER_SITES= XFCE/src/bindings/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org Modified: head/editors/mousepad/Makefile ============================================================================== --- head/editors/mousepad/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/editors/mousepad/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -5,8 +5,7 @@ PORTNAME= mousepad PORTVERSION= 0.4.0 PORTREVISION= 1 CATEGORIES= editors xfce -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR=src/apps/${PORTNAME}/${PORTVERSION:R} +MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org Modified: head/graphics/ristretto/Makefile ============================================================================== --- head/graphics/ristretto/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/graphics/ristretto/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -4,8 +4,7 @@ PORTNAME= ristretto PORTVERSION= 0.8.0 CATEGORIES= graphics xfce -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R} +MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org Modified: head/mail/xfce4-mailwatch-plugin/Makefile ============================================================================== --- head/mail/xfce4-mailwatch-plugin/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/mail/xfce4-mailwatch-plugin/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -5,8 +5,7 @@ PORTNAME= xfce4-mailwatch-plugin PORTVERSION= 1.2.0 PORTREVISION= 7 CATEGORIES= mail xfce -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R} +MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org Modified: head/misc/xfce4-appfinder/Makefile ============================================================================== --- head/misc/xfce4-appfinder/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/misc/xfce4-appfinder/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -4,7 +4,7 @@ PORTNAME= xfce4-appfinder PORTVERSION= 4.12.0 CATEGORIES= misc xfce -MASTER_SITES= ${MASTER_SITE_XFCE} +MASTER_SITES= XFCE DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org Modified: head/misc/xfce4-weather-plugin/Makefile ============================================================================== --- head/misc/xfce4-weather-plugin/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/misc/xfce4-weather-plugin/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -5,8 +5,7 @@ PORTNAME= xfce4-weather-plugin PORTVERSION= 0.8.5 PORTREVISION= 1 CATEGORIES= misc xfce geography -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R} +MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org Modified: head/misc/xfce4-wm-themes/Makefile ============================================================================== --- head/misc/xfce4-wm-themes/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/misc/xfce4-wm-themes/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -5,8 +5,7 @@ PORTNAME= xfce4-wm-themes PORTVERSION= 4.10.0 PORTREVISION= 1 CATEGORIES= misc xfce -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR= src/art/xfwm4-themes/${PORTVERSION:R} +MASTER_SITES= XFCE/src/art/xfwm4-themes/${PORTVERSION:R} DISTNAME= xfwm4-themes-${PORTVERSION} DIST_SUBDIR= xfce4 @@ -15,7 +14,6 @@ COMMENT= Additional themes for xfwm4 GNU_CONFIGURE= yes INSTALLS_ICONS= yes -USE_XFCE= configenv # to get MASTER_SITE_SUBDIR something has to be defined USES= gmake tar:bzip2 .include Modified: head/print/xfce4-print/Makefile ============================================================================== --- head/print/xfce4-print/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/print/xfce4-print/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -5,8 +5,7 @@ PORTNAME= xfce4-print PORTVERSION= 4.6.1 PORTREVISION= 13 CATEGORIES= print xfce -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR= src/archive/xfprint/${PORTVERSION:R} +MASTER_SITES= XFCE/src/archive/xfprint/${PORTVERSION:R} DISTNAME= xfprint-${PORTVERSION} DIST_SUBDIR= xfce4 Modified: head/sysutils/garcon/Makefile ============================================================================== --- head/sysutils/garcon/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/sysutils/garcon/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -4,7 +4,7 @@ PORTNAME= garcon PORTVERSION= 0.4.0 CATEGORIES= sysutils xfce -MASTER_SITES= ${MASTER_SITE_XFCE} +MASTER_SITES= XFCE DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org Modified: head/sysutils/xfburn/Makefile ============================================================================== --- head/sysutils/xfburn/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/sysutils/xfburn/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -5,8 +5,7 @@ PORTNAME= xfburn PORTVERSION= 0.5.2 PORTREVISION= 2 CATEGORIES= sysutils -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR=src/apps/${PORTNAME}/${PORTVERSION:R} +MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org Modified: head/sysutils/xfce4-battery-plugin/Makefile ============================================================================== --- head/sysutils/xfce4-battery-plugin/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/sysutils/xfce4-battery-plugin/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -5,8 +5,7 @@ PORTNAME= xfce4-battery-plugin PORTVERSION= 1.0.5 PORTREVISION= 3 CATEGORIES= sysutils xfce -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R} +MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org Modified: head/sysutils/xfce4-cpugraph-plugin/Makefile ============================================================================== --- head/sysutils/xfce4-cpugraph-plugin/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/sysutils/xfce4-cpugraph-plugin/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -5,8 +5,7 @@ PORTNAME= xfce4-cpugraph-plugin PORTVERSION= 1.0.5 PORTREVISION= 3 CATEGORIES= sysutils xfce -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R} +MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org Modified: head/sysutils/xfce4-diskperf-plugin/Makefile ============================================================================== --- head/sysutils/xfce4-diskperf-plugin/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/sysutils/xfce4-diskperf-plugin/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -4,8 +4,7 @@ PORTNAME= xfce4-diskperf-plugin PORTVERSION= 2.5.5 CATEGORIES= sysutils xfce -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R} +MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= danilo@FreeBSD.org Modified: head/sysutils/xfce4-fsguard-plugin/Makefile ============================================================================== --- head/sysutils/xfce4-fsguard-plugin/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/sysutils/xfce4-fsguard-plugin/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -4,8 +4,7 @@ PORTNAME= xfce4-fsguard-plugin PORTVERSION= 1.0.2 CATEGORIES= sysutils xfce -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R} +MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org Modified: head/sysutils/xfce4-genmon-plugin/Makefile ============================================================================== --- head/sysutils/xfce4-genmon-plugin/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/sysutils/xfce4-genmon-plugin/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -5,8 +5,7 @@ PORTNAME= xfce4-genmon-plugin PORTVERSION= 3.4.0 PORTREVISION= 4 CATEGORIES= sysutils xfce -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R} +MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org Modified: head/sysutils/xfce4-mount-plugin/Makefile ============================================================================== --- head/sysutils/xfce4-mount-plugin/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/sysutils/xfce4-mount-plugin/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -5,8 +5,7 @@ PORTNAME= xfce4-mount-plugin PORTVERSION= 0.6.7 PORTREVISION= 2 CATEGORIES= sysutils xfce -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R} +MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org Modified: head/sysutils/xfce4-netload-plugin/Makefile ============================================================================== --- head/sysutils/xfce4-netload-plugin/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/sysutils/xfce4-netload-plugin/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -5,8 +5,7 @@ PORTNAME= xfce4-netload-plugin PORTVERSION= 1.2.4 PORTREVISION= 1 CATEGORIES= sysutils xfce -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R} +MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org Modified: head/sysutils/xfce4-settings/Makefile ============================================================================== --- head/sysutils/xfce4-settings/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/sysutils/xfce4-settings/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -4,7 +4,7 @@ PORTNAME= xfce4-settings PORTVERSION= 4.12.0 CATEGORIES= sysutils xfce -MASTER_SITES= ${MASTER_SITE_XFCE} +MASTER_SITES= XFCE DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org Modified: head/sysutils/xfce4-systemload-plugin/Makefile ============================================================================== --- head/sysutils/xfce4-systemload-plugin/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/sysutils/xfce4-systemload-plugin/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -5,8 +5,7 @@ PORTNAME= xfce4-systemload-plugin PORTVERSION= 1.1.2 PORTREVISION= 1 CATEGORIES= sysutils xfce -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R} +MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org Modified: head/sysutils/xfce4-wavelan-plugin/Makefile ============================================================================== --- head/sysutils/xfce4-wavelan-plugin/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/sysutils/xfce4-wavelan-plugin/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -4,8 +4,7 @@ PORTNAME= xfce4-wavelan-plugin PORTVERSION= 0.5.12 CATEGORIES= sysutils xfce -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R} +MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org Modified: head/www/xfce4-smartbookmark-plugin/Makefile ============================================================================== --- head/www/xfce4-smartbookmark-plugin/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/www/xfce4-smartbookmark-plugin/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -4,8 +4,7 @@ PORTNAME= xfce4-smartbookmark-plugin PORTVERSION= 0.4.6 CATEGORIES= www xfce -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R} +MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org Modified: head/x11-clocks/xfce4-datetime-plugin/Makefile ============================================================================== --- head/x11-clocks/xfce4-datetime-plugin/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/x11-clocks/xfce4-datetime-plugin/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -5,8 +5,7 @@ PORTNAME= xfce4-datetime-plugin PORTVERSION= 0.6.2 PORTREVISION= 3 CATEGORIES= x11-clocks xfce -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R} +MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org Modified: head/x11-clocks/xfce4-timer-out-plugin/Makefile ============================================================================== --- head/x11-clocks/xfce4-timer-out-plugin/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/x11-clocks/xfce4-timer-out-plugin/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -4,8 +4,7 @@ PORTNAME= xfce4-time-out-plugin PORTVERSION= 1.0.2 CATEGORIES= x11-clocks xfce -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R} +MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org Modified: head/x11-clocks/xfce4-timer-plugin/Makefile ============================================================================== --- head/x11-clocks/xfce4-timer-plugin/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/x11-clocks/xfce4-timer-plugin/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -5,8 +5,7 @@ PORTNAME= xfce4-timer-plugin PORTVERSION= 1.6.0 PORTREVISION= 1 CATEGORIES= x11-clocks xfce -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R} +MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org Modified: head/x11-fm/thunar-vfs/Makefile ============================================================================== --- head/x11-fm/thunar-vfs/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/x11-fm/thunar-vfs/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -5,8 +5,7 @@ PORTNAME= thunar-vfs PORTVERSION= 1.2.0 PORTREVISION= 11 CATEGORIES= x11-fm xfce -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR= src/archive/${PORTNAME}/${PORTVERSION:R} +MASTER_SITES= XFCE/src/archive/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org Modified: head/x11-themes/gtk-xfce-engine/Makefile ============================================================================== --- head/x11-themes/gtk-xfce-engine/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/x11-themes/gtk-xfce-engine/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -4,8 +4,7 @@ PORTNAME= gtk-xfce-engine PORTVERSION= 3.2.0 CATEGORIES= x11-themes xfce -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR= src/xfce/${PORTNAME}/${PORTVERSION:R} +MASTER_SITES= XFCE/src/xfce/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org Modified: head/x11-toolkits/libxfce4gui/Makefile ============================================================================== --- head/x11-toolkits/libxfce4gui/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/x11-toolkits/libxfce4gui/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -5,8 +5,7 @@ PORTNAME= libxfce4gui PORTVERSION= 4.10.0 PORTREVISION= 5 CATEGORIES= x11-toolkits xfce -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR= src/archive/libxfcegui4/${PORTVERSION:R} +MASTER_SITES= XFCE/src/archive/libxfcegui4/${PORTVERSION:R} DISTNAME= libxfcegui4-${PORTVERSION} DIST_SUBDIR= xfce4 Modified: head/x11-wm/xfce4-panel/Makefile ============================================================================== --- head/x11-wm/xfce4-panel/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/x11-wm/xfce4-panel/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -4,7 +4,7 @@ PORTNAME= xfce4-panel PORTVERSION= 4.12.0 CATEGORIES= x11-wm xfce -MASTER_SITES= ${MASTER_SITE_XFCE} +MASTER_SITES= XFCE DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org Modified: head/x11/libxfce4util/Makefile ============================================================================== --- head/x11/libxfce4util/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/x11/libxfce4util/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -4,7 +4,7 @@ PORTNAME= libxfce4util PORTVERSION= 4.12.1 CATEGORIES= x11 xfce -MASTER_SITES= ${MASTER_SITE_XFCE} +MASTER_SITES= XFCE DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org Modified: head/x11/xfce4-clipman-plugin/Makefile ============================================================================== --- head/x11/xfce4-clipman-plugin/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/x11/xfce4-clipman-plugin/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -5,8 +5,7 @@ PORTNAME= xfce4-clipman-plugin PORTVERSION= 1.2.6 PORTREVISION= 2 CATEGORIES= x11 xfce -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R} +MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org Modified: head/x11/xfce4-conf/Makefile ============================================================================== --- head/x11/xfce4-conf/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/x11/xfce4-conf/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -4,7 +4,7 @@ PORTNAME= xfce4-conf PORTVERSION= 4.12.0 CATEGORIES= x11 xfce -MASTER_SITES= ${MASTER_SITE_XFCE} +MASTER_SITES= XFCE DISTNAME= xfconf-${PORTVERSION} DIST_SUBDIR= xfce4 Modified: head/x11/xfce4-embed-plugin/Makefile ============================================================================== --- head/x11/xfce4-embed-plugin/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/x11/xfce4-embed-plugin/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -5,8 +5,7 @@ PORTNAME= xfce4-embed-plugin PORTVERSION= 1.4.1 PORTREVISION= 2 CATEGORIES= x11 xfce -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R} +MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org Modified: head/x11/xfce4-quicklauncher-plugin/Makefile ============================================================================== --- head/x11/xfce4-quicklauncher-plugin/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/x11/xfce4-quicklauncher-plugin/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -5,8 +5,7 @@ PORTNAME= xfce4-quicklauncher-plugin PORTVERSION= 1.9.4 PORTREVISION= 17 CATEGORIES= x11 xfce -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R} +MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org Modified: head/x11/xfce4-screenshooter-plugin/Makefile ============================================================================== --- head/x11/xfce4-screenshooter-plugin/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/x11/xfce4-screenshooter-plugin/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -5,8 +5,7 @@ PORTNAME= xfce4-screenshooter-plugin PORTVERSION= 1.8.2 PORTREVISION= 1 CATEGORIES= x11 xfce -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR=src/apps/xfce4-screenshooter/${PORTVERSION:R} +MASTER_SITES= XFCE/src/apps/xfce4-screenshooter/${PORTVERSION:R} DISTNAME= xfce4-screenshooter-${PORTVERSION} DIST_SUBDIR= xfce4 Modified: head/x11/xfce4-taskmanager/Makefile ============================================================================== --- head/x11/xfce4-taskmanager/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/x11/xfce4-taskmanager/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -5,8 +5,7 @@ PORTNAME= xfce4-taskmanager PORTVERSION= 1.1.0 PORTREVISION= 1 CATEGORIES= x11 xfce -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R} +MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org Modified: head/x11/xfce4-terminal/Makefile ============================================================================== --- head/x11/xfce4-terminal/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/x11/xfce4-terminal/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -5,8 +5,7 @@ PORTNAME= xfce4-terminal PORTVERSION= 0.6.3 PORTREVISION= 2 CATEGORIES= x11 xfce -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R} +MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org Modified: head/x11/xfce4-verve-plugin/Makefile ============================================================================== --- head/x11/xfce4-verve-plugin/Makefile Tue Apr 28 16:57:11 2015 (r384918) +++ head/x11/xfce4-verve-plugin/Makefile Tue Apr 28 17:01:46 2015 (r384919) @@ -5,8 +5,7 @@ PORTNAME= verve-plugin PORTVERSION= 1.0.1 PORTREVISION= 1 CATEGORIES= x11 xfce -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR=src/panel-plugins/${PKGNAMEPREFIX}${PORTNAME}/${PORTVERSION:R} +MASTER_SITES= XFCE/src/panel-plugins/${PKGNAMEPREFIX}${PORTNAME}/${PORTVERSION:R} PKGNAMEPREFIX= xfce4- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} DIST_SUBDIR= xfce4 From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 17:14:24 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6415361A; Tue, 28 Apr 2015 17:14:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 522F51AE2; Tue, 28 Apr 2015 17:14:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SHEO0o097056; Tue, 28 Apr 2015 17:14:24 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SHEOtM097055; Tue, 28 Apr 2015 17:14:24 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201504281714.t3SHEOtM097055@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Tue, 28 Apr 2015 17:14:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384920 - head/sysutils/xfce4-bsdcpufreq-plugin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 17:14:24 -0000 Author: bdrewery Date: Tue Apr 28 17:14:23 2015 New Revision: 384920 URL: https://svnweb.freebsd.org/changeset/ports/384920 Log: This does not really support GHC Modified: head/sysutils/xfce4-bsdcpufreq-plugin/Makefile Modified: head/sysutils/xfce4-bsdcpufreq-plugin/Makefile ============================================================================== --- head/sysutils/xfce4-bsdcpufreq-plugin/Makefile Tue Apr 28 17:01:46 2015 (r384919) +++ head/sysutils/xfce4-bsdcpufreq-plugin/Makefile Tue Apr 28 17:14:23 2015 (r384920) @@ -6,7 +6,7 @@ PORTNAME= xfce4-bsdcpufreq-plugin PORTVERSION= 0.2 PORTREVISION= 1 CATEGORIES= sysutils xfce -MASTER_SITES= GHL GHC +MASTER_SITES= GHL MAINTAINER= riggs@FreeBSD.org COMMENT= Displays the current CPU clock frequency in the panel From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 17:27:29 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 45A1EA5B; Tue, 28 Apr 2015 17:27:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3410A1C61; Tue, 28 Apr 2015 17:27:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SHRTbf002690; Tue, 28 Apr 2015 17:27:29 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SHRSYE002688; Tue, 28 Apr 2015 17:27:28 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201504281727.t3SHRSYE002688@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Tue, 28 Apr 2015 17:27:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384922 - in head/ports-mgmt: poudriere poudriere-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 17:27:29 -0000 Author: bdrewery Date: Tue Apr 28 17:27:28 2015 New Revision: 384922 URL: https://svnweb.freebsd.org/changeset/ports/384922 Log: No need for bsd.port.options.mk now Modified: head/ports-mgmt/poudriere-devel/Makefile head/ports-mgmt/poudriere/Makefile Modified: head/ports-mgmt/poudriere-devel/Makefile ============================================================================== --- head/ports-mgmt/poudriere-devel/Makefile Tue Apr 28 17:16:16 2015 (r384921) +++ head/ports-mgmt/poudriere-devel/Makefile Tue Apr 28 17:27:28 2015 (r384922) @@ -29,8 +29,6 @@ OPTIONS_SUB= yes QEMU_DESC= Add qemu-user-static to compile ports for non-x86 architectures QEMU_RUN_DEPENDS= qemu-user-static>0:${PORTSDIR}/emulators/qemu-user-static -.include - post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions/ ${INSTALL_DATA} ${WRKSRC}/completions/zsh/_poudriere \ Modified: head/ports-mgmt/poudriere/Makefile ============================================================================== --- head/ports-mgmt/poudriere/Makefile Tue Apr 28 17:16:16 2015 (r384921) +++ head/ports-mgmt/poudriere/Makefile Tue Apr 28 17:27:28 2015 (r384922) @@ -26,8 +26,6 @@ OPTIONS_SUB= yes QEMU_DESC= Add qemu-user-static to compile ports for non-x86 architectures QEMU_RUN_DEPENDS= qemu-user-static>0:${PORTSDIR}/emulators/qemu-user-static -.include - post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions/ ${INSTALL_DATA} ${WRKSRC}/completions/zsh/_poudriere \ From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 17:34:50 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 02582C49; Tue, 28 Apr 2015 17:34:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E510D1D76; Tue, 28 Apr 2015 17:34:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SHYnFG007349; Tue, 28 Apr 2015 17:34:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SHYnJA007347; Tue, 28 Apr 2015 17:34:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504281734.t3SHYnJA007347@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 28 Apr 2015 17:34:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384923 - head/www/wordpress X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 17:34:50 -0000 Author: sunpoet Date: Tue Apr 28 17:34:48 2015 New Revision: 384923 URL: https://svnweb.freebsd.org/changeset/ports/384923 Log: - Update to 4.2.1 Changes: https://wordpress.org/news/2015/04/wordpress-4-2-1/ PR: 199763 Submitted by: Yuan-Chung Hsiao (maintainer) MFH: 2015Q2 Modified: head/www/wordpress/Makefile head/www/wordpress/distinfo Modified: head/www/wordpress/Makefile ============================================================================== --- head/www/wordpress/Makefile Tue Apr 28 17:27:28 2015 (r384922) +++ head/www/wordpress/Makefile Tue Apr 28 17:34:48 2015 (r384923) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.2 +PORTVERSION= 4.2.1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://wordpress.org/ Modified: head/www/wordpress/distinfo ============================================================================== --- head/www/wordpress/distinfo Tue Apr 28 17:27:28 2015 (r384922) +++ head/www/wordpress/distinfo Tue Apr 28 17:34:48 2015 (r384923) @@ -1,2 +1,2 @@ -SHA256 (wordpress-4.2.tar.gz) = 5238dd5694bf343e24fc8bc7fa61d2cb0233759fa08dc4ff9dc49eb7ff3628f3 -SIZE (wordpress-4.2.tar.gz) = 6319816 +SHA256 (wordpress-4.2.1.tar.gz) = 97896ce12d305813f6a07e4032ebd2a7bbb47f6e3d1622cec66c2e4884e3b1cd +SIZE (wordpress-4.2.1.tar.gz) = 6321767 From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 17:36:30 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A8BF9DD1; Tue, 28 Apr 2015 17:36:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 97F181D9D; Tue, 28 Apr 2015 17:36:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SHaUXv007734; Tue, 28 Apr 2015 17:36:30 GMT (envelope-from db@FreeBSD.org) Received: (from db@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SHaUWT007733; Tue, 28 Apr 2015 17:36:30 GMT (envelope-from db@FreeBSD.org) Message-Id: <201504281736.t3SHaUWT007733@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: db set sender to db@FreeBSD.org using -f From: Diane Bruce Date: Tue, 28 Apr 2015 17:36:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384924 - head/comms/flrig/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 17:36:30 -0000 Author: db Date: Tue Apr 28 17:36:29 2015 New Revision: 384924 URL: https://svnweb.freebsd.org/changeset/ports/384924 Log: Fix build on 10 and HEAD Added: head/comms/flrig/files/patch-src_xmlrpcpp_XmlRpcBase64.h (contents, props changed) Added: head/comms/flrig/files/patch-src_xmlrpcpp_XmlRpcBase64.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/flrig/files/patch-src_xmlrpcpp_XmlRpcBase64.h Tue Apr 28 17:36:29 2015 (r384924) @@ -0,0 +1,10 @@ +--- src/xmlrpcpp/XmlRpcBase64.h.orig 2015-04-28 12:53:47.291010000 -0400 ++++ src/xmlrpcpp/XmlRpcBase64.h 2015-04-28 12:53:56.470160000 -0400 +@@ -18,6 +18,7 @@ + #if !defined(__BASE64_H_INCLUDED__) + #define __BASE64_H_INCLUDED__ 1 + ++#include + #include + + static From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 17:38:43 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B87F6EF4; Tue, 28 Apr 2015 17:38:43 +0000 (UTC) Received: from mailrelay105.isp.belgacom.be (mailrelay105.isp.belgacom.be [195.238.20.132]) by mx1.freebsd.org (Postfix) with ESMTP id D25D11DB7; Tue, 28 Apr 2015 17:38:42 +0000 (UTC) X-Belgacom-Dynamic: yes X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=KjSUzZxnmGSQ+6+vr4Kd0OSSUs/Ia9ciENKrYVIfwLU= c=1 sm=2 a=kj9zAlcOel0A:10 a=nclwDdh9nElH26kLNA8A:9 a=CjuIK1q_8ugA:10 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2AbBwBGxT9V/wu/8VFcgwyBL853AoE5TQEBAQEBAYELhCEBAQQ6HB4FEAsOCgklDyoeBhOILwHHPwEBAQEBAQQBAQEBAR2LOIQsWQeELQEEnCOBJJB5g1AjgWUiHIFTPDGBAoFDAQEB Received: from 11.191-241-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.241.191.11]) by relay.skynet.be with ESMTP; 28 Apr 2015 19:38:41 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id t3SHccic009305; Tue, 28 Apr 2015 19:38:39 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Tue, 28 Apr 2015 19:38:38 +0200 From: Tijl Coosemans To: John Marino Cc: John Marino , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r384894 - head/lang/gcc5-aux Message-ID: <20150428193838.45a12925@kalimero.tijl.coosemans.org> In-Reply-To: <553FAB80.1040300@marino.st> References: <201504281216.t3SCGYSp044760@svn.freebsd.org> <20150428165407.1bb95495@kalimero.tijl.coosemans.org> <553FA06F.8000602@marino.st> <20150428171258.4668b0ab@kalimero.tijl.coosemans.org> <553FA574.3010503@marino.st> <20150428173654.2baa2951@kalimero.tijl.coosemans.org> <553FAB80.1040300@marino.st> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 17:38:43 -0000 On Tue, 28 Apr 2015 17:47:12 +0200 John Marino wrote: > On 4/28/2015 17:36, Tijl Coosemans wrote: >> On Tue, 28 Apr 2015 17:21:24 +0200 John Marino wrote: >> Yes, the CPPFLAGS you left only affects the first configure script and >> that script doesn't pass CPPFLAGS/LIBS to the Makefile it creates. That >> Makefile then runs multiple other configure scripts during build phase. >> The only way I found to pass CPPFLAGS/LIBS to these other configure >> scripts was *_configargs. > > I believe you, but that sounds like the gcc build system is broken then. > >>> From your answer, I infer it wasn't linking with libiconv before your >>> commit? >> >> It was when libiconv happened to be installed, but with my commit >> libiconv is always installed as a build dependency on FreeBSD 10 >> (because the iconv.h header on FreeBSD 10 is broken). > > Maybe NLS is too much a pain to support. Is there a reason that the > lang/gccX don't support it? I only threw it in because it seemed to > work, but it is starting to be too much trouble, especially if it's not > standard for ports compiler to support it. > >> Hmm, can you do a build with only 1 make job? > > I have a new commit brewing that changes a few things: > 1. new bootstrap for DragonFly > 2. new option to build all 3 stages (currently the standard) > 3. new standard behavior to build only one stage, but without libcc1 > being produce which is the reason this wasn't set yet. > > I was going to make new bootstraps for FreeBSD but now I don't think > it's necessary. I'm testing the build on FreeBSD 10 and FreeBSD 8 right > now. (10 just passed). > > I can try to build with one job after that but it seems to me the issue > is putting -L argument in args instead of LDFLAGS. I thought LIBS was > limited to libraries and wasn't supposed to carry flags but the whole > LIBS thing has never been really clear to me either. If possible -L should go in LIBS because it appears last on the command line and LDFLAGS at the start. Flags like -L/usr/local/lib should come after any -L flags used by upstream such that it is searched last. The command that fails on Dragonfly seems exactly the same as on FreeBSD 10. There's no -L/usr/local/lib there either. The reason it doesn't fail on FreeBSD is probably because gcc searches /usr/local/lib implicitly (which I always found strange). Maybe that is not the case on Dragonfly. Does this command work for instance: echo 'int main(void) { return 0; }' | gcc5 -x c -o test - -lintl From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 17:46:26 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AC1FC1F6; Tue, 28 Apr 2015 17:46:26 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 813051EB4; Tue, 28 Apr 2015 17:46:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SHkQ9j012730; Tue, 28 Apr 2015 17:46:26 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SHkQeg012728; Tue, 28 Apr 2015 17:46:26 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201504281746.t3SHkQeg012728@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 28 Apr 2015 17:46:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384925 - in head/devel: gdb66 insight X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 17:46:26 -0000 Author: jbeich Date: Tue Apr 28 17:46:25 2015 New Revision: 384925 URL: https://svnweb.freebsd.org/changeset/ports/384925 Log: Don't use profiling and static libreadline after r344754 gdb66 and insight neither build with -pg nor link any other _p library. For profiling to work the ports may also need to disable stripping of non-debug symbols, build with -fno-omit-frame-pointer and do so for all the dependencies as well. poudriere fails because before 9.0R proflibs were packaged separately not in DIST list for |jail -c|, and 11.0C removed libreadline while devel/readline doesn't provide _p variant. Reported by: pkg-fallout (-quaterly lacks 84* and head* slaves) Approved by: portmgr blanket MFH: 2015Q2 Modified: head/devel/gdb66/Makefile head/devel/insight/Makefile Modified: head/devel/gdb66/Makefile ============================================================================== --- head/devel/gdb66/Makefile Tue Apr 28 17:36:29 2015 (r384924) +++ head/devel/gdb66/Makefile Tue Apr 28 17:46:25 2015 (r384925) @@ -3,7 +3,7 @@ PORTNAME= gdb PORTVERSION= 6.6 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:S,$,:gdb,} \ http://aldan.algebra.com/~mi/:gdbtk @@ -86,7 +86,7 @@ post-patch: -e 's/^readline/#readline/' \ -e 's,^LIBICONV =.*,LIBICONV=-L${LOCALBASE}/lib ${ICONV_LIB},' \ ${WRKSRC}/gdb/Makefile.in - ${ECHO} 'READLINE = -lreadline_p' >> ${WRKSRC}/gdb/Makefile.in + ${ECHO} 'READLINE = -lreadline' >> ${WRKSRC}/gdb/Makefile.in do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gdb/gdb ${STAGEDIR}${PREFIX}/bin/gdb${VER} Modified: head/devel/insight/Makefile ============================================================================== --- head/devel/insight/Makefile Tue Apr 28 17:36:29 2015 (r384924) +++ head/devel/insight/Makefile Tue Apr 28 17:46:25 2015 (r384925) @@ -1,7 +1,7 @@ # Created by: Mikhail Teterin # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 MAINTAINER= mi@aldan.algebra.com COMMENT= Gnu debugger with the Insight GUI front-end From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 17:50:45 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A8FC4491; Tue, 28 Apr 2015 17:50:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 96C031EFB; Tue, 28 Apr 2015 17:50:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SHojWd017133; Tue, 28 Apr 2015 17:50:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SHoinQ017127; Tue, 28 Apr 2015 17:50:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504281750.t3SHoinQ017127@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 28 Apr 2015 17:50:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384927 - in head/science/libkml: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 17:50:45 -0000 Author: sunpoet Date: Tue Apr 28 17:50:43 2015 New Revision: 384927 URL: https://svnweb.freebsd.org/changeset/ports/384927 Log: - Use net/uriparser instead of bundled one - Bump PORTREVISION for dependency and package change PR: 199682 (based on) Submitted by: mat Added: head/science/libkml/files/patch-src-kml-base-Makefile.am (contents, props changed) head/science/libkml/files/patch-src-swig-Makefile.am (contents, props changed) Modified: head/science/libkml/Makefile head/science/libkml/files/patch-third_party-Makefile.am head/science/libkml/pkg-plist Modified: head/science/libkml/Makefile ============================================================================== --- head/science/libkml/Makefile Tue Apr 28 17:47:33 2015 (r384926) +++ head/science/libkml/Makefile Tue Apr 28 17:50:43 2015 (r384927) @@ -3,7 +3,7 @@ PORTNAME= libkml PORTVERSION= 1.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science MAINTAINER= sunpoet@FreeBSD.org @@ -13,6 +13,7 @@ LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${LOCALBASE}/bin/curl-config:${PORTSDIR}/ftp/curl \ ${LOCALBASE}/include/expat.h:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= liburiparser.so:${PORTSDIR}/net/uriparser OPTIONS_DEFINE= SWIG Added: head/science/libkml/files/patch-src-kml-base-Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/libkml/files/patch-src-kml-base-Makefile.am Tue Apr 28 17:50:43 2015 (r384927) @@ -0,0 +1,37 @@ +--- src/kml/base/Makefile.am.orig 2010-02-19 15:52:05 UTC ++++ src/kml/base/Makefile.am +@@ -1,7 +1,6 @@ + AM_CPPFLAGS = -I$(top_srcdir)/src \ + -I$(top_srcdir)/third_party/boost_1_34_1 \ + -I$(top_srcdir)/third_party/googletest-r108/include \ +- -I$(top_srcdir)/third_party/uriparser-0.7.5/include \ + -I$(top_srcdir)/third_party/zlib-1.2.3/contrib + + if GCC +@@ -32,7 +31,7 @@ libkmlbase_la_SOURCES = \ + + libkmlbase_la_LIBADD = \ + $(top_builddir)/third_party/libminizip.la \ +- $(top_builddir)/third_party/liburiparser.la ++ -luriparser + + # These header files will be installed in $(includedir)/kml/base + libkmlbaseincludedir = $(includedir)/kml/base +@@ -138,7 +137,7 @@ math_util_test_LDADD = libkmlbase.la \ + net_cache_test_SOURCES = net_cache_test.cc + net_cache_test_CXXFLAGS = -DDATADIR=\"$(DATA_DIR)\" $(AM_TEST_CXXFLAGS) + net_cache_test_LDADD = libkmlbase.la \ +- $(top_builddir)/third_party/liburiparser.la \ ++ -luriparser \ + $(top_builddir)/third_party/libgtest.la + + referent_test_SOURCES = referent_test.cc +@@ -164,7 +163,7 @@ time_util_test_LDADD= libkmlbase.la \ + uri_parser_test_SOURCES = uri_parser_test.cc + uri_parser_test_CXXFLAGS = -DDATADIR=\"$(DATA_DIR)\" $(AM_TEST_CXXFLAGS) + uri_parser_test_LDADD= libkmlbase.la \ +- $(top_builddir)/third_party/liburiparser.la \ ++ -luriparser \ + $(top_builddir)/third_party/libgtest.la + + util_test_SOURCES = util_test.cc Added: head/science/libkml/files/patch-src-swig-Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/libkml/files/patch-src-swig-Makefile.am Tue Apr 28 17:50:43 2015 (r384927) @@ -0,0 +1,12 @@ +--- src/swig/Makefile.am.orig 2010-02-19 15:52:05 UTC ++++ src/swig/Makefile.am +@@ -1,8 +1,7 @@ + SUBDIRS = java python + + AM_CPPFLAGS = -I$(top_srcdir)/src \ +- -I$(top_srcdir)/third_party/boost_1_34_1 \ +- -I$(top_srcdir)/third_party/uriparser-0.7.5/include ++ -I$(top_srcdir)/third_party/boost_1_34_1 + + COMMONLIBS = $(top_builddir)/src/kml/engine/libkmlengine.la \ + $(top_builddir)/src/kml/dom/libkmldom.la \ Modified: head/science/libkml/files/patch-third_party-Makefile.am ============================================================================== --- head/science/libkml/files/patch-third_party-Makefile.am Tue Apr 28 17:47:33 2015 (r384926) +++ head/science/libkml/files/patch-third_party-Makefile.am Tue Apr 28 17:50:43 2015 (r384927) @@ -1,9 +1,23 @@ --- third_party/Makefile.am.orig 2010-02-19 15:52:05 UTC +++ third_party/Makefile.am -@@ -16,24 +16,24 @@ libminizip_la_SOURCES = \ +@@ -1,11 +1,8 @@ +-uriparser = uriparser-0.7.5 +- + AM_CPPFLAGS = -I$(top_srcdir)/third_party/zlib-1.2.3/contrib \ +- -I$(top_srcdir)/third_party/$(uriparser)/include \ + -I$(top_srcdir)/third_party/googletest-r108 \ + -I$(top_srcdir)/third_party/googletest-r108/include + +-lib_LTLIBRARIES = libminizip.la liburiparser.la ++lib_LTLIBRARIES = libminizip.la + noinst_LTLIBRARIES = libgtest.la + + libminizip_la_SOURCES = \ +@@ -15,27 +12,6 @@ libminizip_la_SOURCES = \ + zlib-1.2.3/contrib/minizip/zip.c libminizip_la_LDFLAGS = -lz - liburiparser_la_SOURCES = \ +-liburiparser_la_SOURCES = \ - $(uriparser)/lib/UriCommon.c \ - $(uriparser)/lib/UriCommon.h \ - $(uriparser)/lib/UriCompare.c \ @@ -22,28 +36,12 @@ - $(uriparser)/lib/UriRecompose.c \ - $(uriparser)/lib/UriResolve.c \ - $(uriparser)/lib/UriShorten.c -+ uriparser-0.7.5/lib/UriCommon.c \ -+ uriparser-0.7.5/lib/UriCommon.h \ -+ uriparser-0.7.5/lib/UriCompare.c \ -+ uriparser-0.7.5/lib/UriEscape.c \ -+ uriparser-0.7.5/lib/UriFile.c \ -+ uriparser-0.7.5/lib/UriIp4.c \ -+ uriparser-0.7.5/lib/UriIp4Base.c \ -+ uriparser-0.7.5/lib/UriIp4Base.h \ -+ uriparser-0.7.5/lib/UriNormalize.c \ -+ uriparser-0.7.5/lib/UriNormalizeBase.c \ -+ uriparser-0.7.5/lib/UriNormalizeBase.h \ -+ uriparser-0.7.5/lib/UriParse.c \ -+ uriparser-0.7.5/lib/UriParseBase.c \ -+ uriparser-0.7.5/lib/UriParseBase.h \ -+ uriparser-0.7.5/lib/UriQuery.c \ -+ uriparser-0.7.5/lib/UriRecompose.c \ -+ uriparser-0.7.5/lib/UriResolve.c \ -+ uriparser-0.7.5/lib/UriShorten.c - liburiparser_la_LDFLAGS = -version-info 1:5:0 - +-liburiparser_la_LDFLAGS = -version-info 1:5:0 +- boost_root = boost_1_34_1 -@@ -79,13 +79,13 @@ libboostconfigplatforminclude_HEADERS = + boost = $(boost_root)/boost + boostinc = $(includedir)/kml/third_party/$(boost) +@@ -79,13 +55,13 @@ libboostconfigplatforminclude_HEADERS = googletest = googletest-r108 libgtest_la_SOURCES = \ @@ -64,3 +62,19 @@ EXTRA_DIST = \ expat.win32/expat.h \ +@@ -159,15 +135,6 @@ EXTRA_DIST = \ + $(googletest)/include/gtest/internal/gtest-port.h \ + $(googletest)/include/gtest/internal/gtest-string.h \ + $(googletest)/include/gtest/internal/gtest-type-util.h \ +- $(uriparser)/COPYING \ +- $(uriparser).win32/debug/uriparser.lib \ +- $(uriparser).win32/release/uriparser.lib \ +- $(uriparser)/include/uriparser/Uri.h \ +- $(uriparser)/include/uriparser/UriBase.h \ +- $(uriparser)/include/uriparser/UriDefsAnsi.h \ +- $(uriparser)/include/uriparser/UriDefsConfig.h \ +- $(uriparser)/include/uriparser/UriDefsUnicode.h \ +- $(uriparser)/include/uriparser/UriIp4.h \ + zlib-1.2.3/zconf.h \ + zlib-1.2.3/zlib.h \ + zlib-1.2.3/contrib/minizip/crypt.h \ Modified: head/science/libkml/pkg-plist ============================================================================== --- head/science/libkml/pkg-plist Tue Apr 28 17:47:33 2015 (r384926) +++ head/science/libkml/pkg-plist Tue Apr 28 17:50:43 2015 (r384927) @@ -178,7 +178,3 @@ lib/libminizip.a lib/libminizip.so lib/libminizip.so.0 lib/libminizip.so.0.0.0 -lib/liburiparser.a -lib/liburiparser.so -lib/liburiparser.so.1 -lib/liburiparser.so.1.0.5 From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 17:51:20 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AE3FA582; Tue, 28 Apr 2015 17:51:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9AFC31FB1; Tue, 28 Apr 2015 17:51:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SHpKuH017361; Tue, 28 Apr 2015 17:51:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SHpJmO017357; Tue, 28 Apr 2015 17:51:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504281751.t3SHpJmO017357@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 28 Apr 2015 17:51:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384928 - head/devel/wxGlade X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 17:51:20 -0000 Author: sunpoet Date: Tue Apr 28 17:51:19 2015 New Revision: 384928 URL: https://svnweb.freebsd.org/changeset/ports/384928 Log: - Update to 0.7.0 - Use PORTDOCS Changes: http://wxglade.sourceforge.net/index.php#news Modified: head/devel/wxGlade/Makefile head/devel/wxGlade/distinfo head/devel/wxGlade/pkg-plist Modified: head/devel/wxGlade/Makefile ============================================================================== --- head/devel/wxGlade/Makefile Tue Apr 28 17:50:43 2015 (r384927) +++ head/devel/wxGlade/Makefile Tue Apr 28 17:51:19 2015 (r384928) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= wxglade -PORTVERSION= 0.6.8 -PORTREVISION= 4 +PORTVERSION= 0.7.0 CATEGORIES= devel x11-toolkits python MASTER_SITES= SF DISTNAME= wxGlade-${PORTVERSION} @@ -20,6 +19,7 @@ WX_COMPS= python DESKTOP_ENTRIES="wxGlade" "" "${PYTHON_SITELIBDIR}/wxglade/icons/icon.xpm" \ "${PORTNAME}" "" true +PORTDOCS= * OPTIONS_DEFINE= DOCS Modified: head/devel/wxGlade/distinfo ============================================================================== --- head/devel/wxGlade/distinfo Tue Apr 28 17:50:43 2015 (r384927) +++ head/devel/wxGlade/distinfo Tue Apr 28 17:51:19 2015 (r384928) @@ -1,2 +1,2 @@ -SHA256 (wxGlade-0.6.8.tar.gz) = de1e36d7dfc257e2c5e3bfeb35eafc74ef9a1d01ef8d946fd761aaa639692888 -SIZE (wxGlade-0.6.8.tar.gz) = 1169314 +SHA256 (wxGlade-0.7.0.tar.gz) = 0e7f8dc48bc0da606dad5d5c65188b62b90702e9807b988ff023b460c5fa2f99 +SIZE (wxGlade-0.7.0.tar.gz) = 1863564 Modified: head/devel/wxGlade/pkg-plist ============================================================================== --- head/devel/wxGlade/pkg-plist Tue Apr 28 17:50:43 2015 (r384927) +++ head/devel/wxGlade/pkg-plist Tue Apr 28 17:51:19 2015 (r384928) @@ -5,6 +5,10 @@ bin/wxglade %%PYTHON_SITELIBDIR%%/wxglade/about.pyc %%PYTHON_SITELIBDIR%%/wxglade/application.py %%PYTHON_SITELIBDIR%%/wxglade/application.pyc +%%PYTHON_SITELIBDIR%%/wxglade/bugdialog.py +%%PYTHON_SITELIBDIR%%/wxglade/bugdialog.pyc +%%PYTHON_SITELIBDIR%%/wxglade/bugdialog_ui.py +%%PYTHON_SITELIBDIR%%/wxglade/bugdialog_ui.pyc %%PYTHON_SITELIBDIR%%/wxglade/clipboard.py %%PYTHON_SITELIBDIR%%/wxglade/clipboard.pyc %%PYTHON_SITELIBDIR%%/wxglade/code_property.py @@ -15,8 +19,8 @@ bin/wxglade %%PYTHON_SITELIBDIR%%/wxglade/codegen/cpp_codegen.pyc %%PYTHON_SITELIBDIR%%/wxglade/codegen/lisp_codegen.py %%PYTHON_SITELIBDIR%%/wxglade/codegen/lisp_codegen.pyc -%%PYTHON_SITELIBDIR%%/wxglade/codegen/pl_codegen.py -%%PYTHON_SITELIBDIR%%/wxglade/codegen/pl_codegen.pyc +%%PYTHON_SITELIBDIR%%/wxglade/codegen/perl_codegen.py +%%PYTHON_SITELIBDIR%%/wxglade/codegen/perl_codegen.pyc %%PYTHON_SITELIBDIR%%/wxglade/codegen/py_codegen.py %%PYTHON_SITELIBDIR%%/wxglade/codegen/py_codegen.pyc %%PYTHON_SITELIBDIR%%/wxglade/codegen/xrc_codegen.py @@ -25,23 +29,25 @@ bin/wxglade %%PYTHON_SITELIBDIR%%/wxglade/color_dialog.pyc %%PYTHON_SITELIBDIR%%/wxglade/common.py %%PYTHON_SITELIBDIR%%/wxglade/common.pyc +%%PYTHON_SITELIBDIR%%/wxglade/compat.py +%%PYTHON_SITELIBDIR%%/wxglade/compat.pyc %%PYTHON_SITELIBDIR%%/wxglade/config.py %%PYTHON_SITELIBDIR%%/wxglade/config.pyc -%%PYTHON_SITELIBDIR%%/wxglade/configUI.py -%%PYTHON_SITELIBDIR%%/wxglade/configUI.pyc -%%PYTHON_SITELIBDIR%%/wxglade/configdialog.py -%%PYTHON_SITELIBDIR%%/wxglade/configdialog.pyc %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/wxglade/docs %%PYTHON_SITELIBDIR%%/wxglade/edit_sizers/__init__.py %%PYTHON_SITELIBDIR%%/wxglade/edit_sizers/__init__.pyc +%%PYTHON_SITELIBDIR%%/wxglade/edit_sizers/cpp_sizers_codegen.py +%%PYTHON_SITELIBDIR%%/wxglade/edit_sizers/cpp_sizers_codegen.pyc %%PYTHON_SITELIBDIR%%/wxglade/edit_sizers/edit_sizers.py %%PYTHON_SITELIBDIR%%/wxglade/edit_sizers/edit_sizers.pyc %%PYTHON_SITELIBDIR%%/wxglade/edit_sizers/lisp_sizers_codegen.py %%PYTHON_SITELIBDIR%%/wxglade/edit_sizers/lisp_sizers_codegen.pyc %%PYTHON_SITELIBDIR%%/wxglade/edit_sizers/perl_sizers_codegen.py %%PYTHON_SITELIBDIR%%/wxglade/edit_sizers/perl_sizers_codegen.pyc -%%PYTHON_SITELIBDIR%%/wxglade/edit_sizers/sizers_codegen.py -%%PYTHON_SITELIBDIR%%/wxglade/edit_sizers/sizers_codegen.pyc +%%PYTHON_SITELIBDIR%%/wxglade/edit_sizers/py_sizers_codegen.py +%%PYTHON_SITELIBDIR%%/wxglade/edit_sizers/py_sizers_codegen.pyc +%%PYTHON_SITELIBDIR%%/wxglade/edit_sizers/xrc_sizers_codegen.py +%%PYTHON_SITELIBDIR%%/wxglade/edit_sizers/xrc_sizers_codegen.pyc %%PYTHON_SITELIBDIR%%/wxglade/edit_widget.py %%PYTHON_SITELIBDIR%%/wxglade/edit_widget.pyc %%PYTHON_SITELIBDIR%%/wxglade/edit_windows.py @@ -125,6 +131,8 @@ bin/wxglade %%PYTHON_SITELIBDIR%%/wxglade/kdefiledialog.pyc %%PYTHON_SITELIBDIR%%/wxglade/layout_option_property.py %%PYTHON_SITELIBDIR%%/wxglade/layout_option_property.pyc +%%PYTHON_SITELIBDIR%%/wxglade/log.py +%%PYTHON_SITELIBDIR%%/wxglade/log.pyc %%PYTHON_SITELIBDIR%%/wxglade/main.py %%PYTHON_SITELIBDIR%%/wxglade/main.pyc %%PYTHON_SITELIBDIR%%/wxglade/misc.py @@ -133,8 +141,13 @@ bin/wxglade %%PYTHON_SITELIBDIR%%/wxglade/msgdialog.pyc %%PYTHON_SITELIBDIR%%/wxglade/ordereddict.py %%PYTHON_SITELIBDIR%%/wxglade/ordereddict.pyc +%%PYTHON_SITELIBDIR%%/wxglade/preferences_ui.py +%%PYTHON_SITELIBDIR%%/wxglade/preferences_ui.pyc +%%PYTHON_SITELIBDIR%%/wxglade/preferencesdialog.py +%%PYTHON_SITELIBDIR%%/wxglade/preferencesdialog.pyc +%%PYTHON_SITELIBDIR%%/wxglade/res/bugdialog_ui.wxg %%PYTHON_SITELIBDIR%%/wxglade/res/messagedialog.wxg -%%PYTHON_SITELIBDIR%%/wxglade/res/preferences.wxg +%%PYTHON_SITELIBDIR%%/wxglade/res/preferences_ui.wxg %%PYTHON_SITELIBDIR%%/wxglade/res/templates_ui.wxg %%PYTHON_SITELIBDIR%%/wxglade/setup.py %%PYTHON_SITELIBDIR%%/wxglade/setup.pyc @@ -146,6 +159,8 @@ bin/wxglade %%PYTHON_SITELIBDIR%%/wxglade/test.pyc %%PYTHON_SITELIBDIR%%/wxglade/tree.py %%PYTHON_SITELIBDIR%%/wxglade/tree.pyc +%%PYTHON_SITELIBDIR%%/wxglade/widget_builder.py +%%PYTHON_SITELIBDIR%%/wxglade/widget_builder.pyc %%PYTHON_SITELIBDIR%%/wxglade/widget_properties.py %%PYTHON_SITELIBDIR%%/wxglade/widget_properties.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/ChoicesCodeHandler.py @@ -166,6 +181,8 @@ bin/wxglade %%PYTHON_SITELIBDIR%%/wxglade/widgets/bitmap_button/lisp_codegen.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/bitmap_button/perl_codegen.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/bitmap_button/perl_codegen.pyc +%%PYTHON_SITELIBDIR%%/wxglade/widgets/bitmap_button/wconfig.py +%%PYTHON_SITELIBDIR%%/wxglade/widgets/bitmap_button/wconfig.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/button/__init__.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/button/__init__.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/button/button.py @@ -178,6 +195,8 @@ bin/wxglade %%PYTHON_SITELIBDIR%%/wxglade/widgets/button/lisp_codegen.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/button/perl_codegen.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/button/perl_codegen.pyc +%%PYTHON_SITELIBDIR%%/wxglade/widgets/button/wconfig.py +%%PYTHON_SITELIBDIR%%/wxglade/widgets/button/wconfig.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/calendar_ctrl/__init__.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/calendar_ctrl/__init__.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/calendar_ctrl/calendar_ctrl.py @@ -186,6 +205,8 @@ bin/wxglade %%PYTHON_SITELIBDIR%%/wxglade/widgets/calendar_ctrl/codegen.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/calendar_ctrl/perl_codegen.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/calendar_ctrl/perl_codegen.pyc +%%PYTHON_SITELIBDIR%%/wxglade/widgets/calendar_ctrl/wconfig.py +%%PYTHON_SITELIBDIR%%/wxglade/widgets/calendar_ctrl/wconfig.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/checkbox/__init__.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/checkbox/__init__.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/checkbox/checkbox.py @@ -196,6 +217,8 @@ bin/wxglade %%PYTHON_SITELIBDIR%%/wxglade/widgets/checkbox/lisp_codegen.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/checkbox/perl_codegen.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/checkbox/perl_codegen.pyc +%%PYTHON_SITELIBDIR%%/wxglade/widgets/checkbox/wconfig.py +%%PYTHON_SITELIBDIR%%/wxglade/widgets/checkbox/wconfig.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/choice/__init__.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/choice/__init__.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/choice/choice.py @@ -216,6 +239,8 @@ bin/wxglade %%PYTHON_SITELIBDIR%%/wxglade/widgets/combo_box/lisp_codegen.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/combo_box/perl_codegen.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/combo_box/perl_codegen.pyc +%%PYTHON_SITELIBDIR%%/wxglade/widgets/combo_box/wconfig.py +%%PYTHON_SITELIBDIR%%/wxglade/widgets/combo_box/wconfig.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/custom_widget/__init__.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/custom_widget/__init__.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/custom_widget/codegen.py @@ -232,6 +257,12 @@ bin/wxglade %%PYTHON_SITELIBDIR%%/wxglade/widgets/datepicker_ctrl/codegen.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/datepicker_ctrl/datepicker_ctrl.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/datepicker_ctrl/datepicker_ctrl.pyc +%%PYTHON_SITELIBDIR%%/wxglade/widgets/datepicker_ctrl/lisp_codegen.py +%%PYTHON_SITELIBDIR%%/wxglade/widgets/datepicker_ctrl/lisp_codegen.pyc +%%PYTHON_SITELIBDIR%%/wxglade/widgets/datepicker_ctrl/perl_codegen.py +%%PYTHON_SITELIBDIR%%/wxglade/widgets/datepicker_ctrl/perl_codegen.pyc +%%PYTHON_SITELIBDIR%%/wxglade/widgets/datepicker_ctrl/wconfig.py +%%PYTHON_SITELIBDIR%%/wxglade/widgets/datepicker_ctrl/wconfig.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/dialog/__init__.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/dialog/__init__.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/dialog/codegen.py @@ -242,6 +273,8 @@ bin/wxglade %%PYTHON_SITELIBDIR%%/wxglade/widgets/dialog/lisp_codegen.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/dialog/perl_codegen.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/dialog/perl_codegen.pyc +%%PYTHON_SITELIBDIR%%/wxglade/widgets/dialog/wconfig.py +%%PYTHON_SITELIBDIR%%/wxglade/widgets/dialog/wconfig.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/frame/__init__.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/frame/__init__.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/frame/codegen.py @@ -252,6 +285,8 @@ bin/wxglade %%PYTHON_SITELIBDIR%%/wxglade/widgets/frame/lisp_codegen.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/frame/perl_codegen.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/frame/perl_codegen.pyc +%%PYTHON_SITELIBDIR%%/wxglade/widgets/frame/wconfig.py +%%PYTHON_SITELIBDIR%%/wxglade/widgets/frame/wconfig.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/gauge/__init__.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/gauge/__init__.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/gauge/codegen.py @@ -262,6 +297,8 @@ bin/wxglade %%PYTHON_SITELIBDIR%%/wxglade/widgets/gauge/lisp_codegen.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/gauge/perl_codegen.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/gauge/perl_codegen.pyc +%%PYTHON_SITELIBDIR%%/wxglade/widgets/gauge/wconfig.py +%%PYTHON_SITELIBDIR%%/wxglade/widgets/gauge/wconfig.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/grid/__init__.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/grid/__init__.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/grid/codegen.py @@ -282,6 +319,8 @@ bin/wxglade %%PYTHON_SITELIBDIR%%/wxglade/widgets/hyperlink_ctrl/lisp_codegen.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/hyperlink_ctrl/perl_codegen.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/hyperlink_ctrl/perl_codegen.pyc +%%PYTHON_SITELIBDIR%%/wxglade/widgets/hyperlink_ctrl/wconfig.py +%%PYTHON_SITELIBDIR%%/wxglade/widgets/hyperlink_ctrl/wconfig.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/list_box/__init__.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/list_box/__init__.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/list_box/codegen.py @@ -292,6 +331,8 @@ bin/wxglade %%PYTHON_SITELIBDIR%%/wxglade/widgets/list_box/list_box.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/list_box/perl_codegen.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/list_box/perl_codegen.pyc +%%PYTHON_SITELIBDIR%%/wxglade/widgets/list_box/wconfig.py +%%PYTHON_SITELIBDIR%%/wxglade/widgets/list_box/wconfig.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/list_ctrl/__init__.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/list_ctrl/__init__.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/list_ctrl/codegen.py @@ -302,6 +343,8 @@ bin/wxglade %%PYTHON_SITELIBDIR%%/wxglade/widgets/list_ctrl/list_ctrl.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/list_ctrl/perl_codegen.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/list_ctrl/perl_codegen.pyc +%%PYTHON_SITELIBDIR%%/wxglade/widgets/list_ctrl/wconfig.py +%%PYTHON_SITELIBDIR%%/wxglade/widgets/list_ctrl/wconfig.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/menubar/__init__.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/menubar/__init__.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/menubar/codegen.py @@ -322,6 +365,8 @@ bin/wxglade %%PYTHON_SITELIBDIR%%/wxglade/widgets/notebook/notebook.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/notebook/perl_codegen.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/notebook/perl_codegen.pyc +%%PYTHON_SITELIBDIR%%/wxglade/widgets/notebook/wconfig.py +%%PYTHON_SITELIBDIR%%/wxglade/widgets/notebook/wconfig.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/panel/__init__.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/panel/__init__.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/panel/codegen.py @@ -332,6 +377,8 @@ bin/wxglade %%PYTHON_SITELIBDIR%%/wxglade/widgets/panel/panel.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/panel/perl_codegen.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/panel/perl_codegen.pyc +%%PYTHON_SITELIBDIR%%/wxglade/widgets/panel/wconfig.py +%%PYTHON_SITELIBDIR%%/wxglade/widgets/panel/wconfig.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/radio_box/__init__.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/radio_box/__init__.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/radio_box/codegen.py @@ -352,6 +399,8 @@ bin/wxglade %%PYTHON_SITELIBDIR%%/wxglade/widgets/radio_button/perl_codegen.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/radio_button/radio_button.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/radio_button/radio_button.pyc +%%PYTHON_SITELIBDIR%%/wxglade/widgets/radio_button/wconfig.py +%%PYTHON_SITELIBDIR%%/wxglade/widgets/radio_button/wconfig.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/slider/__init__.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/slider/__init__.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/slider/codegen.py @@ -362,6 +411,8 @@ bin/wxglade %%PYTHON_SITELIBDIR%%/wxglade/widgets/slider/perl_codegen.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/slider/slider.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/slider/slider.pyc +%%PYTHON_SITELIBDIR%%/wxglade/widgets/slider/wconfig.py +%%PYTHON_SITELIBDIR%%/wxglade/widgets/slider/wconfig.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/spacer/__init__.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/spacer/__init__.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/spacer/codegen.py @@ -382,6 +433,8 @@ bin/wxglade %%PYTHON_SITELIBDIR%%/wxglade/widgets/spin_button/perl_codegen.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/spin_button/spin_button.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/spin_button/spin_button.pyc +%%PYTHON_SITELIBDIR%%/wxglade/widgets/spin_button/wconfig.py +%%PYTHON_SITELIBDIR%%/wxglade/widgets/spin_button/wconfig.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/spin_ctrl/__init__.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/spin_ctrl/__init__.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/spin_ctrl/codegen.py @@ -392,6 +445,8 @@ bin/wxglade %%PYTHON_SITELIBDIR%%/wxglade/widgets/spin_ctrl/perl_codegen.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/spin_ctrl/spin_ctrl.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/spin_ctrl/spin_ctrl.pyc +%%PYTHON_SITELIBDIR%%/wxglade/widgets/spin_ctrl/wconfig.py +%%PYTHON_SITELIBDIR%%/wxglade/widgets/spin_ctrl/wconfig.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/splitter_window/__init__.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/splitter_window/__init__.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/splitter_window/codegen.py @@ -402,6 +457,8 @@ bin/wxglade %%PYTHON_SITELIBDIR%%/wxglade/widgets/splitter_window/perl_codegen.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/splitter_window/splitter_window.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/splitter_window/splitter_window.pyc +%%PYTHON_SITELIBDIR%%/wxglade/widgets/splitter_window/wconfig.py +%%PYTHON_SITELIBDIR%%/wxglade/widgets/splitter_window/wconfig.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/static_bitmap/__init__.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/static_bitmap/__init__.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/static_bitmap/codegen.py @@ -412,6 +469,8 @@ bin/wxglade %%PYTHON_SITELIBDIR%%/wxglade/widgets/static_bitmap/perl_codegen.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/static_bitmap/static_bitmap.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/static_bitmap/static_bitmap.pyc +%%PYTHON_SITELIBDIR%%/wxglade/widgets/static_bitmap/wconfig.py +%%PYTHON_SITELIBDIR%%/wxglade/widgets/static_bitmap/wconfig.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/static_line/__init__.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/static_line/__init__.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/static_line/codegen.py @@ -422,6 +481,8 @@ bin/wxglade %%PYTHON_SITELIBDIR%%/wxglade/widgets/static_line/perl_codegen.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/static_line/static_line.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/static_line/static_line.pyc +%%PYTHON_SITELIBDIR%%/wxglade/widgets/static_line/wconfig.py +%%PYTHON_SITELIBDIR%%/wxglade/widgets/static_line/wconfig.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/static_text/__init__.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/static_text/__init__.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/static_text/codegen.py @@ -432,6 +493,20 @@ bin/wxglade %%PYTHON_SITELIBDIR%%/wxglade/widgets/static_text/perl_codegen.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/static_text/static_text.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/static_text/static_text.pyc +%%PYTHON_SITELIBDIR%%/wxglade/widgets/static_text/wconfig.py +%%PYTHON_SITELIBDIR%%/wxglade/widgets/static_text/wconfig.pyc +%%PYTHON_SITELIBDIR%%/wxglade/widgets/statusbar/__init__.py +%%PYTHON_SITELIBDIR%%/wxglade/widgets/statusbar/__init__.pyc +%%PYTHON_SITELIBDIR%%/wxglade/widgets/statusbar/codegen.py +%%PYTHON_SITELIBDIR%%/wxglade/widgets/statusbar/codegen.pyc +%%PYTHON_SITELIBDIR%%/wxglade/widgets/statusbar/lisp_codegen.py +%%PYTHON_SITELIBDIR%%/wxglade/widgets/statusbar/lisp_codegen.pyc +%%PYTHON_SITELIBDIR%%/wxglade/widgets/statusbar/perl_codegen.py +%%PYTHON_SITELIBDIR%%/wxglade/widgets/statusbar/perl_codegen.pyc +%%PYTHON_SITELIBDIR%%/wxglade/widgets/statusbar/statusbar.py +%%PYTHON_SITELIBDIR%%/wxglade/widgets/statusbar/statusbar.pyc +%%PYTHON_SITELIBDIR%%/wxglade/widgets/statusbar/wconfig.py +%%PYTHON_SITELIBDIR%%/wxglade/widgets/statusbar/wconfig.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/text_ctrl/__init__.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/text_ctrl/__init__.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/text_ctrl/codegen.py @@ -442,6 +517,8 @@ bin/wxglade %%PYTHON_SITELIBDIR%%/wxglade/widgets/text_ctrl/perl_codegen.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/text_ctrl/text_ctrl.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/text_ctrl/text_ctrl.pyc +%%PYTHON_SITELIBDIR%%/wxglade/widgets/text_ctrl/wconfig.py +%%PYTHON_SITELIBDIR%%/wxglade/widgets/text_ctrl/wconfig.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/toggle_button/__init__.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/toggle_button/__init__.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/toggle_button/codegen.py @@ -464,6 +541,8 @@ bin/wxglade %%PYTHON_SITELIBDIR%%/wxglade/widgets/toolbar/tool.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/toolbar/toolbar.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/toolbar/toolbar.pyc +%%PYTHON_SITELIBDIR%%/wxglade/widgets/toolbar/wconfig.py +%%PYTHON_SITELIBDIR%%/wxglade/widgets/toolbar/wconfig.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/tree_ctrl/__init__.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/tree_ctrl/__init__.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/tree_ctrl/codegen.py @@ -474,6 +553,8 @@ bin/wxglade %%PYTHON_SITELIBDIR%%/wxglade/widgets/tree_ctrl/perl_codegen.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/tree_ctrl/tree_ctrl.py %%PYTHON_SITELIBDIR%%/wxglade/widgets/tree_ctrl/tree_ctrl.pyc +%%PYTHON_SITELIBDIR%%/wxglade/widgets/tree_ctrl/wconfig.py +%%PYTHON_SITELIBDIR%%/wxglade/widgets/tree_ctrl/wconfig.pyc %%PYTHON_SITELIBDIR%%/wxglade/widgets/widgets.txt %%PYTHON_SITELIBDIR%%/wxglade/wxglade.py %%PYTHON_SITELIBDIR%%/wxglade/wxglade.pyc @@ -482,82 +563,3 @@ bin/wxglade %%PYTHON_SITELIBDIR%%/wxglade/xrc2wxg.py %%PYTHON_SITELIBDIR%%/wxglade/xrc2wxg.pyc man/man1/wxglade.1.gz -%%PORTDOCS%%%%DOCSDIR%%/CHANGES.txt -%%PORTDOCS%%%%DOCSDIR%%/NEWS.txt -%%PORTDOCS%%%%DOCSDIR%%/README.txt -%%PORTDOCS%%%%DOCSDIR%%/TODO.txt -%%PORTDOCS%%%%DOCSDIR%%/credits.txt -%%PORTDOCS%%%%DOCSDIR%%/doc/BuildingInstaller.txt -%%PORTDOCS%%%%DOCSDIR%%/doc/ReleaseSteps.txt -%%PORTDOCS%%%%DOCSDIR%%/doc/html/apa.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/apb.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/ch01.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/ch01s02.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/ch01s03.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/ch01s04.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/ch01s05.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/ch01s06.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/ch01s07.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/ch02.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/ch02s02.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/ch02s03.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/ch02s04.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/ch02s05.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/ch02s06.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/ch02s07.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/ch02s08.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/ch03.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/ch03s02.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/ch03s03.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/ch03s04.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/ch03s05.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/ch03s06.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/ch03s07.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/ch04.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/ch04s02.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/ch05.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/ch05s02.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/ch05s03.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/ch05s04.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/design_window.png -%%PORTDOCS%%%%DOCSDIR%%/doc/html/design_window_empty_slot.png -%%PORTDOCS%%%%DOCSDIR%%/doc/html/example_baseclasses.png -%%PORTDOCS%%%%DOCSDIR%%/doc/html/example_eventhandler.png -%%PORTDOCS%%%%DOCSDIR%%/doc/html/example_setproperty.png -%%PORTDOCS%%%%DOCSDIR%%/doc/html/example_subclassed.png -%%PORTDOCS%%%%DOCSDIR%%/doc/html/example_variableassigment.png -%%PORTDOCS%%%%DOCSDIR%%/doc/html/index.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/label_menu.png -%%PORTDOCS%%%%DOCSDIR%%/doc/html/main_window.png -%%PORTDOCS%%%%DOCSDIR%%/doc/html/pr01.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/pr01s02.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/pr01s03.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/preview_window.png -%%PORTDOCS%%%%DOCSDIR%%/doc/html/properties_window_application.png -%%PORTDOCS%%%%DOCSDIR%%/doc/html/properties_window_settings.png -%%PORTDOCS%%%%DOCSDIR%%/doc/html/properties_window_tab_1.png -%%PORTDOCS%%%%DOCSDIR%%/doc/html/properties_window_tab_1_change.png -%%PORTDOCS%%%%DOCSDIR%%/doc/html/properties_window_tab_2.png -%%PORTDOCS%%%%DOCSDIR%%/doc/html/properties_window_tab_3.png -%%PORTDOCS%%%%DOCSDIR%%/doc/html/properties_window_tab_4.png -%%PORTDOCS%%%%DOCSDIR%%/doc/html/properties_window_tab_5.png -%%PORTDOCS%%%%DOCSDIR%%/doc/html/select_frame.png -%%PORTDOCS%%%%DOCSDIR%%/doc/html/sizer_menu.png -%%PORTDOCS%%%%DOCSDIR%%/doc/html/tree_window.png -%%PORTDOCS%%%%DOCSDIR%%/doc/html/wxglade.png -%%PORTDOCS%%%%DOCSDIR%%/doc/img/box_sizer_button.gif -%%PORTDOCS%%%%DOCSDIR%%/doc/img/button_button.gif -%%PORTDOCS%%%%DOCSDIR%%/doc/img/custom_widget.gif -%%PORTDOCS%%%%DOCSDIR%%/doc/img/frame_button.gif -%%PORTDOCS%%%%DOCSDIR%%/doc/img/notebook_button.gif -%%PORTDOCS%%%%DOCSDIR%%/doc/img/sizer_slot.gif -%%PORTDOCS%%%%DOCSDIR%%/doc/img/spacer_button.gif -%%PORTDOCS%%%%DOCSDIR%%/doc/img/text_ctrl_button.gif -%%PORTDOCS%%%%DOCSDIR%%/doc/index.html -%%PORTDOCS%%%%DOCSDIR%%/doc/pdf/manual.pdf -%%PORTDOCS%%%%DOCSDIR%%/doc/tech_notes.txt -%%PORTDOCS%%%%DOCSDIR%%/doc/tutorial.html -%%PORTDOCS%%%%DOCSDIR%%/epydoc.conf -%%PORTDOCS%%%%DOCSDIR%%/license.txt -%%PORTDOCS%%%%DOCSDIR%%/manpage.xml -%%PORTDOCS%%%%DOCSDIR%%/manual.xml From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 17:54:15 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 71D688C0; Tue, 28 Apr 2015 17:54:15 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46EA61FEB; Tue, 28 Apr 2015 17:54:14 +0000 (UTC) Received: from [192.168.1.22] (140.Red-83-60-172.dynamicIP.rima-tde.net [83.60.172.140]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 9DDB343BA9; Tue, 28 Apr 2015 12:54:11 -0500 (CDT) Message-ID: <553FC940.8050106@marino.st> Date: Tue, 28 Apr 2015 19:54:08 +0200 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Tijl Coosemans CC: John Marino , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r384894 - head/lang/gcc5-aux References: <201504281216.t3SCGYSp044760@svn.freebsd.org> <20150428165407.1bb95495@kalimero.tijl.coosemans.org> <553FA06F.8000602@marino.st> <20150428171258.4668b0ab@kalimero.tijl.coosemans.org> <553FA574.3010503@marino.st> <20150428173654.2baa2951@kalimero.tijl.coosemans.org> <553FAB80.1040300@marino.st> <20150428193838.45a12925@kalimero.tijl.coosemans.org> In-Reply-To: <20150428193838.45a12925@kalimero.tijl.coosemans.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 17:54:15 -0000 On 4/28/2015 19:38, Tijl Coosemans wrote: > The command that fails on Dragonfly seems exactly the same as on > FreeBSD 10. There's no -L/usr/local/lib there either. The reason it > doesn't fail on FreeBSD is probably because gcc searches /usr/local/lib > implicitly (which I always found strange). Maybe that is not the case > on Dragonfly. Does this command work for instance: > > echo 'int main(void) { return 0; }' | gcc5 -x c -o test - -lintl > In the general case, I can confirm DragonFly gcc does *not* search /usr/local/lib. The LDFLAGS have to be explicitly set. Any gcc built by ports will search there. I don't know what the FreeBSD base compilers do. However, this is a special case. The compiler used is provided to bootstrap (needed for Ada). It's possible the FreeBSD bootstraps do search there and DragonFly bootstraps do not. This could be explained by not patching freebsd spec files from the vendor, so default behavior is maintained. I'd actually say the chances of this being the case is pretty good. The solution of explicitly specifying LDFLAGS in all cases works though. John From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 17:54:32 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3262F9A8; Tue, 28 Apr 2015 17:54:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2123B1FF3; Tue, 28 Apr 2015 17:54:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SHsWCs017862; Tue, 28 Apr 2015 17:54:32 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SHsVZ7017861; Tue, 28 Apr 2015 17:54:31 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201504281754.t3SHsVZ7017861@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Tue, 28 Apr 2015 17:54:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384929 - head/mail/getmail X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 17:54:32 -0000 Author: robak Date: Tue Apr 28 17:54:31 2015 New Revision: 384929 URL: https://svnweb.freebsd.org/changeset/ports/384929 Log: mail/getmail: update MASTER_SITES PR: 199690 Submitted by: Joseph Mingrone (maintainer) Modified: head/mail/getmail/Makefile Modified: head/mail/getmail/Makefile ============================================================================== --- head/mail/getmail/Makefile Tue Apr 28 17:51:19 2015 (r384928) +++ head/mail/getmail/Makefile Tue Apr 28 17:54:31 2015 (r384929) @@ -4,8 +4,7 @@ PORTNAME= getmail PORTVERSION= 4.47.0 CATEGORIES= mail python -MASTER_SITES= http://pyropus.ca/software/getmail/old-versions/ \ - http://mirrors.closedsrc.org/getmail/ +MASTER_SITES= http://pyropus.ca/software/getmail/old-versions/ MAINTAINER= jrm@ftfl.ca COMMENT= POP3/IMAP4 mail retriever with Maildir and command delivery From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 17:55:42 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 62F27AFD; Tue, 28 Apr 2015 17:55:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 527861008; Tue, 28 Apr 2015 17:55:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SHtgCl018172; Tue, 28 Apr 2015 17:55:42 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SHtgMC018171; Tue, 28 Apr 2015 17:55:42 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201504281755.t3SHtgMC018171@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 28 Apr 2015 17:55:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384930 - head/devel/gdb66 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 17:55:42 -0000 Author: jbeich Date: Tue Apr 28 17:55:41 2015 New Revision: 384930 URL: https://svnweb.freebsd.org/changeset/ports/384930 Log: Unbreak build against devel/readline (used on 11.0-CURRENT) libgdb.a(tui-io.o): In function `tui_setup_io': tui-io.c:(.text+0x16f8): undefined reference to `readline_echoing_p' Modified: head/devel/gdb66/Makefile Modified: head/devel/gdb66/Makefile ============================================================================== --- head/devel/gdb66/Makefile Tue Apr 28 17:54:31 2015 (r384929) +++ head/devel/gdb66/Makefile Tue Apr 28 17:55:41 2015 (r384930) @@ -37,6 +37,10 @@ PLIST_SUB= VER=${VER} .include +.if !exists(/usr/lib/libreadline.so) +CFLAGS+= -Dreadline_echoing_p=_rl_echoing_p +.endif + .if ${PORT_OPTIONS:MINSIGHT} PKGNAMESUFFIX= -insight USES+= tk From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 17:56:52 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BFCBFD63; Tue, 28 Apr 2015 17:56:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AED061027; Tue, 28 Apr 2015 17:56:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SHuqug018413; Tue, 28 Apr 2015 17:56:52 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SHuqWs018412; Tue, 28 Apr 2015 17:56:52 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201504281756.t3SHuqWs018412@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Tue, 28 Apr 2015 17:56:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384931 - head/mail/msmtp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 17:56:52 -0000 Author: novel Date: Tue Apr 28 17:56:51 2015 New Revision: 384931 URL: https://svnweb.freebsd.org/changeset/ports/384931 Log: Use gmake to fix build on 9.x. Modified: head/mail/msmtp/Makefile Modified: head/mail/msmtp/Makefile ============================================================================== --- head/mail/msmtp/Makefile Tue Apr 28 17:55:41 2015 (r384930) +++ head/mail/msmtp/Makefile Tue Apr 28 17:56:51 2015 (r384931) @@ -12,7 +12,7 @@ COMMENT= SMTP plugin for MUAs LICENSE= GPLv3 GNU_CONFIGURE= yes -USES= makeinfo pkgconfig tar:xz +USES= gmake makeinfo pkgconfig tar:xz CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INFO= msmtp From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 18:10:57 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D2582EEF; Tue, 28 Apr 2015 18:10:57 +0000 (UTC) Received: from mailrelay105.isp.belgacom.be (mailrelay105.isp.belgacom.be [195.238.20.132]) by mx1.freebsd.org (Postfix) with ESMTP id ED874122F; Tue, 28 Apr 2015 18:10:56 +0000 (UTC) X-Belgacom-Dynamic: yes X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=KjSUzZxnmGSQ+6+vr4Kd0OSSUs/Ia9ciENKrYVIfwLU= c=1 sm=2 a=kj9zAlcOel0A:10 a=_0jV0D7-V0EGFdyXlw8A:9 a=CjuIK1q_8ugA:10 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2AbBwBdzD9V/wu/8VFcgwyBL853AoE6TQEBAQEBAYELhCEBAQQ6HCMQCw4KCSUPKh4GExuIFAHHVwEBAQEBAQQBAQEBAR2LOIUFB4QtAQScI5VtI4FlIhyBUzwxgkUBAQE Received: from 11.191-241-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.241.191.11]) by relay.skynet.be with ESMTP; 28 Apr 2015 20:10:56 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id t3SIArAu010015; Tue, 28 Apr 2015 20:10:54 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Tue, 28 Apr 2015 20:10:53 +0200 From: Tijl Coosemans To: John Marino Cc: John Marino , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r384894 - head/lang/gcc5-aux Message-ID: <20150428201053.0dad1c6c@kalimero.tijl.coosemans.org> In-Reply-To: <553FC940.8050106@marino.st> References: <201504281216.t3SCGYSp044760@svn.freebsd.org> <20150428165407.1bb95495@kalimero.tijl.coosemans.org> <553FA06F.8000602@marino.st> <20150428171258.4668b0ab@kalimero.tijl.coosemans.org> <553FA574.3010503@marino.st> <20150428173654.2baa2951@kalimero.tijl.coosemans.org> <553FAB80.1040300@marino.st> <20150428193838.45a12925@kalimero.tijl.coosemans.org> <553FC940.8050106@marino.st> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 18:10:57 -0000 On Tue, 28 Apr 2015 19:54:08 +0200 John Marino wrote: > On 4/28/2015 19:38, Tijl Coosemans wrote: >> The command that fails on Dragonfly seems exactly the same as on >> FreeBSD 10. There's no -L/usr/local/lib there either. The reason it >> doesn't fail on FreeBSD is probably because gcc searches /usr/local/lib >> implicitly (which I always found strange). Maybe that is not the case >> on Dragonfly. Does this command work for instance: >> >> echo 'int main(void) { return 0; }' | gcc5 -x c -o test - -lintl > > In the general case, I can confirm DragonFly gcc does *not* search > /usr/local/lib. The LDFLAGS have to be explicitly set. Any gcc built > by ports will search there. I don't know what the FreeBSD base > compilers do. > > However, this is a special case. The compiler used is provided to > bootstrap (needed for Ada). It's possible the FreeBSD bootstraps do > search there and DragonFly bootstraps do not. This could be explained > by not patching freebsd spec files from the vendor, so default behavior > is maintained. > > I'd actually say the chances of this being the case is pretty good. The > solution of explicitly specifying LDFLAGS in all cases works though. Ok, then maybe all that's needed is to add back _configargs (without LIBS). From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 18:44:17 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 86676EB2; Tue, 28 Apr 2015 18:44:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7271616DE; Tue, 28 Apr 2015 18:44:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SIiHvD045739; Tue, 28 Apr 2015 18:44:17 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SIi51l045632; Tue, 28 Apr 2015 18:44:05 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201504281844.t3SIi51l045632@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Tue, 28 Apr 2015 18:44:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384932 - in head: Mk archivers/liblz4 astro/gpxloggerd audio/gogglesmm benchmarks/smhasher comms/dump1090_mr databases/php5-redis devel/editline devel/fstrm devel/hub devel/injeqt deve... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 18:44:17 -0000 Author: bdrewery Date: Tue Apr 28 18:44:04 2015 New Revision: 384932 URL: https://svnweb.freebsd.org/changeset/ports/384932 Log: USE_GITHUB: For the new support, fix DISTNAME to be more consistent. When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in it. When not using GH_TAGNAME it would not have this. Now both cases will add in the GH_PROJECT and GH_ACCOUNT. Add special care to ensure that the DISTVERSION is not added in twice. If a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used. empty() is used rather than (!defined || !${}) to support fmake. The purpose of setting DISTNAME at all in these cases is to make it more clear that the distfile is from *GITHUB* and to avoid collisions if a project were to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there are real risks that collisions on filenames would happen on renamed or moved projects, which is fairly common. A GITHUB-generated file may not match a custom-rolled or git-archive-rolled distfile. PR: 199069 With hat: portmgr Testing done: All USE_GITHUB ports without GH_COMMIT were checksum/fetch/extract/WRKSRC tested. Modified: head/Mk/bsd.port.mk head/archivers/liblz4/distinfo head/astro/gpxloggerd/distinfo head/audio/gogglesmm/distinfo head/benchmarks/smhasher/distinfo head/comms/dump1090_mr/distinfo head/databases/php5-redis/distinfo head/devel/editline/distinfo head/devel/fstrm/distinfo head/devel/hub/distinfo head/devel/injeqt/distinfo head/devel/osc/distinfo head/devel/protobuf-c/distinfo head/devel/sdl2pp/distinfo head/graphics/libsixel/distinfo head/irc/insub/distinfo head/lang/chibi-scheme/distinfo head/mail/libetpan/distinfo head/mail/mu/distinfo head/mail/roundcube-contextmenu/distinfo head/math/openblas/distinfo head/multimedia/emby-server/distinfo head/multimedia/libass/distinfo head/multimedia/openh264/distinfo head/multimedia/plexhometheater/distinfo head/net-mgmt/icinga2/distinfo head/net/GeoIP/distinfo head/net/freevrrpd/distinfo head/net/geoipupdate/distinfo head/net/go-cs/distinfo head/net/google-daemon/distinfo head/net/google-startup-scripts/distinfo head/net/libilbc/distinfo head/net/libsrtp/distinfo head/net/shadowsocks-libev/distinfo head/net/syncthing/distinfo head/polish/libgadu/distinfo head/ports-mgmt/poudriere/distinfo head/print/indexinfo/distinfo head/security/libzrtpcppcore/distinfo head/security/passivedns/distinfo Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Tue Apr 28 17:56:51 2015 (r384931) +++ head/Mk/bsd.port.mk Tue Apr 28 18:44:04 2015 (r384932) @@ -1316,8 +1316,14 @@ _SUF2= ,${PORTEPOCH} PKGVERSION= ${PORTVERSION:C/[-_,]/./g}${_SUF1}${_SUF2} PKGNAME= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}-${PKGVERSION} DISTVERSIONFULL= ${DISTVERSIONPREFIX}${DISTVERSION:C/:(.)/\1/g}${DISTVERSIONSUFFIX} -.if defined(USE_GITHUB) && defined(GH_TAGNAME) && !defined(GH_COMMIT) +.if defined(USE_GITHUB) && !defined(GH_COMMIT) && empty(MASTER_SITES:MGHC) +# Only add in DISTVERSIONFULL if GH_TAGNAME if set by port. Otherwise +# GH_TAGNAME defaults to DISTVERSIONFULL; Avoid adding DISTVERSIONFULL in twice. +. if defined(GH_TAGNAME) DISTNAME?= ${GH_ACCOUNT}-${GH_PROJECT}-${DISTVERSIONFULL}-${GH_TAGNAME_SANITIZED} +. else +DISTNAME?= ${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME_SANITIZED} +. endif .else DISTNAME?= ${PORTNAME}-${DISTVERSIONFULL} .endif Modified: head/archivers/liblz4/distinfo ============================================================================== --- head/archivers/liblz4/distinfo Tue Apr 28 17:56:51 2015 (r384931) +++ head/archivers/liblz4/distinfo Tue Apr 28 18:44:04 2015 (r384932) @@ -1,2 +1,2 @@ -SHA256 (lz4-r128_GH0.tar.gz) = cb08a99a9d0bea4aa5a4707070c574fc0e4dab549522a171b8078b8a1f50c7d1 -SIZE (lz4-r128_GH0.tar.gz) = 157689 +SHA256 (Cyan4973-lz4-r128_GH0.tar.gz) = cb08a99a9d0bea4aa5a4707070c574fc0e4dab549522a171b8078b8a1f50c7d1 +SIZE (Cyan4973-lz4-r128_GH0.tar.gz) = 157689 Modified: head/astro/gpxloggerd/distinfo ============================================================================== --- head/astro/gpxloggerd/distinfo Tue Apr 28 17:56:51 2015 (r384931) +++ head/astro/gpxloggerd/distinfo Tue Apr 28 18:44:04 2015 (r384932) @@ -1,2 +1,2 @@ -SHA256 (gpxloggerd-0.2.1_GH0.tar.gz) = d93ea0e4b531a4ae12147c2eef4e2f2a013aa12a98decd3169275c12bd35dfe9 -SIZE (gpxloggerd-0.2.1_GH0.tar.gz) = 6982 +SHA256 (glebius-gpxloggerd-0.2.1_GH0.tar.gz) = d93ea0e4b531a4ae12147c2eef4e2f2a013aa12a98decd3169275c12bd35dfe9 +SIZE (glebius-gpxloggerd-0.2.1_GH0.tar.gz) = 6982 Modified: head/audio/gogglesmm/distinfo ============================================================================== --- head/audio/gogglesmm/distinfo Tue Apr 28 17:56:51 2015 (r384931) +++ head/audio/gogglesmm/distinfo Tue Apr 28 18:44:04 2015 (r384932) @@ -1,2 +1,2 @@ -SHA256 (gogglesmm-0.14.2_GH0.tar.gz) = c074143c18494771e8dc38bdd5ee70f00579247bb8f683f8d5319797aa9cc858 -SIZE (gogglesmm-0.14.2_GH0.tar.gz) = 1354458 +SHA256 (gogglesmm-gogglesmm-0.14.2_GH0.tar.gz) = c074143c18494771e8dc38bdd5ee70f00579247bb8f683f8d5319797aa9cc858 +SIZE (gogglesmm-gogglesmm-0.14.2_GH0.tar.gz) = 1354458 Modified: head/benchmarks/smhasher/distinfo ============================================================================== --- head/benchmarks/smhasher/distinfo Tue Apr 28 17:56:51 2015 (r384931) +++ head/benchmarks/smhasher/distinfo Tue Apr 28 18:44:04 2015 (r384932) @@ -1,2 +1,2 @@ -SHA256 (smhasher-v1.0_GH0.tar.gz) = cd40a370b59446a4a70be0a6399bd9df4944adf6c1854c23dc0ff61fa7011e76 -SIZE (smhasher-v1.0_GH0.tar.gz) = 61909 +SHA256 (gvnn3-smhasher-v1.0_GH0.tar.gz) = cd40a370b59446a4a70be0a6399bd9df4944adf6c1854c23dc0ff61fa7011e76 +SIZE (gvnn3-smhasher-v1.0_GH0.tar.gz) = 61909 Modified: head/comms/dump1090_mr/distinfo ============================================================================== --- head/comms/dump1090_mr/distinfo Tue Apr 28 17:56:51 2015 (r384931) +++ head/comms/dump1090_mr/distinfo Tue Apr 28 18:44:04 2015 (r384932) @@ -1,2 +1,2 @@ -SHA256 (dump1090_mr-v1.15_GH0.tar.gz) = 42137e1eb9a828e06748c3ce710701406c3992aa983f179068f5f380ecfe5b4c -SIZE (dump1090_mr-v1.15_GH0.tar.gz) = 1201485 +SHA256 (flightaware-dump1090_mr-v1.15_GH0.tar.gz) = 42137e1eb9a828e06748c3ce710701406c3992aa983f179068f5f380ecfe5b4c +SIZE (flightaware-dump1090_mr-v1.15_GH0.tar.gz) = 1201485 Modified: head/databases/php5-redis/distinfo ============================================================================== --- head/databases/php5-redis/distinfo Tue Apr 28 17:56:51 2015 (r384931) +++ head/databases/php5-redis/distinfo Tue Apr 28 18:44:04 2015 (r384932) @@ -1,2 +1,2 @@ -SHA256 (redis-2.2.7_GH0.tar.gz) = a5882dd9b21908e123b3d5c5f72d6dc8cbbbb6a29996e568c4d18ed356c0362b -SIZE (redis-2.2.7_GH0.tar.gz) = 137790 +SHA256 (phpredis-phpredis-2.2.7_GH0.tar.gz) = a5882dd9b21908e123b3d5c5f72d6dc8cbbbb6a29996e568c4d18ed356c0362b +SIZE (phpredis-phpredis-2.2.7_GH0.tar.gz) = 137790 Modified: head/devel/editline/distinfo ============================================================================== --- head/devel/editline/distinfo Tue Apr 28 17:56:51 2015 (r384931) +++ head/devel/editline/distinfo Tue Apr 28 18:44:04 2015 (r384932) @@ -1,2 +1,2 @@ -SHA256 (editline-1.14.2_GH0.tar.gz) = a4ee39906c87f843ecac4d95e4d7586429f6ead92cdadc9a3c1e28fe82c3c9da -SIZE (editline-1.14.2_GH0.tar.gz) = 338506 +SHA256 (troglobit-editline-1.14.2_GH0.tar.gz) = a4ee39906c87f843ecac4d95e4d7586429f6ead92cdadc9a3c1e28fe82c3c9da +SIZE (troglobit-editline-1.14.2_GH0.tar.gz) = 338506 Modified: head/devel/fstrm/distinfo ============================================================================== --- head/devel/fstrm/distinfo Tue Apr 28 17:56:51 2015 (r384931) +++ head/devel/fstrm/distinfo Tue Apr 28 18:44:04 2015 (r384932) @@ -1,2 +1,2 @@ -SHA256 (fstrm-v0.2.0_GH0.tar.gz) = bb171e886b2e3aaf1920b6c003f69705bd038703884546ff627f4740bd391c19 -SIZE (fstrm-v0.2.0_GH0.tar.gz) = 184435 +SHA256 (farsightsec-fstrm-v0.2.0_GH0.tar.gz) = bb171e886b2e3aaf1920b6c003f69705bd038703884546ff627f4740bd391c19 +SIZE (farsightsec-fstrm-v0.2.0_GH0.tar.gz) = 184435 Modified: head/devel/hub/distinfo ============================================================================== --- head/devel/hub/distinfo Tue Apr 28 17:56:51 2015 (r384931) +++ head/devel/hub/distinfo Tue Apr 28 18:44:04 2015 (r384932) @@ -1,2 +1,2 @@ -SHA256 (hub-v2.2.0_GH0.tar.gz) = 2da1351197eb5696c207f22c69a5422af052d74277b73d0b8661efb9ec1d0eb1 -SIZE (hub-v2.2.0_GH0.tar.gz) = 301460 +SHA256 (github-hub-v2.2.0_GH0.tar.gz) = 2da1351197eb5696c207f22c69a5422af052d74277b73d0b8661efb9ec1d0eb1 +SIZE (github-hub-v2.2.0_GH0.tar.gz) = 301460 Modified: head/devel/injeqt/distinfo ============================================================================== --- head/devel/injeqt/distinfo Tue Apr 28 17:56:51 2015 (r384931) +++ head/devel/injeqt/distinfo Tue Apr 28 18:44:04 2015 (r384932) @@ -1,2 +1,2 @@ -SHA256 (injeqt-1.0.1_GH0.tar.gz) = 81aafaf990134486331bbb5c362be2b8520a3bec86e82869125c17ec652d686d -SIZE (injeqt-1.0.1_GH0.tar.gz) = 63748 +SHA256 (vogel-injeqt-1.0.1_GH0.tar.gz) = 81aafaf990134486331bbb5c362be2b8520a3bec86e82869125c17ec652d686d +SIZE (vogel-injeqt-1.0.1_GH0.tar.gz) = 63748 Modified: head/devel/osc/distinfo ============================================================================== --- head/devel/osc/distinfo Tue Apr 28 17:56:51 2015 (r384931) +++ head/devel/osc/distinfo Tue Apr 28 18:44:04 2015 (r384932) @@ -1,2 +1,2 @@ -SHA256 (osc-0.151.2_GH0.tar.gz) = 51a3e2f9230addfa5814766eb2a78b4230ad5f5760ea4ac12a8d7d44d51c025f -SIZE (osc-0.151.2_GH0.tar.gz) = 317944 +SHA256 (openSUSE-osc-0.151.2_GH0.tar.gz) = 51a3e2f9230addfa5814766eb2a78b4230ad5f5760ea4ac12a8d7d44d51c025f +SIZE (openSUSE-osc-0.151.2_GH0.tar.gz) = 317944 Modified: head/devel/protobuf-c/distinfo ============================================================================== --- head/devel/protobuf-c/distinfo Tue Apr 28 17:56:51 2015 (r384931) +++ head/devel/protobuf-c/distinfo Tue Apr 28 18:44:04 2015 (r384932) @@ -1,2 +1,2 @@ -SHA256 (protobuf-c-v1.1.0_GH0.tar.gz) = 8ced3df85ce862f34dd1d8e773ac79ea1079842065ff39a6a65f51cc83aa2604 -SIZE (protobuf-c-v1.1.0_GH0.tar.gz) = 115866 +SHA256 (protobuf-c-protobuf-c-v1.1.0_GH0.tar.gz) = 8ced3df85ce862f34dd1d8e773ac79ea1079842065ff39a6a65f51cc83aa2604 +SIZE (protobuf-c-protobuf-c-v1.1.0_GH0.tar.gz) = 115866 Modified: head/devel/sdl2pp/distinfo ============================================================================== --- head/devel/sdl2pp/distinfo Tue Apr 28 17:56:51 2015 (r384931) +++ head/devel/sdl2pp/distinfo Tue Apr 28 18:44:04 2015 (r384932) @@ -1,2 +1,2 @@ -SHA256 (sdl2pp-0.7.1_GH0.tar.gz) = feac209d2e1c214b502b148dc8cbeba48748c80bcefb7d290396875bac38ad50 -SIZE (sdl2pp-0.7.1_GH0.tar.gz) = 191440 +SHA256 (AMDmi3-libSDL2pp-0.7.1_GH0.tar.gz) = feac209d2e1c214b502b148dc8cbeba48748c80bcefb7d290396875bac38ad50 +SIZE (AMDmi3-libSDL2pp-0.7.1_GH0.tar.gz) = 191440 Modified: head/graphics/libsixel/distinfo ============================================================================== --- head/graphics/libsixel/distinfo Tue Apr 28 17:56:51 2015 (r384931) +++ head/graphics/libsixel/distinfo Tue Apr 28 18:44:04 2015 (r384932) @@ -1,2 +1,2 @@ -SHA256 (libsixel-v1.4.10_GH0.tar.gz) = bd7b566f43920bf6dd8d3d4c44de6b615c96d567a4beb0a541f0fc2246710761 -SIZE (libsixel-v1.4.10_GH0.tar.gz) = 4057725 +SHA256 (saitoha-libsixel-v1.4.10_GH0.tar.gz) = bd7b566f43920bf6dd8d3d4c44de6b615c96d567a4beb0a541f0fc2246710761 +SIZE (saitoha-libsixel-v1.4.10_GH0.tar.gz) = 4057725 Modified: head/irc/insub/distinfo ============================================================================== --- head/irc/insub/distinfo Tue Apr 28 17:56:51 2015 (r384931) +++ head/irc/insub/distinfo Tue Apr 28 18:44:04 2015 (r384932) @@ -1,2 +1,2 @@ -SHA256 (insub-16.0_GH0.tar.gz) = 6a4b985ea48ca42eeea03b6db50c4274578fdb9c82f2748d1ed489baf142c915 -SIZE (insub-16.0_GH0.tar.gz) = 1987881 +SHA256 (cjones-insub-16.0_GH0.tar.gz) = 6a4b985ea48ca42eeea03b6db50c4274578fdb9c82f2748d1ed489baf142c915 +SIZE (cjones-insub-16.0_GH0.tar.gz) = 1987881 Modified: head/lang/chibi-scheme/distinfo ============================================================================== --- head/lang/chibi-scheme/distinfo Tue Apr 28 17:56:51 2015 (r384931) +++ head/lang/chibi-scheme/distinfo Tue Apr 28 18:44:04 2015 (r384932) @@ -1,2 +1,2 @@ -SHA256 (norton-chibi-scheme-0.7.2-0.7.2_GH0.tar.gz) = aeb3e487be6e9aca7eccea31d1cdc7ce86bda242903a1373a3abdd5c8d7478a3 -SIZE (norton-chibi-scheme-0.7.2-0.7.2_GH0.tar.gz) = 757452 +SHA256 (norton-chibi-scheme-0.7.2-0.7.2_GH0.tar.gz) = 07a7b28575a2dab8aa1d0ceb080a840c3a751bf473155f53014b14c9d82e97c9 +SIZE (norton-chibi-scheme-0.7.2-0.7.2_GH0.tar.gz) = 757456 Modified: head/mail/libetpan/distinfo ============================================================================== --- head/mail/libetpan/distinfo Tue Apr 28 17:56:51 2015 (r384931) +++ head/mail/libetpan/distinfo Tue Apr 28 18:44:04 2015 (r384932) @@ -1,2 +1,2 @@ -SHA256 (libetpan-1.6_GH0.tar.gz) = 7962b1f9445be24d1eb72daddabaebb427074c14a50e9dad0cebdec044c71e17 -SIZE (libetpan-1.6_GH0.tar.gz) = 6144117 +SHA256 (dinhviethoa-libetpan-1.6_GH0.tar.gz) = 7962b1f9445be24d1eb72daddabaebb427074c14a50e9dad0cebdec044c71e17 +SIZE (dinhviethoa-libetpan-1.6_GH0.tar.gz) = 6144117 Modified: head/mail/mu/distinfo ============================================================================== --- head/mail/mu/distinfo Tue Apr 28 17:56:51 2015 (r384931) +++ head/mail/mu/distinfo Tue Apr 28 18:44:04 2015 (r384932) @@ -1,2 +1,2 @@ -SHA256 (mu-v0.9.11_GH0.tar.gz) = d01993299a634126bb7431d4390fc3be941f1a22e98a91ec2d55bb4bf0a7c106 -SIZE (mu-v0.9.11_GH0.tar.gz) = 2192943 +SHA256 (djcb-mu-v0.9.11_GH0.tar.gz) = d01993299a634126bb7431d4390fc3be941f1a22e98a91ec2d55bb4bf0a7c106 +SIZE (djcb-mu-v0.9.11_GH0.tar.gz) = 2192943 Modified: head/mail/roundcube-contextmenu/distinfo ============================================================================== --- head/mail/roundcube-contextmenu/distinfo Tue Apr 28 17:56:51 2015 (r384931) +++ head/mail/roundcube-contextmenu/distinfo Tue Apr 28 18:44:04 2015 (r384932) @@ -1,2 +1,2 @@ -SHA256 (contextmenu-2.1.2_GH0.tar.gz) = d38950728dd917d4f8d82656d3564c033a04c416adbe9bf6b352d87d2eab21af -SIZE (contextmenu-2.1.2_GH0.tar.gz) = 48454 +SHA256 (JohnDoh-Roundcube-Plugin-Context-Menu-2.1.2_GH0.tar.gz) = d38950728dd917d4f8d82656d3564c033a04c416adbe9bf6b352d87d2eab21af +SIZE (JohnDoh-Roundcube-Plugin-Context-Menu-2.1.2_GH0.tar.gz) = 48454 Modified: head/math/openblas/distinfo ============================================================================== --- head/math/openblas/distinfo Tue Apr 28 17:56:51 2015 (r384931) +++ head/math/openblas/distinfo Tue Apr 28 18:44:04 2015 (r384932) @@ -1,5 +1,5 @@ -SHA256 (openblas/openblas-v0.2.14_GH0.tar.gz) = 2411c4f56f477b42dff54db2b7ffc0b7cf53bb9778d54982595c64cc69c40fc1 -SIZE (openblas/openblas-v0.2.14_GH0.tar.gz) = 9858070 +SHA256 (openblas/xianyi-OpenBLAS-v0.2.14_GH0.tar.gz) = 2411c4f56f477b42dff54db2b7ffc0b7cf53bb9778d54982595c64cc69c40fc1 +SIZE (openblas/xianyi-OpenBLAS-v0.2.14_GH0.tar.gz) = 9858070 SHA256 (openblas/large.tgz) = f328d88b7fa97722f271d7d0cfea1c220e0f8e5ed5ff01d8ef1eb51d6f4243a1 SIZE (openblas/large.tgz) = 2595 SHA256 (openblas/timing.tgz) = 999c65f8ea8bd4eac7f1c7f3463d4946917afd20a997807300fe35d70122f3af Modified: head/multimedia/emby-server/distinfo ============================================================================== --- head/multimedia/emby-server/distinfo Tue Apr 28 17:56:51 2015 (r384931) +++ head/multimedia/emby-server/distinfo Tue Apr 28 18:44:04 2015 (r384932) @@ -1,2 +1,2 @@ -SHA256 (emby-server-3.0.5588.1_GH0.tar.gz) = 68ae462c5dc274c93988f2466c2bb9e7258d7c1420fc380864c7ff0ef22d6577 -SIZE (emby-server-3.0.5588.1_GH0.tar.gz) = 55500278 +SHA256 (MediaBrowser-MediaBrowser-3.0.5588.1_GH0.tar.gz) = 68ae462c5dc274c93988f2466c2bb9e7258d7c1420fc380864c7ff0ef22d6577 +SIZE (MediaBrowser-MediaBrowser-3.0.5588.1_GH0.tar.gz) = 55500278 Modified: head/multimedia/libass/distinfo ============================================================================== --- head/multimedia/libass/distinfo Tue Apr 28 17:56:51 2015 (r384931) +++ head/multimedia/libass/distinfo Tue Apr 28 18:44:04 2015 (r384932) @@ -1,2 +1,2 @@ -SHA256 (libass-0.12.1_GH0.tar.xz) = 5a745bd37feb8b1eb6c88adff8dbc244abf016dcc01a750901089319aa77e1a6 -SIZE (libass-0.12.1_GH0.tar.xz) = 127966 +SHA256 (libass-libass-0.12.1_GH0.tar.xz) = 5a745bd37feb8b1eb6c88adff8dbc244abf016dcc01a750901089319aa77e1a6 +SIZE (libass-libass-0.12.1_GH0.tar.xz) = 127966 Modified: head/multimedia/openh264/distinfo ============================================================================== --- head/multimedia/openh264/distinfo Tue Apr 28 17:56:51 2015 (r384931) +++ head/multimedia/openh264/distinfo Tue Apr 28 18:44:04 2015 (r384932) @@ -1,2 +1,2 @@ -SHA256 (openh264-v1.4.0_GH0.tar.gz) = a1b9a7a7f1ee204793c613789a505f0971bc2b03b3dbd8f05d9c4a3f3b900a22 -SIZE (openh264-v1.4.0_GH0.tar.gz) = 37681189 +SHA256 (cisco-openh264-v1.4.0_GH0.tar.gz) = a1b9a7a7f1ee204793c613789a505f0971bc2b03b3dbd8f05d9c4a3f3b900a22 +SIZE (cisco-openh264-v1.4.0_GH0.tar.gz) = 37681189 Modified: head/multimedia/plexhometheater/distinfo ============================================================================== --- head/multimedia/plexhometheater/distinfo Tue Apr 28 17:56:51 2015 (r384931) +++ head/multimedia/plexhometheater/distinfo Tue Apr 28 18:44:04 2015 (r384932) @@ -1,2 +1,2 @@ -SHA256 (plexhometheater-v1.3.6.441-309e72d1_GH0.tar.gz) = b92ed31c38e9aff4b5a84a9ef5ced6cd4740c2ee91da48299c076254aa2d56b3 -SIZE (plexhometheater-v1.3.6.441-309e72d1_GH0.tar.gz) = 92441328 +SHA256 (plexinc-plex-home-theater-public-v1.3.6.441-309e72d1_GH0.tar.gz) = b92ed31c38e9aff4b5a84a9ef5ced6cd4740c2ee91da48299c076254aa2d56b3 +SIZE (plexinc-plex-home-theater-public-v1.3.6.441-309e72d1_GH0.tar.gz) = 92441328 Modified: head/net-mgmt/icinga2/distinfo ============================================================================== --- head/net-mgmt/icinga2/distinfo Tue Apr 28 17:56:51 2015 (r384931) +++ head/net-mgmt/icinga2/distinfo Tue Apr 28 18:44:04 2015 (r384932) @@ -1,2 +1,2 @@ -SHA256 (icinga2-v2.3.4_GH0.tar.gz) = 3a6d23214c90c1e308df784254659c51962f4c49b13093aff2095e1dfa06cdaa -SIZE (icinga2-v2.3.4_GH0.tar.gz) = 782506 +SHA256 (icinga-icinga2-v2.3.4_GH0.tar.gz) = 3a6d23214c90c1e308df784254659c51962f4c49b13093aff2095e1dfa06cdaa +SIZE (icinga-icinga2-v2.3.4_GH0.tar.gz) = 782506 Modified: head/net/GeoIP/distinfo ============================================================================== --- head/net/GeoIP/distinfo Tue Apr 28 17:56:51 2015 (r384931) +++ head/net/GeoIP/distinfo Tue Apr 28 18:44:04 2015 (r384932) @@ -1,2 +1,2 @@ -SHA256 (GeoIP-v1.6.5_GH0.tar.gz) = 4a151b35e9d9db976b82645c758662a6cb778c669b2c65635d5834e4f885942e -SIZE (GeoIP-v1.6.5_GH0.tar.gz) = 156441 +SHA256 (maxmind-geoip-api-c-v1.6.5_GH0.tar.gz) = 4a151b35e9d9db976b82645c758662a6cb778c669b2c65635d5834e4f885942e +SIZE (maxmind-geoip-api-c-v1.6.5_GH0.tar.gz) = 156441 Modified: head/net/freevrrpd/distinfo ============================================================================== --- head/net/freevrrpd/distinfo Tue Apr 28 17:56:51 2015 (r384931) +++ head/net/freevrrpd/distinfo Tue Apr 28 18:44:04 2015 (r384932) @@ -1,2 +1,2 @@ -SHA256 (freevrrpd-v1.1_GH0.tar.gz) = 7c964bc1ea3dc564e615d39ad54ae4410b167150dfba6733c6635231f5bfe228 -SIZE (freevrrpd-v1.1_GH0.tar.gz) = 41852 +SHA256 (gvnn3-FreeVRRPd-v1.1_GH0.tar.gz) = 7c964bc1ea3dc564e615d39ad54ae4410b167150dfba6733c6635231f5bfe228 +SIZE (gvnn3-FreeVRRPd-v1.1_GH0.tar.gz) = 41852 Modified: head/net/geoipupdate/distinfo ============================================================================== --- head/net/geoipupdate/distinfo Tue Apr 28 17:56:51 2015 (r384931) +++ head/net/geoipupdate/distinfo Tue Apr 28 18:44:04 2015 (r384932) @@ -1,2 +1,2 @@ -SHA256 (geoipupdate-v2.2.1_GH0.tar.gz) = c43278cda58ed0d01fb8ecf853b221dc0a02311519d0fe52e05e224b3b6acd0c -SIZE (geoipupdate-v2.2.1_GH0.tar.gz) = 32685 +SHA256 (maxmind-geoipupdate-v2.2.1_GH0.tar.gz) = c43278cda58ed0d01fb8ecf853b221dc0a02311519d0fe52e05e224b3b6acd0c +SIZE (maxmind-geoipupdate-v2.2.1_GH0.tar.gz) = 32685 Modified: head/net/go-cs/distinfo ============================================================================== --- head/net/go-cs/distinfo Tue Apr 28 17:56:51 2015 (r384931) +++ head/net/go-cs/distinfo Tue Apr 28 18:44:04 2015 (r384932) @@ -1,2 +1,2 @@ -SHA256 (go-cs-v0.4_GH0.tar.gz) = 3f121f9d9a0f5538a7959bf5e8b2bc8b823e858bf06de7b3a71540f35272c25b -SIZE (go-cs-v0.4_GH0.tar.gz) = 5895 +SHA256 (akosela-go-cs-v0.4_GH0.tar.gz) = 3f121f9d9a0f5538a7959bf5e8b2bc8b823e858bf06de7b3a71540f35272c25b +SIZE (akosela-go-cs-v0.4_GH0.tar.gz) = 5895 Modified: head/net/google-daemon/distinfo ============================================================================== --- head/net/google-daemon/distinfo Tue Apr 28 17:56:51 2015 (r384931) +++ head/net/google-daemon/distinfo Tue Apr 28 18:44:04 2015 (r384932) @@ -1,2 +1,2 @@ -SHA256 (google-daemon-1.2.1_GH0.tar.gz) = e70805809bd3e1a52f191391bd5a2255dd794169ba6402f0a3c46f2def67e13a -SIZE (google-daemon-1.2.1_GH0.tar.gz) = 65967 +SHA256 (GoogleCloudPlatform-compute-image-packages-1.2.1_GH0.tar.gz) = e70805809bd3e1a52f191391bd5a2255dd794169ba6402f0a3c46f2def67e13a +SIZE (GoogleCloudPlatform-compute-image-packages-1.2.1_GH0.tar.gz) = 65967 Modified: head/net/google-startup-scripts/distinfo ============================================================================== --- head/net/google-startup-scripts/distinfo Tue Apr 28 17:56:51 2015 (r384931) +++ head/net/google-startup-scripts/distinfo Tue Apr 28 18:44:04 2015 (r384932) @@ -1,2 +1,2 @@ -SHA256 (google-startup-scripts-1.2.1_GH0.tar.gz) = e70805809bd3e1a52f191391bd5a2255dd794169ba6402f0a3c46f2def67e13a -SIZE (google-startup-scripts-1.2.1_GH0.tar.gz) = 65967 +SHA256 (GoogleCloudPlatform-compute-image-packages-1.2.1_GH0.tar.gz) = e70805809bd3e1a52f191391bd5a2255dd794169ba6402f0a3c46f2def67e13a +SIZE (GoogleCloudPlatform-compute-image-packages-1.2.1_GH0.tar.gz) = 65967 Modified: head/net/libilbc/distinfo ============================================================================== --- head/net/libilbc/distinfo Tue Apr 28 17:56:51 2015 (r384931) +++ head/net/libilbc/distinfo Tue Apr 28 18:44:04 2015 (r384932) @@ -1,2 +1,2 @@ -SHA256 (libilbc-v2.0.2_GH0.tar.gz) = ef5e06f620a1dcc09b73e1abddbd27cfed84a3b7dcf08a72b1327ede11d8e89b -SIZE (libilbc-v2.0.2_GH0.tar.gz) = 165401 +SHA256 (TimothyGu-libilbc-v2.0.2_GH0.tar.gz) = ef5e06f620a1dcc09b73e1abddbd27cfed84a3b7dcf08a72b1327ede11d8e89b +SIZE (TimothyGu-libilbc-v2.0.2_GH0.tar.gz) = 165401 Modified: head/net/libsrtp/distinfo ============================================================================== --- head/net/libsrtp/distinfo Tue Apr 28 17:56:51 2015 (r384931) +++ head/net/libsrtp/distinfo Tue Apr 28 18:44:04 2015 (r384932) @@ -1,2 +1,2 @@ -SHA256 (libsrtp-v1.5.2_GH0.tar.gz) = 86e1efe353397c0751f6bdd709794143bd1b76494412860f16ff2b6d9c304eda -SIZE (libsrtp-v1.5.2_GH0.tar.gz) = 1690272 +SHA256 (cisco-libsrtp-v1.5.2_GH0.tar.gz) = 86e1efe353397c0751f6bdd709794143bd1b76494412860f16ff2b6d9c304eda +SIZE (cisco-libsrtp-v1.5.2_GH0.tar.gz) = 1690272 Modified: head/net/shadowsocks-libev/distinfo ============================================================================== --- head/net/shadowsocks-libev/distinfo Tue Apr 28 17:56:51 2015 (r384931) +++ head/net/shadowsocks-libev/distinfo Tue Apr 28 18:44:04 2015 (r384932) @@ -1,2 +1,2 @@ -SHA256 (shadowsocks-libev-v1.6.4_GH0.tar.gz) = 517b92e69e371efac4a9ca76e78095e3e866149a484ec4c88589dd4a3bdbb7b7 -SIZE (shadowsocks-libev-v1.6.4_GH0.tar.gz) = 2404815 +SHA256 (madeye-shadowsocks-libev-v1.6.4_GH0.tar.gz) = 517b92e69e371efac4a9ca76e78095e3e866149a484ec4c88589dd4a3bdbb7b7 +SIZE (madeye-shadowsocks-libev-v1.6.4_GH0.tar.gz) = 2404815 Modified: head/net/syncthing/distinfo ============================================================================== --- head/net/syncthing/distinfo Tue Apr 28 17:56:51 2015 (r384931) +++ head/net/syncthing/distinfo Tue Apr 28 18:44:04 2015 (r384932) @@ -1,2 +1,2 @@ -SHA256 (syncthing-v0.10.30_GH0.tar.gz) = 0358f8b5edacebb0eacfad424e2fbca32587b0747c7f7060c63e961038289880 -SIZE (syncthing-v0.10.30_GH0.tar.gz) = 3029635 +SHA256 (syncthing-syncthing-v0.10.30_GH0.tar.gz) = 0358f8b5edacebb0eacfad424e2fbca32587b0747c7f7060c63e961038289880 +SIZE (syncthing-syncthing-v0.10.30_GH0.tar.gz) = 3029635 Modified: head/polish/libgadu/distinfo ============================================================================== --- head/polish/libgadu/distinfo Tue Apr 28 17:56:51 2015 (r384931) +++ head/polish/libgadu/distinfo Tue Apr 28 18:44:04 2015 (r384932) @@ -1,2 +1,2 @@ -SHA256 (libgadu-1.12.1_GH0.tar.bz2) = 15a2c017274ab69b05919b1f4c1bbcec0ceab46cbe1024c5fcce63c58c660310 -SIZE (libgadu-1.12.1_GH0.tar.bz2) = 296079 +SHA256 (wojtekka-libgadu-1.12.1_GH0.tar.bz2) = 15a2c017274ab69b05919b1f4c1bbcec0ceab46cbe1024c5fcce63c58c660310 +SIZE (wojtekka-libgadu-1.12.1_GH0.tar.bz2) = 296079 Modified: head/ports-mgmt/poudriere/distinfo ============================================================================== --- head/ports-mgmt/poudriere/distinfo Tue Apr 28 17:56:51 2015 (r384931) +++ head/ports-mgmt/poudriere/distinfo Tue Apr 28 18:44:04 2015 (r384932) @@ -1,2 +1,2 @@ -SHA256 (poudriere-3.1.4_GH0.tar.gz) = 8f8b21cdf08072e4da8a158c1c76884edbca5ec6a33bd6ef781545939613d047 -SIZE (poudriere-3.1.4_GH0.tar.gz) = 2714355 +SHA256 (freebsd-poudriere-3.1.4_GH0.tar.gz) = 8f8b21cdf08072e4da8a158c1c76884edbca5ec6a33bd6ef781545939613d047 +SIZE (freebsd-poudriere-3.1.4_GH0.tar.gz) = 2714355 Modified: head/print/indexinfo/distinfo ============================================================================== --- head/print/indexinfo/distinfo Tue Apr 28 17:56:51 2015 (r384931) +++ head/print/indexinfo/distinfo Tue Apr 28 18:44:04 2015 (r384932) @@ -1,2 +1,2 @@ -SHA256 (indexinfo-0.2.3_GH0.tar.gz) = 1706edfc2849a8f0731b522d0237912e4827c5b28a4510f57ad5a14c09ff7b3f -SIZE (indexinfo-0.2.3_GH0.tar.gz) = 3165 +SHA256 (bapt-indexinfo-0.2.3_GH0.tar.gz) = 1706edfc2849a8f0731b522d0237912e4827c5b28a4510f57ad5a14c09ff7b3f +SIZE (bapt-indexinfo-0.2.3_GH0.tar.gz) = 3165 Modified: head/security/libzrtpcppcore/distinfo ============================================================================== --- head/security/libzrtpcppcore/distinfo Tue Apr 28 17:56:51 2015 (r384931) +++ head/security/libzrtpcppcore/distinfo Tue Apr 28 18:44:04 2015 (r384932) @@ -1,2 +1,2 @@ -SHA256 (libzrtpcppcore-V4.3.1_GH0.tar.gz) = d9cce8ba5946620ce030a6b04f58c4011cbd1deb79ee41a6b8999dc6b689604c -SIZE (libzrtpcppcore-V4.3.1_GH0.tar.gz) = 1928961 +SHA256 (wernerd-ZRTPCPP-V4.3.1_GH0.tar.gz) = d9cce8ba5946620ce030a6b04f58c4011cbd1deb79ee41a6b8999dc6b689604c +SIZE (wernerd-ZRTPCPP-V4.3.1_GH0.tar.gz) = 1928961 Modified: head/security/passivedns/distinfo ============================================================================== --- head/security/passivedns/distinfo Tue Apr 28 17:56:51 2015 (r384931) +++ head/security/passivedns/distinfo Tue Apr 28 18:44:04 2015 (r384932) @@ -1,2 +1,2 @@ -SHA256 (gamelinux-passivedns-1.1.3-60-ga6c7e26.tar.gz) = 6196cb863c8fcd352e4c3019053530c7ac75656a5c43d11be6774eb9115be5c7 -SIZE (gamelinux-passivedns-1.1.3-60-ga6c7e26.tar.gz) = 51318 +SHA256 (gamelinux-passivedns-1.1.3-60-ga6c7e26.tar.gz) = efaff55f683309a2cdc42a366ec9f7669cf7989939b7928517fc60f2f258ce51 +SIZE (gamelinux-passivedns-1.1.3-60-ga6c7e26.tar.gz) = 51312 From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 18:49:50 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2C081B1; Tue, 28 Apr 2015 18:49:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1A7341712; Tue, 28 Apr 2015 18:49:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SInnQW046566; Tue, 28 Apr 2015 18:49:49 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SInnY6046564; Tue, 28 Apr 2015 18:49:49 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201504281849.t3SInnY6046564@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Tue, 28 Apr 2015 18:49:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384933 - head/lang/chibi-scheme X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 18:49:50 -0000 Author: bdrewery Date: Tue Apr 28 18:49:49 2015 New Revision: 384933 URL: https://svnweb.freebsd.org/changeset/ports/384933 Log: No need to set GH_TAGNAME; Avoid double version in DISTNAME Modified: head/lang/chibi-scheme/Makefile head/lang/chibi-scheme/distinfo Modified: head/lang/chibi-scheme/Makefile ============================================================================== --- head/lang/chibi-scheme/Makefile Tue Apr 28 18:44:04 2015 (r384932) +++ head/lang/chibi-scheme/Makefile Tue Apr 28 18:49:49 2015 (r384933) @@ -12,7 +12,6 @@ LICENSE= BSD3CLAUSE USE_GITHUB= yes GH_ACCOUNT= norton -GH_TAGNAME= ${PORTVERSION} USES= gmake USE_LDCONFIG= yes Modified: head/lang/chibi-scheme/distinfo ============================================================================== --- head/lang/chibi-scheme/distinfo Tue Apr 28 18:44:04 2015 (r384932) +++ head/lang/chibi-scheme/distinfo Tue Apr 28 18:49:49 2015 (r384933) @@ -1,2 +1,2 @@ -SHA256 (norton-chibi-scheme-0.7.2-0.7.2_GH0.tar.gz) = 07a7b28575a2dab8aa1d0ceb080a840c3a751bf473155f53014b14c9d82e97c9 -SIZE (norton-chibi-scheme-0.7.2-0.7.2_GH0.tar.gz) = 757456 +SHA256 (norton-chibi-scheme-0.7.2_GH0.tar.gz) = 07a7b28575a2dab8aa1d0ceb080a840c3a751bf473155f53014b14c9d82e97c9 +SIZE (norton-chibi-scheme-0.7.2_GH0.tar.gz) = 757456 From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 18:51:21 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9D0C01A4 for ; Tue, 28 Apr 2015 18:51:21 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 6953617C6 for ; Tue, 28 Apr 2015 18:51:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SIpLnf053367 for ; Tue, 28 Apr 2015 18:51:21 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id t3SIpL3R053364 for svn-ports-head@freebsd.org; Tue, 28 Apr 2015 18:51:21 GMT (envelope-from bdrewery) Received: (qmail 25361 invoked from network); 28 Apr 2015 13:51:16 -0500 Received: from unknown (HELO ?10.10.1.139?) (freebsd@shatow.net@10.10.1.139) by sweb.xzibition.com with ESMTPA; 28 Apr 2015 13:51:16 -0500 Message-ID: <553FD6A6.7050601@FreeBSD.org> Date: Tue, 28 Apr 2015 13:51:18 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Alexey Dokuchaev , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r383717 - in head/lang: . chibi-scheme chibi-scheme/files References: <201504101044.t3AAiNvj022151@svn.freebsd.org> In-Reply-To: <201504101044.t3AAiNvj022151@svn.freebsd.org> OpenPGP: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vKumIXKGeEJDsgql59Qux9QFI13XbuqKM" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 18:51:21 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --vKumIXKGeEJDsgql59Qux9QFI13XbuqKM Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 4/10/2015 5:44 AM, Alexey Dokuchaev wrote: > +SHA256 (norton-chibi-scheme-0.7.2-0.7.2_GH0.tar.gz) =3D aeb3e487be6e9a= ca7eccea31d1cdc7ce86bda242903a1373a3abdd5c8d7478a3 > +SIZE (norton-chibi-scheme-0.7.2-0.7.2_GH0.tar.gz) =3D 757452 FYI either this checksum was wrong or someone rerolled the tag on github. I renamed distfiles today (r384932) and ran into this one changing checksum on rename. I checked out the commit before mine and verified the checksum was wrong there too. --=20 Regards, Bryan Drewery --vKumIXKGeEJDsgql59Qux9QFI13XbuqKM Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJVP9amAAoJEDXXcbtuRpfPqVEIAJBucXPhGrEbSsZz2KdliUP5 VEhBisGUk8L2yfRAWgh3xthWfxUWVL+Apu9xWaNnL1t4dABUZ1SfmKdMWMp3/B0A PV7SOjUx+OoVaJFxu4Y9ARAuaO66Y+geBYsBsKcLZb2UZRUyTaKcjAzNzp7dfaxc hXNElViuZVua4HzsgcrYFA12OvmNpUCgatefYT+9EHIjKPJiVw/eqq60mTBtoGlo b+AzSczWrSsSd4sSa/n4HHvt9fxH2mVTBIEwXsu6Q44lvsMJLU4kMIKTYr2ItHOe b9yxrFqrsLPNM5k9LALK/won/c6+zNGQX4oTBgb1zw+1A+NkPb3DDFSuHmwMcv0= =dNxG -----END PGP SIGNATURE----- --vKumIXKGeEJDsgql59Qux9QFI13XbuqKM-- From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 18:52:13 2015 Return-Path: Delivered-To: svn-ports-head@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2ED7429B for ; Tue, 28 Apr 2015 18:52:13 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 1420E17DF for ; Tue, 28 Apr 2015 18:52:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SIqCYY053406 for ; Tue, 28 Apr 2015 18:52:12 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id t3SIqC6G053399 for svn-ports-head@FreeBSD.ORG; Tue, 28 Apr 2015 18:52:12 GMT (envelope-from bdrewery) Received: (qmail 37553 invoked from network); 28 Apr 2015 13:52:11 -0500 Received: from unknown (HELO ?10.10.1.139?) (freebsd@shatow.net@10.10.1.139) by sweb.xzibition.com with ESMTPA; 28 Apr 2015 13:52:11 -0500 Message-ID: <553FD6DC.8060903@FreeBSD.org> Date: Tue, 28 Apr 2015 13:52:12 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Lars Engels , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@FreeBSD.ORG, shadowbq@gmail.com Subject: Re: svn commit: r384872 - in head/security: . passivedns passivedns/files References: <201504272033.t3RKXcGl079169@svn.freebsd.org> In-Reply-To: <201504272033.t3RKXcGl079169@svn.freebsd.org> OpenPGP: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="mKtvENAlRivTwU1br58nb3EOIqfkFU5TM" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 18:52:13 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --mKtvENAlRivTwU1br58nb3EOIqfkFU5TM Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 4/27/2015 3:33 PM, Lars Engels wrote: > +GH_TAG=3D a6c7e26 FYI this is not valid. Needs to be GH_TAGNAME. I have fixed it. --=20 Regards, Bryan Drewery --mKtvENAlRivTwU1br58nb3EOIqfkFU5TM Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJVP9bcAAoJEDXXcbtuRpfP47wIAMnKaCqMTENmwuci8k+m1O+G yRX/Dx/cydmVk/8IklEoduyMNu0u+YtcgM3q8AZr4CqBRNZCtDhrL0l0Zp1yIi/0 Ho/B4VR3jRY1glsnyViTm9vMHs3e2izMQnKpTq+gdGACCGc5cpo6YEtJh3aVgIFT yCVkqFCZ5bsDE5fqVd0BFThFeQ1TvB9wbOI0UD3ZYHk6HsVonSY6DD4seYHj2DZW 9dy2cEhowHaiY5z71GbLGf8Z1qxYutekZ1oJfNYxA1Z5qCJWWtwrqEGeOEpFR0oi YwAC1mRjMm+SD7zDVQ+Pn/Js5734b01+f8OikFPKX/849PwbLYZpLAOTDaNPLa0= =sVtP -----END PGP SIGNATURE----- --mKtvENAlRivTwU1br58nb3EOIqfkFU5TM-- From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 18:53:15 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 12F8438B; Tue, 28 Apr 2015 18:53:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DC6E917EB; Tue, 28 Apr 2015 18:53:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SIrECg050703; Tue, 28 Apr 2015 18:53:14 GMT (envelope-from nox@FreeBSD.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SIrExJ050699; Tue, 28 Apr 2015 18:53:14 GMT (envelope-from nox@FreeBSD.org) Message-Id: <201504281853.t3SIrExJ050699@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: nox set sender to nox@FreeBSD.org using -f From: Juergen Lock Date: Tue, 28 Apr 2015 18:53:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384934 - in head/emulators/qemu-devel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 18:53:15 -0000 Author: nox Date: Tue Apr 28 18:53:13 2015 New Revision: 384934 URL: https://svnweb.freebsd.org/changeset/ports/384934 Log: Update to 2.3.0 - announce message is here: http://article.gmane.org/gmane.comp.emulators.qemu/332605 Modified: head/emulators/qemu-devel/Makefile head/emulators/qemu-devel/distinfo head/emulators/qemu-devel/files/patch-Makefile Modified: head/emulators/qemu-devel/Makefile ============================================================================== --- head/emulators/qemu-devel/Makefile Tue Apr 28 18:49:49 2015 (r384933) +++ head/emulators/qemu-devel/Makefile Tue Apr 28 18:53:13 2015 (r384934) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.2.1 +PORTVERSION= 2.3.0 CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/:release \ LOCAL/nox:snapshot Modified: head/emulators/qemu-devel/distinfo ============================================================================== --- head/emulators/qemu-devel/distinfo Tue Apr 28 18:49:49 2015 (r384933) +++ head/emulators/qemu-devel/distinfo Tue Apr 28 18:53:13 2015 (r384934) @@ -1,2 +1,2 @@ -SHA256 (qemu/2.2.1/qemu-2.2.1.tar.bz2) = 4617154c6ef744b83e10b744e392ad111dd351d435d6563ce24d8da75b1335a0 -SIZE (qemu/2.2.1/qemu-2.2.1.tar.bz2) = 24483500 +SHA256 (qemu/2.3.0/qemu-2.3.0.tar.bz2) = b6bab7f763d5be73e7cb5ee7d4c8365b7a8df2972c52fa5ded18893bd8281588 +SIZE (qemu/2.3.0/qemu-2.3.0.tar.bz2) = 24683085 Modified: head/emulators/qemu-devel/files/patch-Makefile ============================================================================== --- head/emulators/qemu-devel/files/patch-Makefile Tue Apr 28 18:49:49 2015 (r384933) +++ head/emulators/qemu-devel/files/patch-Makefile Tue Apr 28 18:53:13 2015 (r384934) @@ -1,6 +1,6 @@ ---- Makefile.orig 2013-11-27 23:15:55.000000000 +0100 -+++ Makefile 2014-01-19 15:35:48.000000000 +0100 -@@ -72,7 +72,11 @@ +--- Makefile.orig ++++ Makefile +@@ -83,7 +83,11 @@ LIBS+=-lz $(LIBS_TOOLS) HELPERS-$(CONFIG_LINUX) = qemu-bridge-helper$(EXESUF) ifdef BUILD_DOCS @@ -9,10 +9,10 @@ +else DOCS=qemu-doc.html qemu-tech.html qemu.1 qemu-img.1 qemu-nbd.8 qmp-commands.txt +endif - ifdef CONFIG_VIRTFS - DOCS+=fsdev/virtfs-proxy-helper.1 + ifdef CONFIG_LINUX + DOCS+=kvm_stat.1 endif -@@ -311,8 +315,10 @@ +@@ -362,8 +366,10 @@ endif install-doc: $(DOCS) $(INSTALL_DIR) "$(DESTDIR)$(qemu_docdir)" From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 18:54:10 2015 Return-Path: Delivered-To: svn-ports-head@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 67BD647B for ; Tue, 28 Apr 2015 18:54:10 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 33B2017FD for ; Tue, 28 Apr 2015 18:54:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SIsAHW053464 for ; Tue, 28 Apr 2015 18:54:10 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id t3SIsAwh053459 for svn-ports-head@FreeBSD.ORG; Tue, 28 Apr 2015 18:54:10 GMT (envelope-from bdrewery) Received: (qmail 65413 invoked from network); 28 Apr 2015 13:54:08 -0500 Received: from unknown (HELO ?10.10.1.139?) (freebsd@shatow.net@10.10.1.139) by sweb.xzibition.com with ESMTPA; 28 Apr 2015 13:54:08 -0500 Message-ID: <553FD751.6060408@FreeBSD.org> Date: Tue, 28 Apr 2015 13:54:09 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Lars Engels , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@FreeBSD.ORG, shadowbq@gmail.com Subject: Re: svn commit: r384872 - in head/security: . passivedns passivedns/files References: <201504272033.t3RKXcGl079169@svn.freebsd.org> In-Reply-To: <201504272033.t3RKXcGl079169@svn.freebsd.org> OpenPGP: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Q8co5I7wri0xRcBmmKodcOxf2xmLuXDIi" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 18:54:10 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --Q8co5I7wri0xRcBmmKodcOxf2xmLuXDIi Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 4/27/2015 3:33 PM, Lars Engels wrote: > +DISTVERSION=3D ${GH_TAG} [...] > +GH_TAG=3D a6c7e26 Actually this is not valid either. As soon as a new commit is done the port may "go backwards". Commit hashses are not valid versions. Dates are. A PORTEPOCH bump will be needed as well after fixing this. For example: PORTVERSION=3D 20150428 PORTEPOCH=3D 1 GH_TAGNAME=3D a6c7e26 On updates just update the date and GH_TAGNAME. --=20 Regards, Bryan Drewery --Q8co5I7wri0xRcBmmKodcOxf2xmLuXDIi Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJVP9dRAAoJEDXXcbtuRpfPIKcIAJR+sPpu8j03wvpLoLUtM5UJ 99oLUVam9jQIfIyZq5S+8nOvoCtLXTICUG8aKkFFCeFnMNIoADfLam0+pGg8LWIw zWh7IvBpaI34myGMEB+dFU5MWp0rVCJcJcU2OxzgXHTC0/bBKVzAuFyHOwbPklPf XtzfCjVDycbAOA7HzGN4E668t8dCTYlvpYm5+YeNKr0cDTPJUhb8A2fpBH7OuHWJ 6snax7c8yeUGuzlYfXDTGqh3W4L3fKvZ6SI5ejG9iN380cRaF5kZinxD6U6h7YCc ZAMwWOHEI/74NEXeYZUQzudrEXWAcjgZRSSPtOFahJoEd6BsqzsgA3PLMOQAQ7A= =Jmcd -----END PGP SIGNATURE----- --Q8co5I7wri0xRcBmmKodcOxf2xmLuXDIi-- From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 18:56:25 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F08B858A for ; Tue, 28 Apr 2015 18:56:25 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 D5527181F for ; Tue, 28 Apr 2015 18:56:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SIuPvF053601 for ; Tue, 28 Apr 2015 18:56:25 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id t3SIuPHI053594 for svn-ports-head@freebsd.org; Tue, 28 Apr 2015 18:56:25 GMT (envelope-from bdrewery) Received: (qmail 1598 invoked from network); 28 Apr 2015 13:56:24 -0500 Received: from unknown (HELO ?10.10.1.139?) (freebsd@shatow.net@10.10.1.139) by sweb.xzibition.com with ESMTPA; 28 Apr 2015 13:56:24 -0500 Message-ID: <553FD7D9.4080602@FreeBSD.org> Date: Tue, 28 Apr 2015 13:56:25 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Lars Engels , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, shadowbq@gmail.com Subject: Re: svn commit: r384872 - in head/security: . passivedns passivedns/files References: <201504272033.t3RKXcGl079169@svn.freebsd.org> In-Reply-To: <201504272033.t3RKXcGl079169@svn.freebsd.org> OpenPGP: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9lKdjdk9MKLGtRG53MjVtwXe6H1x5acDB" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 18:56:26 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --9lKdjdk9MKLGtRG53MjVtwXe6H1x5acDB Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 4/27/2015 3:33 PM, Lars Engels wrote: > +DISTFILES=3D gamelinux-passivedns-1.1.3-60-ga6c7e26.tar.gz [...] > +WRKSRC=3D ${WRKDIR}/gamelinux-${PORTNAME}-${GH_TAG} This also is not needed. The USE_GITHUB feature takes care of DISTNAME, DISTFILES and WRKSRC. --=20 Regards, Bryan Drewery --9lKdjdk9MKLGtRG53MjVtwXe6H1x5acDB Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJVP9fZAAoJEDXXcbtuRpfPs3MH/1uYLRle9ORTLqTME5uqcog3 dNK8tkqcrJfij8Vpv6nKZut1TL/RBE5SP+11k6cFoxQovPGWercR1OEoQP7wxHfk ZOktgOpJ0AW/6Iv4HDg8vdA0zpprEN6Eifcp/c6+Mx6MH1S4lFIhpk2oj/iWBlcc I5iNH3ndmPGUA/ZZurd5qIErS2FaxTWSq0h3tvLgEbbolLZaOaQ48UiDQS19ZVOg E0Q1HsRVRmBEoKvNk1327f01qGZsE1OGGOPdq0ptru0XkEloHqhXmssiMC9Psye1 4t3rM+kpS+pVX/4R4YKclg0D5vnWEejwcqy464zTp93n+X6zXKufEqxMcG9qky8= =abij -----END PGP SIGNATURE----- --9lKdjdk9MKLGtRG53MjVtwXe6H1x5acDB-- From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 19:40:55 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AE4C21B3; Tue, 28 Apr 2015 19:40:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9CD161CEE; Tue, 28 Apr 2015 19:40:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SJet9b074305; Tue, 28 Apr 2015 19:40:55 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SJetIt074303; Tue, 28 Apr 2015 19:40:55 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201504281940.t3SJetIt074303@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Tue, 28 Apr 2015 19:40:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384935 - head/lang/gcc5-aux X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 19:40:55 -0000 Author: marino Date: Tue Apr 28 19:40:54 2015 New Revision: 384935 URL: https://svnweb.freebsd.org/changeset/ports/384935 Log: lang/gcc5-aux: set build/host_configargs again Discussing with tijl resulted in decision ot restore *_configargs in order to fix libiconv linkage. This does build on DragonFly. Modified: head/lang/gcc5-aux/Makefile head/lang/gcc5-aux/Makefile.version Modified: head/lang/gcc5-aux/Makefile ============================================================================== --- head/lang/gcc5-aux/Makefile Tue Apr 28 18:53:13 2015 (r384934) +++ head/lang/gcc5-aux/Makefile Tue Apr 28 19:40:54 2015 (r384935) @@ -170,6 +170,8 @@ ADA_CONFIGURE_ENV+= CFLAGS="${CFLAGS}" ADA_CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" ADA_CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS}" ADA_CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" +ADA_CONFIGURE_ENV+= build_configargs="CPPFLAGS=\"${CPPFLAGS}\"" +ADA_CONFIGURE_ENV+= host_configargs="CPPFLAGS=\"${CPPFLAGS}\"" ADA_CONFIGURE_ENV+= PATH=${FULL_PATH} ADA_MAKE_ENV+= PATH=${FULL_PATH} Modified: head/lang/gcc5-aux/Makefile.version ============================================================================== --- head/lang/gcc5-aux/Makefile.version Tue Apr 28 18:53:13 2015 (r384934) +++ head/lang/gcc5-aux/Makefile.version Tue Apr 28 19:40:54 2015 (r384935) @@ -5,7 +5,7 @@ GCC_POINT= 1.0 GCC_VERSION= ${GCC_BRANCH}.${GCC_POINT} SNAPSHOT= 20150422 BUILD_RELEASE= yes -MAIN_PR= 0 +MAIN_PR= 1 UTIL_PR= 0 ARMV7_PR= 0 From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 20:00:23 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1A2F9580; Tue, 28 Apr 2015 20:00:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 08A4A1FC3; Tue, 28 Apr 2015 20:00:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SK0MY1081888; Tue, 28 Apr 2015 20:00:22 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SK0MaG081887; Tue, 28 Apr 2015 20:00:22 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201504282000.t3SK0MaG081887@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 28 Apr 2015 20:00:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384936 - head/astro/josm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 20:00:23 -0000 Author: amdmi3 Date: Tue Apr 28 20:00:22 2015 New Revision: 384936 URL: https://svnweb.freebsd.org/changeset/ports/384936 Log: - Add LICENSE Modified: head/astro/josm/Makefile Modified: head/astro/josm/Makefile ============================================================================== --- head/astro/josm/Makefile Tue Apr 28 19:40:54 2015 (r384935) +++ head/astro/josm/Makefile Tue Apr 28 20:00:22 2015 (r384936) @@ -13,6 +13,8 @@ EXTRACT_ONLY= # empty MAINTAINER= amdmi3@FreeBSD.org COMMENT= Comprehensive editor for OpenStreetMap.org database +LICENSE= GPLv2 # or later + NO_WRKSUBDIR= yes USE_JAVA= yes From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 20:11:07 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D99A6883; Tue, 28 Apr 2015 20:11:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C837C10D8; Tue, 28 Apr 2015 20:11:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SKB77E089401; Tue, 28 Apr 2015 20:11:07 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SKB7o7089400; Tue, 28 Apr 2015 20:11:07 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201504282011.t3SKB7o7089400@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Tue, 28 Apr 2015 20:11:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384937 - head/lang/gcc5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 20:11:08 -0000 Author: gerald Date: Tue Apr 28 20:11:07 2015 New Revision: 384937 URL: https://svnweb.freebsd.org/changeset/ports/384937 Log: Merge MASTER_SITES and MASTER_SITE_SUBDIR into just the former. Suggested by: mat Modified: head/lang/gcc5/Makefile Modified: head/lang/gcc5/Makefile ============================================================================== --- head/lang/gcc5/Makefile Tue Apr 28 20:00:22 2015 (r384936) +++ head/lang/gcc5/Makefile Tue Apr 28 20:11:07 2015 (r384937) @@ -4,8 +4,7 @@ PORTNAME= gcc PORTVERSION= 5.1.0 CATEGORIES= lang java -MASTER_SITES= ${MASTER_SITE_GCC} -MASTER_SITE_SUBDIR= releases/gcc-${DISTVERSION} +MASTER_SITES= GCC/releases/gcc-${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX} MAINTAINER= gerald@FreeBSD.org From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 20:17:27 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7ED229E4 for ; Tue, 28 Apr 2015 20:17:27 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 4A7BA1120 for ; Tue, 28 Apr 2015 20:17:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SKHR67081959 for ; Tue, 28 Apr 2015 20:17:27 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id t3SKHRS4081958 for svn-ports-head@freebsd.org; Tue, 28 Apr 2015 20:17:27 GMT (envelope-from bdrewery) Received: (qmail 91035 invoked from network); 28 Apr 2015 15:17:25 -0500 Received: from unknown (HELO ?10.10.1.139?) (freebsd@shatow.net@10.10.1.139) by sweb.xzibition.com with ESMTPA; 28 Apr 2015 15:17:25 -0500 Message-ID: <553FEAD3.9040106@FreeBSD.org> Date: Tue, 28 Apr 2015 15:17:23 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r384937 - head/lang/gcc5 References: <201504282011.t3SKB7o7089400@svn.freebsd.org> In-Reply-To: <201504282011.t3SKB7o7089400@svn.freebsd.org> OpenPGP: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="UbQV97SxlCpheNFpJOwwPoCvPNfCd6UEn" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 20:17:27 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --UbQV97SxlCpheNFpJOwwPoCvPNfCd6UEn Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 4/28/2015 3:11 PM, Gerald Pfeifer wrote: > Author: gerald > Date: Tue Apr 28 20:11:07 2015 > New Revision: 384937 > URL: https://svnweb.freebsd.org/changeset/ports/384937 >=20 > Log: > Merge MASTER_SITES and MASTER_SITE_SUBDIR into just the former. > =20 > Suggested by: mat >=20 > Modified: > head/lang/gcc5/Makefile >=20 > Modified: head/lang/gcc5/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/lang/gcc5/Makefile Tue Apr 28 20:00:22 2015 (r384936) > +++ head/lang/gcc5/Makefile Tue Apr 28 20:11:07 2015 (r384937) > @@ -4,8 +4,7 @@ > PORTNAME=3D gcc > PORTVERSION=3D 5.1.0 > CATEGORIES=3D lang java > -MASTER_SITES=3D ${MASTER_SITE_GCC} > -MASTER_SITE_SUBDIR=3D releases/gcc-${DISTVERSION} > +MASTER_SITES=3D GCC/releases/gcc-${DISTVERSION} > PKGNAMESUFFIX=3D ${SUFFIX} > =20 I made a similar mass change today. I think we should make a DEV_WARNING about this to convert to the simpler form where an abbreviation exists. --=20 Regards, Bryan Drewery --UbQV97SxlCpheNFpJOwwPoCvPNfCd6UEn Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJVP+rTAAoJEDXXcbtuRpfP5joIANfk5QLhusZTRQMzdhke21h+ EepqZYnlsAE+zUk+sx0BPtTkBU3dXoXKxTsnm3zM+50vxD4a5TOJ8CMmHOmwAy7p RVAGtIm8BKGpqEjvnVYGlxWVwLskiCyblnoq9YDYLE8zcAG7Tc/Uk/x3XorEFMZa FXSKherehWyQ0GXoIOvtsSSXzGM8BzqA18FPtqrP4/aXe/vETw/HVOTW3SXV2rjj 7hnUTvLsYoPVUS0iILTpaNNwtR/NaOopkANpeaWO196Mhli4+v0CyCxDUDF8dshE JH4XcPYCPbEQ/CNLWxWcdYl/rfh79ajAGm9JAdgIqhRx8uKY7O8QlnehxO/LhOs= =RDht -----END PGP SIGNATURE----- --UbQV97SxlCpheNFpJOwwPoCvPNfCd6UEn-- From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 20:25:53 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8D5E8BD4; Tue, 28 Apr 2015 20:25:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7BD56120C; Tue, 28 Apr 2015 20:25:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SKPrpC095442; Tue, 28 Apr 2015 20:25:53 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SKPr51095440; Tue, 28 Apr 2015 20:25:53 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201504282025.t3SKPr51095440@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Tue, 28 Apr 2015 20:25:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384938 - head/lang/gcc6-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 20:25:53 -0000 Author: gerald Date: Tue Apr 28 20:25:52 2015 New Revision: 384938 URL: https://svnweb.freebsd.org/changeset/ports/384938 Log: Update to the 20150426 snapshot of GCC 6. Merge MASTER_SITES and MASTER_SITE_SUBDIR into just the former. [1] Suggested by: mat [1] Modified: head/lang/gcc6-devel/Makefile head/lang/gcc6-devel/distinfo Modified: head/lang/gcc6-devel/Makefile ============================================================================== --- head/lang/gcc6-devel/Makefile Tue Apr 28 20:11:07 2015 (r384937) +++ head/lang/gcc6-devel/Makefile Tue Apr 28 20:25:52 2015 (r384938) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 6.0.0.s20150419 +PORTVERSION= 6.0.0.s20150426 CATEGORIES= lang java -MASTER_SITES= ${MASTER_SITE_GCC} -MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} +MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX} MAINTAINER= gerald@FreeBSD.org Modified: head/lang/gcc6-devel/distinfo ============================================================================== --- head/lang/gcc6-devel/distinfo Tue Apr 28 20:11:07 2015 (r384937) +++ head/lang/gcc6-devel/distinfo Tue Apr 28 20:25:52 2015 (r384938) @@ -1,2 +1,2 @@ -SHA256 (gcc-6-20150419.tar.bz2) = e34728e2f7d2e7faab1d5824e0619b9738ff25c569d0f44893bc4bd215b23017 -SIZE (gcc-6-20150419.tar.bz2) = 90762409 +SHA256 (gcc-6-20150426.tar.bz2) = d81aa0b22472f81da79e271443278135972e3fbc2733ecf716b821f0f6acf01a +SIZE (gcc-6-20150426.tar.bz2) = 90717259 From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 20:28:50 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 206D3CF0; Tue, 28 Apr 2015 20:28:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E8F2D1230; Tue, 28 Apr 2015 20:28:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SKSnL6095897; Tue, 28 Apr 2015 20:28:49 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SKSnGe095896; Tue, 28 Apr 2015 20:28:49 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201504282028.t3SKSnGe095896@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 28 Apr 2015 20:28:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384939 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 20:28:50 -0000 Author: rene Date: Tue Apr 28 20:28:49 2015 New Revision: 384939 URL: https://svnweb.freebsd.org/changeset/ports/384939 Log: Document new vulnerabities in www/chromium < 42.0.2311.135 Obtained from: http://googlechromereleases.blogspot.nl/2015/04/stable-channel-update_28.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Apr 28 20:25:52 2015 (r384938) +++ head/security/vuxml/vuln.xml Tue Apr 28 20:28:49 2015 (r384939) @@ -57,6 +57,49 @@ Notes: --> + + chromium -- multiple vulnerabilities + + + chromium + 42.0.2311.135 + + + + chromium-npapi + 42.0.2311.135 + + + + chromium-pulse + 42.0.2311.135 + + + + +

Google Chrome Releases reports:

+
+

5 security fixes in this release, including:

+
    +
  • [453279] High CVE-2015-1243: Use-after-free in DOM. Credit to + Saif El-Sherei.
  • +
  • [481777] CVE-2015-1250: Various fixes from internal audits, + fuzzing and other initiatives.
  • +
+
+ +
+ + CVE-2015-1243 + CVE-2015-1250 + http://googlechromereleases.blogspot.nl/2015/04/stable-channel-update_28.html + + + 2015-04-28 + 2015-04-28 + +
+ chromium -- multiple vulnerabilities From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 20:32:09 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B45D9EBB; Tue, 28 Apr 2015 20:32:09 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A32891302; Tue, 28 Apr 2015 20:32:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SKW9RR000147; Tue, 28 Apr 2015 20:32:09 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SKW90w000146; Tue, 28 Apr 2015 20:32:09 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201504282032.t3SKW90w000146@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 28 Apr 2015 20:32:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384940 - head/www/chromium/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 20:32:09 -0000 Author: rene Date: Tue Apr 28 20:32:08 2015 New Revision: 384940 URL: https://svnweb.freebsd.org/changeset/ports/384940 Log: www/chromium: fix patching on FreeBSD < 10 (linking still fails because of a double symbol). Submitted by: pkg-fallout, various people on chromium@ MFH: 2015Q2 Deleted: head/www/chromium/files/patch-v8__src__debug.cc Modified: head/www/chromium/files/extra-patch-clang Modified: head/www/chromium/files/extra-patch-clang ============================================================================== --- head/www/chromium/files/extra-patch-clang Tue Apr 28 20:28:49 2015 (r384939) +++ head/www/chromium/files/extra-patch-clang Tue Apr 28 20:32:08 2015 (r384940) @@ -242,17 +242,6 @@ } bool AudioCodingImpl::RegisterReceiveCodec(AudioDecoder* receive_codec) { ---- v8/src/debug.cc 2015-04-15 00:32:36.000000000 +0200 -+++ v8/src/debug.cc 2015-04-18 22:14:03.000000000 +0200 -@@ -573,7 +573,7 @@ - thread_local_.step_out_fp_ = 0; - // TODO(isolates): frames_are_dropped_? - base::NoBarrier_Store(&thread_local_.current_debug_scope_, -- static_cast(0)); -+ reinterpret_cast(0)); - thread_local_.restarter_frame_function_pointer_ = NULL; - } - --- v8/src/runtime/runtime-i18n.cc 2015-04-15 00:32:37.000000000 +0200 +++ v8/src/runtime/runtime-i18n.cc 2015-04-18 22:06:17.000000000 +0200 @@ -627,7 +627,7 @@ From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 22:16:45 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 65511359; Tue, 28 Apr 2015 22:16:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 537AB1E40; Tue, 28 Apr 2015 22:16:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SMGjE3050066; Tue, 28 Apr 2015 22:16:45 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SMGiS2050064; Tue, 28 Apr 2015 22:16:44 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201504282216.t3SMGiS2050064@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Tue, 28 Apr 2015 22:16:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384942 - head/devel/libxo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 22:16:45 -0000 Author: brooks Date: Tue Apr 28 22:16:44 2015 New Revision: 384942 URL: https://svnweb.freebsd.org/changeset/ports/384942 Log: Upgrade to 0.3.3. Modified: head/devel/libxo/Makefile head/devel/libxo/distinfo Modified: head/devel/libxo/Makefile ============================================================================== --- head/devel/libxo/Makefile Tue Apr 28 20:42:44 2015 (r384941) +++ head/devel/libxo/Makefile Tue Apr 28 22:16:44 2015 (r384942) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libxo -PORTVERSION= 0.3.2 +PORTVERSION= 0.3.3 CATEGORIES= devel textproc MASTER_SITES= http://github.com/Juniper/${PORTNAME}/releases/download/${PORTVERSION}/ Modified: head/devel/libxo/distinfo ============================================================================== --- head/devel/libxo/distinfo Tue Apr 28 20:42:44 2015 (r384941) +++ head/devel/libxo/distinfo Tue Apr 28 22:16:44 2015 (r384942) @@ -1,2 +1,2 @@ -SHA256 (libxo-0.3.2.tar.gz) = bf4a5f8f78b03356fe82a1c479b2d97d6df4527f714e13580f1ca390387438ea -SIZE (libxo-0.3.2.tar.gz) = 818657 +SHA256 (libxo-0.3.3.tar.gz) = 655bb76896ec4ce391b8c40cba4f29ed1af20ede97fef1a830cb3e743342ec67 +SIZE (libxo-0.3.3.tar.gz) = 820372 From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 22:32:07 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 244C76C3; Tue, 28 Apr 2015 22:32:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 11F9C2000; Tue, 28 Apr 2015 22:32:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SMW6BM059535; Tue, 28 Apr 2015 22:32:06 GMT (envelope-from romain@FreeBSD.org) Received: (from romain@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SMW6I2059528; Tue, 28 Apr 2015 22:32:06 GMT (envelope-from romain@FreeBSD.org) Message-Id: <201504282232.t3SMW6I2059528@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: romain set sender to romain@FreeBSD.org using -f From: Romain Tartière Date: Tue, 28 Apr 2015 22:32:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384943 - in head/audio/pavucontrol: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 22:32:07 -0000 Author: romain Date: Tue Apr 28 22:32:05 2015 New Revision: 384943 URL: https://svnweb.freebsd.org/changeset/ports/384943 Log: Update to 3.0 PR: ports/199762 Submitted by: olivierd Added: head/audio/pavucontrol/files/patch-src_pavucontrol.glade (contents, props changed) Deleted: head/audio/pavucontrol/files/extra-patch-src_pavucontrol.glade head/audio/pavucontrol/files/extra-patch-support-gtkmm-24.patch head/audio/pavucontrol/files/extra-patch-support-gtkmm-30.patch Modified: head/audio/pavucontrol/Makefile head/audio/pavucontrol/distinfo head/audio/pavucontrol/pkg-plist Modified: head/audio/pavucontrol/Makefile ============================================================================== --- head/audio/pavucontrol/Makefile Tue Apr 28 22:16:44 2015 (r384942) +++ head/audio/pavucontrol/Makefile Tue Apr 28 22:32:05 2015 (r384943) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pavucontrol -PORTVERSION= 2.0 +PORTVERSION= 3.0 CATEGORIES= audio MASTER_SITES= http://freedesktop.org/software/pulseaudio/${PORTNAME}/ @@ -32,17 +32,6 @@ GTK2_CONFIGURE_ON= --disable-gtk3 GTK3_USE= GNOME=gtkmm30 GTK3_LIB_DEPENDS= libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 -.include - -.if ${PORT_OPTIONS:MGTK2} -EXTRA_PATCHES= ${FILESDIR}/extra-patch-support-gtkmm-24.patch -.endif - -.if ${PORT_OPTIONS:MGTK3} -EXTRA_PATCHES= ${FILESDIR}/extra-patch-support-gtkmm-30.patch \ - ${FILESDIR}/extra-patch-src_pavucontrol.glade -.endif - post-patch: # Install locales files in right place ${REINPLACE_CMD} -e 's|[$$][(]DATADIRNAME[)]|share|' \ Modified: head/audio/pavucontrol/distinfo ============================================================================== --- head/audio/pavucontrol/distinfo Tue Apr 28 22:16:44 2015 (r384942) +++ head/audio/pavucontrol/distinfo Tue Apr 28 22:32:05 2015 (r384943) @@ -1,2 +1,2 @@ -SHA256 (pavucontrol-2.0.tar.xz) = 22f29dd81b4a1a34ec7bffe9b027aff2a37fc76ccded4539d43a8c126a39470b -SIZE (pavucontrol-2.0.tar.xz) = 151560 +SHA256 (pavucontrol-3.0.tar.xz) = b3d2ea5a25fc88dcee80c396014f72df1b4742f8cfbbc5349c39d64a0d338890 +SIZE (pavucontrol-3.0.tar.xz) = 145092 Added: head/audio/pavucontrol/files/patch-src_pavucontrol.glade ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/pavucontrol/files/patch-src_pavucontrol.glade Tue Apr 28 22:32:05 2015 (r384943) @@ -0,0 +1,20 @@ +--- src/pavucontrol.glade.orig 2015-03-24 14:39:00 UTC ++++ src/pavucontrol.glade +@@ -312,7 +312,7 @@ + + True + False +- stock_lock ++ security-medium + 1 + + +@@ -1474,7 +1474,7 @@ + + True + False +- stock_lock ++ security-medium + 1 + + Modified: head/audio/pavucontrol/pkg-plist ============================================================================== --- head/audio/pavucontrol/pkg-plist Tue Apr 28 22:16:44 2015 (r384942) +++ head/audio/pavucontrol/pkg-plist Tue Apr 28 22:32:05 2015 (r384943) @@ -1,6 +1,5 @@ bin/pavucontrol share/applications/pavucontrol.desktop -%%DOCSDIR%%/README %%DOCSDIR%%/README.html %%DOCSDIR%%/style.css share/locale/as/LC_MESSAGES/pavucontrol.mo From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 22:42:12 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A8166AE5; Tue, 28 Apr 2015 22:42:12 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6D11F1125; Tue, 28 Apr 2015 22:42:12 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 814E5BDC24; Wed, 29 Apr 2015 00:42:09 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 68FABBDC1F; Wed, 29 Apr 2015 00:42:09 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 28C183172211; Wed, 29 Apr 2015 00:42:09 +0200 (CEST) Date: Wed, 29 Apr 2015 00:42:09 +0200 From: Mathieu Arnold To: Bryan Drewery , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r384937 - head/lang/gcc5 Message-ID: <5DD613A2096F1707B28DF527@atuin.in.mat.cc> In-Reply-To: <553FEAD3.9040106@FreeBSD.org> References: <201504282011.t3SKB7o7089400@svn.freebsd.org> <553FEAD3.9040106@FreeBSD.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 22:42:12 -0000 +--On 28 avril 2015 15:17:23 -0500 Bryan Drewery wrote: | I made a similar mass change today. I think we should make a DEV_WARNING | about this to convert to the simpler form where an abbreviation exists. Note that an abbreviation exists for *all* MASTER_SITE_foo variables. -- Mathieu Arnold From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 23:20:07 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C3B39187; Tue, 28 Apr 2015 23:20:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B2011149C; Tue, 28 Apr 2015 23:20:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SNK7HO080923; Tue, 28 Apr 2015 23:20:07 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SNK7s9080922; Tue, 28 Apr 2015 23:20:07 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201504282320.t3SNK7s9080922@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Tue, 28 Apr 2015 23:20:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384944 - head/net/freeradius3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 23:20:07 -0000 Author: zi Date: Tue Apr 28 23:20:06 2015 New Revision: 384944 URL: https://svnweb.freebsd.org/changeset/ports/384944 Log: - Use libkrb5support.so to track security/krb5 dependency, libkrb5.so is present on base and can confuses ports system not installing security/krb5. No bump on PORTREVISION since it's disabled by default Modified: head/net/freeradius3/Makefile Modified: head/net/freeradius3/Makefile ============================================================================== --- head/net/freeradius3/Makefile Tue Apr 28 22:32:05 2015 (r384943) +++ head/net/freeradius3/Makefile Tue Apr 28 23:20:06 2015 (r384944) @@ -92,7 +92,7 @@ LIB_DEPENDS+= libkrb5.so:${PORTSDIR}/sec .endif CONFIGURE_ARGS+=--enable-heimdal-krb5 --enable-pthread-support .else -LIB_DEPENDS+= libkrb5.so:${PORTSDIR}/security/krb5 +LIB_DEPENDS+= libkrb5support.so:${PORTSDIR}/security/krb5 .endif CONFIGURE_ARGS+=--with-rlm_krb5 .if ${PORT_OPTIONS:MHEIMDAL} && empty(PORT_OPTIONS:MHEIMDAL_PORT) From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 23:37:01 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E4E22487; Tue, 28 Apr 2015 23:37:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D0A7A16A7; Tue, 28 Apr 2015 23:37:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SNb1tM090593; Tue, 28 Apr 2015 23:37:01 GMT (envelope-from mmoll@FreeBSD.org) Received: (from mmoll@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SNavh5090556; Tue, 28 Apr 2015 23:36:57 GMT (envelope-from mmoll@FreeBSD.org) Message-Id: <201504282336.t3SNavh5090556@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mmoll set sender to mmoll@FreeBSD.org using -f From: Michael Moll Date: Tue, 28 Apr 2015 23:36:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384945 - in head: devel/rubygem-apipie-bindings devel/rubygem-clamp devel/rubygem-fast_gettext devel/rubygem-grape-entity devel/rubygem-kafo devel/rubygem-kafo_parsers devel/rubygem-ta... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 23:37:02 -0000 Author: mmoll Date: Tue Apr 28 23:36:56 2015 New Revision: 384945 URL: https://svnweb.freebsd.org/changeset/ports/384945 Log: Update my email address and give a few ports to ruby@ Differential Revision: https://reviews.freebsd.org/D2390 Approved by: mat (Mentor) Modified: head/devel/rubygem-apipie-bindings/Makefile head/devel/rubygem-clamp/Makefile head/devel/rubygem-fast_gettext/Makefile head/devel/rubygem-grape-entity/Makefile head/devel/rubygem-kafo/Makefile head/devel/rubygem-kafo_parsers/Makefile head/devel/rubygem-table_print/Makefile head/sysutils/rubygem-chef-api/Makefile head/sysutils/rubygem-hammer_cli/Makefile head/sysutils/rubygem-hammer_cli_foreman/Makefile head/sysutils/rubygem-hammer_cli_foreman_bootdisk/Makefile head/sysutils/rubygem-hammer_cli_foreman_salt/Makefile head/sysutils/rubygem-hammer_cli_foreman_ssh/Makefile head/sysutils/rubygem-logify/Makefile head/sysutils/rubygem-smart_proxy_salt/Makefile head/www/rubygem-tumblr_client/Makefile Modified: head/devel/rubygem-apipie-bindings/Makefile ============================================================================== --- head/devel/rub