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

Baptiste Daroussin bapt at FreeBSD.org
Sat Apr 1 20:36:49 UTC 2017


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 \


More information about the svn-ports-all mailing list