From owner-freebsd-gnome Fri Aug 2 11: 7:52 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 3BDDE37B400 for ; Fri, 2 Aug 2002 11:07:48 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC1EA43E72 for ; Fri, 2 Aug 2002 11:07:46 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.0] (vpn-client-0.marcuscom.com [10.2.1.0]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g72I7Jib032209; Fri, 2 Aug 2002 14:07:20 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: [hawkeyd@visi.com: How to build Mozilla 1.0 port without ESound?] From: Joe Marcus Clarke To: hawkeyd@visi.com Cc: gnome@FreeBSD.ORG In-Reply-To: <20020802125247.A58963@sheol.localdomain> References: <20020802125247.A58963@sheol.localdomain> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 02 Aug 2002 14:07:13 -0400 Message-Id: <1028311634.312.58.camel@gyros.marcuscom.com> Mime-Version: 1.0 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 On Fri, 2002-08-02 at 13:52, 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? I don't understand why your modifications remove an esound dependency. Though, I don't even see an esound dependency in there _before_ your mods. The new GNOMNG stuff shouldn't make Mozilla for GNOME like. Basically, the mods shouldn't change the behavior at all. Where are you seeing the esound dependency? Joe > > 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 > -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message