From owner-svn-ports-all@FreeBSD.ORG Thu Mar 6 09:13:25 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 734F8EFA; Thu, 6 Mar 2014 09:13:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5FB7D684; Thu, 6 Mar 2014 09:13:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s269DPrF099883; Thu, 6 Mar 2014 09:13:25 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s269DPWv099844; Thu, 6 Mar 2014 09:13:25 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201403060913.s269DPWv099844@svn.freebsd.org> From: Martin Wilke Date: Thu, 6 Mar 2014 09:13:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347174 - head/devel/gobject-introspection X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Mar 2014 09:13:25 -0000 Author: miwi Date: Thu Mar 6 09:13:24 2014 New Revision: 347174 URL: http://svnweb.freebsd.org/changeset/ports/347174 QAT: https://qat.redports.org/buildarchive/r347174/ Log: - Stage support Modified: head/devel/gobject-introspection/Makefile head/devel/gobject-introspection/pkg-plist Modified: head/devel/gobject-introspection/Makefile ============================================================================== --- head/devel/gobject-introspection/Makefile Thu Mar 6 08:53:17 2014 (r347173) +++ head/devel/gobject-introspection/Makefile Thu Mar 6 09:13:24 2014 (r347174) @@ -30,9 +30,6 @@ LDFLAGS+= -L${LOCALBASE}/lib # Force it to put the .cache in ${WRKSRC} instead of ~/.cache. ports/143260 MAKE_ENV= HOME=${WRKDIR} -MAN1= g-ir-compiler.1 g-ir-generate.1 g-ir-scanner.1 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|'gcc'|'cc'|g' \ ${WRKSRC}/giscanner/dumper.py Modified: head/devel/gobject-introspection/pkg-plist ============================================================================== --- head/devel/gobject-introspection/pkg-plist Thu Mar 6 08:53:17 2014 (r347173) +++ head/devel/gobject-introspection/pkg-plist Thu Mar 6 09:13:24 2014 (r347174) @@ -193,6 +193,9 @@ share/gobject-introspection-1.0/tests/ut share/gobject-introspection-1.0/tests/utility.h share/gobject-introspection-1.0/tests/warnlib.c share/gobject-introspection-1.0/tests/warnlib.h +man/man1/g-ir-compiler.1.gz +man/man1/g-ir-generate.1.gz +man/man1/g-ir-scanner.1.gz @dirrm share/gobject-introspection-1.0/tests @dirrm share/gobject-introspection-1.0 @dirrm lib/gobject-introspection/giscanner/doctemplates/Python