>Submitter-Id: current-users >Originator: Dmitry Marakasov >Organization: >Confidential: no >Synopsis: [PATCH] devel/rubygem-gobject-introspection: switch to >USE_GNOME=introspection >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 10.0-RELEASE amd64 >Environment: System: FreeBSD hades.panopticon 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260807: Fri Jan 17 13:14:28 MSK >Description: - Switch to USE_GNOME=introspection to depend on gobject-introspection. Among other things this takes care of environement for g-ir-scanner.
Port maintainer ([email protected]) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- rubygem-gobject-introspection-2.0.2.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 341668) +++ Makefile (working copy) @@ -8,11 +8,10 @@ MAINTAINER= [email protected] COMMENT= Ruby binding for GObjectIntrospection -BUILD_DEPENDS= rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2 \ - g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -RUN_DEPENDS= rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2 \ - g-ir-scanner:${PORTSDIR}/devel/gobject-introspection +BUILD_DEPENDS= rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2 +RUN_DEPENDS= rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2 +USE_GNOME= introspection:build,run USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes --- rubygem-gobject-introspection-2.0.2.patch ends here --- _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ruby To unsubscribe, send any mail to "[email protected]"
