From owner-svn-ports-head@FreeBSD.ORG Sat Dec 20 23:11:18 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 93A4C246; Sat, 20 Dec 2014 23:11:18 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7EB0C1725; Sat, 20 Dec 2014 23:11:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBKNBI1C016690; Sat, 20 Dec 2014 23:11:18 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBKNBGsY016681; Sat, 20 Dec 2014 23:11:16 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201412202311.sBKNBGsY016681@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 20 Dec 2014 23:11:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375137 - in head/audio: beast extace freedesktop-sound-theme gnome-audio jokosher mate-media terminatorx 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.18-1 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, 20 Dec 2014 23:11:18 -0000 Author: bapt Date: Sat Dec 20 23:11:15 2014 New Revision: 375137 URL: https://svnweb.freebsd.org/changeset/ports/375137 QAT: https://qat.redports.org/buildarchive/r375137/ Log: Get rid of gnomehier Modified: head/audio/beast/Makefile head/audio/extace/Makefile head/audio/freedesktop-sound-theme/Makefile head/audio/gnome-audio/Makefile head/audio/jokosher/Makefile head/audio/mate-media/Makefile head/audio/terminatorx/Makefile Modified: head/audio/beast/Makefile ============================================================================== --- head/audio/beast/Makefile Sat Dec 20 22:17:49 2014 (r375136) +++ head/audio/beast/Makefile Sat Dec 20 23:11:15 2014 (r375137) @@ -3,7 +3,7 @@ PORTNAME= beast PORTVERSION= 0.7.8 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio MASTER_SITES= http://dist.testbit.eu/beast/%SUBDIR%/ MASTER_SITE_SUBDIR= v${PORTVERSION:R} @@ -25,12 +25,13 @@ OPTIONS_DEFINE_i386= SSE USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig shared-mime-info shebangfix tar:bzip2 SHEBANG_FILES= autotools/intltool-merge USE_GCC= yes -USE_GNOME= gnomehier libgnomecanvas +USE_GNOME= libgnomecanvas GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules \ --enable-osspcm=/dev/dsp \ --enable-ossmidi=/dev/midi USE_LDCONFIG= yes +INSTALL_TARGET= install-strip CXXFLAGS+= -fpermissive CPPFLAGS+= -I${LOCALBASE}/include Modified: head/audio/extace/Makefile ============================================================================== --- head/audio/extace/Makefile Sat Dec 20 22:17:49 2014 (r375136) +++ head/audio/extace/Makefile Sat Dec 20 23:11:15 2014 (r375137) @@ -3,7 +3,7 @@ PORTNAME= extace PORTVERSION= 1.9.9 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/eXtace/${PORTVERSION} @@ -13,7 +13,7 @@ COMMENT= Audio visualization plugin for LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3 USES= libtool pathfix pkgconfig -USE_GNOME= esound gnomehier gtk20 +USE_GNOME= esound gtk20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lm Modified: head/audio/freedesktop-sound-theme/Makefile ============================================================================== --- head/audio/freedesktop-sound-theme/Makefile Sat Dec 20 22:17:49 2014 (r375136) +++ head/audio/freedesktop-sound-theme/Makefile Sat Dec 20 23:11:15 2014 (r375137) @@ -4,7 +4,7 @@ PORTNAME= freedesktop-sound-theme PORTVERSION= 0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio gnome MASTER_SITES= LOCAL MASTER_SITE_SUBDIR= kwm @@ -13,7 +13,7 @@ DISTNAME= sound-theme-freedesktop-${PORT MAINTAINER= gnome@FreeBSD.org COMMENT= Sound theme based on the FreeDesktop specification -USE_GNOME= gnomehier intlhack +USE_GNOME= intlhack USES= gettext gmake tar:bzip2 GNU_CONFIGURE= yes Modified: head/audio/gnome-audio/Makefile ============================================================================== --- head/audio/gnome-audio/Makefile Sat Dec 20 22:17:49 2014 (r375136) +++ head/audio/gnome-audio/Makefile Sat Dec 20 23:11:15 2014 (r375137) @@ -4,6 +4,7 @@ PORTNAME= gnome-audio PORTVERSION= 2.22.2 +PORTREVISION= 1 CATEGORIES= audio gnome MASTER_SITES= GNOME @@ -12,7 +13,6 @@ COMMENT= Sound files for use with GNOME USES= tar:bzip2 NO_BUILD= yes -USE_GNOME= gnomehier MAKE_ENV= prefix=${PREFIX} post-patch: Modified: head/audio/jokosher/Makefile ============================================================================== --- head/audio/jokosher/Makefile Sat Dec 20 22:17:49 2014 (r375136) +++ head/audio/jokosher/Makefile Sat Dec 20 23:11:15 2014 (r375137) @@ -2,7 +2,7 @@ PORTNAME= jokosher PORTVERSION= 0.11.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= http://launchpadlibrarian.net/43860543/ @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg> USES= desktop-file-utils python:2 shared-mime-info USE_PYTHON= distutils -USE_GNOME= gnomehier +WANT_GNOME= yes USE_GSTREAMER= gnonlin good python INSTALLS_ICONS= yes Modified: head/audio/mate-media/Makefile ============================================================================== --- head/audio/mate-media/Makefile Sat Dec 20 22:17:49 2014 (r375136) +++ head/audio/mate-media/Makefile Sat Dec 20 23:11:15 2014 (r375137) @@ -17,7 +17,7 @@ PORTSCOUT= limitw:1,even USES= gettext gmake libtool pathfix pkgconfig tar:xz USE_MATE= desktop panel -USE_GNOME= gnomehier glib20 gnomehier gtk20 intlhack libxml2 +USE_GNOME= glib20 gtk20 intlhack libxml2 USE_LDCONFIG= yes USE_GSTREAMER= good GNU_CONFIGURE= yes @@ -26,6 +26,7 @@ CONFIGURE_ARGS= --disable-pulseaudio \ --enable-gst-mixer-applet CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.mate.panel.applet.mixer.gschema.xml \ org.mate.volume-control.gschema.xml Modified: head/audio/terminatorx/Makefile ============================================================================== --- head/audio/terminatorx/Makefile Sat Dec 20 22:17:49 2014 (r375136) +++ head/audio/terminatorx/Makefile Sat Dec 20 23:11:15 2014 (r375137) @@ -4,7 +4,7 @@ PORTNAME= terminatorx PORTVERSION= 3.84 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio MASTER_SITES= http://terminatorx.org/dist/ DISTNAME= terminatorX-${PORTVERSION} @@ -26,11 +26,9 @@ SOX_DESC= sox (.au) support MPG123_DESC= mpg123 support USE_XORG= x11 xext xi xxf86dga ice sm -USES= tar:bzip2 gmake pathfix pkgconfig -USE_GNOME= gnomehier gtk20 libxml2 -USE_AUTOTOOLS= aclocal autoheader automake autoconf -ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal -AUTOMAKE_ARGS= --add-missing +USES= tar:bzip2 gmake pathfix pkgconfig autoreconf +USE_GNOME= gtk20 libxml2 +GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-alsamidi \ --disable-scheduler INSTALLS_OMF= yes @@ -68,6 +66,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/gnome-support/${file} \ ${STAGEDIR}${PREFIX}/share/pixmaps .endfor + ${MKDIR} ${STAGEDIR}${PREFIX}/share/mime-info .for f in terminatorX.mime terminatorX.keys ${INSTALL_DATA} ${WRKSRC}/gnome-support/${f} \ ${STAGEDIR}${PREFIX}/share/mime-info