Skip site navigation (1)Skip section navigation (2)
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:   ports/185919: [PATCH] devel/py-gobject: use new LIB_DEPENDS synax
Message-ID:  <20140120140059.996F991CA@hades.panopticon>
Resent-Message-ID: <201401201410.s0KEA5Fq039082@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         185919
>Category:       ports
>Synopsis:       [PATCH] devel/py-gobject: use new LIB_DEPENDS synax
>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:05 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
- 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 ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140120140059.996F991CA>