From owner-cvs-ports@FreeBSD.ORG Wed Jun 1 15:53:21 2005 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7982616A41C; Wed, 1 Jun 2005 15:53:21 +0000 (GMT) (envelope-from mitya@sinbin.demos.su) Received: from sinbin.demos.su (sinbin.demos.su [194.87.5.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C52643D1F; Wed, 1 Jun 2005 15:53:21 +0000 (GMT) (envelope-from mitya@sinbin.demos.su) Received: by sinbin.demos.su (Postfix, from userid 974) id 243D472F5D; Wed, 1 Jun 2005 19:53:22 +0400 (MSD) Date: Wed, 1 Jun 2005 19:53:22 +0400 From: Dmitry Sivachenko To: Oliver Lehmann Message-ID: <20050601155322.GA926@sinbin.demos.su> References: <200506011517.j51FHD4Y045167@repoman.freebsd.org> <20050601173425.7b2b058c.oliver@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20050601173425.7b2b058c.oliver@FreeBSD.org> WWW-Home-Page: http://mitya.pp.ru/ X-PGP-Key: http://mitya.pp.ru/mitya.asc User-Agent: Mutt/1.5.9i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/x11-wm/xfce4-session pkg-plist ports/x11-wm/xfce4-session/files patch-libxfsm-Makefile.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jun 2005 15:53:21 -0000 On Wed, Jun 01, 2005 at 05:34:25PM +0200, Oliver Lehmann wrote: > Dmitry Sivachenko wrote: > > > Install xfce4-session-1.0.pc in proper place. > > > > Revision Changes Path > > 1.1 +11 -0 ports/x11-wm/xfce4-session/files/patch-libxfsm-Makefile.in (new) > > Hm I would have prefered setting USE_GNOME=gnomehack to fix it instead of > adding that patch file > Is it ok for you? Index: Makefile =================================================================== RCS file: /home/pcvs/ports/x11-wm/xfce4-session/Makefile,v retrieving revision 1.18 diff -u -r1.18 Makefile --- Makefile 19 May 2005 18:34:46 -0000 1.18 +++ Makefile 1 Jun 2005 15:51:56 -0000 @@ -26,6 +26,7 @@ iceauth:${X_CLIENTS_PORT} USE_GETTEXT= yes +USE_GNOME= gnomehack USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} Index: files/patch-libxfsm-Makefile.in =================================================================== RCS file: files/patch-libxfsm-Makefile.in diff -N files/patch-libxfsm-Makefile.in --- files/patch-libxfsm-Makefile.in 1 Jun 2005 15:17:13 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ ---- libxfsm/Makefile.in.orig Sun May 15 21:16:14 2005 -+++ libxfsm/Makefile.in Wed Jun 1 19:13:37 2005 -@@ -272,7 +272,7 @@ - xfsm-splash-engine.h \ - xfsm-splash-rc.h - --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = xfce4-session-1.0.pc - all: all-am -