Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jan 2014 03:02:15 +0400 (MSK)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        gnome@FreeBSD.org
Subject:   ports/186214: [PATCH] multimedia/totem-pl-parser: staging, new LIB_DEPENDS syntax
Message-ID:  <20140128230216.6992A2943@hades.panopticon>
Resent-Message-ID: <201401282310.s0SNA4SD033524@freefall.freebsd.org>

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

>Number:         186214
>Category:       ports
>Synopsis:       [PATCH] multimedia/totem-pl-parser: staging, new LIB_DEPENDS syntax
>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:03 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:
- Support staging
- Use new LIB_DEPENDS syntax
- Convert USE_GMAKE to USES
- Use preferred way to depend on gobject-introspection

Port maintainer (gnome@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- totem-pl-parser-2.32.3_2.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 341668)
+++ Makefile	(working copy)
@@ -12,15 +12,12 @@
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	GObject-based library to parse a host of playlist formats
 
-BUILD_DEPENDS=	g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
-LIB_DEPENDS=	gmime-2.4:${PORTSDIR}/mail/gmime24 \
-		soup-gnome-2.4:${PORTSDIR}/devel/libsoup-gnome
-RUN_DEPENDS=	${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection
+LIB_DEPENDS=	libgmime-2.4.so:${PORTSDIR}/mail/gmime24 \
+		libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome
 
 USE_BZIP2=	yes
-USE_GMAKE=	yes
-USES=		pathfix gettext pkgconfig
-USE_GNOME=	gnomeprefix glib20 libxml2 intlhack ltverhack
+USES=		pathfix gettext pkgconfig gmake
+USE_GNOME=	gnomeprefix glib20 libxml2 intlhack ltverhack introspection:build,run
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtool
 CPPFLAGS+=	-I${LOCALBASE}/include
@@ -29,11 +26,10 @@
 OPTIONS_DEFINE=	QUVI
 QUVI_DESC=	Enable flash media stream URL support
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MQUVI}
-LIB_DEPENDS+=	quvi:${PORTSDIR}/multimedia/libquvi
+LIB_DEPENDS+=	libquvi.so:${PORTSDIR}/multimedia/libquvi
 CONFIGURE_ARGS+=--enable-enable-quvi
 .else
 CONFIGURE_ARGS+=--enable-enable-quvi=no
--- totem-pl-parser-2.32.3_2.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?20140128230216.6992A2943>