From owner-svn-ports-head@FreeBSD.ORG Tue Feb 18 20:46: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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 769DA13E; Tue, 18 Feb 2014 20:46: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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 45DC212C2; Tue, 18 Feb 2014 20:46:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1IKkInT039848; Tue, 18 Feb 2014 20:46:18 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1IKkHWZ039846; Tue, 18 Feb 2014 20:46:17 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201402182046.s1IKkHWZ039846@svn.freebsd.org> From: Koop Mast Date: Tue, 18 Feb 2014 20:46:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344956 - head/mail/gnubiff 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 20:46:18 -0000 Author: kwm Date: Tue Feb 18 20:46:17 2014 New Revision: 344956 URL: http://svnweb.freebsd.org/changeset/ports/344956 QAT: https://qat.redports.org/buildarchive/r344956/ Log: Remove gnome-panel 2.x option. While here stagify use pathfix for translation files, use new LIB_DEPENDS syntax. Modified: head/mail/gnubiff/Makefile head/mail/gnubiff/pkg-plist Modified: head/mail/gnubiff/Makefile ============================================================================== --- head/mail/gnubiff/Makefile Tue Feb 18 20:33:12 2014 (r344955) +++ head/mail/gnubiff/Makefile Tue Feb 18 20:46:17 2014 (r344956) @@ -3,19 +3,19 @@ PORTNAME= gnubiff PORTVERSION= 2.2.13 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail MASTER_SITES= SF MAINTAINER= tdb@FreeBSD.org -COMMENT= A mail notification program for Gnome +COMMENT= Mail notification program for Gnome OPTIONS_DEFINE= NLS -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt +LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt USE_GNOME= intlhack libglade2 esound -USES= fam gmake pkgconfig +USES= fam gmake pathfix pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -24,7 +24,6 @@ LDFLAGS+= -L${LOCALBASE}/lib # /usr/local/include/openssl/sha.h:173: error: ISO C++ does not support `long long' CXXFLAGS+= "-Wno-long-long" -MAN1= gnubiff.1 INFO= gnubiff .include @@ -42,22 +41,7 @@ CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .endif -# This application can dock in the GNOME panel, or it can not. -# Only install support if gnomepanel is already installed. -WANT_GNOME= yes - -NO_STAGE= yes -.include - -.if ${HAVE_GNOME:Mgnomepanel}!="" -USE_GNOME+= gnomepanel gconf2 gnomeprefix gnomehack -PKGNAMESUFFIX+= -gnome -PLIST_SUB+= BONOBODIR="libdata/bonobo" -PLIST_SUB+= WITH_GNOME="" -.else CONFIGURE_ARGS+= --disable-gnome -PLIST_SUB+= BONOBODIR="lib/bonobo" -PLIST_SUB+= WITH_GNOME="@comment " -.endif +PLIST_SUB+= BONOBODIR="libdata/bonobo" -.include +.include Modified: head/mail/gnubiff/pkg-plist ============================================================================== --- head/mail/gnubiff/pkg-plist Tue Feb 18 20:33:12 2014 (r344955) +++ head/mail/gnubiff/pkg-plist Tue Feb 18 20:46:17 2014 (r344956) @@ -1,4 +1,5 @@ bin/gnubiff +man/man1/gnubiff.1.gz share/applications/gnubiff.desktop %%NLS%%share/locale/cs/LC_MESSAGES/gnubiff.mo %%NLS%%share/locale/de/LC_MESSAGES/gnubiff.mo @@ -32,8 +33,6 @@ share/gnubiff/tux-jump(64x64).png share/gnubiff/tux-sleep(64x64).png share/gnubiff/tux-sleep.png share/pixmaps/gnubiff.png -%%WITH_GNOME%%%%BONOBODIR%%/servers/GNOME_gnubiffApplet.server -%%WITH_GNOME%%share/gnome-2.0/ui/GNOME_gnubiffApplet.xml @dirrmtry %%BONOBODIR%%/servers @dirrmtry %%BONOBODIR%% %%NLS%%@dirrmtry share/locale/fr_CA/LC_MESSAGES