Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 01 Apr 2017 22:32:32 +0200
From:      Jan Beich <jbeich@FreeBSD.org>
To:        Baptiste Daroussin <bapt@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r437456 - in head/devel/glib20: . files
Message-ID:  <h927-oom7-wny@FreeBSD.org>
In-Reply-To: <201704011924.v31JOMFm032870@repo.freebsd.org> (Baptiste Daroussin's message of "Sat, 1 Apr 2017 19:24:22 %2B0000 (UTC)")
References:  <201704011924.v31JOMFm032870@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Baptiste Daroussin <bapt@FreeBSD.org> writes:

> Author: bapt
> Date: Sat Apr  1 19:24:21 2017
> New Revision: 437456
> URL: https://svnweb.freebsd.org/changeset/ports/437456
>
> Log:
>   update to 2.52.0
>   - remove the GDB option and always install the py script, it does not hurt
>   - remove pathfix as pkgconf now accept the lib/pkgconfig path
>   - switch to option framework where possible


> +DEBUG_CONFIGURE_ARGS+=	--enable-debug=yes \
> +			--disable-silent-rules

--disable-silent-rules is already part of LATE_CONFIGURE_ARGS.

> #COLLATION_FIX_CONFIGURE_ENV+=	CFLAGS="-D__STDC_ISO_10646__"

Passing a variable more than once overrides previous assignments e.g.,
-fno-strict-aliasing -fstack-protector. Maybe convert to:

  COLLATION_FIX_CFLAGS=	-D__STDC_ISO_10646__

> Added: head/devel/glib20/files/patch-glib_gthread-posix.c
> ==============================================================================
>
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/devel/glib20/files/patch-glib_gthread-posix.c	Sat Apr  1 19:24:21 2017	(r437456)
> @@ -0,0 +1,20 @@
> +--- glib/gthread-posix.c.orig	2014-09-22 15:42:12.000000000 +0200
> ++++ glib/gthread-posix.c	2014-09-28 09:46:56.659280343 +0200

Can you re-apply r437111? The rationale the file was added years ago is
documented in that bug. And regression tests didn't find new failures
after removal.



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