Date: Mon, 20 Jan 2014 18:01:10 +0400 (MSK) From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: FreeBSD-gnats-submit@freebsd.org Cc: gnome@FreeBSD.org Subject: ports/185918: [PATCH] net-im/telepathy-logger: support staging Message-ID: <20140120140110.8B6FA91E1@hades.panopticon> Resent-Message-ID: <201401201410.s0KEA5rA039071@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 185918 >Category: ports >Synopsis: [PATCH] net-im/telepathy-logger: support staging >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jan 20 14:10:04 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 10.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD hades.panopticon 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260807: Fri Jan 17 13:14:28 MSK >Description: - Use new LIB_DEPENDS syntax - Support staging - Convert USE_GMAKE to USES Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- telepathy-logger-0.4.0.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 340395) +++ Makefile (working copy) @@ -11,15 +11,15 @@ COMMENT= Logger utility library for the Telepathy framework BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ - telepathy-glib:${PORTSDIR}/net-im/telepathy-glib +LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib LICENSE= LGPL21 -USES= pkgconfig +USES= pkgconfig gmake USE_BZIP2= yes USE_AUTOTOOLS= libtool -USE_GMAKE= yes +MAKE_ENV= GI_SCANNER_DISABLE_CACHE=yes USE_LDCONFIG= yes USE_GNOME= gnomehack glib20 intltool gnomedocutils ltverhack libxml2 \ libxslt:build @@ -27,7 +27,6 @@ USE_PYTHON_BUILD= yes GLIB_SCHEMAS= org.freedesktop.Telepathy.Logger.gschema.xml -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/bin/python|/usr/bin/env python|g' \ ${WRKSRC}/tools/*.py --- telepathy-logger-0.4.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140120140110.8B6FA91E1>