Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Apr 2014 13:43:06 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350701 - head/multimedia/gxine
Message-ID:  <201404091343.s39Dh6EK053445@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Apr  9 13:43:05 2014
New Revision: 350701
URL: http://svnweb.freebsd.org/changeset/ports/350701
QAT: https://qat.redports.org/buildarchive/r350701/

Log:
  Use USES=webplugin, USES=libtool

Modified:
  head/multimedia/gxine/Makefile
  head/multimedia/gxine/pkg-plist

Modified: head/multimedia/gxine/Makefile
==============================================================================
--- head/multimedia/gxine/Makefile	Wed Apr  9 13:34:04 2014	(r350700)
+++ head/multimedia/gxine/Makefile	Wed Apr  9 13:43:05 2014	(r350701)
@@ -19,8 +19,7 @@ LIB_DEPENDS=	libnspr4.so:${PORTSDIR}/dev
 OPTIONS_DEFINE=	MOZILLA_PLUGIN GNOME LIRC
 MOZILLA_PLUGIN_DESC=	Mozilla plugin
 
-USE_XZ=		yes
-USES=		gmake pathfix pkgconfig
+USES=		gmake libtool pathfix pkgconfig tar:xz
 USE_GNOME=	gtk20
 USE_AUTOTOOLS=	libtool
 CONFIGURE_ENV=	MKDIR_P="${MKDIR}"
@@ -34,10 +33,9 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 
 .if ${PORT_OPTIONS:MMOZILLA_PLUGIN}
 USE_XORG+=	xaw
-USE_WEBPLUGINS=	native
-WEBPLUGINS_DIR=	${PREFIX}/lib/gxine
-WEBPLUGINS_FILES=gxineplugin.so
-.include "${PORTSDIR}/www/firefox/Makefile.webplugins"
+USES+=		webplugin:native
+WEBPLUGIN_DIR=	${PREFIX}/lib/gxine
+WEBPLUGIN_FILES=gxineplugin.so
 PLIST_SUB+=	MOZILLA_PLUGIN=""
 .else
 CONFIGURE_ARGS+=--without-browser-plugin

Modified: head/multimedia/gxine/pkg-plist
==============================================================================
--- head/multimedia/gxine/pkg-plist	Wed Apr  9 13:34:04 2014	(r350700)
+++ head/multimedia/gxine/pkg-plist	Wed Apr  9 13:43:05 2014	(r350701)
@@ -63,5 +63,4 @@ share/pixmaps/gxine.png
 @dirrmtry man/de/man1
 @dirrmtry man/de
 @dirrm lib/gxine
-%%MOZILLA_PLUGIN%%@dirrmtry lib/browser_plugins
 @dirrm %%ETCDIR%%



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