From owner-svn-ports-head@freebsd.org Sat Mar 24 14:41:13 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C56CF4FA62; Sat, 24 Mar 2018 14:41:13 +0000 (UTC) (envelope-from gerald@pfeifer.com) 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 C58B96F8CF; Sat, 24 Mar 2018 14:41:12 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (localhost [127.0.0.1]) by ainaz.pair.com (Postfix) with ESMTP id 4DDB83F429; Sat, 24 Mar 2018 10:41:05 -0400 (EDT) Received: from anthias (vie-188-118-240-174.dsl.sil.at [188.118.240.174]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 6C8153F423; Sat, 24 Mar 2018 10:41:04 -0400 (EDT) Date: Sat, 24 Mar 2018 15:41:03 +0100 (CET) From: Gerald Pfeifer To: Yuri Victorovich cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r465407 - in head/comms/aldo: . files In-Reply-To: <201803232046.w2NKkQ2K032830@repo.freebsd.org> Message-ID: References: <201803232046.w2NKkQ2K032830@repo.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.25 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: Sat, 24 Mar 2018 14:41:13 -0000 On Fri, 23 Mar 2018, Yuri Victorovich wrote: > Log: > comms/aldo: Update 0.7.5 -> 0.7.7 > > Port changes: > * Change to DISTVERSION > * Add LICENSE/LICENSE_FILE > * Remove USE_GCC > * Add USES=localbase instead of CPPFLAGS/LIBS Nice. Good simplifications, and USE_GCC to take care of broken software really is good to get away from (says the USE_GCC and lang/gcc* maintainer ;-). Gerald