From owner-svn-ports-all@freebsd.org Wed Sep 12 14:19:44 2018 Return-Path: Delivered-To: svn-ports-all@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 D21C21094A0C; Wed, 12 Sep 2018 14:19:44 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (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 82D4684648; Wed, 12 Sep 2018 14:19:44 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id EBA7121B6D; Wed, 12 Sep 2018 10:19:43 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute4.internal (MEProxy); Wed, 12 Sep 2018 10:19:43 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=Mtck5W zYEevk69deHsY1lv0/60xJO/Sh3i1yD6mHmMY=; b=HuEOo6rSQwR1sDP/zmkuaH ZJ2kcixOCJuDoRlhArxbsoTdiQ7kZ0KO0NjBWyEej1hetrsXWvDLUiD+pOTNonNY cUqUVPO+pl/peXumkmAttAjpPrBtYapvp52g+qvxHrMKy7TW3iLx8ahkUCXa1D19 USBd3fGfaVK0ibBKDa4vlRTvYoYTpVTvIRqKh4MLdt0nbaC204MH/zJvepI/ZqvB rIPdGww6uBA+CTchns6JXRNm0GUh5O9aG7DOrfnmSpr3YXoVFwSfM9C+ovJiNdC+ /OLVveluMiAV7qbOIdGsogs1xs2tCWvX901qm50a8zME5JUUouxenz8kBK/xP6pQ == X-ME-Proxy: X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 7FBAB9E210; Wed, 12 Sep 2018 10:19:43 -0400 (EDT) Message-Id: <1536761983.1206174.1505626288.04206EB4@webmail.messagingengine.com> From: Tobias Kortkamp To: Alexey Dokuchaev , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-1234af23 In-Reply-To: <201809121413.w8CEDFob002761@repo.freebsd.org> Subject: Re: svn commit: r479606 - head/science/gwyddion References: <201809121413.w8CEDFob002761@repo.freebsd.org> Date: Wed, 12 Sep 2018 16:19:43 +0200 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 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: Wed, 12 Sep 2018 14:19:45 -0000 On Wed, Sep 12, 2018, at 16:13, Alexey Dokuchaev wrote: > Author: danfe > Date: Wed Sep 12 14:13:14 2018 > New Revision: 479606 > URL: https://svnweb.freebsd.org/changeset/ports/479606 > > Log: > - Make NLS support optional > - Add missing bits to USE_GNOME/USE_GL/USE_XORG per `stage-qa' > Modified: > head/science/gwyddion/Makefile > head/science/gwyddion/pkg-plist > > Modified: head/science/gwyddion/Makefile > ============================================================================== > --- head/science/gwyddion/Makefile Wed Sep 12 13:58:42 2018 (r479605) > +++ head/science/gwyddion/Makefile Wed Sep 12 14:13:14 2018 (r479606) > @@ -18,12 +18,12 @@ LIB_DEPENDS= libminizip.so:archivers/minizip \ > libfftw3.so:math/fftw3 \ > libgtkglext-x11-1.0.so:x11-toolkits/gtkglext > > -USES= desktop-file-utils gettext gmake libtool localbase:ldflags \ > +USES= desktop-file-utils gl gmake libtool localbase:ldflags \ > pathfix pkgconfig shared-mime-info shebangfix tar:xz It's missing USES=gnome too. /!\ gwyddion-2.51: Makefile warnings, please consider fixing /!\ Using USE_GNOME alone is deprecated, please add USES=gnome.