Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Mar 2014 05:56:19 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348037 - head/x11-toolkits/libwnck
Message-ID:  <201403130556.s2D5uJNu017675@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Thu Mar 13 05:56:18 2014
New Revision: 348037
URL: http://svnweb.freebsd.org/changeset/ports/348037
QAT: https://qat.redports.org/buildarchive/r348037/

Log:
  - Stage support
  - Covert to new USES
  - Disable g-ir-scanner cache to not touch /root/.cache during build

Modified:
  head/x11-toolkits/libwnck/Makefile

Modified: head/x11-toolkits/libwnck/Makefile
==============================================================================
--- head/x11-toolkits/libwnck/Makefile	Thu Mar 13 05:24:07 2014	(r348036)
+++ head/x11-toolkits/libwnck/Makefile	Thu Mar 13 05:56:18 2014	(r348037)
@@ -12,16 +12,11 @@ DIST_SUBDIR=	gnome2
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Library used for writing pagers and taskslists
 
-USE_BZIP2=	yes
-
 .if !defined(REFERENCE_PORT)
 
-BUILD_DEPENDS=	g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
-RUN_DEPENDS=	g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
-
 USE_XORG=	xres
-USES=		bison pathfix gettext gmake pkgconfig
-USE_GNOME=	gtk20 ltverhack referencehack intlhack
+USES=		bison pathfix gettext gmake pkgconfig tar:bzip2
+USE_GNOME=	gtk20 ltverhack referencehack intlhack introspection:build,run
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtool
 CONFIGURE_ARGS=	--with-html-dir=${PREFIX}/share/doc
@@ -32,7 +27,6 @@ OPTIONS_DEFINE=	STARTUP
 OPTIONS_DEFAULT=STARTUP
 STARTUP_DESC=	Startup notification support
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MSTARTUP}



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