From owner-svn-ports-all@FreeBSD.ORG Mon Apr 20 15:16:12 2015 Return-Path: Delivered-To: svn-ports-all@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 2D330330; Mon, 20 Apr 2015 15:16:12 +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 05D5CFFC; Mon, 20 Apr 2015 15:16:12 +0000 (UTC) Received: from [192.168.1.22] (233.Red-79-156-124.staticIP.rima-tde.net [79.156.124.233]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id B5CC043BB5; Mon, 20 Apr 2015 10:16:09 -0500 (CDT) Message-ID: <55351836.9050606@marino.st> Date: Mon, 20 Apr 2015 17:16:06 +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: Jan Beich , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r384361 - head/games/openbor/files References: <201504201402.t3KE241s012534@svn.freebsd.org> In-Reply-To: <201504201402.t3KE241s012534@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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, 20 Apr 2015 15:16:12 -0000 On 4/20/2015 16:02, Jan Beich wrote: > Author: jbeich > Date: Mon Apr 20 14:02:03 2015 > New Revision: 384361 > URL: https://svnweb.freebsd.org/changeset/ports/384361 > > Log: > Apply r379037 instead of trying to use C11's max_align_t > > While here use my own comment within the file in order to: > - Avoid $FreeBSD$ keywords in patches (per Porter's Handbook) > - Improve rationale > > Suggested by: marino > It builds on dragonfly now, thanks!