From owner-svn-ports-all@freebsd.org Wed Sep 16 09:05:22 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4F94C3DEB8A; Wed, 16 Sep 2020 09:05:22 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BrvM61QjCz4Tf5; Wed, 16 Sep 2020 09:05:22 +0000 (UTC) (envelope-from bapt@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 141E2168C1; Wed, 16 Sep 2020 09:05:22 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08G95LU8065164; Wed, 16 Sep 2020 09:05:21 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08G95LJs065162; Wed, 16 Sep 2020 09:05:21 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <202009160905.08G95LJs065162@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 16 Sep 2020 09:05:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r548771 - head/devel/dconf X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/devel/dconf X-SVN-Commit-Revision: 548771 X-SVN-Commit-Repository: ports 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.33 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, 16 Sep 2020 09:05:22 -0000 Author: bapt Date: Wed Sep 16 09:05:21 2020 New Revision: 548771 URL: https://svnweb.freebsd.org/changeset/ports/548771 Log: Update to 0.38 Limit binutils dependencies to system where the base linked is the old binutils (2.17) Modified: head/devel/dconf/Makefile head/devel/dconf/distinfo Modified: head/devel/dconf/Makefile ============================================================================== --- head/devel/dconf/Makefile Wed Sep 16 08:04:23 2020 (r548770) +++ head/devel/dconf/Makefile Wed Sep 16 09:05:21 2020 (r548771) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dconf -PORTVERSION= 0.36.0 +PORTVERSION= 0.38.0 CATEGORIES= devel gnome MASTER_SITES= GNOME DISTNAME= dconf-${PORTVERSION} @@ -25,8 +25,10 @@ USES= gettext gnome localbase meson pkgconfig python: USE_CSTD= c99 USE_GNOME= glib20 libxslt:build USE_LDCONFIG= yes +.if ${/usr/bin/ld:L:tA} != /usr/bin/ld.lld USE_BINUTILS= yes LDFLAGS+= -B${LOCALBASE}/bin +.endif BINARY_ALIAS= python3=${PYTHON_VERSION} MESON_ARGS= -Dman=true \ Modified: head/devel/dconf/distinfo ============================================================================== --- head/devel/dconf/distinfo Wed Sep 16 08:04:23 2020 (r548770) +++ head/devel/dconf/distinfo Wed Sep 16 09:05:21 2020 (r548771) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592252835 -SHA256 (gnome3/dconf-0.36.0.tar.xz) = 9fe6bb22191fc2a036ad86fd8e7d165e9983c687b9fedccf85d46c799301da2d -SIZE (gnome3/dconf-0.36.0.tar.xz) = 114828 +TIMESTAMP = 1600242835 +SHA256 (gnome3/dconf-0.38.0.tar.xz) = 45f60f41330d27715cce1315af123f94f1c2cdedb68b6bed3b309866eec44f58 +SIZE (gnome3/dconf-0.38.0.tar.xz) = 115876