ports/186213: [PATCH] net-im/folks: switch to USE_GNOME=introspection
Dmitry Marakasov
amdmi3 at amdmi3.ru
Tue Jan 28 23:10:01 UTC 2014
>Number: 186213
>Category: ports
>Synopsis: [PATCH] net-im/folks: switch to USE_GNOME=introspection
>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: Tue Jan 28 23:10:01 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:
- Switch to USE_GNOME=introspection to depend on gobject-introspection.
Among other things this takes care of environement for g-ir-scanner.
- Use new LIB_DEPENDS syntax
- Convert USE_GMAKE to USES
Port maintainer (gnome at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:
--- folks-0.7.0.patch begins here ---
Index: Makefile
===================================================================
--- Makefile (revision 341669)
+++ Makefile (working copy)
@@ -10,10 +10,9 @@
MAINTAINER= gnome at FreeBSD.org
COMMENT= library to aggregates people from multiple sources
-BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala-vapigen \
- g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
-LIB_DEPENDS= gee:${PORTSDIR}/devel/libgee06 \
- telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib
+BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala-vapigen
+LIB_DEPENDS= libgee.so:${PORTSDIR}/devel/libgee06 \
+ libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib
IGNORE= Doesn't build currently, missing components
CONFLICTS= folks-0.4.[0-9]*
@@ -21,9 +20,9 @@
USE_XZ= yes
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
-USE_GMAKE= yes
-USE_GNOME= gnomehier gnomehack intlhack ltverhack evolutiondataserver3
-USES= gettext
+USE_GNOME= gnomehier gnomehack intlhack ltverhack \
+ evolutiondataserver3 introspection:build
+USES= gettext gmake
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
--- folks-0.7.0.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list