Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 May 2014 18:30:00 GMT
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        gnome@FreeBSD.org
Subject:   Re: ports/188910: x11-toolkits/pango Plist broken
Message-ID:  <201405031830.s43IU0O7040788@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/188910; it has been noted by GNATS.

From: Tijl Coosemans <tijl@FreeBSD.org>
To: bug-followup@FreeBSD.org, rodrigo@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--



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