Bug 186214 - [PATCH] multimedia/totem-pl-parser: staging, new LIB_DEPENDS syntax
Summary: [PATCH] multimedia/totem-pl-parser: staging, new LIB_DEPENDS syntax
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-28 23:10 UTC by Dmitry Marakasov
Modified: 2014-05-12 03:10 UTC (History)
1 user (show)

See Also:


Attachments
totem-pl-parser-2.32.3_2.patch (1.30 KB, patch)
2014-01-28 23:10 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2014-01-28 23:10:03 UTC
- 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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-28 23:10:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Dmitry Marakasov freebsd_committer freebsd_triage 2014-05-12 03:01:23 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-05-12 03:01:23 UTC
Author: amdmi3
Date: Mon May 12 02:01:19 2014
New Revision: 353763
URL: http://svnweb.freebsd.org/changeset/ports/353763
QAT: https://qat.redports.org/buildarchive/r353763/

Log:
  - Switch to USE_GNOME=introspection
  - Whitespace fix
  
  PR:		186214
  Submitted by:	amdmi3
  Approved by:	maintainer timeout

Modified:
  head/multimedia/totem-pl-parser/Makefile

Modified: head/multimedia/totem-pl-parser/Makefile
==============================================================================
--- head/multimedia/totem-pl-parser/Makefile	Mon May 12 01:52:44 2014	(r353762)
+++ head/multimedia/totem-pl-parser/Makefile	Mon May 12 02:01:19 2014	(r353763)
@@ -12,13 +12,11 @@ DIST_SUBDIR=	gnome2
 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=	libgmime-2.4.so:${PORTSDIR}/mail/gmime24 \
 		libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome
-RUN_DEPENDS=	${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection
 
 USES=		gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2
-USE_GNOME=	gnomeprefix glib20 libxml2 intlhack
+USE_GNOME=	gnomeprefix glib20 libxml2 intlhack introspection:build,run
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
@@ -30,6 +28,6 @@ QUVI_DESC=	Enable flash media stream URL
 
 QUVI_LIB_DEPENDS=	libquvi.so:${PORTSDIR}/multimedia/libquvi
 QUVI_CONFIGURE_ON=	--enable-enable-quvi
-QUVI_CONFIGURE_OFF	=--enable-enable-quvi=no
+QUVI_CONFIGURE_OFF=	--enable-enable-quvi=no
 
 .include <bsd.port.mk>
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"