Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Feb 2014 20:46:17 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344956 - head/mail/gnubiff
Message-ID:  <201402182046.s1IKkHWZ039846@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
@@ -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 <bsd.port.pre.mk>
-
-.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 <bsd.port.post.mk>
+.include <bsd.port.mk>

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



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