From owner-svn-ports-all@freebsd.org Mon Dec 12 12:38:40 2016 Return-Path: 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 5D477C739CD; Mon, 12 Dec 2016 12:38:40 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-io0-x241.google.com (mail-io0-x241.google.com [IPv6:2607:f8b0:4001:c06::241]) (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 25D3E132E; Mon, 12 Dec 2016 12:38:40 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-io0-x241.google.com with SMTP id f73so21203393ioe.2; Mon, 12 Dec 2016 04:38:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=WaMh57H8W9h7vcEhcRG75m8G5sG4RvJdNlfk8gwL6Yg=; b=AWlgLxXvN54CBKFXHmWlu2xqwfZUzbNnJlbcR6Uuo0Ny/KBNosRd+sV3LfO/UYKphX ye1MvYEineST3kux9HcWKIXx5iLiMhIVDN90sTc86GSVCORUdoQkQ84hDqRUnCwLbo/o 620YZkRzUqq0B6b6rN7QCILm6SHaBvzawzsEs6XMQo16qJORvZ8SCXsgKNSol0VCaFji tRvLrWFrnNv+wCd8V+xZpr/SBIAts0YrVEfin30PjYZ3a3dAiAddbY9oOj7hZwREvJAm DJXSOI+GhRWw4QBabo56cGrBz/ClZDhdqIfJKpNkqY7qHTVBRSQCBSDxLGQfLeHZeuJV fP0Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=WaMh57H8W9h7vcEhcRG75m8G5sG4RvJdNlfk8gwL6Yg=; b=IbBUaZfLgsglUApAB36SPHV+HhP9INt8Q08jk7NfQ14i9H6olz1gyKYjTTAOAxEeT4 Vk6raVbZWp1a2tpARfw7KwUF6gx71ObZXAxbL7U1hsCrHbMEmcw65EbUA4B7M9BVaGVx 01AhoCRKNWjP0NBC9Zlxd0iai71Y8zyxczvYEJoO7kM2HtKZglBZ/5eKiQKH2RLq5yJL H4kvBNRXu+G1D2Jzt13B0aY9SEBLElnGapiummXmiU6A4W2MdaUIivCM6uW5rLs506z/ ZzX5PDcSwh2gxtEerZLohgjT+EBOwF8pSO5vvnaSAPpFjChw5pFt+n/VQ+zhPmvx2V5f 1v6A== X-Gm-Message-State: AKaTC03DKHyeNkfsFA5Nh8zWRife10jo/V4Z0766WL/TOm/KzixtuJA6cMTacSHZeSDe7y1DuHNu8tiPCwZs2A== X-Received: by 10.36.111.208 with SMTP id x199mr11652166itb.52.1481546319567; Mon, 12 Dec 2016 04:38:39 -0800 (PST) MIME-Version: 1.0 Sender: antoine.brodin.freebsd@gmail.com Received: by 10.107.128.164 with HTTP; Mon, 12 Dec 2016 04:38:38 -0800 (PST) In-Reply-To: <20161212110118.GA16840@hades.panopticon> References: <201612111740.uBBHe22H053915@repo.freebsd.org> <20161212110118.GA16840@hades.panopticon> From: Antoine Brodin Date: Mon, 12 Dec 2016 12:38:38 +0000 X-Google-Sender-Auth: QmUohG82c5n9vcgEdPcpNOUhkgE Message-ID: Subject: Re: svn commit: r428370 - in head: cad/gmsh games/emptyepsilon games/supertuxkart games/tbe mail/geary math/cadabra2 science/pulseview To: Dmitry Marakasov 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-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Dec 2016 12:38:40 -0000 On Mon, Dec 12, 2016 at 11:01 AM, Dmitry Marakasov wrote: > * Antoine Brodin (antoine@FreeBSD.org) wrote: >> Author: antoine >> Date: Sun Dec 11 17:40:02 2016 >> New Revision: 428370 >> URL: https://svnweb.freebsd.org/changeset/ports/428370 >> >> Log: >> Those ports build fine with bsd make > > Please revert unless you've verified that package contents are equal > with both makes. I've seen cases where, though the build was fine, > package built with bsd make was broken (empty files were generated > instead of data, for example) Hi, There are no significant changes in package content and only white space changes in command invocations. Cheers, Antoine >> Modified: >> head/cad/gmsh/Makefile >> head/games/emptyepsilon/Makefile >> head/games/supertuxkart/Makefile >> head/games/tbe/Makefile >> head/mail/geary/Makefile >> head/math/cadabra2/Makefile >> head/science/pulseview/Makefile