ports/160224: building x11-toolkits/gtk30 fails

Tsurutani Naoki turutani at scphys.kyoto-u.ac.jp
Tue Jan 31 01:30:13 UTC 2012


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

From: Tsurutani Naoki <turutani at scphys.kyoto-u.ac.jp>
To: bug-followup at FreeBSD.org, gnome at FreeBSD.org,
	turutani at scphys.kyoto-u.ac.jp
Cc:  
Subject: Re: ports/160224: building x11-toolkits/gtk30 fails
Date: Tue, 31 Jan 2012 10:25:06 +0900

 This problem still exists.
 Instead of above patch, using GNU sed can be solve the problem.
 I do not want to use GNU sed, for it might be confusing the ports...
 Here is a new patch:
 
 --- Makefile.orig	2011-09-30 06:27:27.000000000 +0900
 +++ Makefile	2012-01-31 06:50:40.000000000 +0900
 @@ -31,7 +31,8 @@
  
  .if !defined(REFERENCE_PORT)
  
 -BUILD_DEPENDS+=	g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
 +BUILD_DEPENDS+=	g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \
 +		gsed:${PORTSDIR}/textproc/gsed
  RUN_DEPENDS+=	${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info \
  		${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme
  
 @@ -46,7 +47,7 @@
  		xcomposite
  CONFIGURE_ARGS=	--enable-static --enable-xinput=yes
  CONFIGURE_ARGS+=--enable-gtk2-dependency
 -CONFIGURE_ENV=	INTROSPECTION_GIRDIR=`pkg-config --variable=girdir gobject-introspection-1.0`
 +CONFIGURE_ENV=	INTROSPECTION_GIRDIR=`pkg-config --variable=girdir gobject-introspection-1.0` SED=${LOCALBASE}/bin/gsed
  CPPFLAGS+=	-I${LOCALBASE}/include/freetype2 \
  		-I${LOCALBASE}/include
  LDFLAGS+=	-L${LOCALBASE}/lib


More information about the freebsd-gnome mailing list