From owner-freebsd-gnome Fri Aug 2 11:18:53 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A7F237B401 for ; Fri, 2 Aug 2002 11:18:46 -0700 (PDT) Received: from wolf.istc.kiev.ua (wolf.istc.kiev.ua [193.108.236.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE96543E3B for ; Fri, 2 Aug 2002 11:18:42 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (ppp-237-239.istc.kiev.ua [193.108.237.239]) by wolf.istc.kiev.ua ( . . / . . ) with ESMTP id VAA04024; Fri, 2 Aug 2002 21:11:16 +0300 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.12.5/8.11.3) with ESMTP id g72IAjD9009129; Fri, 2 Aug 2002 21:10:45 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3D4ACB44.39719DDA@FreeBSD.org> Date: Fri, 02 Aug 2002 21:11:16 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: hawkeyd@visi.com Cc: gnome@FreeBSD.org Subject: Re: [hawkeyd@visi.com: How to build Mozilla 1.0 port without ESound?] References: <20020802125247.A58963@sheol.localdomain> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have no idea about what makes you think that mozilla-1.0 port requres esound, while in fact it isn't: max@vega$ cd /usr/ports/www/mozilla max@vega$ make package-depends jpeg-6b_1 png-1.2.4 libmng-1.0.3 lcms-1.08 freetype2-2.1.2 XFree86-libraries-4.2.0_2 imake-4.2.0_1 glib-1.2.10_7 pkgconfig-0.12.0 gtk-1.2.10_7 gettext-0.11.2_1 libiconv-1.8 expat-1.95.4 ORBit-0.5.17 max@vega$ Perhaps you are seeing this because you have updated ports/www/mozilla port, but did not update ports/Mk/bsd.{ports,gnome,gnomeng}.mk, which is not correct, because the whole ports tree should be in sync for ports system to function properly. -Maxim D J Hawkey Jr wrote: > > Earlier today, I wrote: > > ----- Forwarded message from D J Hawkey Jr ----- > > Hello. > > I've been a happy user of Mozilla-0.9.9, build from the ports collection. > Today I thought I may as well upgrade to Mozilla-1.0, but it now depends > on the ESound package (where 0.9.9 did not), and I don't want to have > ESound installed. > > I've tried several variations of using "WITHOUT_ESOUND=yes", but the process > continues to try to install the ESound package: > > I see that the ESound dependancy is set up in bsd.gnome.mk, but how the > devil do I disable it? > > ----- End forwarded message ----- > > OK, I managed to get it to build without ESound by changing the port > Makefile thus: > > ---8<--- > > --- Makefile.DIST Thu Aug 1 00:04:37 2002 > +++ Makefile Fri Aug 2 10:28:18 2002 > @@ -19,12 +19,12 @@ > > MAINTAINER= gnome@FreeBSD.org > > -BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ > - freetype-config:${PORTSDIR}/print/freetype2 > -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ > +BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip > +LIB_DEPENDS= ORBit.2:${PORTSDIR}/devel/ORBit \ > + jpeg.9:${PORTSDIR}/graphics/jpeg \ > png.5:${PORTSDIR}/graphics/png \ > mng.1:${PORTSDIR}/graphics/libmng \ > - freetype.9:${PORTSDIR}/print/freetype2 > + gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf > > WRKSRC= ${WRKDIR}/${PORTNAME} > > @@ -35,8 +35,7 @@ > USE_X_PREFIX= yes > USE_PERL5= yes > USE_GMAKE= yes > -USE_GNOMENG= yes > -USE_GNOME= orbit gtk12 > +USE_GTK= yes > GNU_CONFIGURE= yes > CONFIGURE_ARGS= \ > --disable-auto-deps \ > > --->8--- > > Note that I removed the FreeType dependancy; that's just my personal > preference. XFree86 4.2 includes FreeType support, and Mozilla can see > and use installed FreeType fonts, but it doesn't anti-alias them, which > is OK be me (though I don't understand why not as libfreetype exists in > /usr/X11R6/lib; can't Mozilla use that?). > > Anyway, it seems as though you've made the port more GNOME-dependant than > it was; would you consider reverting back to how Mozilla 0.9.9 was set up? > > Thanks, > Dave > > -- > ______________________ ______________________ > \__________________ \ D. J. HAWKEY JR. / __________________/ > \________________/\ hawkeyd@visi.com /\________________/ > http://www.visi.com/~hawkeyd/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message