Date: Sat, 16 Apr 2016 15:36:52 +0200 From: Michael <mike@reifenberger.com> To: marino@freebsd.org, John Marino <freebsd.contact@marino.st>, Michael Reifenberger <mr@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r413435 - in head/cad/kicad-devel: . files Message-ID: <29F940DD-A600-4DED-89BF-FFE87EA4821D@reifenberger.com> In-Reply-To: <57122428.3000208@marino.st> References: <201604161122.u3GBMsPv049894@repo.freebsd.org> <57122428.3000208@marino.st>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, I just want to ensure that the patch doesn't harm on the currently building archs. Greetings ... Mike Am 16. April 2016 13:38:16 MESZ, schrieb John Marino <freebsd.contact@marino.st>: >On 4/16/2016 1:22 PM, Michael Reifenberger wrote: >> Author: mr >> Date: Sat Apr 16 11:22:54 2016 >> New Revision: 413435 >> URL: https://svnweb.freebsd.org/changeset/ports/413435 >> >> Log: >> Try to fix comilation under FreeBSD-9 >> >> Added: >> >head/cad/kicad-devel/files/patch-include-gal-graphics_abstraction_layer.h > (contents, props changed) >> Modified: >> head/cad/kicad-devel/Makefile >> >> Modified: head/cad/kicad-devel/Makefile >> >============================================================================== >> --- head/cad/kicad-devel/Makefile Sat Apr 16 11:22:53 2016 (r413434) >> +++ head/cad/kicad-devel/Makefile Sat Apr 16 11:22:54 2016 (r413435) >> @@ -3,7 +3,7 @@ >> >> PORTNAME= kicad >> DISTVERSION= r${BZR_SRC_REV} >> -#PORTREVISION= 1 >> +PORTREVISION= 1 >> CATEGORIES= cad >> MASTER_SITES= LOCAL/mr >> PKGNAMESUFFIX= -devel >> >> Added: >head/cad/kicad-devel/files/patch-include-gal-graphics_abstraction_layer.h >> >============================================================================== >> --- /dev/null 00:00:00 1970 (empty, because file is newly added) >> +++ >head/cad/kicad-devel/files/patch-include-gal-graphics_abstraction_layer.h Sat >Apr 16 11:22:54 2016 (r413435) >> @@ -0,0 +1,8 @@ >> +--- include/gal/graphics_abstraction_layer.h.orig 2016-04-16 >13:14:32.003824016 +0200 >> ++++ include/gal/graphics_abstraction_layer.h 2016-04-16 >13:15:06.143789160 +0200 >> +@@ -31,4 +31,5 @@ >> + #include <stack> >> + #include <limits> >> ++#include <cmath> >> + >> + #include <math/matrix3x3.h> >> > >Why bump PORTREVISION? >For all those platforms that kicad-devel built on, now they have to >rebuild it again completely unnecessarily. > >In my opinion, this change did not warrant a PORTREVISION bump. > >John -- Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet. From owner-svn-ports-all@freebsd.org Sat Apr 16 14:48:14 2016 Return-Path: <owner-svn-ports-all@freebsd.org> Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3401DAED44D; Sat, 16 Apr 2016 14:48:14 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 06A9B179C; Sat, 16 Apr 2016 14:48:13 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3GEmD3w010881; Sat, 16 Apr 2016 14:48:13 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3GEmDBm010879; Sat, 16 Apr 2016 14:48:13 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201604161448.u3GEmDBm010879@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger <pi@FreeBSD.org> Date: Sat, 16 Apr 2016 14:48:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413441 - head/devel/php-xdebug X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree <svn-ports-all.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-all>, <mailto:svn-ports-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-all/> List-Post: <mailto:svn-ports-all@freebsd.org> List-Help: <mailto:svn-ports-all-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-all>, <mailto:svn-ports-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 16 Apr 2016 14:48:14 -0000 Author: pi Date: Sat Apr 16 14:48:12 2016 New Revision: 413441 URL: https://svnweb.freebsd.org/changeset/ports/413441 Log: devel/php-xdebug: 2.2.5 -> 2.4.0 Changes: - Full list: https://xdebug.org/updates.php - Now works with php 7.0 PR: 208012 Submitted by: Franco Fichtner <franco@opnsense.org> Approved by: freebsd-ports-maintainers@intermedix.com (maintainer timeout) Modified: head/devel/php-xdebug/Makefile head/devel/php-xdebug/distinfo Modified: head/devel/php-xdebug/Makefile ============================================================================== --- head/devel/php-xdebug/Makefile Sat Apr 16 13:31:18 2016 (r413440) +++ head/devel/php-xdebug/Makefile Sat Apr 16 14:48:12 2016 (r413441) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= xdebug -PORTVERSION= 2.2.5 +PORTVERSION= 2.4.0 CATEGORIES= devel -MASTER_SITES= http://www.xdebug.org/files/ +MASTER_SITES= https://xdebug.org/files/ PKGNAMEPREFIX= php- MAINTAINER= freebsd-ports-maintainers@intermedix.com @@ -20,6 +20,4 @@ USES= tar:tgz SUB_FILES= pkg-message -IGNORE_WITH_PHP= 70 - .include <bsd.port.mk> Modified: head/devel/php-xdebug/distinfo ============================================================================== --- head/devel/php-xdebug/distinfo Sat Apr 16 13:31:18 2016 (r413440) +++ head/devel/php-xdebug/distinfo Sat Apr 16 14:48:12 2016 (r413441) @@ -1,2 +1,2 @@ -SHA256 (xdebug-2.2.5.tgz) = adc6fe92dcff2368be94d20a5997aadb4d46d74551e2dd6602a704a35a195a6f -SIZE (xdebug-2.2.5.tgz) = 255840 +SHA256 (xdebug-2.4.0.tgz) = 3c4dcb2709d1653534e7cfaa546307041afd298ac48a3670183a12cfdb5eee05 +SIZE (xdebug-2.4.0.tgz) = 264832
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?29F940DD-A600-4DED-89BF-FFE87EA4821D>