From owner-freebsd-ports Fri Jun 29 14:57:27 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (diskworld.nanolink.com [195.24.48.189]) by hub.freebsd.org (Postfix) with SMTP id 63BCF37B403 for ; Fri, 29 Jun 2001 14:57:06 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 1995 invoked by uid 1000); 29 Jun 2001 22:01:32 -0000 Date: Sat, 30 Jun 2001 01:01:32 +0300 From: Peter Pentchev To: Alex M Cc: freebsd-ports@freebsd.org Subject: Re: bitchx port Message-ID: <20010630010132.B887@ringworld.oblivion.bg> Mail-Followup-To: Alex M , freebsd-ports@freebsd.org References: <001f01c100e5$43f7ab20$ea31fea9@parkson> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <001f01c100e5$43f7ab20$ea31fea9@parkson>; from alex@myzona.net on Fri, Jun 29, 2001 at 02:48:37PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Jun 29, 2001 at 02:48:37PM -0700, Alex M wrote: > Hello freebsd-ports, > > I am sorry if this issue has been brought up time ago, but I want to point > out the following: > > i think there's a mistake in /usr/ports/irc/bitchx/Makefile > instead of WANT_GNOME and WANT_ESOUND should be USE_GNOME and USE_ESOUND > because of > > .if defined(HAVE_GNOME) > USE_GNOME= yes > > Before it tried to install the whole gnome for me thou i said no to it in > Makefile... I changed it to USE_GNOME= no, but still it says > BitchX-1.0c18 depends on gnome and etc. > > Maybe I am doing something wrong, or if I am correct, fix will be > appreciated. Actually, WANT_GNOME is correct. WANT_GNOME has the following behavior: 1. if you have explicitly specified WITH_GNOME=yes, depend on Gnome. 2. if you have explicitly specified WITHOUT_GNOME=yes, do NOT depend on it. 3. if you have not specified either, and you have Gnome installed, use it. 4. if you have not specified either, and you do NOT have Gnome installed, do not use it. So.. if you do not want Gnome support, all you have to do is specify WITHOUT_GNOME=yes on the make(1) command line. G'luck, Peter -- Do you think anybody has ever had *precisely this thought* before? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message