Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Apr 2017 20:36:47 +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: r437476 - in head/devel/glib20: . files
Message-ID:  <201704012036.v31Kall1063899@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Apr  1 20:36:47 2017
New Revision: 437476
URL: https://svnweb.freebsd.org/changeset/ports/437476

Log:
  Reapply 437111
  While here remove configure arguments already passed by the framework
  
  Reported by:	jbeich

Deleted:
  head/devel/glib20/files/patch-glib_gthread-posix.c
Modified:
  head/devel/glib20/Makefile

Modified: head/devel/glib20/Makefile
==============================================================================
--- head/devel/glib20/Makefile	Sat Apr  1 20:36:09 2017	(r437475)
+++ head/devel/glib20/Makefile	Sat Apr  1 20:36:47 2017	(r437476)
@@ -3,7 +3,7 @@
 
 PORTNAME=	glib
 PORTVERSION=	2.52.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
@@ -54,8 +54,7 @@ COLLATION_FIX_DESC=	Use ICU for UTF-8 st
 OPTIONS_EXCLUDE_FreeBSD_11=	COLLATION_FIX
 OPTIONS_EXCLUDE_FreeBSD_12=	COLLATION_FIX
 
-DEBUG_CONFIGURE_ARGS+=	--enable-debug=yes \
-			--disable-silent-rules
+DEBUG_CONFIGURE_ARGS+=	--enable-debug=yes
 
 COLLATION_FIX_LIB_DEPENDS+=	libicui18n.so:devel/icu
 COLLATION_FIX_EXTRA_PATCHES+=	${FILESDIR}/extra-patch-glib_Makefile.in \



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