svn commit: r437456 - in head/devel/glib20: . files

Jan Beich jbeich at FreeBSD.org
Sat Apr 1 20:31:03 UTC 2017


Baptiste Daroussin <bapt at 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.


More information about the svn-ports-head mailing list