Date: Thu, 13 Mar 2014 05:57:04 +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: r348038 - head/devel/json-glib Message-ID: <201403130557.s2D5v41J017823@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Thu Mar 13 05:57:04 2014 New Revision: 348038 URL: http://svnweb.freebsd.org/changeset/ports/348038 QAT: https://qat.redports.org/buildarchive/r348038/ Log: - Stage support - Convert to new USES flags - Disable g-ir-scanner cache to not touch /root/.cache during build Modified: head/devel/json-glib/Makefile Modified: head/devel/json-glib/Makefile ============================================================================== --- head/devel/json-glib/Makefile Thu Mar 13 05:56:18 2014 (r348037) +++ head/devel/json-glib/Makefile Thu Mar 13 05:57:04 2014 (r348038) @@ -13,14 +13,11 @@ COMMENT= JSON (RFC 4627) interface for G BUILD_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection -USES= pkgconfig -USE_GMAKE= yes -USE_XZ= yes -USE_GNOME= glib20 gnomehack gnomeprefix ltverhack +USES= pkgconfig tar:xz gmake +USE_GNOME= glib20 gnomehack gnomeprefix ltverhack introspection:build USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403130557.s2D5v41J017823>