Date: Thu, 6 Mar 2014 09:13:25 +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: r347174 - head/devel/gobject-introspection Message-ID: <201403060913.s269DPWv099844@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403060913.s269DPWv099844>