svn commit: r362304 - head/x11-toolkits/pango

John Marino marino at FreeBSD.org
Sun Jul 20 08:15:16 UTC 2014


Author: marino
Date: Sun Jul 20 08:15:16 2014
New Revision: 362304
URL: http://svnweb.freebsd.org/changeset/ports/362304
QAT: https://qat.redports.org/buildarchive/r362304/

Log:
  x11-toolkits/pango: require explicit linking
  
  This new configure argument will list all required libraries in the
  generated pkgconf files.  Before any library indirectly pulled in, such
  as libm, was not listed.
  
  This fixes numerous regression in dports and it's more correct anyway.
  
  phabric:	D411
  Approved by:	gnome (kwm)

Modified:
  head/x11-toolkits/pango/Makefile

Modified: head/x11-toolkits/pango/Makefile
==============================================================================
--- head/x11-toolkits/pango/Makefile	Sun Jul 20 08:15:15 2014	(r362303)
+++ head/x11-toolkits/pango/Makefile	Sun Jul 20 08:15:16 2014	(r362304)
@@ -4,7 +4,7 @@
 
 PORTNAME=	pango
 PORTVERSION=	1.34.1
-PORTREVISION?=	5
+PORTREVISION?=	6
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
@@ -30,6 +30,7 @@ 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"
 


More information about the svn-ports-all mailing list