From owner-freebsd-gnome Fri Aug 2 10:52: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 3DBD537B401 for ; Fri, 2 Aug 2002 10:52:49 -0700 (PDT) Received: from bran.mc.mpls.visi.com (bran.mc.mpls.visi.com [208.42.156.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4AFB43E70 for ; Fri, 2 Aug 2002 10:52:48 -0700 (PDT) (envelope-from hawkeyd@visi.com) Received: from sheol.localdomain (hawkeyd-fw.dsl.visi.com [208.42.101.193]) by bran.mc.mpls.visi.com (Postfix) with ESMTP id F08755769 for ; Fri, 2 Aug 2002 12:52:47 -0500 (CDT) Received: (from hawkeyd@localhost) by sheol.localdomain (8.11.6/8.11.6) id g72HqlT59029 for gnome@FreeBSD.org; Fri, 2 Aug 2002 12:52:47 -0500 (CDT) (envelope-from hawkeyd) Date: Fri, 2 Aug 2002 12:52:47 -0500 From: D J Hawkey Jr To: gnome@FreeBSD.org Subject: [hawkeyd@visi.com: How to build Mozilla 1.0 port without ESound?] Message-ID: <20020802125247.A58963@sheol.localdomain> Reply-To: hawkeyd@visi.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i 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 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