Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2014 19:56:17 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342828 - in head/net-im: libpurple pidgin
Message-ID:  <201402051956.s15JuHjH013858@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Wed Feb  5 19:56:17 2014
New Revision: 342828
URL: http://svnweb.freebsd.org/changeset/ports/342828
QAT: https://qat.redports.org/buildarchive/r342828/

Log:
  USES_GNOME=gnomehack -> USES=pathfix
  
  Approved by:	marcus@ (maintainer)

Modified:
  head/net-im/libpurple/Makefile
  head/net-im/pidgin/Makefile

Modified: head/net-im/libpurple/Makefile
==============================================================================
--- head/net-im/libpurple/Makefile	Wed Feb  5 19:54:26 2014	(r342827)
+++ head/net-im/libpurple/Makefile	Wed Feb  5 19:56:17 2014	(r342828)
@@ -13,8 +13,8 @@ MAINTAINER?=	marcus@FreeBSD.org
 COMMENT?=	Backend library for the Pidgin multi-protocol messaging client
 
 USE_BZIP2=	yes
-USES=		gmake pkgconfig
-USE_GNOME?=	gnomeprefix gnomehack intlhack glib20 libxml2
+USES=		gmake pkgconfig pathfix
+USE_GNOME?=	gnomeprefix intlhack glib20 libxml2
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS?=--disable-gtkui \
 		--disable-consoleui \

Modified: head/net-im/pidgin/Makefile
==============================================================================
--- head/net-im/pidgin/Makefile	Wed Feb  5 19:54:26 2014	(r342827)
+++ head/net-im/pidgin/Makefile	Wed Feb  5 19:56:17 2014	(r342828)
@@ -22,7 +22,8 @@ PIDGIN_SLAVE=	yes
 WITH_GTKUI=	yes
 
 USE_LDCONFIG=	yes
-USE_GNOME=	gnomeprefix gnomehack intlhack gtk20
+USE_GNOME=	gnomeprefix intlhack gtk20
+USES+=		pathfix
 USE_XORG=	xscrnsaver sm
 WANT_GNOME=	yes
 CONFIGURE_ARGS=	--disable-consoleui \



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