From owner-svn-ports-head@FreeBSD.ORG Tue Feb 18 21:06:32 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 804F07CC; Tue, 18 Feb 2014 21:06:32 +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 51BF414E7; Tue, 18 Feb 2014 21:06:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1IL6WnW047900; Tue, 18 Feb 2014 21:06:32 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1IL6VCk047897; Tue, 18 Feb 2014 21:06:31 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201402182106.s1IL6VCk047897@svn.freebsd.org> From: Koop Mast Date: Tue, 18 Feb 2014 21:06:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344958 - head/net/g2ipmsg 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: Tue, 18 Feb 2014 21:06:32 -0000 Author: kwm Date: Tue Feb 18 21:06:31 2014 New Revision: 344958 URL: http://svnweb.freebsd.org/changeset/ports/344958 QAT: https://qat.redports.org/buildarchive/r344958/ Log: Remove gnome-panel 2.x support. While here stagify, switch to USES=gmake, remove desktopfileutils it not needed. Modified: head/net/g2ipmsg/Makefile head/net/g2ipmsg/pkg-plist Modified: head/net/g2ipmsg/Makefile ============================================================================== --- head/net/g2ipmsg/Makefile Tue Feb 18 20:58:11 2014 (r344957) +++ head/net/g2ipmsg/Makefile Tue Feb 18 21:06:31 2014 (r344958) @@ -3,6 +3,7 @@ PORTNAME= g2ipmsg PORTVERSION= 0.9.6 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= http://ipmsg.org/archive/ @@ -11,18 +12,14 @@ COMMENT= Popup style message communicati LICENSE= GPLv2 # (or later) -OPTIONS_DEFINE= GNOMEPANEL -OPTIONS_DEFAULT= GNOMEPANEL -GNOMEPANEL_DESC= GNOME Panel Applet - -USES= gettext pathfix pkgconfig -USE_GNOME= desktopfileutils gnomeprefix libgnomeui +USES= gettext gmake pathfix pkgconfig +USE_GNOME= gnomeprefix libgnomeui USE_GSTREAMER= vorbis USE_OPENSSL= yes -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-doxygen-doc \ --enable-systray \ + --disable-applet \ --with-ssl=${OPENSSLBASE} CPPFLAGS+= -I${LOCALBASE}/include @@ -30,18 +27,4 @@ LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= g2ipmsg.schemas -NO_STAGE= yes -.include - -.if ${PORT_OPTIONS:MGNOMEPANEL} -USE_GNOME+= gnomepanel -PLIST_SUB+= GNOMEPANEL="" -.else -CONFIGURE_ARGS+=--disable-applet -PLIST_SUB+= GNOMEPANEL="@comment " -.endif - -post-install: - @update-desktop-database - .include Modified: head/net/g2ipmsg/pkg-plist ============================================================================== --- head/net/g2ipmsg/pkg-plist Tue Feb 18 20:58:11 2014 (r344957) +++ head/net/g2ipmsg/pkg-plist Tue Feb 18 21:06:31 2014 (r344958) @@ -1,5 +1,4 @@ bin/g2ipmsg -%%GNOMEPANEL%%bin/g2ipmsg_applet libdata/bonobo/servers/g2ipmsg.server share/applications/g2ipmsg.desktop share/locale/ja/LC_MESSAGES/g2ipmsg.mo @@ -10,7 +9,5 @@ share/pixmaps/g2ipmsg/ipmsg.xpm share/pixmaps/g2ipmsg/ipmsgrev.xpm share/pixmaps/ipmsg.png share/sounds/g2ipmsg/g2ipmsg.ogg -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @dirrm share/sounds/g2ipmsg @dirrm share/pixmaps/g2ipmsg