Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jan 2002 17:25:57 -0800 (PST)
From:      Steve Wills <steve@stevenwills.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/33521: mozilla port doesn't build irc client ChatZilla
Message-ID:  <200201040125.g041PvU08400@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         33521
>Category:       ports
>Synopsis:       mozilla port doesn't build irc client ChatZilla
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 03 17:30:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        4.5-PRERELEASE
>Organization:
>Environment:
FreeBSD tigger.example.com 4.4-RELEASE FreeBSD 4.4-RELEASE #1: Mon Oct  8 17:21:08 EDT 2001 steve@tigger.example.com:/home/obj/home/src/sys/TIGGER  i386

>Description:
The mozilla port doesn't build the ChatZilla irc client by default. I'd like it to do so.
>How-To-Repeat:
build and install the mozilla port
>Fix:
here's a patch:

--- Makefile.orig       Thu Jan  3 18:06:16 2002
+++ Makefile    Thu Jan  3 18:07:10 2002
@@ -56,7 +56,8 @@
                --with-jpeg=${LOCALBASE}        \
                --with-png=${LOCALBASE}         \
                --with-mng=${LOCALBASE}         \
-               --with-pthreads
+               --with-pthreads                 \
+               --with-extensions=default,irc
 CONFIGURE_ENV= BSD_PTHREAD_LIBS="${PTHREAD_LIBS}" \
                CFLAGS="" CXXFLAGS="" \
                MOZ_INTERNAL_LIBART_LGPL=1

I've tested this and it works.
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201040125.g041PvU08400>