From owner-svn-ports-head@FreeBSD.ORG Sat Mar 22 10:06:11 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1B8D61E8; Sat, 22 Mar 2014 10:06:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F09D6B36; Sat, 22 Mar 2014 10:06:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2MA6AWU039135; Sat, 22 Mar 2014 10:06:10 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2MA6A7r039132; Sat, 22 Mar 2014 10:06:10 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201403221006.s2MA6A7r039132@svn.freebsd.org> From: Antoine Brodin Date: Sat, 22 Mar 2014 10:06:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348782 - head/misc/xosd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Mar 2014 10:06:11 -0000 Author: antoine Date: Sat Mar 22 10:06:10 2014 New Revision: 348782 URL: http://svnweb.freebsd.org/changeset/ports/348782 QAT: https://qat.redports.org/buildarchive/r348782/ Log: Remove dependency on deprecated and forbidden xmms Modified: head/misc/xosd/Makefile head/misc/xosd/pkg-descr head/misc/xosd/pkg-plist Modified: head/misc/xosd/Makefile ============================================================================== --- head/misc/xosd/Makefile Sat Mar 22 10:06:02 2014 (r348781) +++ head/misc/xosd/Makefile Sat Mar 22 10:06:10 2014 (r348782) @@ -3,7 +3,7 @@ PORTNAME= xosd PORTVERSION= 2.2.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= SF/libxosd/libxosd/${PORTNAME}-${PORTVERSION} @@ -19,25 +19,18 @@ USE_XORG= x11 xext xt sm ice USE_LDCONFIG= yes CONFIGURE_ENV= LIBS=${PTHREAD_LIBS}' -L${LOCALBASE}/lib' \ LOCALBASE='${LOCALBASE}' \ - GTK_CONFIG='${GTK_CONFIG}' GLIB_CONFIG='${GLIB_CONFIG}' \ - XMMS_PLUGINDIR=${LOCALBASE}/lib/xmms -CONFIGURE_ARGS= --disable-beep_media_player_plugin + GTK_CONFIG='${GTK_CONFIG}' GLIB_CONFIG='${GLIB_CONFIG}' +CONFIGURE_ARGS= --disable-beep_media_player_plugin --disable-new-plugin PATCH_STRIP= -p1 PORTDOCS= AUTHORS ChangeLog TODO -OPTIONS_DEFINE= XMMS MSEC XFT DOCS -OPTIONS_DEFAULT= XMMS -XMMS_DESC= Build and install XMMS-OSD plugin +OPTIONS_DEFINE= MSEC XFT DOCS MSEC_DESC= Use milliseconds timeout (breaks compatibility!) XFT_DESC= Unofficial Xft support OPTIONS_SUB= yes -XMMS_LIB_DEPENDS= libxmms.so:${PORTSDIR}/multimedia/xmms \ - libgdk_pixbuf.so:${PORTSDIR}/graphics/gdk-pixbuf -XMMS_CONFIGURE_ENABLE= new-plugin - MSEC_EXTRA_PATCHES= ${FILESDIR}/extra-patch-msec-timeout XFT_EXTRA_PATCHES= ${FILESDIR}/extra-patch-xft @@ -45,10 +38,6 @@ XFT_USE= GNOME=pango XORG=xft .include -.if ${PORT_OPTIONS:MXMMS} -COMMENT+= (with XMMS plugin) -.endif - .if ${PORT_OPTIONS:MMSEC} DELAY_UNITS= milliseconds .else Modified: head/misc/xosd/pkg-descr ============================================================================== --- head/misc/xosd/pkg-descr Sat Mar 22 10:06:02 2014 (r348781) +++ head/misc/xosd/pkg-descr Sat Mar 22 10:06:10 2014 (r348782) @@ -2,7 +2,4 @@ XOSD displays text on your screen; sound that it is unmanaged and shaped, so it appears transparent. This gives the effect of an on-screen-display, just like on your TV/VCR, etc. -The port also includes XMMS plugin, which can automatically display various -interesting things as they change (like song name and volume). - WWW: http://sourceforge.net/projects/libxosd/ Modified: head/misc/xosd/pkg-plist ============================================================================== --- head/misc/xosd/pkg-plist Sat Mar 22 10:06:02 2014 (r348781) +++ head/misc/xosd/pkg-plist Sat Mar 22 10:06:10 2014 (r348782) @@ -33,5 +33,3 @@ share/aclocal/libxosd.m4 %%DATADIR%%/top-right.png %%DATADIR%%/top.png @dirrm %%DATADIR%% -%%XMMS%%lib/xmms/General/libxmms_osd.la -%%XMMS%%lib/xmms/General/libxmms_osd.so