Date: Mon, 20 Jan 2014 18:00:59 +0400 (MSK) From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: FreeBSD-gnats-submit@freebsd.org Cc: gnome@FreeBSD.org Subject: [PATCH] devel/py-gobject: use new LIB_DEPENDS synax Message-ID: <20140120140059.996F991CA@hades.panopticon>
index | next in thread | raw e-mail
>Submitter-Id: current-users
>Originator: Dmitry Marakasov
>Organization:
>Confidential: no
>Synopsis: [PATCH] devel/py-gobject: use new LIB_DEPENDS synax
>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:
- Use new LIB_DEPENDS syntax
- 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:
--- py27-gobject-2.28.6_3.patch begins here ---
Index: Makefile
===================================================================
--- Makefile (revision 340395)
+++ Makefile (working copy)
@@ -20,13 +20,12 @@
BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \
${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-cairo
-LIB_DEPENDS+= ffi:${PORTSDIR}/devel/libffi
+LIB_DEPENDS+= libffi.so:${PORTSDIR}/devel/libffi
RUN_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \
${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-cairo
-USES= pathfix pkgconfig
+USES= pathfix pkgconfig gmake
USE_XZ= yes
-USE_GMAKE= yes
USE_GNOME= glib20
USE_PYTHON= yes
GNU_CONFIGURE= yes
--- py27-gobject-2.28.6_3.patch ends here ---
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140120140059.996F991CA>
