Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Sep 2020 09:05:21 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548771 - head/devel/dconf
Message-ID:  <202009160905.08G95LJs065162@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009160905.08G95LJs065162>