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

Baptiste Daroussin bapt at FreeBSD.org
Sat Apr 1 20:34:30 UTC 2017


On Sat, Apr 01, 2017 at 10:32:32PM +0200, Jan Beich wrote:
> 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.

Yeah it was in the update I can just nuke that one
> 
> > #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:

It is any commented out, given kwm is the main maintainer and was keep the
comment I kept it (just adapted
> 
>   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.

Sure!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20170401/4b285463/attachment.sig>


More information about the svn-ports-head mailing list