Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Aug 2002 21:52:59 +1000 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/42204: [patch] make ports/irc GNOMENG aware
Message-ID:  <20020830115259.C62896A7124@k7.mavetju>

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

>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




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