Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Aug 2002 21:33:53 +1000 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/42200: [patch] make ports/ftp GNOMENG aware
Message-ID:  <20020830113353.519216A7124@k7.mavetju>

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

>Number:         42200
>Category:       ports
>Synopsis:       [patch] make ports/ftp 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 04:40:01 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/ftp GNOMENG aware

>How-To-Repeat:

    n/a

>Fix:

    ftp/IglooFTP
    ftp/axyftp
    ftp/downloader
    ftp/gftp
    ftp/pavuk

--- ftp/IglooFTP/Makefile.old	Fri Aug 30 21:26:50 2002
+++ ftp/IglooFTP/Makefile	Fri Aug 30 21:27:01 2002
@@ -18,7 +18,8 @@
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
 
 USE_X_PREFIX=	yes
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 
 post-extract:
 	@${RM} ${WRKSRC}/../share/docs/LICENSE~
--- ftp/axyftp/Makefile.old	Fri Aug 30 21:27:12 2002
+++ ftp/axyftp/Makefile	Fri Aug 30 21:27:26 2002
@@ -16,7 +16,8 @@
 
 USE_X_PREFIX=	yes
 USE_GMAKE=	yes
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 GNU_CONFIGURE=	yes
 
 MAN1=		axyftp.1
--- ftp/downloader/Makefile.old	Fri Aug 30 21:27:35 2002
+++ ftp/downloader/Makefile	Fri Aug 30 21:28:18 2002
@@ -21,8 +21,8 @@
 		gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
 
 USE_REINPLACE=	yes
-USE_GTK=	yes
-USE_ESOUND=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12 esound
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
--- ftp/gftp/Makefile.old	Fri Aug 30 21:30:03 2002
+++ ftp/gftp/Makefile	Fri Aug 30 21:30:52 2002
@@ -14,7 +14,7 @@
 MAINTAINER=	lehmann@ans-netz.de
 
 USE_X_PREFIX=	yes
-USE_GTK=	yes
+USE_GNOMENG=	yes
 WANT_GNOME=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
@@ -24,8 +24,8 @@
 
 .include <bsd.port.pre.mk>
 
-.if defined(HAVE_GNOME)
-USE_GNOME=	yes
+.if ${HAVE_GNOME:Mgnomelibs}!=""
+USE_GNOME=	gtk12
 .endif
 
 pre-patch:
--- ftp/pavuk/Makefile.old	Fri Aug 30 21:31:35 2002
+++ ftp/pavuk/Makefile	Fri Aug 30 21:32:11 2002
@@ -20,7 +20,8 @@
 LIB_DEPENDS=	intl.4:${PORTSDIR}/devel/gettext
 
 USE_REINPLACE=	yes
-WANT_GTK=	yes
+USE_GNOMENG=	yes
+WANT_GNOME=	yes
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
@@ -32,8 +33,8 @@
 
 .include <bsd.port.pre.mk>
 
-.if defined(HAVE_GTK)
-USE_GTK=	yes
+.if ${HAVE_GNOME:Mgtk12}!=""
+USE_GNOME=	gtk12
 CONFIGURE_ARGS+=	--with-gtk-config="${GTK_CONFIG}"
 .else
 CONFIGURE_ARGS+=	--disable-gtk
>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?20020830113353.519216A7124>