From owner-cvs-all@FreeBSD.ORG Sat Nov 29 21:27:16 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50C40106564A; Sat, 29 Nov 2008 21:27:16 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from mail.ipt.ru (mail.ipt.ru [194.62.233.102]) by mx1.freebsd.org (Postfix) with ESMTP id 04E2F8FC18; Sat, 29 Nov 2008 21:27:15 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from sp34.ipt.ru ([194.62.233.107] helo=bs1.sp34.ru) by mail.ipt.ru with esmtp (Exim 4.62 (FreeBSD)) (envelope-from ) id 1L6WmN-0000nX-9F; Sat, 29 Nov 2008 23:51:03 +0300 Received: from bsam by bs1.sp34.ru with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1L6WmN-000CVo-07; Sat, 29 Nov 2008 23:51:03 +0300 To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <20081128165724.23DC310656D3@hub.freebsd.org> From: Boris Samorodov Date: Sat, 29 Nov 2008 23:51:02 +0300 In-Reply-To: <20081128165724.23DC310656D3@hub.freebsd.org> (Hajimu UMEMOTO's message of "Fri\, 28 Nov 2008 16\:57\:24 +0000 \(UTC\)") Message-ID: <35822953@bs1.sp34.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Hajimu UMEMOTO Subject: Re: cvs commit: ports/x11-toolkits/linux-gtk2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2008 21:27:16 -0000 Hajimu UMEMOTO writes: > ume 2008-11-28 16:57:09 UTC > > FreeBSD ports repository > > Modified files: > x11-toolkits/linux-gtk2 Makefile > Log: > linux_base-(fc6|f7|f8) have glib2 by itself. Don't depend upon > linux-glib2 when OVERRIDE_LINUX_BASE_PORT is set to them. > > Revision Changes Path > 1.24 +7 -2 ports/x11-toolkits/linux-gtk2/Makefile > _______________________________________________ > cvs-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" > > > Index: ports/x11-toolkits/linux-gtk2/Makefile > diff -u ports/x11-toolkits/linux-gtk2/Makefile:1.23 ports/x11-toolkits/linux-gtk2/Makefile:1.24 > --- ports/x11-toolkits/linux-gtk2/Makefile:1.23 Sat Apr 19 17:55:30 2008 > +++ ports/x11-toolkits/linux-gtk2/Makefile Fri Nov 28 16:57:09 2008 > @@ -16,8 +16,13 @@ > > # these libraries are required by gtk-query-immodules-2.0 or > # gdk-pixbuf-query-loaders > -RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libglib-2.0.so.0:${PORTSDIR}/devel/linux-glib2 \ > - ${LINUXBASE}/usr/lib/libatk-1.0.so.0:${PORTSDIR}/accessibility/linux-atk \ > +.if !defined(OVERRIDE_LINUX_BASE_PORT) || \ > + (${OVERRIDE_LINUX_BASE_PORT} != "fc6" && \ > + ${OVERRIDE_LINUX_BASE_PORT} != "f7" && \ > + ${OVERRIDE_LINUX_BASE_PORT} != "f8") > +RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libglib-2.0.so.0:${PORTSDIR}/devel/linux-glib2 > +.endif > +RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libatk-1.0.so.0:${PORTSDIR}/accessibility/linux-atk \ > ${LINUXBASE}/usr/lib/libjpeg.so.62:${PORTSDIR}/graphics/linux-jpeg \ > ${LINUXBASE}/usr/lib/libpng12.so.0:${PORTSDIR}/graphics/linux-png \ > ${LINUXBASE}/usr/lib/libtiff.so.3:${PORTSDIR}/graphics/linux-tiff \ Thanks for your work at linux ports. There are some more linux ports that depends upon linux-glib2. BTW, I have patches for imho a better approach here: integrate linux-glib2 port into linux_base-fc4 and remove all dependencies upon linux-glib2. Those patches are awaiting for the ports tree to be released. BTW2, it will be good to give us a chance to review your patches at freebsd-emulation@ ML. Once again, thanks for your work. WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve