ports/188910: x11-toolkits/pango Plist broken

Tijl Coosemans tijl at FreeBSD.org
Sat May 3 18:30:01 UTC 2014


The following reply was made to PR ports/188910; it has been noted by GNATS.

From: Tijl Coosemans <tijl at FreeBSD.org>
To: bug-followup at FreeBSD.org, rodrigo at FreeBSD.org
Cc:  
Subject: Re: ports/188910: x11-toolkits/pango Plist broken
Date: Sat, 3 May 2014 20:21:11 +0200

 --MP_/lQrC8TnRSCal/N6etgZ0fi7
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 Hi,
 
 Here's a new patch for x11-toolkits/pango that removes the mkdir from
 the Makefile instead.
 
 It also adds gnomehier back (removed in r347450) to fix QAT leftover
 errors like https://qat.redports.org/buildarchive/r352554/
 --MP_/lQrC8TnRSCal/N6etgZ0fi7
 Content-Type: text/x-patch
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment; filename=pango.patch
 
 Index: x11-toolkits/pango/Makefile
 ===================================================================
 --- x11-toolkits/pango/Makefile	(revision 352897)
 +++ x11-toolkits/pango/Makefile	(working copy)
 @@ -4,7 +4,7 @@
  
  PORTNAME=	pango
  PORTVERSION=	1.34.1
 -PORTREVISION?=	4
 +PORTREVISION?=	5
  CATEGORIES=	x11-toolkits
  MASTER_SITES=	GNOME
  DIST_SUBDIR=	gnome2
 @@ -26,7 +26,7 @@ RUN_DEPENDS=	${FONTSCALE}:${PORTSDIR}/x1
  USES+=		gettext gmake libtool:keepla pathfix pkgconfig
  USE_LDCONFIG=	yes
  GNU_CONFIGURE=	yes
 -USE_GNOME=	cairo glib20 introspection:build referencehack
 +USE_GNOME=	cairo glib20 gnomehier introspection:build referencehack
  CPPFLAGS+=	-I${LOCALBASE}/include
  LDFLAGS+=	-L${LOCALBASE}/lib
  
 @@ -56,7 +56,6 @@ pre-configure:
  .endif
  
  post-install:
 -	@${MKDIR} ${STAGEDIR}${PREFIX}/etc/pango/
  	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libpango*-1.0.so.0
  	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pango/*/modules/pango-*.so
  
 
 --MP_/lQrC8TnRSCal/N6etgZ0fi7--


More information about the freebsd-gnome mailing list