From owner-freebsd-ports Fri Aug 30 5: 0:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 839A637B401 for ; Fri, 30 Aug 2002 05:00:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BAB343E86 for ; Fri, 30 Aug 2002 05:00:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7UC05JU019395 for ; Fri, 30 Aug 2002 05:00:05 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7UC05qE019394; Fri, 30 Aug 2002 05:00:05 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A71C37B400 for ; Fri, 30 Aug 2002 04:53:07 -0700 (PDT) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FC9E43E84 for ; Fri, 30 Aug 2002 04:53:06 -0700 (PDT) (envelope-from edwin@mavetju.org) Received: from k7.mavetju (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id CFE4F2B739 for ; Fri, 30 Aug 2002 13:53:03 +0200 (CEST) Received: by k7.mavetju (Postfix, from userid 1001) id C62896A7124; Fri, 30 Aug 2002 21:52:59 +1000 (EST) Message-Id: <20020830115259.C62896A7124@k7.mavetju> Date: Fri, 30 Aug 2002 21:52:59 +1000 (EST) From: Edwin Groothuis Reply-To: Edwin Groothuis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/42204: [patch] make ports/irc GNOMENG aware 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 >Number: 42204 >Category: ports >Synopsis: [patch] make ports/irc GNOMENG aware >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: Fri Aug 30 05:00:05 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 4.5-RELEASE i386 >Organization: - >Environment: System: FreeBSD k7.mavetju 4.5-RELEASE FreeBSD 4.5-RELEASE #3: Mon Mar 11 13:32:05 EST 2002 edwin@k7.mavetju.org:/usr/src/sys/compile/k7 i386 >Description: make ports/irc GNOMENG aware >How-To-Repeat: n/a >Fix: irc/lostirc irc/olirc irc/xchat --- irc/olirc/Makefile.old Fri Aug 30 21:48:04 2002 +++ irc/olirc/Makefile Fri Aug 30 21:48:13 2002 @@ -15,7 +15,8 @@ USE_BZIP2= yes USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes do-install: --- irc/xchat/Makefile.old Fri Aug 30 21:48:20 2002 +++ irc/xchat/Makefile Fri Aug 30 21:50:58 2002 @@ -23,7 +23,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_PERL5= yes -USE_IMLIB= yes +USE_GNOMENG= yes WANT_GNOME= yes GNU_CONFIGURE= yes # Assign with `+=' for slave ports @@ -53,8 +53,8 @@ CONFIGURE_ARGS+= --enable-gdk-pixbuf .endif -.if defined(HAVE_GNOME) -USE_GNOME= yes +.if ${HAVE_GNOME:Mgnomelibs}!="" +USE_GNOME= imlib CONFIGURE_ARGS+= --enable-gnome --enable-panel --enable-gdk-pixbuf \ --enable-zvt MAKE_ARGS= icondir="${PREFIX}/share/gnome/pixmaps" \ --- irc/lostirc/Makefile.old Fri Aug 30 21:51:29 2002 +++ irc/lostirc/Makefile Fri Aug 30 21:51:42 2002 @@ -17,7 +17,8 @@ sigc:${PORTSDIR}/devel/libsigc++ USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes MAN1= lostirc.1 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message