Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Aug 2014 10:58:26 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366393 - in head/x11-toolkits: gtk20 pango
Message-ID:  <201408281058.s7SAwQm9076683@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Thu Aug 28 10:58:25 2014
New Revision: 366393
URL: http://svnweb.freebsd.org/changeset/ports/366393
QAT: https://qat.redports.org/buildarchive/r366393/

Log:
  Remove CONFIGURE_ARGS=--enable-explicit-deps.  This option adds
  dependencies to the Requires field in pkgconfig files that should only be
  needed with static linking and cause a lot of overlinking with shared
  linking.  They should be added to the Requires.private field instead, but
  since this port doesn't install any static libraries they can just be
  removed.
  
  The flag was added because several ports that depend on this port failed to
  link because of missing libraries when the linker enforced explicit
  linking.  The pkgconfig files in this port then provided the links.
  These ports have all been fixed now.
  
  PR:		192062
  Exp-run by:	antoine
  Approved by:	portmgr (antoine)

Modified:
  head/x11-toolkits/gtk20/Makefile
  head/x11-toolkits/pango/Makefile

Modified: head/x11-toolkits/gtk20/Makefile
==============================================================================
--- head/x11-toolkits/gtk20/Makefile	Thu Aug 28 10:58:05 2014	(r366392)
+++ head/x11-toolkits/gtk20/Makefile	Thu Aug 28 10:58:25 2014	(r366393)
@@ -4,7 +4,7 @@
 
 PORTNAME=	gtk
 PORTVERSION=	2.24.22
-PORTREVISION?=	3
+PORTREVISION?=	4
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	GNOME
 MASTER_SITE_SUBDIR=	sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -35,7 +35,7 @@ USE_LDCONFIG=	yes
 USE_PERL5=	build
 USE_XORG=	xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \
 		xcomposite
-CONFIGURE_ARGS=	--with-xinput=yes --enable-explicit-deps
+CONFIGURE_ARGS=	--with-xinput=yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 INSTALL_TARGET=	install-strip

Modified: head/x11-toolkits/pango/Makefile
==============================================================================
--- head/x11-toolkits/pango/Makefile	Thu Aug 28 10:58:05 2014	(r366392)
+++ head/x11-toolkits/pango/Makefile	Thu Aug 28 10:58:25 2014	(r366393)
@@ -4,7 +4,7 @@
 
 PORTNAME=	pango
 PORTVERSION=	1.34.1
-PORTREVISION?=	6
+PORTREVISION?=	7
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
@@ -30,7 +30,6 @@ USE_GNOME=	cairo glib20 gnomehier intros
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 INSTALL_TARGET=	install-strip
-CONFIGURE_ARGS=	--enable-explicit-deps=yes
 
 PLIST_SUB=	VERSION="1.8.0"
 



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